0.1.7 • Published 1 year ago

strapi-plugin-graphql-logging v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.4

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago