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