npm.io
2.0.2 • Published 2 years ago

@types/graphql-deduplicator

Licence
MIT
Version
2.0.2
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
51.3K

Installation

npm install --save @types/graphql-deduplicator

Summary

This package contains type definitions for graphql-deduplicator (https://github.com/gajus/graphql-deduplicator#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-deduplicator.

index.d.ts

export function deflate(response: object): {
    [key: string]: any;
};

export function inflate(response: object): {
    [key: string]: any;
};

Additional Details

  • Last updated: Tue, 07 Nov 2023 0337 GMT
  • Dependencies: none

Credits

These definitions were written by Luis Fernando Alvarez D..