Mutation
Variables
Response
Mutations
publishPaymentPlan
Publish a Payment Plan, making it visible to members. The plan must be publishable (not archived, with at least one Space and price, and Apple-approved where required).
MUTATION
publishPaymentPlan(input: PublishPaymentPlanInput!): PublishPaymentPlanPayloadArguments
input
PublishPaymentPlanInput!
required
Parameters for PublishPaymentPlan
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
paymentPlan
Mutation
Variables
Response