@types/graphql-deduplicator
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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..

Readme

Keywords

none

Package Sidebar

Install

npm i @types/graphql-deduplicator

Weekly Downloads

4,145

Version

2.0.2

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • types