InviteViewer
A pending invitation to join a group.
When someone invites you to a group, the invitation appears here. Use the
acceptGroupInvite mutation to accept it and become a member of the group,
gaining whatever access the group provides.
type InviteViewer {
id: ID!
email: String!
createdAt: DateTime!
group: InviteGroupViewer!
}
Fields
InviteViewer.id ● ID! non-null scalar {#id}
Unique identifier for this invitation.
InviteViewer.email ● String! non-null scalar {#email}
The email address this invitation was sent to.
InviteViewer.createdAt ● DateTime! non-null scalar {#created-at}
When the invitation was sent (UTC).
InviteViewer.group ● InviteGroupViewer! non-null object {#group}
The group you have been invited to join, including its organization.
Member Of
InvitesViewerPage object ● InviteViewerPayload object