Skip to content

codeliuyang/graphql-requestbody-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL RequestBody Formatter

copy request body from your browser

then get this text

{"operationName":"ParkBaseEquipmentInfo","variables":{},"query":"query ParkBaseEquipmentInfo {\n  parkBaseEquipmentInfo {\n    allMeterWorkingStatus {\n      normalAmount\n      normalRate\n    }\n    parkInstalledCapacity\n    stationAmount\n    meterAmount\n  }\n}\n"}

.. WAS CONVERTED TO ...

query{
  parkBaseEquipmentInf){
    allMeterWorkingStatus {
      normalAmount
      normalRate
    }
    parkInstalledCapacity
    stationAmount
    meterAmount
  }
}

how to use?

git pull this repository, then open the index.html in your chrome

About

GraphQL RequestBody Formatter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages