Skip to content

Commit 69bf371

Browse files
committed
Update api report
1 parent d1f5dad commit 69bf371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.api-reports/api-report-masking.api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)