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?
source
share