We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b708225 commit 7a7366fCopy full SHA for 7a7366f
src/execution/execute.ts
@@ -139,8 +139,9 @@ const collectSubfields = memoize3(
139
*/
140
export interface ValidatedExecutionArgs {
141
schema: GraphQLSchema;
142
- // TODO: consider deprecating if/when fragment arguments are officially supported
143
- // 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
144
+ // exposed within GraphQLResolveInfo.
145
fragmentDefinitions: ObjMap<FragmentDefinitionNode>;
146
fragments: ObjMap<FragmentDetails>;
147
rootValue: unknown;
0 commit comments