Please enable JavaScript.
Coggle requires JavaScript to display documents.
GraphQL, introspection: ability to Query server for info about the…
GraphQL
-
-
-
Resolvers
function used to populate data for a field in the schema (parent, args,context,info) => data
-
-
context: access to global resources like datasources, auth state.
info: path to field, cache policies
how do they work?
- validation (AST - Abstract Syntax Tree)
-
-
-
-
-
-