Ping
Full code example
https://github.com/lens-protocol/api-examples/blob/master/src/health/ping.ts
This returns if the API is online.
API details
query Query {
ping
}
{
"data": {
"ping": "pong"
}
}
ping: String!
String!
Updated 9 months ago