EventGroupTypeEdge
An edge in a connection.
type EventGroupTypeEdge {
cursor: String!
node: EventGroupType
}
Fields
EventGroupTypeEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
EventGroupTypeEdge.node ● EventGroupType object common
The item at the end of the edge.
Member of
EventGroupTypeConnection object