For the complete documentation index, see llms.txt. This page is also available as Markdown.

tagKeys

Retrieves a paginated list of tags keys that are used.

tagKeys(
  after: String
  filter: TagKeyFilterInput
  limit: Int
): TagKeyConnectionResult!

Arguments

after ● String scalar

filter ● TagKeyFilterInput input

limit ● Int scalar

Type

TagKeyConnectionResult union

Last updated

Was this helpful?