Skip to content

Logging of GraphQL queries and responses with syntax highlighting

Notifications You must be signed in to change notification settings

itsemast/strapi-plugin-graphql-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Logging of GraphQL queries and responses with syntax highlighting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published