Skip to content

objectTagKeys

List of object tag keys.

Returns

[String!]!

Sample

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