You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
As a Magento developer, I want a convenient way to extend GraphQL and implement my own GraphQL endpoints so that I'm not constrained by the out-of-the-box implementation of GraphQL.
Use Cases
3rd party developer can:
expose simple entities via schema declarations only, without writing PHP code
for complex entities, you can do this with few resolver changes
extend GraphQL module
implement GraphQL endpoints
create or modify classes to alter schema reading/generation
extend the testing framework
The text was updated successfully, but these errors were encountered:
As a Magento developer, I want a convenient way to extend GraphQL and implement my own GraphQL endpoints so that I'm not constrained by the out-of-the-box implementation of GraphQL.
Use Cases
3rd party developer can:
The text was updated successfully, but these errors were encountered: