CoordinationMembersEdge
An edge that contains a node of type User, a cursor and some metadata.
type CoordinationMembersEdge {
node: User!
cursor: String!
isResponsible: Boolean @deprecated
responsible: Boolean
}
Fields
CoordinationMembersEdge.node
● User!
non-null object
The User node.
CoordinationMembersEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
CoordinationMembersEdge.isResponsible
● Boolean
deprecated scalar
DEPRECATED
Use responsible
instead
Whether the user is responsible.
CoordinationMembersEdge.responsible
● Boolean
scalar
Whether the user is responsible.