Graphical representation of the GraphQL schema

Is there a way to provide a visual diagram (e.g. UML) of a GraphQL Schema?

Background: I already have a schema with me that needs to be converted to the GraphQL API. However, before starting the development of GraphQL, I want to create a visual representation of the schema that I have. The chart should essentially show at least Query Types and Relations, which will help the developer know what needs to be developed in GraphQL.

Is there a way or standards?

+7
source share
2 answers

Check out this tool: https://github.com/sheerun/graphqlviz

, GraphQL, , , , .

!

+5
0

Source: https://habr.com/ru/post/1667118/


All Articles