Skip to content

initialspark/ndc-london-2018-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDC London 2018 - Building real-time API's with GraphQL

GraphQL is a query language for application and not your database. A client can declaratively describe the data that it wants (queries), and the GraphQL server will return only the data asked for in a predictable shape. GraphQL also provides a mechanism for clients to subscribe to real-time updates in the form of Subscriptions. In this talk, we’ll start with an introduction to both GraphQL and GraphQL Subscriptions. Then we will build a GraphQL server demonstrating how to define a schema, fetch/manipulate data and implement GraphQL Subscriptions. Lessons learned will be shared from designing, developing and operating GraphQL based API’s over the past 9 months.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published