AppCreate Object
Creates a new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.
type AppCreate {
authToken: String
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}
Fields
authToken ● String
The newly created authentication token.
errors ● [AppError!]!
app ● App
Show deprecated
Returned By
appCreate mutation