Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip address validation. #16034

Closed
wants to merge 1 commit into from

Skip address validation

e94f710
Select commit
Failed to load commit list.
Sign in for the full log view
Closed

Skip address validation. #16034

Skip address validation
e94f710
Select commit
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded May 22, 2024 in 2s

Everything looks good

Found 5 changes

Breaking: 0
Dangerous: 1
Safe: 4

Dangerous changes

  • Input field skipValidation was added to input object type AddressInput

Safe changes

  • Field Mutation.checkoutCreate description changed from **Create a new checkout.

Triggers the following webhook events:

  • CHECKOUT_CREATED (async): A checkout was created.** to **Create a new checkout.

skipValidation field requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.

Triggers the following webhook events:

  • CHECKOUT_CREATED (async): A checkout was created.**
  • Description **Create a new checkout.

Triggers the following webhook events:

  • CHECKOUT_CREATED (async): A checkout was created.** on type CheckoutCreate has changed to **Create a new checkout.

skipValidation field requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.

Triggers the following webhook events:

  • CHECKOUT_CREATED (async): A checkout was created.**
  • Input field CheckoutCreateInput.shippingAddress description changed from The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesnt contain shippable items.** to The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesnt contain shippable items. skipValidation requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.**
  • Input field CheckoutCreateInput.billingAddress description changed from Billing address of the customer. to Billing address of the customer. skipValidation requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check warning on line 7994 in saleor/graphql/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'skipValidation' was added to input object type 'AddressInput'

Input field 'skipValidation' was added to input object type 'AddressInput'

Check notice on line 18942 in saleor/graphql/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'Mutation.checkoutCreate' description changed from 'Create a new checkout. Triggers the following webhook events: - CHECKOUT_CREATED (async): A checkout was created.' to 'Create a new checkout. `skipValidation` field requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions. Triggers the following webhook events: - CHECKOUT_CREATED (async): A checkout was created.'

Field 'Mutation.checkoutCreate' description changed from 'Create a new checkout.

Triggers the following webhook events:
- CHECKOUT_CREATED (async): A checkout was created.' to 'Create a new checkout.

`skipValidation` field requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.

Triggers the following webhook events:
- CHECKOUT_CREATED (async): A checkout was created.'

Check notice on line 29254 in saleor/graphql/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Description 'Create a new checkout. Triggers the following webhook events: - CHECKOUT_CREATED (async): A checkout was created.' on type 'CheckoutCreate' has changed to 'Create a new checkout. `skipValidation` field requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions. Triggers the following webhook events: - CHECKOUT_CREATED (async): A checkout was created.'

Description 'Create a new checkout.

Triggers the following webhook events:
- CHECKOUT_CREATED (async): A checkout was created.' on type 'CheckoutCreate' has changed to 'Create a new checkout.

`skipValidation` field requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.

Triggers the following webhook events:
- CHECKOUT_CREATED (async): A checkout was created.'

Check notice on line 29279 in saleor/graphql/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'CheckoutCreateInput.shippingAddress' description changed from 'The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesn't contain shippable items.' to 'The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesn't contain shippable items. `skipValidation` requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.'

Input field 'CheckoutCreateInput.shippingAddress' description changed from 'The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesn't contain shippable items.' to 'The mailing address to where the checkout will be shipped. Note: the address will be ignored if the checkout doesn't contain shippable items. `skipValidation` requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.'

Check notice on line 29284 in saleor/graphql/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'CheckoutCreateInput.billingAddress' description changed from 'Billing address of the customer.' to 'Billing address of the customer. `skipValidation` requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.'

Input field 'CheckoutCreateInput.billingAddress' description changed from 'Billing address of the customer.' to 'Billing address of the customer. `skipValidation` requires HANDLE_CHECKOUTS and AUTHENTICATED_APP permissions.'