This repository was archived by the owner on Dec 19, 2019. It is now read-only.
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
Move GraphQL schema files to graphql area #922
Closed
Description
GraphQL schema files make sense only in graphql
area of Magento application.
AC:
- all
schema.graphqls
files are moved undergraphql
area folder - validate that application behaves as expected in case a module (for example, an extension) that extends core GraphQL schema is still located in
global
area - Ensure GraphQl style sniffs work properly after the change MC-19366: Adds GraphQL sniffs magento-coding-standard#141
This change should not introduce any breaking changes as files from global
and graphql
areas should be collected and merged during a GraphQL request. Extensions and customizations that use old convention and have GraphQL schema files located in global
area should continue working as before.