2 tools to help you create Connectors - The Weekly Wisdom - Edition #3

:graduation_cap: Welcome to The Weekly Wisdom

:spiral_calendar: Edition #3 - 22 May 2025
:label: Topic tags - Connectors odyssey
:bell: Stay in the loop: Subscribe to theThe Weekly Wisdom category to get notified when new posts drop—no FOMO here.


Hey all! :waving_hand: Michelle here from the Apollo Education team, where I build courses for Odyssey, our official learning platform.

I’m back for the next edition of a multi-part series to teach you the basics of Apollo Connectors: a powerful way to bring existing REST APIs into your graph, all through configuration in the schema.

:light_bulb:This week’s learning: 2 tools to help you create Connectors

:hammer_and_wrench: Tool #1: IDE support

Depending on your IDE, we have two options:

Get syntax highlighting, intelligent autocomplete, and important schema information right in your IDE. These extensions are especially helpful when trying out Connectors. Besides the helpful autocomplete for new and unfamiliar syntax like the @connect directive, you’ll also get those squiggly red lines to let you know there’s something that needs to be fixed!

:hammer_and_wrench: Tool #2: The Connectors Mapping Playground

This tool helps you craft the selection parameter for @connect. Browse common examples, or plug in your own JSON response and start crafting the mapping!


:magnifying_glass_tilted_right: Want to go deeper?

You can see the IDE support in action in the Odyssey tutorial “GraphQL meets REST with Apollo Connectors” Lesson 5.

Want to dive into using the playground for Connector mappings? :link: Check out our tutorial “Expressions in Connectors: Mapping and Transforms”.

Take the Course


:speech_balloon: Share your thoughts in the thread below :down_arrow:

Have you used any of the tools we’ve shared above? What other tools might be helpful for you as you try out Connectors?