File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ export namespace GraphQLCodegenDataMasking {
105105 return: GraphQLCodegenDataMasking .Unmasked <this [" arg1" ]>;
106106 }
107107 }
108+ export type MaybeMasked <TData > = TData ;
108109 // (undocumented)
109- export interface Implementation {
110+ export interface TypeOverrides {
110111 // (undocumented)
111112 FragmentType: HKTImplementation .FragmentType ;
112113 // (undocumented)
113114 MaybeMasked: HKTImplementation .MaybeMasked ;
114115 // (undocumented)
115116 Unmasked: HKTImplementation .Unmasked ;
116117 }
117- export type MaybeMasked <TData > = TData ;
118118 // Warning: (ae-forgotten-export) The symbol "ContainsFragmentsRefs" needs to be exported by the entry point index.d.ts
119119 // Warning: (ae-forgotten-export) The symbol "UnwrapFragmentRefs" needs to be exported by the entry point index.d.ts
120120 // Warning: (ae-forgotten-export) The symbol "RemoveFragmentName" needs to be exported by the entry point index.d.ts
You can’t perform that action at this time.
0 commit comments