Giter Site home page Giter Site logo

graphql-explorer's Introduction

GraphQL Explorer

GraphQL Explorer is an application that helps you define entities related to your business domains, relate them, and then generate GraphQL schemas that can be used to connect different parts of your software, such as client and server.

Demo app

Through the following URL you can find a demo app: https://graphql-explorer.sebas5384.vercel.app/

Pre-requirements

Cloning the project:

In the terminal of your computer, run git clone https://github.com/sebas5384/graphql-explorer.git.

After cloning the repo, access the directory of it and then follow the installation instructions below.

Installation

Run yarn to install the application dependencies and dev dependencies.

Initializing the local environment

Run yarn start to start the application in dev mode on your own computer.

If everything run as expected, the application should be automatically opened in your default browser in the following address: http://localhost:3000/, and you should see something like this:

Layout draft

How it works

TBD.

Contributing

You can contribute to this project in the following ways:

  • Finding and reporting bugs
  • Fixing bugs or implementing new features
  • Improving the documentation
  • Improving the code structure

Steps to contribute

  • Fork this repository to your own GitHub account and then clone it to your computer;
  • Install the project and dev dependencies (run yarn);
  • Make the necessary changes and ensure that the tests are passing using yarn test (implement new tests if needed);
  • Send a pull request and I'll be happy to review it ๐Ÿ™Œ;
  • Wait for feedback or approval (this should not take too long).

graphql-explorer's People

Contributors

delete avatar recidive avatar sebas5384 avatar wlsf82 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

graphql-explorer's Issues

How to delete a node?

HI, thank you for this great tool. I watched the video but I can not figure out how to delete a node :/

Support multiple relations with the same name

The explorer doesn't know how to draw two different relations with the same field name.

Reproduce:

  1. Create type A
  2. Create type B
  3. Create relation from A to B called foo
  4. Create relation from B to A called foo

The result is this:

image

Add export or copy schema functionality

It would be nice if after creating the business domains it could be possible to copy the generated schemes or to export them as a file so that this information could be used in the applications that will use it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.