Skip to main content

Invitation

No description

type Invitation implements Node {
id: ID!
invitee: String
assignedOrganizationRoles: [OrganizationRoles!]
assignedCMSHubRoles: [CMSHubRoles!]
assignedCMSRepositoryRoles: [CMSRepositoryRoles!]
teams: [Team!]
}

Fields
Link copied!

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

The ID of the object

Invitation.invitee ● String scalar
Link copied!

Users email address

Invitation.assignedOrganizationRoles ● [OrganizationRoles!] list object
Link copied!

Invitation's organization roles

Invitation.assignedCMSHubRoles ● [CMSHubRoles!] list object
Link copied!

Invitation's CMS Hub roles

Invitation.assignedCMSRepositoryRoles ● [CMSRepositoryRoles!] list object
Link copied!

Invitation's CMS Repository roles

Invitation.teams ● [Team!] list object
Link copied!

Teams to be assigned to the user

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

invitation query ● inviteUserToOrganization mutation ● updateOrganizationInvitation mutation

Member of
Link copied!

InvitationEdge object