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
@@ -172,6 +170,7 @@ export class EDiscriminatorTypeComposer<TSource, TContext> extends InterfaceType
172
170
this._addFieldToInputOTC(fieldName,field);
173
171
});
174
172
173
+
// make field optional on input if not from baseTC, since we cannot specify individual union types, but rather must produce an input object type that can accept all union types at once
0 commit comments