Types
WorkspaceInvite
object
WorkspaceInviteFields
id
ID!
createdBy
Who sent this invite.
createdAt
When the invite was created.
email
String!
The email that is being invited.
workspace
The workspace they are being invited to.
isAccepted
Boolean!
Whether the person has accepted the invite.
roles
[Role!]!
The roles that will be assigned to the user when they accept the invite. Deprecated in favour of the role field.
updatedBy
Who updated this invite.
updatedAt
When the invite was updated.
usingBillingRotaSeat
Boolean!
Whether the user would be assigned a billing rota seat upon joining.
role
The built-in role that will be assigned to the user when they accept the invite. Prefer this field over roles.
customRole
The custom role that the invite will assign on workspace joining, if specified.

