ContractMembersEdgeConnection
A paginated list of User edges.
type ContractMembersEdgeConnection {
pageInfo: PageInfo!
edges: [ContractMembersEdge!]!
}
Fields
ContractMembersEdgeConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
ContractMembersEdgeConnection.edges
● [ContractMembersEdge!]!
non-null object
A list of User edges.
Member Of
Contract
object