This repository was archived by the owner on Nov 19, 2024. It is now read-only.
revert 2.3.4 GraphQL changes from master #6346
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This pull request (PR) reverts selected files that were accidentally merged from the
2.3.4-developbranch intomasterin #6296. These reverted files mention GraphQL entities that will be deprecated in 2.3.4, but are valid for 2.3.3.Affected DevDocs pages
src/_data/toc/graphql.yml
src/_includes/graphql/cart-object.md
src/_includes/graphql/create-customer.md
src/_includes/graphql/customer-address-input.md
src/_includes/graphql/customer-address-output.md
src/_includes/graphql/customer-input.md
src/_includes/graphql/customer-output.md
src/guides/v2.3/graphql/caching.md
src/guides/v2.3/graphql/develop/create-graphqls-file.md
src/guides/v2.3/graphql/develop/resolvers.md
src/guides/v2.3/graphql/mutations/create-customer-address.md
src/guides/v2.3/graphql/mutations/create-payflow-pro-token.md
src/guides/v2.3/graphql/mutations/create-paypal-express-token.md
src/guides/v2.3/graphql/mutations/place-order.md
src/guides/v2.3/graphql/mutations/set-billing-address.md
src/guides/v2.3/graphql/mutations/set-payment-place-order.md
src/guides/v2.3/graphql/mutations/set-shipping-address.md
src/guides/v2.3/graphql/product/category-interface.md
src/guides/v2.3/graphql/product/product-interface.md
src/guides/v2.3/graphql/queries/cart.md
src/guides/v2.3/graphql/queries/category.md
src/guides/v2.3/graphql/queries/customer-orders.md
src/guides/v2.3/graphql/queries/customer.md
src/guides/v2.3/graphql/queries/products.md
src/guides/v2.3/graphql/queries/store-config.md
Links to Magento source code