# apollo-intellij-plugin
**Repository Path**: mirrors_apollographql/apollo-intellij-plugin
## Basic Information
- **Project Name**: apollo-intellij-plugin
- **Description**: Apollo IntelliJ Plugin
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-06-20
- **Last Updated**: 2025-12-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Apollo IntelliJ Plugin
[](https://plugins.jetbrains.com/plugin/20645)
[](https://plugins.jetbrains.com/plugin/20645)
This plugin for Android Studio and IntelliJ helps you work with the
[Apollo Kotlin](https://github.com/apollographql/apollo-kotlin) GraphQL library.
## Features
- Automatic code generation: models are re-generated whenever GraphQL files change
- Navigation Kotlin code ⇄ GraphQL definitions
- Unused operations and fields highlighting
- Normalized cache viewer
- Migration helpers:
- Apollo Android 2.x → Apollo Kotlin 3.x
- Apollo Kotlin 3.x → Apollo Kotlin 4.x
- `compat` codegen → `operationBased` codegen
- Integration with [Rover](https://www.apollographql.com/docs/rover) for a rich schema editing experience
- More to come!
## Compatibility
- Most features are intended to work with Apollo Kotlin 4.x and above
- Automatic code generation works with Apollo Kotlin 3.x and above
The plugin is supported on:
- IntelliJ 2025.2.1 and above
- Android Studio Otter 2025.2.1 and above
## Installation instructions
Marketplace > Search for "Apollo GraphQL" > Install
### Weekly snapshots
The plugin is published every Sunday in a specific **snapshots** repository. To use it, the repository URL must be
configured:
Settings > Plugins > ⚙️ > Manage Plugin
Repositories > + > https://go.apollo.dev/ij-plugin-snapshots
Then search for "Apollo GraphQL" and install the plugin as usual.
## Acknowledgements
This plugin incorporates code from the [JetBrains GraphQL plugin](https://github.com/JetBrains/js-graphql-intellij-plugin).