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 Jul 27, 2020. It is now read-only.
GraphQL SDL provides a very convenient way to define your GraphQL schema – especially when starting out with a new project. I think it could be interesting for Yoga to allow a "schema-first" scaffolding workflow by running yoga scaffold my-schema.graphql.
The text was updated successfully, but these errors were encountered:
+💯 for this. Mentoned that couple times on other issues. This will enable smooth migration path. There will be couple corner cases here like when schema reffers to unknow scallars etc. but basic stuff should work almost out of the box.
GraphQL SDL provides a very convenient way to define your GraphQL schema – especially when starting out with a new project. I think it could be interesting for Yoga to allow a "schema-first" scaffolding workflow by running
yoga scaffold my-schema.graphql
.The text was updated successfully, but these errors were encountered: