Mutation
Variables
Response
Mutations
createInvites
Invite people to a Space, the Network, or a Payment Plan by email or by existing member.
MUTATION
createInvites(input: CreateInvitesInput!): CreateInvitesPayloadArguments
input
CreateInvitesInput!
required
Parameters for CreateInvites
Returns
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