Skip to content

currentIpAddress

The IP address of the client making the request.

Returns

String!

Sample

query {
  currentIpAddress
}
{}
{
  "data": {
    "currentIpAddress": "example-string"
  }
}