Skip to main content

AccountMembershipConnection

Implements the Relay Connection interface, used to paginate list of element (Learn More)

type AccountMembershipConnection implements Connection {
totalCount: Int!
pageInfo: PageInfo!
edges: [AccountMembershipEdge!]!
}

Fields

AccountMembershipConnection.totalCount ● Int! non-null scalar

Total number of element in the list

AccountMembershipConnection.pageInfo ● PageInfo! non-null object

Information about the current, the previous and the next page

AccountMembershipConnection.edges ● [AccountMembershipEdge!]! non-null object

AccountMembershipEdge list

Interfaces

Connection interface

Relay Connection type, used to paginate list of element (Learn More)

Returned by

accountMemberships query

Member Of

Account object ● User object