Homepage

form_submit

Last edit: Sep 15, 2023

No description

form_submit(
  fields: HashObject!
  form_name: String!
  id: ID
): FormSubmitPayload

Arguments

fields (HashObject)

Values for fields defined in associated form. Might include "id" key which
will identify the resource in case id argument is blank.

form_name (String)

Name of the form which should be submitted

id (ID)

id of a resource to be updated; can also be provided as "id" key in "fields"
hash (if both are present, this argument takes precedence).

Type

FormSubmitPayload

Autogenerated return type of FormSubmit.

Questions?

We are always happy to help with any questions you may have.

contact us