Skip to content

accountId

Account ID.

Returns

String!

Sample

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