0.1.0 • Published 5 years ago

talk-generating-graphql-apis v0.1.0

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

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:

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.

Contact

vincent.desmares@gmail.com