Rarely do we get to build applications from scratch. Rather, we frequently have to make improvements on existing systems. Coursera has built on their existing REST APIs. Here’s how. Declarative GraphQL: Adding GraphQL to our REST APIs – Bryan Kane Your browser does not support iframes. Coursera has over 500 REST APIs in production. We’re…
Category: graphql
GraphQL Summit
Some good GraphQL talks from GraphQL Summit 2017 Michael Fix – graphql on the Edge: A shield for your app Your browser does not support iframes. Michael Fix, Software Engineer at Intuit, gave this talk at GraphQL Summit 2017. Learn more: summit.graphql.com One of the most important features of GraphQL… Jon Wong – Supercharge Your…
GraphQL and the React Router.
Some help with protecting your graphql queries and mutations. Protected Routes, Mutations, and Queries with React Router and GraphQL Your browser does not support iframes. Learn how to protect your routes on the frontend with React Router. Then on your backend, you can protect your GraphQL mutations and queries. You can setup fine grained permissions…