InviteUsersInput
No description
type InviteUsersInput { emails: [String!]! role: USER_ROLE! clientMutationId: String!}Fields#
emails ([String!]!)#
emails is the email addresses of the Users to be invited.
role (USER_ROLE!)#
role is the designated role of the User being invited.
clientMutationId (String!)#
clientMutationId is required for Relay support.