This Extension is a Tester for GraphQL Queries and Mutations.
- Test GraphQL Queries And Mutations
- Save Queries And Mutations
- Settings For Custom Headers
- Load Schema From URL
- Merge Fragments into Query
- Schema Based GraphQL IntelliSense
- Autofill fields
- Install Graph Man Extension
- Use
Create Starter Pack
Command - Click the
Graph Man
icon on the sidebar. - Modify
url
andheaders
in theconfig.json
file to your GraphQL server. - Click the
Paper Airplane Icon
button in the upper right corner of the**.*.graphql
file.
Tip: If you want to use
Graph Man
personally in your project, you can use it by adding/.graph-man/
to.gitignore
.
A list of commands that you can search for and use in the Command Palette.
Graph Man: Show configuration
:.graph-man/config.json
file will be openedGraph Man: Refresh Environment
: Refresh Environment from.graph-man/config.json
Graph Man: Refresh Graphqls
: Refresh GraphQL Files from.graph-man/**/*.graphql
and.graph-man/**/*.gql
Graph Man: Send Graphql
: Send GraphQL Query or MutationGraph Man: Load Schem
: Load Schema from URLGraph Man: Create Config File
: Create.graph-man/config.json
Graph Man: Create Example GraphQL Files
: Create Example GraphQL Files in.graph-man
folderGraph Man: Create Starter Pack
: Create Starter Pack in.graph-man
folder (ExecuteCreate Config File
andCreate Example GraphQL Files
)Graph Man: Merge Fragments into Query
: Merges the Fragments of Query currently displayed on the screen.
here
It's a "graphql-server" that uses "graph-man". You can learn more about how to use it in this project.