Build a GraphQL Server
MP4 | AVC 169kbps | English | 1280x720 | 25fps | 57 mins | AAC stereo 130kbps | 121 MB
Genre: Video Training
In this course we take a look at a new data query language and runtime called GraphQL. GraphQL was designed and built at Facebook to help product developers request and receive the data they need for their mobile and web applications. GraphQL sits on top of your application’s data access layer, providing clients with the ability to explicitly specify their data requirements, and the guarantee that this data won’t change.
GraphQL manages these kind of guarantees through a mixture of it’s Type System and Query semantics, both of which are pieces of GraphQL that we’ll look at in this series. We’ll also take a look at Mutations, and how to make our GraphQL Servers Relay-compliant using Nodes, Edges, and Connections.
Content:
01. Create a GraphQL Schema
02. Use GraphQL Primitive Types
03. Use GraphQL's Object Type for Basic Types
04. Use GraphQL's List Type for Collections
05. Serve a GraphQL Schema as Middleware in Express
06. Write a GraphQL Schema in JavaScript
07. Use Arguments in a GraphQL Query
08. Use GraphQLNonNull for Required Fields
09. Use GraphQLList with GraphQLObject Types
10. Write a GraphQL Mutation
11. Create an Input Object Type for Complex Mutations
12. Add an Interface to a GraphQL Schema
13. Add a Relay Node Interface to a GraphQL Schema
14. Convert GraphQL List Type to a Relay Connection Type
15. Use Relay’s Input Object Mutations
No mirrors please