Logger
You can improve the development experience using a Logger
of your gqless
usage, which will print relevant information about the requests made to your GraphQL API Server.
#
Installation- pnpm
- npm
- yarn
#
Usage#
OptionsName | Type | Default Value | Description |
---|---|---|---|
showSelections | boolean | true | Show "selections" in logs |
showCache | boolean | true | Show cache snapshots in logs |
stringifyJSON | boolean | false | Stringify JSON before printing it |