-
Notifications
You must be signed in to change notification settings - Fork 1
Building GraphQL APIs with ASP.NET Core
Pritesh Patel edited this page Aug 6, 2019
·
1 revision
https://app.pluralsight.com/library/courses/building-graphql-apis-aspdotnet-core/
- Consumer defines the data structure it wants to receive in a query
- JSON-like query structure (with intell-sense)
- An open-source specification (created by Facebook) to access data in APIs
- GraphQL consumer (quereis) -> GraphQL API runtime (processes the query)
- GraphQL API vs. REST API
- GraphQL specification is not tied to HTTP