IDE Support for Apollo Federation

Streamline federated GraphQL development


Many IDEs provide features to streamline federated GraphQL development, such as federation-aware syntax highlighting, inline performance information, and autocomplete for fields, types, and federation directives. Learn how to enable federation-specific features in tools like VS Code and JetBrains IDEs.

Visual Studio Code

Apollo's VS Code Extension provides an all-in-one tooling experience for developing apps with Apollo. See the dedicated documentation page for configuration details.

JetBrains

Apollo's JetBrains Plugin provides federation-specific development features, such as autocomplete for federation directives. This plugin supports all IntelliJ-based IDEs, including:

  • IntelliJ IDEA

  • PyCharm

  • PhpStorm

  • WebStorm

  • CLion

  • RubyMine

  • Rider

  • GoLand

You must enable the Rover integration after installing the plugin. Otherwise, your IDE might display unexpected errors while you're working with a subgraph schema. See this the dedicated documentation page for configuration details.

Additional resources

If your graph uses the Apollo Router Core or GraphOS Router, make sure to enable router configuration awareness in your editor.

If you're developing with Apollo Connectors, refer to the connectors-specific VS Code Extension, JetBrains IDEs, and Vim/NeoVim pages.

Feedback

Edit on GitHub

Forums