pingThis query loads the information about ping.General Pattern Textquery{ ping(scalar: "String"){ field_1 field_2 { nested_field_1 ... } } } Sampe Query Ping query in JSON formatquery{ ping } Sample Response Response in JSON format{ "data": { "ping": "pong" } } Arguments NameTypeDescriptionRequired Fields NameTypeDescriptionN/AStringThe value of ping. Example Try ping: GraphQL playground