Todd Tarsi
Todd Tarsi
@scottpettyjohn - YES, I really __really__ would appreciate any help that is offered.
@eli-hu - I'm not really fixing v3 anymore, but if you can provide a clear reproduction of this in v4, I'll go after it 🙂
@YecineM - Compatibility should work for everything except plugins. Plugins will require some work unfortunately, but most of that will be removing all of the complexities of making webextensions 'talk'
@YecineM - Providing a reproducing test is next to godliness. If you've done the hard work to simplify the issue, the least I can do is attempt to follow it...
@mhausenblas - Thanks for responding! Totally makes sense. Open source works tends to be a bit of a running-headfirst-into-burnout type of situation. I just wanted to make a touchpoint for...
I'll do my best @oluwie - Okay, so this is how I'm using persistgraphql with a small commander script to build my queries: ``` // @flow /* eslint-disable no-console */...
Oh, @oluwie - This is how I'm building my persisted-queries link more granularly: ``` const persistOpts = { generateHash: ({ documentId }) => documentId, useGETForHashedQueries: false, }; const httpLink =...
To provide a bit more explanation of why this is needed (last post honest): In 2.0, our issue is this: By the time the query has reached the http request,...
In that case, I don't have too much I can offer to help, but I see in your initial comment this: ``` const link = ApolloLink.from([addHeaders, stateLink, restLink, httpLink]); const...
Hey all, I hope I am not raising too much trouble. I'll namespace the query transformer script above as: persistgraphql-query-transform-trim-client-fields Thanks again for the amazing tools, and you all are...