Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1009 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 1009 Bytes

graph-man

This Extension is a Tester for GraphQL Queries and Mutations.

Layout

Layout

Features

  • Test GraphQL Queries And Mutations
  • Save Queries And Mutations
  • Settings For Custom Headers
  • Settings For Custom Variables
  • Load Schema From URL Or File
  • Merge Queries And Mutations

Usage

usage-video0

  1. Install Graph Man Extension
  2. Create .graph-man folder in your project root
  3. Create Configration File (name is .graph-man/config.json)
    1. Example Config File: config.json
    2. Example .graphql File: test.graphql
  4. Create Queries And Mutations Files (.graph-man/test.graphql)
  5. Select Your Environment to Side Bar usage0
  6. Run Your Query Or Mutation from (.graph-man/**.graphql) file usage1 usage2