Mutation
Variables
Response
Mutations
updateSpaceProfileQuestions
Replace the profile questions on a Space’s join flow. Questions with an ID are updated, questions without one are created, and existing questions omitted from the list are removed. Host or moderator of the Space only.
MUTATION
updateSpaceProfileQuestions(input: UpdateSpaceProfileQuestionsInput!): UpdateSpaceProfileQuestionsPayloadArguments
input
UpdateSpaceProfileQuestionsInput!
required
Parameters for UpdateSpaceProfileQuestions
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
profileQuestions
The Space's questions after the update.
Mutation
Variables
Response