VersionInformation
Information about the API version.
type VersionInformation {
buildTime: String!
commitHash: String!
shortHash: String!
}
Fields
VersionInformation.buildTime
● String!
non-null scalar
The build date and time.
VersionInformation.commitHash
● String!
non-null scalar
The full Git commit hash.
VersionInformation.shortHash
● String!
non-null scalar
The Git short commit hash.
Returned By
versionInformation
query