MembersConnection
A connection to a list of Member values.
type MembersConnection {
nodes: [Member!]!
edges: [MembersEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
MembersConnection.nodes ● [Member!]! non-null object
A list of Member objects.
MembersConnection.edges ● [MembersEdge!]! non-null object
A list of edges which contains the Member and cursor to aid in pagination.
MembersConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
MembersConnection.totalCount ● Int! non-null scalar
The count of *all* Member you could get from the connection.
Returned By
membersConnection query
Member Of
Space object