Skip to content
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
@buskamuza

Description

@buskamuza

GraphQL schema files make sense only in graphql area of Magento application.

AC:

  • all schema.graphqls files are moved under graphql 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions