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
The definition of Graphql.Http.withOperationName is currently Request decodesTo -> String -> Request decodesTo, but it should probably be changed to String -> Request decodesTo -> Request decodesTo so that it's possible to chain it like the documentation for the function suggests:
The definition of Graphql.Http.withOperationName is currently
Request decodesTo -> String -> Request decodesTo
, but it should probably be changed toString -> Request decodesTo -> Request decodesTo
so that it's possible to chain it like the documentation for the function suggests:With the current definition you would have to do this:
The text was updated successfully, but these errors were encountered: