-
Notifications
You must be signed in to change notification settings - Fork 154
Move GraphQL schema files to graphql area #922
Comments
Don't think we should do it now:
|
This would be a big BC break providing very little benefit from my point of view. I agree with @antonkril that they should remain where they are. |
Closing for now. Once we will have agreement from all parties, we can reopen this ticket. |
@antonkril , we already have |
I agree, the benefit is insignificant and if it's going to break somebody it's not worth it. |
Any existing module that has |
@Vinai , why? I don't propose to modify behavior of the application. Both |
I described it as:
|
GraphQL schema files make sense only in
graphql
area of Magento application.AC:
schema.graphqls
files are moved undergraphql
area folderglobal
areaThis change should not introduce any breaking changes as files from
global
andgraphql
areas should be collected and merged during a GraphQL request. Extensions and customizations that use old convention and have GraphQL schema files located inglobal
area should continue working as before.The text was updated successfully, but these errors were encountered: