appCreate Mutation
Creates a new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.
appCreate(
input: AppInput!
): AppCreate
Details
type AppCreate {
authToken: String
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}
Arguments
input ● AppInput!
Fields required to create a new app.
Type
AppCreate
Creates a new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.