vue-mc icon indicating copy to clipboard operation
vue-mc copied to clipboard

graphql integration

Open Ellomend opened this issue 6 years ago • 6 comments

is it possible to make it work with graphql ? eg apollo client

Ellomend avatar Dec 08 '17 11:12 Ellomend

At this stage we haven't considered supporting GraphQL. I'm not sure what that would involve exactly. Can you give me an example maybe?

rtheunissen avatar Dec 16 '17 06:12 rtheunissen

Instead of route configuration, It might need to provide methods for each CRUD.

east2dd avatar Jan 31 '19 19:01 east2dd

I need to use data modeling library for my vue project with GraphQL, Now I am considering backbone model or this one. It would be great it supports GraphQL.

east2dd avatar Jan 31 '19 19:01 east2dd

This would be tough. Since vue-mc is mainly oriented to interact with models and API's in a Restful way, the effort required to support Graphql could be considerable. I'm not saying is not possible, but quite hard actually. :(

hypnotic-frog avatar May 23 '19 19:05 hypnotic-frog

I think there should be a fork or alternative implementation that is designed around GraphQL, rather than to attempt a combination of the two with the same API. In saying that, I am not as familiar with GraphQL so that might not be the case. I am open to suggestions on this.

rtheunissen avatar May 23 '19 21:05 rtheunissen

May have found a solution for GraphQL, can I submit a PR?

kopahead avatar May 14 '20 16:05 kopahead