Skip to content

Commit

Permalink
Update TypeScript definitions for graphqlParser
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Sep 2, 2020
1 parent 5c6339b commit ebfbe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export function fieldsParser(data: any, props: fieldsParserProps): any;
include: number;
}

export function graphqlParser(data: any, props: graphqlParserProps): any;
export function graphqlParser(rootField: string, data: any, definitionMap: any, props: graphqlParserProps): any;

export function contentfulResolver(fieldName: string, rootValue: any): any | null;

0 comments on commit ebfbe9d

Please sign in to comment.