Version
No description
type Version { major: Int! minor: Int! patch: Int! buildVersion: String! buildDate: String! deprecationDate: Time features: Features! settings: Settings!}Fields
Section titled “Fields”Version.major ● Int!non-nullscalar {#major}
Section titled “Version.major ● Int! {#major}”Version.minor ● Int!non-nullscalar {#minor}
Section titled “Version.minor ● Int! {#minor}”Version.patch ● Int!non-nullscalar {#patch}
Section titled “Version.patch ● Int! {#patch}”Version.buildVersion ● String!non-nullscalar {#build-version}
Section titled “Version.buildVersion ● String! {#build-version}”Version.buildDate ● String!non-nullscalar {#build-date}
Section titled “Version.buildDate ● String! {#build-date}”Version.deprecationDate ● Timescalar {#deprecation-date}
Section titled “Version.deprecationDate ● Time {#deprecation-date}”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.
Version.features ● Features!non-nullobject {#features}
Section titled “Version.features ● Features! {#features}”Optional features
Version.settings ● Settings!non-nullobject {#settings}
Section titled “Version.settings ● Settings! {#settings}”Config settings
Returned By
Section titled “Returned By”version query