graphql-to-string
Version:
Create js module with string version of .gql query file that can be used to send http calls to graphql servers
26 lines (25 loc) • 572 B
JSON
{
"name": "graphql-to-string",
"version": "1.0.4",
"description": "Create js module with string version of .gql query file that can be used to send http calls to graphql servers ",
"main": "index.js",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Elythingol/graphql-to-string"
},
"bin": {
"graphql-to-string": "./bin/graphql-to-string.js"
},
"keywords": [
"graphql",
"sfcc",
"query",
"stringify",
"demandware"
],
"author": "Sergiy Ryazanov",
"license": "ISC"
}