Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekkolon/gqlx
Low-memory footprint GraphQL desktop client designed for distraction-free API exploration without sacrificing essential features
https://github.com/ekkolon/gqlx
angular codemirror graphql ide rust tauri
Last synced: about 2 months ago
JSON representation
Low-memory footprint GraphQL desktop client designed for distraction-free API exploration without sacrificing essential features
- Host: GitHub
- URL: https://github.com/ekkolon/gqlx
- Owner: ekkolon
- License: apache-2.0
- Created: 2024-10-27T07:44:01.000Z (3 months ago)
- Default Branch: dev
- Last Pushed: 2024-11-15T21:41:51.000Z (3 months ago)
- Last Synced: 2024-12-16T14:14:22.123Z (about 2 months ago)
- Topics: angular, codemirror, graphql, ide, rust, tauri
- Language: TypeScript
- Homepage:
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Security: SECURITY.md
Awesome Lists containing this project
README
# GQLx
Low-memory footprint GraphQL desktop client designed for distraction-free API exploration without sacrificing essential features.
![GQLx Default cover](https://github.com/ekkolon/gqlx/blob/dev/images/default-cover.png)
## Why does this project exist?
There are many great GraphQL clients out there that provide you with the necessary features needed to explore and test GraphQL servers.
Sometimes, however, all you are looking for is a minimal interface without the clutter to quickly test your GraphQL endpoints - an interface that, although minimal by nature, is not missing essential features for you to easily explore your graphs.
This is where **GQLx** comes into play.
## Supported platforms
QGLx is available for the following platforms:
- Windows
- Linux
- macOS## Installation
Download and install the binary from the GitHub [release page](https://github.com/ekkolon/gqlx/releases) for the operating system of your choice.
## Examples
TBD