Visualizes the GraphQL schema.
| URL | API | Description | |-------------------------------------------------------------------------------------------------------------------|---------------|---------------| | http://localhost:31415/graphql-schema-visualization/?rootType=Query&hideRoot=false | GraphQL | Queries | | http://localhost:31415/graphql-schema-visualization/?rootType=Mutation&hideRoot=false | GraphQL | Mutations | | http://localhost:31415/graphql-schema-visualization/?rootType=Subscription&hideRoot=false | GraphQL | Subscriptions | | http://localhost:31415/graphql-schema-visualization/?rootType=Query&hideRoot=false&endpoint=/dynamicgraph | Dynamic Graph | Queries | | http://localhost:31415/graphql-schema-visualization/?rootType=Mutation&hideRoot=false&endpoint=/dynamicgraph | Dynamic Graph | Mutations | | http://localhost:31415/graphql-schema-visualization/?rootType=Subscription&hideRoot=false&endpoint=/dynamic_graph | Dynamic Graph | Subscriptions |
The GraphQL API allows low level access to the Reactive Graph Flow:
The Dynamic Graph API enables high level access to the Reactive Graph Flow. It's dynamically built upon the type system and provides type safe access to:
| Platform | Compatibility | |----------|---------------| | Linux | ✓ | | MacOS | ✓ | | Windows | ✓ |
This plugin integrates with https://github.com/IvanGoncharov/graphql-voyager