graphql-voyager icon indicating copy to clipboard operation
graphql-voyager copied to clipboard

Feature Request: Also Visualize Operations

Open rajington opened this issue 6 years ago • 3 comments

The schema visualization functionality is great. The next logical step might be to also input and visualize schema operations.

rajington avatar Nov 03 '19 22:11 rajington

You can select "Mutation" root type from drop-down list on the floating panel and see operations:

76636672-20c92c00-6552-11ea-8c1b-add7dc656649

FluorescentHallucinogen avatar Apr 05 '20 09:04 FluorescentHallucinogen

sorry, I meant GraphQL Operations as in the actual mutation and query (lowercase) calls to the schema

rajington avatar Apr 06 '20 16:04 rajington

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.

gmuth avatar May 11 '23 13:05 gmuth