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