Skip to main content
Version: 3.x

AppTypeEnum

Enum determining type of your App.

enum AppTypeEnum {
LOCAL
THIRDPARTY
}

Values

AppTypeEnum.LOCAL

Local Saleor App. The app is fully manageable from dashboard. You can change assigned permissions, add webhooks, or authentication token

AppTypeEnum.THIRDPARTY

Third party external App. Installation is fully automated. Saleor uses a defined App manifest to gather all required information.

Member of

App object ● AppFilterInput input


Was this page helpful?