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 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by Luis Fernando Alvarez D..