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
A Union type must include one or more unique member types.
The member types of a Union type must all be Object base types;
Scalar, Interface and Union types must not be member types of a Union.
Similarly, wrapping types must not be member types of a Union.
The text was updated successfully, but these errors were encountered:
In
Validator.validateSchema
, verify the rules for union typesScalar, Interface and Union types must not be member types of a Union.
Similarly, wrapping types must not be member types of a Union.
The text was updated successfully, but these errors were encountered: