vuex-orm / plugin-graphql

Vuex ORM persistence plugin to sync the store against a GraphQL API.
https://vuex-orm.github.io/plugin-graphql/
MIT License
226 stars 52 forks source link

Added Pagination for Relay schema #69

Closed Robhult closed 5 years ago

Robhult commented 6 years ago

Partially solves Issue: #31 for atleast Relay schema. The groundwork is done so it should be easy to also implement for other schemas, and paginationstyles.

Also includes the ExtraArgs Pull request from earlier, which this also depends on.

Usage:

phortx commented 5 years ago

@Robhult could you check the failing CI build?

Robhult commented 5 years ago

I've been really busy lately, I'll try to finish this Pull Request to the weekend or next week.

Robhult commented 5 years ago

Since i'm not using this any more in any real projects i can't verify it's working except for the tests. And I can't get it to work after the Rebase, so I will sadly have to leave it at this. And I don't have enough time to continue trying. You're free to use the code from this Pull request and modify it so it works. I will close it in the meanwhile.

phortx commented 5 years ago

Alright, I will see what I can use. Thank you very much for your contribution! :)