Mutation
Variables
Response
Mutations
updatePaymentPlanProfileQuestions
Replace the profile questions on a Payment Plan’s join flow. Questions with an ID are updated, questions without one are created, and existing questions omitted from the list are removed. Host only.
MUTATION
updatePaymentPlanProfileQuestions(input: UpdatePaymentPlanProfileQuestionsInput!): UpdatePaymentPlanProfileQuestionsPayloadArguments
input
UpdatePaymentPlanProfileQuestionsInput!
required
Parameters for UpdatePaymentPlanProfileQuestions
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
profileQuestions
The plan's questions after the update.
Mutation
Variables
Response