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

TagValueEdge

The edge type for TagValueConnection

type TagValueEdge {
  cursor: String
  node: StringValue!
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● StringValue! non-null object

The actual string value of the tag.

Member Of

TagValueConnection object

Last updated

Was this helpful?