Mutation
Variables
Response
Mutations
createLeadInvite
Admit a Lead off a signup waitlist by inviting them to the Network or a Plan.
MUTATION
createLeadInvite(input: CreateLeadInviteInput!): CreateLeadInvitePayloadArguments
input
CreateLeadInviteInput!
required
Parameters for CreateLeadInvite
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
lead
Mutation
Variables
Response