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
I'm trying to improve the apollo graphql client to use a functor module to create a query fetching component and the last piece missing is the type of the variables of the query, similar to the one added for the return type.
I'm trying to improve the apollo graphql client to use a functor module to create a query fetching component and the last piece missing is the type of the variables of the query, similar to the one added for the return type.
The api I'm going for would look like:
This would allow to type the variables prop easily.
The text was updated successfully, but these errors were encountered: