graphql-playground-react

v1.7.28
GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).

start

node scripts/start.js

start:analyze

ANALYZE_BUNDLE=true node scripts/start.js

start:graphql-bin

ACTIVE_APP=graphqlbin node scripts/start.js

prepublishOnly

yarn build

build

rimraf dist build dist && yarn build-app && yarn build-package

tsc

tsc -p tsconfig.build.json

build-package

rimraf lib build/dist && npm run tsc && babel lib -d lib && cp -r ./src/assets/ ./lib/assets/ && cd lib && rimraf *.jsx;

build-app

node scripts/build.js

test

jest

bundlesize

bundlesize

bump

npm version patch --no-git-tag-version && git add package.json

graphql-faker

graphql-faker ./tests/schema.faker.graphql

lint

tslint "src/**/*.ts{,x}"

precommit

lint-staged

prettier

prettier --single-quote --no-semi --trailing-comma all --write *.{ts,tsx} 'src/**/*.{ts,tsx}'
npm i graphql-playground-react

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/4/2021

Downloads