UpdateFormSectionPayload
Autogenerated return type of UpdateFormSection.
type UpdateFormSectionPayload {
clientMutationId: String
form_section: FormSection!
}
Fields
UpdateFormSectionPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateFormSectionPayload.form_section
● FormSection!
non-null object
Returned By
updateFormSection
mutation