You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export type MakeOptional<T, K extends keyof T> = Omit<T, K> &{ [SubKeyinK]?:Maybe<T[SubKey]>};
443
441
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> &{ [SubKeyinK]: Maybe<T[SubKey]>};
444
442
export type MakeEmpty<Textends{ [key: string]: unknown},KextendskeyofT> = { [_inK]?:never};
@@ -571,7 +569,6 @@ export type UserResultFragment =
571
569
exports[`TypeScript Operations Plugin > Union & Interfaces > Should handle union selection sets with both FragmentSpreads and InlineFragments with flattenGeneratedTypes 1`] = `
export type MakeOptional<T, K extends keyof T> = Omit<T, K> &{ [SubKeyinK]?:Maybe<T[SubKey]>};
576
573
export type MakeMaybe<T, K extends keyof T> = Omit<T, K> &{ [SubKeyinK]: Maybe<T[SubKey]>};
577
574
export type MakeEmpty<Textends{ [key: string]: unknown},KextendskeyofT> = { [_inK]?:never};
@@ -670,7 +667,6 @@ export type UserQueryQuery = (
670
667
exports[`TypeScript Operations Plugin > Union & Interfaces > Should handle union selection sets with both FragmentSpreads and InlineFragments with flattenGeneratedTypes and directives 1`] = `
0 commit comments