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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Where x and y are different unions including A.
The reference to A for both queries will generate different classes. How to write these queries in such a way that it generates the same class like ...fragment would?
The text was updated successfully, but these errors were encountered:
It will generate separete mixins and you'll be able to refer to them as obj is FragmentMixin
Can I do this for inline fragments? How will I write such a fragment when the fragment x on Y part of the code can't be written without knowing what Y is beforehand?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for example,
and
Where
x
andy
are different unions includingA
.The reference to A for both queries will generate different classes. How to write these queries in such a way that it generates the same class like
...fragment
would?The text was updated successfully, but these errors were encountered: