File tree 1 file changed +6
-0
lines changed 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,9 @@ export interface GraphQLScalarTypeConfig<TInternal, TExternal> {
366
366
* your library or project. Do not use a shortened identifier as this increases
367
367
* the risk of conflicts. We recommend you add at most one extension field,
368
368
* an object which can contain all the values you need.
369
+ *
370
+ * We've provided these template arguments because this is an open type and
371
+ * you may find them useful.
369
372
*/
370
373
export interface GraphQLObjectTypeExtensions < TSource = any , TContext = any > {
371
374
[ attributeName : string ] : any ;
@@ -493,6 +496,9 @@ export interface GraphQLResolveInfo {
493
496
* your library or project. Do not use a shortened identifier as this increases
494
497
* the risk of conflicts. We recommend you add at most one extension field,
495
498
* an object which can contain all the values you need.
499
+ *
500
+ * We've provided these template arguments because this is an open type and
501
+ * you may find them useful.
496
502
*/
497
503
export interface GraphQLFieldExtensions <
498
504
TSource ,
You can’t perform that action at this time.
0 commit comments