InviteViewer
A pending group membership invitation.
type InviteViewer {
id: ID!
email: String!
createdAt: DateTime!
group: InviteGroupViewer!
}
Fields
InviteViewer.id ● ID! non-null scalar {#id}
InviteViewer.email ● String! non-null scalar {#email}
Email the 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've been invited to join.
Member Of
InvitesViewerPage object ● InviteViewerPayload object