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 don’t really know how could this be other than asking for which is the post and get functions to use in the internal methods ==> Establish a contract with the user so that they provide what the mapping of each of the request methods are.
Right now we're offloading the query params handling to axios which does it automatically by receiving a params field in the options parameter.
I think this is the main reason why I was holding onto axios. At the same time, that's pretty much the default library we've been using for requests. This lib definitely is not for gql apis so not considering at all supporting something like apollo.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I don’t really know how could this be other than asking for which is the post and get functions to use in the internal methods ==> Establish a contract with the user so that they provide what the mapping of each of the request methods are.
Right now we're offloading the query params handling to axios which does it automatically by receiving a
paramsfield in the options parameter.I think this is the main reason why I was holding onto axios. At the same time, that's pretty much the default library we've been using for requests. This lib definitely is not for gql apis so not considering at all supporting something like apollo.
Beta Was this translation helpful? Give feedback.
All reactions