0.1.7 • Published 2 years ago

strapi-plugin-graphql-logging v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Strapi plugin graphql-logging

Logging of GraphQL queries and responses with syntax highlighting

Installation instructions

npm i strapi-plugin-graphql-logging
# or
yarn add strapi-plugin-graphql-logging

Usage

When running strapi develop, all GraphQL queries and responses would be printed to the terminal. Only the queries sent to default path (/graphql) are logged, changing the path would require a small modification of the plugin. Introspection queries and responses are not logged as they are usually very large, so only a message acknowledging such query is printed.

0.1.7

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago