InviteeInput (Input)
Description
No description
Fields
Name | Description |
---|---|
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. |
input InviteeInput {
defaultSpacesIds: [ID!]
email: String!
name: String
roleId: ID
}