TypeGroupEdge
An edge that contains a node of type TypeGroup and a cursor.
type TypeGroupEdge {
node: TypeGroup!
cursor: String!
}
Fields
TypeGroupEdge.node ● TypeGroup! non-null object
The TypeGroup node.
TypeGroupEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
TypeGroupConnection object