Apollo-client: Question : is it depending on Apollo-server ?

Created on 13 Apr 2016  路  2Comments  路  Source: apollographql/apollo-client

is it depending on Apollo-server ? or i can use it with watchQuery with any custom GraphQl servers

Most helpful comment

Note that reactivity is not yet implemented, but we will have manual query refetching and polling pretty soon.

All 2 comments

You will be able to use it with any GraphQL server. Just create a network interface and pass it to the client.

See here: http://docs.apollostack.com/apollo-client/#createNetworkInterface

Note that reactivity is not yet implemented, but we will have manual query refetching and polling pretty soon.

Was this page helpful?
0 / 5 - 0 ratings