GloCreateAppInput
Input for creating a new GloApp.
input GloCreateAppInput {
contactEmail: String!
description: String!
hrid: String!
name: String!
oAuthClient: GloCreateAppOAuthClientInput!
}
Fields
GloCreateAppInput.contactEmail ● String! non-null scalar
Contact email address of the developer of a new App.
GloCreateAppInput.description ● String! non-null scalar
Description of a new App.
GloCreateAppInput.hrid ● String! non-null scalar
Unique human-readable identifier for a new App.
GloCreateAppInput.name ● String! non-null scalar
Name of a new App.
GloCreateAppInput.oAuthClient ● GloCreateAppOAuthClientInput! non-null input
Input for creating a new OAuth 2 client.