ciphyr

1.0.4 • Public • Published

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]
});

/ciphyr/

    Package Sidebar

    Install

    npm i ciphyr

    Weekly Downloads

    3

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    7.21 kB

    Total Files

    6

    Last publish

    Collaborators

    • ciphyr