Skip to content

Commit 7a7366f

Browse files
committed
modify comment
1 parent b708225 commit 7a7366f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/execution/execute.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@ const collectSubfields = memoize3(
139139
*/
140140
export interface ValidatedExecutionArgs {
141141
schema: GraphQLSchema;
142-
// TODO: consider deprecating if/when fragment arguments are officially supported
143-
// and/or are exposed within GraphQLResolveInfo.
142+
// TODO: consider deprecating/removing fragmentDefinitions if/when fragment
143+
// arguments are officially supported and/or the full fragment details are
144+
// exposed within GraphQLResolveInfo.
144145
fragmentDefinitions: ObjMap<FragmentDefinitionNode>;
145146
fragments: ObjMap<FragmentDetails>;
146147
rootValue: unknown;

0 commit comments

Comments
 (0)