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
It looks like genql can be used for inserting proper types when writing the actual resolvers too, instead of just client side. However the support isn't great.
In an AWS amplify world I get types I can use as follows:
It looks like genql can be used for inserting proper types when writing the actual resolvers too, instead of just client side. However the support isn't great.
In an AWS amplify world I get types I can use as follows:
With genql the best I could do was something like:
This is harder to write and get correct as autocomplete doesn't work well here it seems.
Could genql create some types that would work better in the backend?
The text was updated successfully, but these errors were encountered: