Skip to main content

AppInput

No description

input AppInput {
name: String
identifier: String
permissions: [PermissionEnum!]
}

Fields

AppInput.name ● String scalar miscellaneous

Name of the app.

AppInput.identifier ● String scalar miscellaneous

Canonical app ID. If not provided, the identifier will be generated based on app.id.

Added in Saleor 3.19

AppInput.permissions ● [PermissionEnum!] list enum users

List of permission code names to assign to this app.

Member Of

appCreate mutation ● appUpdate mutation