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

1.3.9 • Public • Published

Installation

npm install --save @types/graphql-fields

Summary

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

Details

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

index.d.ts

import { GraphQLResolveInfo } from "graphql";

declare function graphqlFields(info: GraphQLResolveInfo, obj?: object, opts?: graphqlFields.Options): any;

declare namespace graphqlFields {
    interface Options {
        processArguments?: boolean | undefined;
        excludedFields?: string[] | undefined;
    }
}

export = graphqlFields;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: graphql

Credits

These definitions were written by feinoujc.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.3.939,781ts5.8
1.3.939,781ts5.7
1.3.939,781latest
1.3.939,781ts4.5
1.3.939,781ts4.6
1.3.939,781ts4.7
1.3.939,781ts4.8
1.3.939,781ts4.9
1.3.939,781ts5.0
1.3.939,781ts5.1
1.3.939,781ts5.2
1.3.939,781ts5.3
1.3.939,781ts5.4
1.3.939,781ts5.5
1.3.939,781ts5.6
1.3.939,781ts5.9
1.3.37,874ts3.0
1.3.37,874ts3.1
1.3.37,874ts3.2
1.3.37,874ts3.3
1.3.37,874ts3.4
1.3.37,874ts3.5
1.3.45,738ts3.6
1.3.45,738ts3.7
1.3.45,738ts3.8
1.3.45,738ts3.9
1.3.45,738ts4.0
1.3.45,738ts4.1
1.3.45,738ts4.2
1.3.51,346ts4.3
1.3.51,346ts4.4
1.3.21,053ts2.6
1.3.21,053ts2.7
1.3.21,053ts2.8
1.3.21,053ts2.9

Version History

VersionDownloads (Last 7 Days)Published
1.3.939,781
1.3.81,648
1.3.761
1.3.660
1.3.51,346
1.3.45,738
1.3.37,874
1.3.21,053
1.3.11
1.3.0381

Package Sidebar

Install

npm i @types/graphql-fields

Weekly Downloads

46,188

Version

1.3.9

License

MIT

Unpacked Size

3.33 kB

Total Files

5

Last publish

Collaborators

  • types