An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# smallrye-graphql-client-intellij-plugin

![Build](https://github.com/smallrye/smallrye-graphql-client-intellij-plugin/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/20875-smallrye-graphql-client.svg)](https://plugins.jetbrains.com/plugin/20875-smallrye-graphql-client)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/20875-smallrye-graphql-client.svg)](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