Mutation
Variables
Response
Mutations
createProfileQuestionAnswers
Submit the current member’s answers to a Payment Plan’s profile questions during the join flow. Creates or updates the member’s answers for the plan.
MUTATION
createProfileQuestionAnswers(input: CreateProfileQuestionAnswersInput!): CreateProfileQuestionAnswersPayloadArguments
input
CreateProfileQuestionAnswersInput!
required
Parameters for CreateProfileQuestionAnswers
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
profileQuestionAnswers
The member's answers after submission.
Mutation
Variables
Response