talk-generating-graphql-apis
v0.1.0
Published
This talk focus on the GraphQL server-side experience.
Downloads
5
Readme
A talk on GraphQL and generated APIs
This talk focus on the GraphQL server-side experience.
Due to the "graph" behavior of graphQ, writting server side code for a GraphQL schema can be more tedious than for a basic REST API. In this talk, through the story of graphql-sequelize-generator, we will see what challenges you could face, and some rule of thumbs to deal with them.
You do not need to use NodeJS to benefits from this talk, but if you do you could have find your next API generator :)
If you do not know at all GraphQL, I added some good references bellow to consult before going through the slides and the code of graphql-sequelize-generator.
The slides are available online.
References
More about GraphQL:
- GraphQL official doc
- Graphql Europe 2018
- Slides: introduction-to-graphql-or-how-i-learned-to-stop-worrying-about-rest-apis
- Slides : graphql-is-the-better-rest
- Top 5 GraphQL predictions for 2019
More about generating things related to Graphql:
Other references that helped doing this talk:
And that I might have made references to during the presentation
This project was bootstrapped with Create React App.