OBJECT
InvitationConnection
The connection type for Invitation.
link GraphQL Schema definition
- type InvitationConnection implements TotalCountInterface {
- : [String!]!
- # A list of edges.
- : [InvitationEdge]
- : [String!]!
- # A list of nodes.
- : [Invitation]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }