Skip to main content
Version: 3.x

AppManifestRequiredSaleorVersion

No description

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

Fields

AppManifestRequiredSaleorVersion.constraint ● String! non-null scalar

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

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


Was this page helpful?