PendingInvitation
An invitation that has been sent but not yet accepted
type PendingInvitation {
id: ID!
group: Group
}
Fields
PendingInvitation.id ● ID! non-null scalar
PendingInvitation.group ● Group object
Member Of
Account object