graphql-ruby
graphql-ruby copied to clipboard
GraphQL Ruby example for How To GraphQL
I've following steps in tutorial page https://www.howtographql.com/graphql-ruby/7-filtering/ and after changing `field :all_links, resolver: Resolvers::LinksSearch` in `query_type.rb` got an error ``` TypeError: Cannot read property 'types' of undefined at buildClientSchema (http://localhost:3000/assets/graphiql/rails/application.debug-3aff84d172cfc9d5cfec9289f9417ad7ee0ecdb1e7414d33c11cac078d02875e.js:34100:72)...
This definitely isn't high priority, but I'm currently unable to technically "complete" the `graphql-ruby` tutorial. I suspect it's because all of the other tutorials have a multiple choice question at...
Add code/chapter like https://www.howtographql.com/graphql-js/9-subscriptions/ It [was added in graphql-ruby 1.7](https://github.com/rmosolgo/graphql-ruby/pull/672) released [September 18th](https://rubygems.org/gems/graphql/versions/1.7.0) This will make graphql-ruby code compatible with https://github.com/howtographql/react-apollo/blob/master