zephraph / vue-graphql-loader

Custom block support for GraphQL operations in Vue's single file components
MIT License
50 stars 0 forks source link

Project cleanup and removal of anonymous queries #63

Open georgyfarniev opened 5 years ago

georgyfarniev commented 5 years ago

Hello @zephraph, please kindly review this PR when you have time. I did some rework to remove confusing anonymous queries to simplify project, updated tests, README and some dependencies accordingly.

georgyfarniev commented 5 years ago

@zephraph I updated check for anonymous queries and extended unit tests. However, travis still fails with weird error, I can't reproduce it. Can you purge it's cache and retry build for this PR please?

zephraph commented 5 years ago

I've deleted the cache and restarted the build, but it still hasn't cleared up. I'm not 100% sure what's happening, but I'll have some time to dig into it tomorrow.

Thanks for the contributions so far! We'll get it over the finish line. đź‘Ť

georgyfarniev commented 5 years ago

@zephraph thanks for retrying build. I will try to dedicate time to fixing this too, but cannot promise much on this week.

Also, good news, Akryim (creator of vue-apollo) agreed to bundle it with vue-cli-plugin-apollo and put it to vue-apollo documentation: https://github.com/Akryum/vue-cli-plugin-apollo/issues/221#issuecomment-538722400

After that, I want to work on followingm: