Eventjet GraphQL API documentation

form

Get a form by its ID (Form.id).

Authorization is required: the form must be owned by a company you are connected to. An ID that does not exist, or a form owned by a company you are not connected to, responds with an error rather than null.

Company.forms lists a company's forms except those attached to one of its shops as the checkout form; a shop's checkout form is reachable through Shop.checkoutForm. Form.elements resolves in the order the elements are stored on the form.

Arguments

ArgumentDescriptionType
idID!

Type

This field resolves to Form, which has the following fields:

FieldDescriptionType
elements[ FormElement! ]!
idID!
nameString