GraphQL-Blueprint icon indicating copy to clipboard operation
GraphQL-Blueprint copied to clipboard

GraphQL Blueprint: a software developer tool for engineers that want to quickly generate React/Express, Apollo and GraphQL boilerplate code using a data modeling interface. Watch your queries, mutatio...

Results 10 GraphQL-Blueprint issues
Sort by recently updated
recently updated
newest added

If we could implement the ability for users to include their REST API credentials and parameters, we could build it into our boilerplate generator for easy export of GraphQL queries...

enhancement

Adding a relation field to a Mongo database gives the error: ``` Uncaught TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator)) ``` at `schemaReducer.js:337`

bug

Tree view is a good way to have a birds eye view of the schema as a graph. Adding more color/styles to this will make it easier to look at...

enhancement

When viewing `databases` or `tables`, we'd like to implement a title bar which will provide context to what's being viewed as well as any additional actions that view may have...

enhancement

After merging in @kevinberlanga's auth features, we'll want to rebuild the UX for how new projects are created and previously made projects are edited. The following screenshots show our intention:...

enhancement

Currently still using the old GQL Designer design. Need to update to match new look + feel.

enhancement

New screenshots and GIFs are needed for documentation and in app tips.

documentation

Currently top bars are main nav and tabs, we'd like to setup React Router to merge the bars like how the new UI design is mocked up: ![image](https://user-images.githubusercontent.com/5971166/125671327-f0fe49e5-1f51-4610-8dfc-4e1f8cc0d9cb.png)

enhancement

Once we hook projects up to remote database (assigned to user auth feature), we can build a script to track unsaved changes using local storage. The component will prompt users...

enhancement