Pong
No description
type Pong {
instanceUUID: String!
version: String
}
Fields
Pong.instanceUUID ● String! non-null scalar
The instance UUID of this Avantra server (it will change each time the server is restarted)
Pong.version ● String scalar
The version of the Avantra GraphQL service.
Returned By
ping query