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

How to query without a schema? #82

Open
rathboma opened this issue Feb 15, 2021 · 2 comments
Open

How to query without a schema? #82

rathboma opened this issue Feb 15, 2021 · 2 comments
Labels

Comments

@rathboma
Copy link

Hey!

Thanks for making a gem.

I don't have a schema for my endpoint, but I do have a query + params. Is there a way to query without a schema (file or http)?

Thanks!

@dblock
Copy link
Collaborator

dblock commented Feb 16, 2021

Not sure, but this might be helpful: rmosolgo/graphql-ruby#2327 and https://github.com/github/graphql-client/issues/211 (another client)

If you find out how to do this, let's document it!

@yuki24
Copy link
Collaborator

yuki24 commented Feb 16, 2021

Yes, @dblock is right about this. Theoretically you may not need a schema in production, but this needs to be implemented in the underlaying gem first.

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