npm install --save @types/graphql-list-fields
This package contains type definitions for graphql-list-fields (https://github.com/jakepusateri/graphql-list-fields#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-list-fields.
import { GraphQLResolveInfo } from "graphql";
declare function getFieldList(info: GraphQLResolveInfo): string[];
export = getFieldList;
- Last updated: Sat, 15 Jun 2024 20:07:22 GMT
- Dependencies: graphql
These definitions were written by Chris Filipowski.