Skip to main content

AppManifestRequiredSaleorVersion

No description

type AppManifestRequiredSaleorVersion {
constraint: String!
satisfied: Boolean!
}

Fields

AppManifestRequiredSaleorVersion.constraint ● String! non-null scalar miscellaneous

Required Saleor version as semver range.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.

AppManifestRequiredSaleorVersion.satisfied ● Boolean! non-null scalar miscellaneous

Informs if the Saleor version matches the required one.

Added in Saleor 3.13
This API is currently in Feature Preview and can be subject to changes at later point.

Member Of

Manifest object