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

TagKeyEdge

The edge type for TagKeyConnection

type TagKeyEdge {
  cursor: String
  node: StringValue!
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● StringValue! non-null object

The actual tag key.

Member Of

TagKeyConnection object

Last updated

Was this helpful?