File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -595,7 +595,7 @@ export type GraphQLInterfaceTypeConfig = {
595
595
fields : GraphQLFieldConfigMapThunk | GraphQLFieldConfigMap ,
596
596
/**
597
597
* Optionally provide a custom type resolver function. If one is not provided,
598
- * the default implemenation will call `isTypeOf` on each implementing
598
+ * the default implementation will call `isTypeOf` on each implementing
599
599
* Object type.
600
600
*/
601
601
resolveType ?: ( value : any , info ?: GraphQLResolveInfo ) => ?GraphQLObjectType ,
@@ -701,7 +701,7 @@ export type GraphQLUnionTypeConfig = {
701
701
types : Array < GraphQLObjectType > ,
702
702
/**
703
703
* Optionally provide a custom type resolver function. If one is not provided,
704
- * the default implemenation will call `isTypeOf` on each implementing
704
+ * the default implementation will call `isTypeOf` on each implementing
705
705
* Object type.
706
706
*/
707
707
resolveType ?: ( value : any , info ? : GraphQLResolveInfo ) => ?GraphQLObjectType ;
You can’t perform that action at this time.
0 commit comments