Skip to main content
Version: 3.x

appExtension

Look up an app extension by ID.

Added in Saleor 3.1
Requires one of the following permissions: AUTHENTICATED_STAFF_USERAUTHENTICATED_APP
appExtension(
id: ID!
): AppExtension

Arguments

appExtension.id ● ID! non-null scalar

ID of the app extension.

Type

AppExtension object

Represents app data.


Was this page helpful?