Start GraphQL Playground Server in mock mode by specifying GraphQL Schema file
npm install -g graphql-playground-mock
Start GraphQL Playground Server in mock mode by specifying GraphQL Schema file
Usage:
$ graphql-playground-mock FILE_PATH
GraphQL Playground Server mocks givin GraphQL Schema file(.graphql or .json) at http://localhost:4000 (by default)
Options:
--port, -p Output in JSON format (based on introspection query)