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

Adds examples/graphql.rs #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adds examples/graphql.rs #182

wants to merge 1 commit into from

Conversation

tcr
Copy link

@tcr tcr commented May 3, 2018

I wrote this example for another project but think it would be useful to contribute to the examples/ folder. It's uses the Juniper library to implement a GraphQL server, and shows an example HTML page that can write GraphQL requests to it.

This probably isn't in the right style (this is written as a cargo-script, for one) but I'm happy to edit it to be a good example for inclusion.

I wrote this example for another project but think it would be useful to contribute to the examples/ folder. It's uses the Juniper library to implement a GraphQL server, and shows an example HTML page that can write GraphQL requests to it.

This probably isn't in the right style (this is written as a cargo-script, for one) but I'm happy to edit it to be a good example for inclusion.
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

Successfully merging this pull request may close these issues.

1 participant