Skip to main content

AppInput Input Type

No description

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

Fields

name ● String

Name of the app.

identifier ● String

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

Added in Saleor 3.19

permissions ● [PermissionEnum!]

List of permission code names to assign to this app.

Member Of

appCreate mutation ● appUpdate mutation