Alec Winograd
Alec Winograd
Hmm, I hadn't considered that you don't actually have a parsing step in this library, so you probably save a relatively decent chunk of time by not having to parse...
@phryneas How do you recommend changing the default `fetchPolicy`? It doesn't appear that `fetchPolicy` supports a callback fn like `nextFetchPolicy` does. Or are you recommending something like: ```ts const client...
Hi @jennywong2129 @alexsku hoping someone can take a look at this. Thanks!
This is still valid
This is still valid
I am experiencing this issue too
Adding a data point, we just bumped chromatic from 11.5.1 to 11.25.1 with a `yarn.lock` of 1.2 MB and are seeing OOM on CI.
@mschmidt01 I'm seeing this issue as well and the database logs to show duplicate queries being executed. Here's my situation: Resolvers ```typescript export const book: QueryResolvers['book'] = ({ id })...
So, it looks like if I go one level deeper, the prisma data loader / fluent API batching kicks in. Query looks something like ```graphql query Redwood { book(id: "cmdf6p1ro0000axkp0csy2zzz")...
@Tobbe and @ladderschool I appreciate your thoughts on this! @Tobbe IMO your proposed solution breaks a nice part about graphql, where you don't need to load relations that aren't actually...