[3.21] Update GraphQL schema and regenerate types#5954
Conversation
🦋 Changeset detectedLatest commit: a8b4c8e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.21 #5954 +/- ##
=======================================
Coverage 65.17% 65.17%
=======================================
Files 1446 1446
Lines 25066 25066
Branches 5136 5129 -7
=======================================
Hits 16336 16336
Misses 8139 8139
Partials 591 591 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
This PR regenerates the GraphQL schema for Saleor 3.21 to add support for a new webhook event CHECKOUT_FULLY_AUTHORIZED in the webhook detail view. The schema update removes many deprecated field comments and adds the new checkout authorization webhook event type.
- Updates GraphQL types and type policies to include the new
CHECKOUT_FULLY_AUTHORIZEDwebhook event - Removes deprecation warnings from numerous GraphQL input fields and comments
- Adds new payment settings fields for checkout fund release functionality
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/graphql/types.generated.ts | Removes deprecated field comments and adds new webhook event types and payment settings |
| src/graphql/typePolicies.generated.ts | Adds type policies for new CheckoutFullyAuthorized event and payment settings fields |
| src/graphql/fragmentTypes.generated.ts | Includes new CheckoutFullyAuthorized fragment type |
| schema.graphql | Core GraphQL schema updates with new webhook events and payment settings |
| .changeset/soft-schools-taste.md | Documents the schema regeneration change |
Comments suppressed due to low confidence (1)
src/graphql/types.generated.ts:1
- Added missing semicolon at the end of the type declaration.
/* eslint-disable */
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Differences Found✅ No packages or licenses were added. SummaryExpand
|
Scope of the change
Regenerate 3.21 schema to add support for the new webhook event in webhook detail view.