https://github.com/smallrye/smallrye-graphql-client-intellij-plugin
https://github.com/smallrye/smallrye-graphql-client-intellij-plugin
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-graphql-client-intellij-plugin
- Owner: smallrye
- License: apache-2.0
- Created: 2023-01-04T12:35:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T10:09:19.000Z (over 2 years ago)
- Last Synced: 2024-04-16T10:55:09.148Z (over 1 year ago)
- Language: Kotlin
- Size: 1.28 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# smallrye-graphql-client-intellij-plugin

[](https://plugins.jetbrains.com/plugin/20875-smallrye-graphql-client)
[](https://plugins.jetbrains.com/plugin/20875-smallrye-graphql-client)
[//]: # (To keep everything working, do not remove `` sections.)
Auto-Complete SmallRye GraphQL Typesafe Client API interfaces and types/inputs
from a `schema.graphql` file in your project directory.
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "smallrye-graphql-client-intellij-plugin" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/smallrye/smallrye-graphql-client-intellij-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
---
Plugin based on the [IntelliJ Platform Plugin Template][template].
[template]: https://github.com/JetBrains/intellij-platform-plugin-template