All Projects → andev-software → Graphql Ide

andev-software / Graphql Ide

Licence: mit
⚡️ GraphQL IDE - An extensive IDE for exploring GraphQL API's

Projects that are alternatives of or similar to Graphql Ide

Graphql Compose
Toolkit for generating complex GraphQL Schemas on Node.js
Stars: ✭ 947 (-1.87%)
Mutual labels:  graphql
Catalyst
Typescript NodeJS Microservices Boilerplate with Generator CLI - Moleculer, GraphQL, REST, OAuth2, Jaeger, Grafana, Prometheus, Ory Hydra, Ory Keto w/ Access Control middleware, Moleculer-DB GraphQL mixin, Pug, Redis, sibling client repo (login, persistance layer, react-native-web, ios, android)
Stars: ✭ 30 (-96.89%)
Mutual labels:  graphql
Graphql
Bindings to libgraphqlparser for R
Stars: ✭ 31 (-96.79%)
Mutual labels:  graphql
Eschool
eSchool Microservice based Solution
Stars: ✭ 29 (-96.99%)
Mutual labels:  graphql
Graphql Parser Php
A PHP extension wrapping the libgraphqlparser library for parsing GraphQL.
Stars: ✭ 29 (-96.99%)
Mutual labels:  graphql
Link state demo
🚀 Demonstrate how to support multiple stores in Apollo Link State
Stars: ✭ 30 (-96.89%)
Mutual labels:  graphql
Graphql Serverless
Sample project to guide the use of GraphQL and Serverless Architecture.
Stars: ✭ 28 (-97.1%)
Mutual labels:  graphql
Graphql Upload
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various GoLang GraphQL servers
Stars: ✭ 32 (-96.68%)
Mutual labels:  graphql
Navalia
A bullet-proof, fast, and reliable headless browser API
Stars: ✭ 950 (-1.55%)
Mutual labels:  graphql
Citation
Citation is a new generation CMS merging ideas of: Headless / GraphQL, static site generation and JavaScript component pre-rendering
Stars: ✭ 31 (-96.79%)
Mutual labels:  graphql
Example Kotlin Springboot Graphql
Projeto de exemplo com API GraphQL com dois crud’s simples, utilizando Kotlin, Spring Boot, Gradle etc.
Stars: ✭ 28 (-97.1%)
Mutual labels:  graphql
Registration
Powerful and extensible registration system for hackathons and other large events
Stars: ✭ 29 (-96.99%)
Mutual labels:  graphql
Fullstack Graphql
🌈 Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack.
Stars: ✭ 955 (-1.04%)
Mutual labels:  graphql
Turbulette
😴 Turbulette - A batteries-included framework to build high performance, fully async GraphQL APIs
Stars: ✭ 29 (-96.99%)
Mutual labels:  graphql
Graphql Modules
Enterprise Grade Tooling For Your GraphQL Server
Stars: ✭ 962 (-0.31%)
Mutual labels:  graphql
Redux Offline Examples
Examples for Redux-Offline
Stars: ✭ 28 (-97.1%)
Mutual labels:  graphql
Nextjs Graphql Sample
A simple app to demonstrate basic API functions built with REST and GraphQL
Stars: ✭ 29 (-96.99%)
Mutual labels:  graphql
Graphql Client
A Ruby library for declaring, composing and executing GraphQL queries
Stars: ✭ 961 (-0.41%)
Mutual labels:  graphql
Sql To Graphql Schema Generator
⚛️ Generate GraphQL Scheme Online From SQL Query - https://sql-to-graphql.now.sh/
Stars: ✭ 32 (-96.68%)
Mutual labels:  graphql
Graphql Auto Transformer
A custom transformer of the amplify-cli. It can control accessibility of auto generated fields.
Stars: ✭ 31 (-96.79%)
Mutual labels:  graphql

GraphQL IDE

An extensive IDE for exploring GraphQL API's


Features

  • Manage projects
  • Import/export
  • Store queries
  • Query history
  • Custom headers
  • Environment variables for dynamic headers

Installing

MacOS

Unpack the latest app from the releases tab

Window / Linux

Releases available soon, for now build the binary using

npm install -g electron
npm install
npm run package --all

Run the binary using electron .

Upgrade from 0.x

Download the latest 0.2.x version, this will give you an option to export any project for 1.x. After you've installed 1.x you can import the project there. You can always go back to 0.x, your project data is stored at /Users/[username]/Library/Application Support/graphql-ide

Contributing

Please file issues under GitHub, or submit a pull request if you'd like to directly contribute.

Screenshots

Execute queries

Execute queries

Custom headers

Custom headers

Environment variables for dynamic headers

Custom headers

Manage projects

Manage projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].