Skip to main content

MoveFormItemPayload

Autogenerated return type of MoveFormItem.

type MoveFormItemPayload {
clientMutationId: String
form_item: FormItem!
form_section: FormSection!
}

Fields

MoveFormItemPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

MoveFormItemPayload.form_item ● FormItem! non-null object

MoveFormItemPayload.form_section ● FormSection! non-null object

Returned By

moveFormItem mutation