Framework Mode - GraphQL body
Folder Structure for Postman GraphQL Testing
postman-graphql-testing/
├── collections/
│ └── graphql-queries.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── scripts/
│ ├── pre-request-scripts.js
│ └── test-scripts.js
├── reports/
│ └── test-report.html
├── postman.config.json
└── README.md