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
Due to GraphQL restrictions, references cannot be inline in arrays and have to be extracted and referenced as types. The issue is that this library faild to build the correct model when the references are not inline.
This is the code for inline references and the model built (correct):
Due to GraphQL restrictions, references cannot be inline in arrays and have to be extracted and referenced as types. The issue is that this library faild to build the correct model when the references are not inline.
This is the code for inline references and the model built (correct):
And this is the code with the reference as an external type (which is equivalent to the previous code) and the model built (incorrect):
The text was updated successfully, but these errors were encountered: