form
A store-defined contact form by slug — render its fields and send the collected values via formSubmit. Null when no active form exists under the slug.
form(
slug: String!
): StorefrontForm
Arguments
form.slug ● String! non-null scalar
Form slug (store-configured).
Type
StorefrontForm object
A store-defined contact form, fetched by slug and submitted via formSubmit.