Skip to main content

MoveFormSectionPayload

Autogenerated return type of MoveFormSection.

type MoveFormSectionPayload {
clientMutationId: String
form: Form!
form_section: FormSection!
}

Fields

MoveFormSectionPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

MoveFormSectionPayload.form ● Form! non-null object

MoveFormSectionPayload.form_section ● FormSection! non-null object

Returned By

moveFormSection mutation