Mutation
Variables
Response
Mutations
updateBundleProfileQuestions
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
updateBundleProfileQuestions(input: UpdateBundleProfileQuestionsInput!): UpdateBundleProfileQuestionsPayloadArguments
input
UpdateBundleProfileQuestionsInput!
required
Parameters for UpdateBundleProfileQuestions
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
profileQuestions
The plan's questions after the update.
Mutation
Variables
Response