GraphQL Paris #1
18/07/2018
Charly POLY - Sr Software Engineer at
Past
➡️ ex-Dashlane
➡️ ex-JobTeaser
We describe a query, to retrieve data from the API.
We want an artist, named
"John Mayer".
And for this artist,
retrieve top tracks names.
Here, GraphQL is used as an abstraction for the JS clients
An Artist can be retrieved using
an id or a name.
Depending on the arguments,
the API resolvers will call different Spotify REST API endpoints.
➡️ operation arguments
➡️ mutation arguments
Formik
redux-form
Compared to redux-form and Formik
How does it works?
What is an introspection query?
What is a JSON Schema?