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
From the code it looks like it expects all types to have fields. The GraphQLUnionType does not support fields, but the getTypes() on this type would expose each type with these fields.
In the validate fixture I could flatten the types in fields to expand the fields available for validating.
From the code it looks like it expects all types to have fields. The GraphQLUnionType does not support fields, but the getTypes() on this type would expose each type with these fields.
In the validate fixture I could flatten the types in fields to expand the fields available for validating.
..line 89
If I get time next week I will create a unit test for this.
The text was updated successfully, but these errors were encountered: