Closed koichik closed 2 years ago
This should be doable. I'll have to check the impact. it might be a breaking change for '@zodios/react'
@koichik fixed. i had to upgrade to a major version as this is a breaking change for @zodios/react like i expected from now on, all zodios libraries will have their major versions aligned to make it easier to upgrade when their is breaking changes
Excellent! Thanks for your hard work !
Hi, query string as an array again! I'm useing Zodios with a GraphQL DataLoader.
example:
It's works very well but unfortunately it needs cast because a DataLoader passes a readonly array. I don't think Zodios will change the passed
config
(In fact, Zodios internally casts them as read-only.), so could you concider adding readonly to theconfig
parameter deeply? (Probably the same for thebody
parameter of thepost
method, etc.)