rmosolgo.github.io
Using GraphQL without Relay - Robert Mosolgo
http://rmosolgo.github.io/blog/2016/03/03/using-graphql-without-relay
Using GraphQL Without Relay. Famous, GraphQL was in use at Facebook for years before Relay took the scene. You can use plain AJAX requests to interact with a GraphQL server, too. Update 18 Feb 2017:. For a zero-dependency improvement of this concept, see f/graphql-js. Expose a single endpoint which responds to queries. The endpoint accepts a few parameters:. The GraphQL query string to execute. Runtime values for variables in the GraphQL query. Contains multiple operations, you must tell the server which.
rmosolgo.github.io
Introducing GraphQL::Pro - Robert Mosolgo
http://rmosolgo.github.io/blog/2017/01/09/introducing-graphql-pro
Is almost two years old! Today, I’m adding a new element to the project,. I have three goals with. Provide robust, easy-to-use integrations with third-party tools. Open a formal feedback loop with teams using GraphQL. Additionally, I’m starting a GraphQL Ruby newsletter. Provides some integrations with third-party tools:. For Pundit and CanCan (or custom auth). Improved connections for ActiveRecord. Instrumentation for app monitoring. Platforms (New Relic, Scout and Skylight). I really enjoy working on.