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

Sangria client?? #320

Closed
lonyele opened this issue Jan 7, 2018 · 5 comments
Closed

Sangria client?? #320

lonyele opened this issue Jan 7, 2018 · 5 comments
Labels

Comments

@lonyele
Copy link

lonyele commented Jan 7, 2018

Hi, I'm just curious if there is a client version of sangria? I have set graphql server with sangria, but It seems like I can't communicate with other sangria server. At node.js, I made multiple graphql servers with apollo-server library and communicate with each other(server to server) using the basic apollo-client library. It seems like there is no client version at Scala. I found Apollo-android and trying it, but since I'm learning scala and sangria I wonder if I can stick to these technologies.

@OlegIlyenko
Copy link
Member

Since sangria is a spec-compliant GraphQL implementation, all libraries (like apollo) should work with the sangria-based server. When it comes to scala-based clients, I would recommend you to check the community section of the documentation:

http://sangria-graphql.org/community/#projects

There are several projects that provide client functionality.

@lonyele
Copy link
Author

lonyele commented Jan 9, 2018

Thanks for your reply. I already checked community section and google search in general, but I couldn't find a client implementation in scala... maybe I missed it. I tried apollo-android, but it was difficult for me... anyway, thanks for your help

@OlegIlyenko
Copy link
Member

OlegIlyenko commented Jan 9, 2018

Yeah, at the moment scala-based GraphQL client ecosystem is still young. There are already some great projects that focus on a specific aspects of client infrastructure, like code generation, but I'm not aware of any full-featured scala-based GraphQL client library. A great opportunity for an exciting new scala project ;)

@lonyele
Copy link
Author

lonyele commented Jan 10, 2018

Thanks a lot! I wish I have a skill to make a library...

@Jarlakxen
Copy link

I just started working on a small client https://github.com/jarlakxen/drunk/. Right now is just a small wrapper but I want to implement a lot of things.

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

No branches or pull requests

3 participants