Does creating a client with default options merge options with individual options?
I want to make sure a specific cookie exists before any query is ran, so would specificing an
enable option based on that, merge with individual query options? Or would individual query options override the enabled option?2 Replies
ambitious-aqua•16mo ago
Pretty sure it's simply an override. Maybe something like this works?
optimistic-goldOP•16mo ago
Figured, okay thank you