Skip to main content

AppManifestExtension Object

No description

type AppManifestExtension {
permissions: [Permission!]!
label: String!
url: String!
mountName: String!
targetName: String!
settings: JSON!
}

Fields

AppManifestExtension.permissions ● [Permission!]! non-null object authentication

List of the app extension's permissions.

AppManifestExtension.label ● String! non-null scalar miscellaneous

Label of the extension to show in the dashboard.

AppManifestExtension.url ● String! non-null scalar miscellaneous

URL of a view where extension's iframe is placed.

AppManifestExtension.mountName ● String! non-null scalar miscellaneous

Name of the extension mount point in the dashboard. Value returned in UPPERCASE.

Added in Saleor 3.22

AppManifestExtension.targetName ● String! non-null scalar miscellaneous

Name of the extension target in the dashboard. Value returned in UPPERCASE.

Added in Saleor 3.22

AppManifestExtension.settings ● JSON! non-null scalar miscellaneous

App extension settings.

Added in Saleor 3.22

Member Of

Manifest object