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