Skip to content

regions

List of regions.

Arguments

Argument Type Description
searchText String Text argument to search.

Returns

[String!]!

Sample

query {
  regions
}
{}
{
  "data": {
    "regions": [
      "example-string"
    ]
  }
}