Humphrey
Humphrey
# Hey, thanks for contributing to Haystack. Please review [the contributor guidelines](http://django-haystack.readthedocs.org/en/latest/contributing.html) and confirm that [the tests pass](http://django-haystack.readthedocs.org/en/latest/running_tests.html) with at least one search engine. # Once your pull request has...
**SDK you're using (please complete the following information):** - Version [e.g. 0.1.0] **Is your feature request related to a problem? Please describe.** I have until tomorrow to finish switching from...
When I write a custom resolver for a strawberry_django type, I need to specify the graphql type as the resolver's return type. However, since my resolvers needs to actually return...
Does Ferry support mutations that return Union types such as the example snippet below? ```graphql union UpdatePrefsResponse = MyPrefs | FieldErrors | SimpleMutationError type Mutation { updatePrefs(data: UpdatePrefsInput!): UpdatePrefsResponse! }...
**Problem Statement** `./manage.py clean_duplicate_history` works great for small tables, but since it loads and processes each item individually, it becomes impractical to run once your tables have millions of rows....
Hi strawberry-django team, First, I just want to say how much I appreciate the work you’re doing! I’ve been following the development of Strawberry closely, and I am already using...
There are some valid use cases for running subscriptions (websockets) from a separate url to the rest of the graph. For example, this allows me to route these differently using...