We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug I just noticed that the master version of the book (https://graphql-rust.github.io/juniper/master/index.html and linked to from https://github.com/graphql-rust/juniper/blob/master/README.md) is not actually up-to-date with the contents of docs/book.
docs/book
To Reproduce In particular the code blocks in https://graphql-rust.github.io/juniper/master/schema/schemas_and_mutations.html and https://github.com/graphql-rust/juniper/blob/master/docs/book/content/schema/schemas_and_mutations.md are not the same.
Expected behavior The master book and master branch to be in alignment (via CI, etc).
Additional context The book is very helpful! Thank you!
The text was updated successfully, but these errors were encountered:
I believe this should be fixed when #543 lands.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I just noticed that the master version of the book (https://graphql-rust.github.io/juniper/master/index.html and linked to from https://github.com/graphql-rust/juniper/blob/master/README.md) is not actually up-to-date with the contents of
docs/book
.To Reproduce
In particular the code blocks in https://graphql-rust.github.io/juniper/master/schema/schemas_and_mutations.html and https://github.com/graphql-rust/juniper/blob/master/docs/book/content/schema/schemas_and_mutations.md are not the same.
Expected behavior
The master book and master branch to be in alignment (via CI, etc).
Additional context
The book is very helpful! Thank you!
The text was updated successfully, but these errors were encountered: