appCreate Mutation
Creates a new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.
appCreate(
input: AppInput!
): AppCreate
Show return type
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.