Earlier quoted context omitted.
I will try to show it to some project managers and business oriented people. Thanks again!
Be careful not to swing too far in the other direction. Users who are unfamiliar with your tool will immediately just want something easy and obvious. You shouldn’t be afraid of having a learning curve if the user can gain fluidity and efficiency. The tricky part is that learning curves will never survive a five minute new-user review, so you have to find more invested users who are willing to do expert reviews. User…
GraphQL editor – Visual node editor for GraphQL
21–25 of 25 posts
Re: GraphQL editor – Visual node editor for GraphQL
#22On a related note, can someone recommend a good modern library to build similar visual block editor? Blocky is good, but it shows its age. Preferably not depend on React.
Try slothking-online/diagram is the library we use in GraphQL editor. It’s react dependent though :/
Re: GraphQL editor – Visual node editor for GraphQL
#23On a related note, can someone recommend a good modern library to build similar visual block editor? Blocky is good, but it shows its age. Preferably not depend on React.
Re: GraphQL editor – Visual node editor for GraphQL
#24This is really cool. We already have a large GraphQL schema that we'd like to make some changes to. It'd be nice to be able to bring in our existing schema to visualize.
If you are just looking for visualization, you can use GraphQL Voyager [1]. Either set it up in your application, or you can use the hosted version passing in the URL of your API (you might need to configure CORS): https://apis.guru/graphql-voyager/?url=%20https://dog-graphq... [1] https://github.com/APIs-guru/graphql-voyager
Re: GraphQL editor – Visual node editor for GraphQL
#25Earlier quoted context omitted.
I will try to show it to some project managers and business oriented people. Thanks again!
Be careful not to swing too far in the other direction. Users who are unfamiliar with your tool will immediately just want something easy and obvious. You shouldn’t be afraid of having a learning curve if the user can gain fluidity and efficiency. The tricky part is that learning curves will never survive a five minute new-user review, so you have to find more invested users who are willing to do expert reviews. User…