OBJECT
WaitlistEntryEdge
An edge in a connection.
link GraphQL Schema definition
- type WaitlistEntryEdge {
- # The item at the end of the edge.
- : WaitlistEntry
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type WaitlistEntryEdge {
- # The item at the end of the edge.
- : WaitlistEntry
- # A cursor for use in pagination.
- : Cursor!
- }