graphene 1.3 annotation bug
See original GitHub issueThere seems to be a bug with graphene == 1.3
I have a model that I annotate a field “total_rent” I think graphene is stripping it away somehow
I get this exception Cannot resolve keyword 'total_rent' into field. Choices are ...
When reverting back to graphene == 1.2.1 the error goes away. I wish I could provide a more in depth report but my deadlines are to much at the moment
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
javax.annotation : osgi uses constraint violation - Eclipse
Hello all, i have an app using an embedded jetty server with rest compatibility with jax-rs and glassfish.jersey for supporting multipart forms.
Read more >Better hover for highlight annotations (#696) · Issues - GitLab
Using just the rectangle to hover a highlight annotation is not good. For instance, it is easy to have two highlight annotations with ......
Read more >Swapi Graphene: GraphQL Starwars API using Graphene and Django
Using a Java Annotation (recommended). This is the most recommended way of creating a directive, because it is very easy to use later...
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >kie-parent : 7.32.0.Final - Maven Central Repository Search
KIE (Drools, jBPM, OptaPlanner) parent - The parent contains all metadata (including plugins) including dependency versions. All modules, except for user ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks. but I am already on graphene-django==2.0.0
Moving to 2 was fairly painless, I recommend it. It solves select_related, annotations etc.
Thanks @syrusakbary