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
Thanks for reporting the issue! Definitely need to get this solved. The issue here is that our current query extraction looks for the gql` and doesn't perform any string interpolation. We'll need to add that. My first thought is some AST magic. Do you have any ideas on tools to use for that sort of work?
Works fine with querying, but when I try to generate types I get a error saying unknown fragment.
The text was updated successfully, but these errors were encountered: