Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Oct 2, 2024
1 parent b708225 commit 7a7366f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/execution/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,9 @@ const collectSubfields = memoize3(
*/
export interface ValidatedExecutionArgs {
schema: GraphQLSchema;
// TODO: consider deprecating if/when fragment arguments are officially supported
// and/or are exposed within GraphQLResolveInfo.
// TODO: consider deprecating/removing fragmentDefinitions if/when fragment
// arguments are officially supported and/or the full fragment details are
// exposed within GraphQLResolveInfo.
fragmentDefinitions: ObjMap<FragmentDefinitionNode>;
fragments: ObjMap<FragmentDetails>;
rootValue: unknown;
Expand Down

0 comments on commit 7a7366f

Please sign in to comment.