AppVersion
Represents a version of an App
. Based on semver.org standard without the support for labels.
Fields
major (
Int!
)
Major version
minor (
Int!
)
Minor version
patch (
Int!
)
Patch version