You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [GraphQL Plugin for JetBrains](https://plugins.jetbrains.com/plugin/8097-graphql/) provides federation-specific development features, such as autocomplete for federation directives. However, you must enable this federation support after installing the plugin. Otherwise, your IDE might display unexpected errors while you're working with a subgraph schema.
19
-
20
-
### Setup
21
-
22
-
To enable federation support, do the following in your IDE after installing the plugin:
23
-
24
-
1. Open your IDE's **Settings** window.
25
-
2. Expand the **Languages & Frameworks** section.
26
-
3. Click **GraphQL**.
27
-
4. Check the **Federation** checkbox.
28
-
29
-
<img
30
-
class="screenshot"
31
-
alt="An animation showing the process of enabling Apollo Federation support in the GraphQL plugin for JetBrains (described above)"
32
-
src="../../images/JetBrains-plugin.webp"
33
-
width="600"
34
-
/>
35
-
36
-
This plugin supports all IntelliJ-based IDEs, including:
18
+
Apollo's [JetBrains Plugin](https://plugins.jetbrains.com/plugin/20645-apollo-graphql) provides federation-specific development features, such as autocomplete for federation directives. This plugin supports all IntelliJ-based IDEs, including:
37
19
38
20
- IntelliJ IDEA
39
21
- PyCharm
@@ -44,8 +26,10 @@ This plugin supports all IntelliJ-based IDEs, including:
44
26
- Rider
45
27
- GoLand
46
28
29
+
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](/graphos/schema-design/connectors/jetbrains#configuration) for configuration details.
30
+
47
31
## Additional resources
48
32
49
-
If your graph uses the Apollo Router, make sure to enable [router configuration awareness](/graphos/reference/router/configuration#configuration-awareness-in-your-text-editor) in your editor.
33
+
If your graph uses the Apollo Router Core or GraphOS Router, make sure to enable [router configuration awareness](/graphos/reference/router/configuration#configuration-awareness-in-your-text-editor) in your editor.
50
34
51
-
If you're developing with Apollo Connectors, refer to the connectors-specific [VS Code Extension](/graphos/schema-design/connectors/vs-code) and [Vim/NeoVim](/graphos/schema-design/connectors/vim) pages.
35
+
If you're developing with Apollo Connectors, refer to the connectors-specific [VS Code Extension](/graphos/schema-design/connectors/vs-code), [JetBrains IDEs](/graphos/schema-design/connectors/jetbrains), and [Vim/NeoVim](/graphos/schema-design/connectors/vim) pages.
0 commit comments