graphql-voyager
graphql-voyager copied to clipboard
Feature Request: Also Visualize Operations
The schema visualization functionality is great. The next logical step might be to also input and visualize schema operations.
You can select "Mutation" root type from drop-down list on the floating panel and see operations:

sorry, I meant GraphQL Operations as in the actual mutation and query (lowercase) calls to the schema
The drop down indeed allows to visualize all graphQL operations: Queries, Mutations and Subscriptions. Maybe a title like "Operations:" next to the select-from-list component would help.