forked from torchbox/wagtail-grapple
-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix parent query #2
Open
janbaykara
wants to merge
59
commits into
custom-interfaces
Choose a base branch
from
fix-parent-query
base: custom-interfaces
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…el-casing-test Add test and documentation for GRAPPLE_AUTO_CAMELCASE
* implement `register_query_field` * pass graphql resolver params to model methods * Add docs * Add tests * PR Review Fixes * Remove unnessacery code from try/catch
…on-required Fix GraphQLColletion QuerySetList arguments when required
Typo in documentation
…asing Allow turning off graphene’s ‘auto_camelcase’
…hiql-dependencies Upgrade GraphiQL dependencies
The link was showing up in raw Markdown, because the docs are compiled form restructured text. Fixed the format to use restructured text embedded link (interestingly, that line break is part of the markup...).
Turn Graphene link from markdown to restructured format
`pleural` -> `plural`
Fix typo in `pages` section
Before it was not mentioned that Wagtail Headless Preview needs to be added to the list of installed apps or that it comes with migrations that need to be run. While this becomes clear when reading its docs, it is more convenient to include it here. Also, I was surprised that the tab that opens when I click on the "Preview" button is not opening actually the defined URL. Because I did not have an actual preview site in place at this time, I only got a default "page not found" from my browser. I think the added explanation should should help other new users to not get stuck on that.
Add clarifications on settings and functionality
Migrate to Github Actions
…rfaces Update non-nullable GraphQL schema field types
Before, the grapple URLs were loaded after the Wagtail URLs. This caused the Wagtail serving mechanism trying to serve the GraphQL endpoint and results in 403, because the serving mechanism does not expect POST requests. The Grapple URLs are now loaded before the Wagtail URLs. This enables the GraphQL endpoint to properly respond to requests.
List Grapple URLs before Wagtail URLs in example project
…orchbox#82) * Resolve correct object for chooser blocks for StreamBlock interface * Fix StreamBlock resolution of parent StructBlock
* Bump supported Wagtail version * Minor lint * Update README
* Fix StructBlock code to output RichText and remove enclosing div for RichText output * Update richtext.html Remove blank line from richtext.html * format blog page test * Remove unnecessary parenthesis
* chore: fix typos, update links, and lint yml files * chore: add pre-commit * chore: update to single-sourcing version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.