Types
CreateInvitesPayload
Autogenerated return type of CreateInvites.
object
CreateInvitesPayloadFields
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.