Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your "installation" is front-end only: doesn't instruct to follow server side installation #39

Closed
janat08 opened this issue Mar 4, 2017 · 13 comments

Comments

@janat08
Copy link
Contributor

janat08 commented Mar 4, 2017

I'm following this guide: https://blog.meteor.com/create-a-simple-hello-world-app-with-meteor-and-apollo-64bab66a456f#.lre40nei5

Need to install graphql tools now.
import { makeExecutableSchema } from 'graphql-tools';

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

http://dev.apollodata.com/core/vue.html
Just if you don't know, but they link me to you. Maybe you could even ask for your very own category as you're currently under vanilla js which is somewhat misleading. Suggesting that user follow the relevant section (the one for meteor under vanilla js) might be helpful (i'll update on that later).

PS:
├── UNMET PEER DEPENDENCY apollo-client@0.10.1
├── UNMET PEER DEPENDENCY graphql@0.9.1

@Samuell1
Copy link

Samuell1 commented Mar 4, 2017

@janat08 vue-apollo working only with 0.5.X version of apollo-client because newest version have changes in api... etc

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

Well yea. Graphql also gets unmet and not even as dependency for vue-apollo (although I may have had apollo-client installed). graphql-server-express appears to be required now unlike what an article from late september would say which is about when 0.5 was released.

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

@Samuell1 any chance you actually have a working repo with meteor?

@Samuell1
Copy link

Samuell1 commented Mar 4, 2017

@janat08 No, i doesnt use meteor. Vue app with vue-apollo and apollo-client and graphql server thats all

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

@Samuell1 oh well, it would be cool to peek at that. See what kind of versions I should be running.

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

https://dev.mysql.com/doc/refman/5.7/en/old-client.html

Do I need sql version 4, as I in fact have version 5 which is latest.

PS getting error about sequelize connection error.

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

Simply copying/pasting package.json from server/client examples doesn't work.

@stubailo
Copy link

stubailo commented Mar 4, 2017

I don't understand why this package would need to have server-side installation directions. This is a GraphQL client - how you build a server is up to you and a totally separate concern.

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

I haven't got a clue. The graphql dependency is difficult to meet.

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

@stubailo Not in love with read react guide and see if you have to refer to vanilla documentation.

Le lol, theres the server section

@janat08
Copy link
Contributor Author

janat08 commented Mar 4, 2017

@stubailo how do i complain about sequelize getting rejected?

@stubailo
Copy link

stubailo commented Mar 4, 2017

I feel like you're looking for something that doesn't exist right now. Our documentation is primarily for people who already have a GraphQL server, and want to build a frontend on top of that. So there is nowhere to go to talk about Sequelize, because Apollo is not really related to that. You could ask some questions on the Slack channel though, maybe people there will have some advice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants