UpdateFormItemPayload
Autogenerated return type of UpdateFormItem.
type UpdateFormItemPayload {
  clientMutationId: String
  form_item: FormItem!
}
Fields
UpdateFormItemPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateFormItemPayload.form_item ● FormItem! non-null object
Returned By
updateFormItem  mutation