TagValueEdge
type TagValueEdge {
cursor: String
node: StringValue!
}Fields
cursor ● String scalar
node ● StringValue! non-null object
Member Of
Last updated
Was this helpful?
The edge type for TagValueConnection
type TagValueEdge {
cursor: String
node: StringValue!
}String scalarThe cursor of this item for pagination.
StringValue! non-null objectThe actual string value of the tag.
TagValueConnection object
Last updated
Was this helpful?
Was this helpful?