@saasquatch/mint-components 1.14.6-1 → 1.14.6-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1354,7 +1354,7 @@ function useLeadFormState(formState) {
1354
1354
  }
1355
1355
 
1356
1356
  const SUBMIT_LEAD = index_module.dist.gql `
1357
- mutation submitForm($formSubmissionInput: FormSubmissionInput) {
1357
+ mutation submitForm($formSubmissionInput: FormSubmissionInput!) {
1358
1358
  submitForm(formSubmissionInput: $formSubmissionInput) {
1359
1359
  success
1360
1360
  }
@@ -5,7 +5,7 @@ import jsonpointer from "jsonpointer";
5
5
  import { AsYouType } from "libphonenumber-js";
6
6
  import { useLeadFormState } from "./useLeadFormState";
7
7
  const SUBMIT_LEAD = gql `
8
- mutation submitForm($formSubmissionInput: FormSubmissionInput) {
8
+ mutation submitForm($formSubmissionInput: FormSubmissionInput!) {
9
9
  submitForm(formSubmissionInput: $formSubmissionInput) {
10
10
  success
11
11
  }
@@ -1350,7 +1350,7 @@ function useLeadFormState(formState) {
1350
1350
  }
1351
1351
 
1352
1352
  const SUBMIT_LEAD = dist.gql `
1353
- mutation submitForm($formSubmissionInput: FormSubmissionInput) {
1353
+ mutation submitForm($formSubmissionInput: FormSubmissionInput!) {
1354
1354
  submitForm(formSubmissionInput: $formSubmissionInput) {
1355
1355
  success
1356
1356
  }