AppCreateInput
The necessary fields in order to create a new app
input AppCreateInput {
appType: AppType!
description: String
name: String!
partnerId: ID!
requestedScopes: [String]
status: AppStatus!
}
Fields
AppCreateInput.appType ● AppType! non-null enum
AppCreateInput.description ● String scalar
Short description of the app Limited to 8000 characters
AppCreateInput.name ● String! non-null scalar
The name of the app Limited to 128 characters
AppCreateInput.partnerId ● ID! non-null scalar
AppCreateInput.requestedScopes ● [String] list scalar
AppCreateInput.status ● AppStatus! non-null enum
Member of
createApp mutation