InviteeInput
No description
input InviteeInput {
  defaultSpacesIds: [ID!]
  email: String!
  name: String
  roleId: ID
}
Fields
defaultSpacesIds ([ID!])
The ids of the default spaces this invitee has.
email (String!)
The email address of the invitee.
name (String)
The name of the invitee.
roleId (ID)
The role id of the invitee.