tb / northwind-graphql-ruby

Northwind graphql-ruby
http://northwind-graphql-ruby.herokuapp.com/
24 stars 4 forks source link

Use .graphql files instead of just gql string #3

Closed tb closed 7 years ago

tb commented 7 years ago

Code like https://github.com/tb/northwind-graphql-ruby/blob/master/client/src/components/Supplier/SupplierAdd.js#L62 is going to be hard to manage. Its stings...

We need to explore https://dev-blog.apollodata.com/webpacking-your-graphql-documents-bf9697ed259b

For this we first need to figure out extending create-react-app config without eject