Skip to main content

Introducing the gqlmocks CLI

The gqlmocks makes mocking easy with localhost mocking, setting up configuration defaults, generating file boilerplate, and verifying project setup. It's currently in beta as it's usage is tested and more integrations are added.

Usage

The easiest way to use the cli is by using npx which will download and evoke commands from the package directly.

npx gqlmocks --help

Next Steps