Skip to content

Version

No description

type Version {
major: Int!
minor: Int!
patch: Int!
buildVersion: String!
buildDate: String!
deprecationDate: Time
features: Features!
settings: Settings!
}

If this API version is scheduled for deprecation, this is the date on which it will stop working; or null if this API version is not scheduled for deprecation.

Optional features

Config settings

version query