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