form_submit
Last edit: Nov 10, 2025
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.