surveyUpdate Mutation
Updates an existing survey.
Input Argument
surveyUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
Boolean
)
Whether the survey may not be used.
ID!
)
The node ID of the record to update.
String
)
Name of the survey.
[SurveyQuestionInput!]
)
Questions of this survey.
String
)
The hyperlink to the image file for the record. This may be a 'data URL', allowing the image to be supplied directly without requiring a separate upload first.
[ID!]
)
Identifiers of questions to remove from the survey.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
Survey
)
Record after mutation.