Dan Braghiș

Results 382 comments of Dan Braghiș

Thank you @sks444, as per https://docs.graphene-python.org/en/latest/types/list-and-nonnull/#nonnull-lists this is a valid use case that we are missing **edit**: further reading https://graphql.org/learn/schema/#lists-and-non-null, https://graphql.org/learn/schema/#lists-and-non-null

Hey @easherma, I think you can accomplish that by not explicitly defining `SCHEMA`, but rather passing a `schema` kwarg to the endpoint url definition as per http://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/#creating-graphql-and-graphiql-views the ```python from...

@easherma did you have any luck with the above? I am curious as to where you got. Would be a valuable addition to the docs

Note that with #132 in, you could add additional Query mixins to the schema. Not using `Subscription`s anywhere yet, so didn't sort that out yet. Plus we need to update...

Hey @flyte, thank you for this. Will aim to review in the coming week or so

This is in the docs - https://wagtail-grapple.readthedocs.io/en/latest/general-usage/graphql-types.html?highlight=descendants#pageinterface There's scope to improve the documentation

Hey both, I hear you. I feel this is also related to #167 Will try to have a think on how to best approach this, see how others do it.

@tbrlpld thank you for the detailed write-up. I agree the docs can be improved, so yes please to your offer for the PR.