Session
GraphQL - The API for modern apps and how to build GraphQL APIs in .NET
GraphQL is a new API standard that provides a more efficient, powerful and flexible alternative to REST. GraphQL enables declarative data fetching where a client can specify exactly what data it needs from an API. Instead of multiple endpoints that return fixed data structures, a GraphQL server only exposes a single endpoint and responds with precisely the data a client asked for. The single endpoint can forward the queries to downstream APIs, merge the data and return it to the client in a single response. This makes GraphQL a great solution in microservices architecture in which the number of endpoints for clients to render the page can become a rigid approach.
In this session we will cover:
- What is GraphQL?
- What problem does it solve?
- GraphQL Schema, Operations, Types and Resolvers
- Build your own GraphQL Server with HotChocolate and .NET Core
- Schema stitching by joining multiple APIs to a single endpoint
-Demos
Arin Roy
Lead Architect & AI MVP, Capgemini
Utrecht, The Netherlands
Links
Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.
Jump to top