Learn the syntax and methods to connect and map complex REST API responses into your schema using Apollo Connectors
Write expressions to map JSON response properties to a schema
Use the Connectors Mapping Playground to explore JSON responses and preview expression results
Apply symbols ($
and @
) to manipulate values and select properties
Rename properties with aliases
Transform data with methods like first
, entries
, and match
Liz Hennessy