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

Fix parent query #2

Open
wants to merge 59 commits into
base: custom-interfaces
Choose a base branch
from
Open

Fix parent query #2

wants to merge 59 commits into from

Conversation

janbaykara
Copy link
Member

No description provided.

NathHorrigan and others added 30 commits December 15, 2019 22:12
…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
…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`
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.
NathHorrigan and others added 29 commits July 1, 2020 13:57
Add clarifications on settings and functionality
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants