serverTime

This query loads the information about server time.

General Pattern

query{
	serverTime(scalar: "String"){
  	field_1
    field_2 {
       nested_field_1
       ...
    }
  }
}

Sample Query

query{
  serverTime
}

Sample Response

{
  "data": {
    "serverTime": "2022-02-14T02:26:59Z"
  }
}

Arguments

NameTypeDescriptionRequired

Fields

NameTypeDescription
N/ATimeThe value of server time.

Example

Load the server time information of an organization: