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
to later use them in multiple queries. GraphQLQuery macro currently generates a Rust module with all fragments used by a query for each query encountered, producing incompatible types with identical layout.
I'm currently using a workaround described here, but it would be nice to have an option for generating a single common type for chosen fragment.
tomhoule, Ten0, john-consumable, ja573, lfrancke and 4 more