AbstractType is deprecated but still in the documentaiton
See original GitHub issueHi,
The documentation — http://docs.graphene-python.org/en/latest/types/abstracttypes/ — shows that you have to use graphene.AbstractType
but this way of doing seems to be deprecated: https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md#deprecations
Is the official documentation out-of-date?
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
SF2.6 OptionsResolverInterface deprecated and AbstractType ...
In version 2.6 there is no real replacement for this function inside the FormBuilder. Therefore if using version 2.6. it can still be...
Read more >Figure out a plan for dealing with deprecated documentation
I don't think we should delete a page just because it's deprecated. And that deprecated means something like; The content of this page...
Read more >Deprecated List (Cayenne Documentation 3.0.2 API)
Deprecated Classes. org.apache.cayenne.access.types.AbstractType since 3.0, as not common superclass for ExtendedTypes is deemed necessary.
Read more >REVLib Information - SPARK MAX - Documentation
C++/Java: Deleted deprecated constructors, methods, and types ... C++ users will get cannot declare field to be of abstract type errors until they...
Read more >Deprecating Content - Read the Docs: Documentation Simplified
Deprecating content may sound as easy as delete it, but doing that will break ... Users can still see all versions in the...
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
I know it’s minor but is anyone working on fixing this? I can if no one else is. In addition to removing the AbstractType section would it be beneficial to include a section / some examples showcasing inheritance in Graphene?
For anyone coming here with the same confusion as me: