Skip to main content

Invitation

No description

type Invitation implements Node {
id: ID!
invitee: String!
}

Fields
Link copied!

Invitation.id ● ID! non-null scalar
Link copied!

The ID of the object

Invitation.invitee ● String! non-null scalar
Link copied!

Users email address

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

invitation query ● inviteUserToOrganization mutation

Member of
Link copied!

InvitationEdge object