Skip to main content
MUTATION
createInvites(input: CreateInvitesInput!): CreateInvitesPayload

Arguments

input
CreateInvitesInput!
required

Parameters for CreateInvites

clientMutationId
String

A unique identifier for the client performing the mutation.

count
Int!

Number of recipients accepted for invite creation.

errors
[String!]!
ignoredRecipients
[String!]!

Recipients skipped because they are already members or already have a pending invite, as email addresses or member names.

mode
String

How the invites were created: 'sync' when created immediately, 'async' when enqueued for background delivery. Null when the request was rejected.

Mutation
Variables
Response