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