Mutation
Variables
Response
Mutations
createPaymentPlan
Create a host-to-member Payment Plan in the current Network. The Plan is created hidden until the Host publishes it.
MUTATION
createPaymentPlan(input: CreatePaymentPlanInput!): CreatePaymentPlanPayloadArguments
input
CreatePaymentPlanInput!
required
Parameters for CreatePaymentPlan
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
paymentPlan
Mutation
Variables
Response