accountMemberships
The list of account memberships
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)
accountMemberships(
first: Int! = 50
before: String
after: String
filters: AccountMembershipsFilterInput
orderBy: AccountMembershipOrderByInput
): AccountMembershipConnection!
Arguments
accountMemberships.first ● Int! non-null scalar
the number of elements to load (maximum: 100)
accountMemberships.before ● String scalar
the index (a unique reference in string form) from which you will load the preceding elements
accountMemberships.after ● String scalar
the index (a unique reference in string form) from which you will load the following elements
accountMemberships.filters ● AccountMembershipsFilterInput input
a filtering table you can apply to your list of connections
accountMemberships.orderBy ● AccountMembershipOrderByInput input
an order you can apply to your list of connections
Type
AccountMembershipConnection object
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)