mirror of
https://github.com/seigler/graphql-playground
synced 2025-07-27 01:26:10 +00:00
Add a client
This commit is contained in:
parent
dcb2421890
commit
f8e7e2d9e3
2 changed files with 19 additions and 4 deletions
15
client/package.json
Normal file
15
client/package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "graphql-playground-client",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/seigler/graphql-playground.git"
|
||||
},
|
||||
"author": "Joshua Seigler",
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue