Giter Site home page Giter Site logo

Comments (10)

Poincare avatar Poincare commented on June 17, 2024

At the moment, the PersistedQueryNetworkInterface subclasses the HTTPFetchNetworkInterface although it doesn't really have to do this. Would appreciate a PR that has it depend on a generic NetworkInterface instead!

from persistgraphql.

ramikhalaf avatar ramikhalaf commented on June 17, 2024

@Poincare I'd like to take a stab at this, is there a contribution guide I can follow?

from persistgraphql.

Poincare avatar Poincare commented on June 17, 2024

@ramikhalaf Awesome! There isn't really a contribution guide but, here's basically the equivalent of one for this particular issue:

This is where the network interface is currently implemented. What you probably want to do is replace this class with a method like addPersistedQueries that takes an Apollo Client Network Interface and changes it so that the query IDs are sent instead. Something like this, except that instead of adding two new methods, you want to replace one of the methods within the Apollo Client Network Interface.

Please let me know if the above makes sense - I can answer questions along the way :)

from persistgraphql.

ramikhalaf avatar ramikhalaf commented on June 17, 2024

@Poincare checkout #9 and let me know if theres anything I can make better!

from persistgraphql.

mitjade avatar mitjade commented on June 17, 2024

I see #9 was merged. Any chance of releasing this soon, so I can test it out.

from persistgraphql.

fubhy avatar fubhy commented on June 17, 2024

Great work. I opened a PR against apollo-client for the last necessary step (passing through the 'id' property on the request object when batching).

apollographql/apollo-client#1302

from persistgraphql.

Poincare avatar Poincare commented on June 17, 2024

@mitjade Will be released tomorrow night - may be coupled with a couple of other small changes.

@fubhy Thanks! Getting batching working with persisted queries would be super cool.

from persistgraphql.

mitjade avatar mitjade commented on June 17, 2024

I seen this was now released and am trying to get this to work.
How would one change for example:

      const client = createApolloClient(createBatchingNetworkInterface({
        uri: apiUrl,
        opts: {
          credentials: "same-origin",
          headers: req.headers,
        },
        batchInterval: 20,
      }));

to work with PersistedQueryNetworkInterface ?

However I try to wrap or replace it with PersistedQueryNetworkInterface , I keep getting TypeError: Cannot set property '_uri' of undefined.

I have latest apollo-client 0.8.7 and persistgraphql 0.3.0 packages.

from persistgraphql.

mitjade avatar mitjade commented on June 17, 2024

Sorry, missed addPersistedQueries(networkInterface: NetworkInterface, queryMap: OutputMap) that is mentioned in readme.

from persistgraphql.

mitjade avatar mitjade commented on June 17, 2024

Was able to test this and it is working. Will close this now.

from persistgraphql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.