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

TagEdge

The edge type for TagConnection

type TagEdge {
  cursor: String
  node: Tag!
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● Tag! non-null object

The actual tag.

Member Of

TagConnection object

Last updated

Was this helpful?