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
If there are many fields of this type - things can get pretty wild. One idea of how to fix this - create a separate fragment for each non-node interface type:
When trying to generate a fragment for the type SearchResultSet, it will also inline every type that implements the Identifiable interface. As more identifiable types are added, the fragment grows.
Take this schema:
Now if we try to generate a fragment for the type
Problem
it will inline every singleFooX
type (assuming they are non-node types):If there are many fields of this type - things can get pretty wild. One idea of how to fix this - create a separate fragment for each non-node interface type:
The text was updated successfully, but these errors were encountered: