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

COMDOX-905 schema structure #322

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/pages/_images/graphql/graphql-schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/graphql/payment-methods/klarna.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ In order to always present shoppers with the latest available payment options pr

1. The application returns an updated `cart` object.

1. [Reload the widget](https://docs.klarna.com/klarna-payments/integration-best-practices/purchase-experience/payment-widget/?q=widget) on the client side.
1. [Reload the widget](https://docs.klarna.com/klarna-payments/integration-best-practices/purchase-experience/how-to-present-klarna-in-your-checkout/) on the client side.

The following diagram describes the workflow:

Expand Down
2 changes: 2 additions & 0 deletions src/pages/graphql/schema/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: GraphQL schema

We have reorganized the Adobe Commerce and Magento Open Source GraphQL reference documentation to make it easier to find related queries, mutations, interfaces, and other data types. Use the left navigation to review usage information and examples for each entity in the Commerce schema.

<iframe width="100%" height="300px" frameBorder="0" src="/commerce/webapi/graphql-schema.svg"></iframe>

<InlineAlert variant="info" slots="text" />

The Catalog Service, Live Search, and Product Recommendations services have schemas that are independent from the core schema for Adobe Commerce and Magento Open Source. You can find the schema reference documentation and examples for these services in [Storefront Services GraphQL](https://developer.adobe.com/commerce/services/graphql/).
4 changes: 4 additions & 0 deletions static/graphql-schema.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading