1.0.4 • Published 8 months ago

ciphyr v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

What is this?

Monitor and log all your GraphQL queries with ease. Beta: only working with Apollo Server.

Installation

npm i ciphyr --save npm i @apollo/server

Then...

import { ciphyrPlugin } from 'ciphyr';

const server = new ApolloServer({
    plugins: [ciphyrPlugin]
});