graphql-python / graphene

GraphQL framework for Python
http://graphene-python.org/
MIT License
8.09k stars 827 forks source link

In 3.1.0, `resolve_type` method on Interfaces and Unions no longer supports returning the GraphQL Type as a string #1555

Open perlow opened 5 months ago

perlow commented 5 months ago
erikwrede commented 5 months ago

Hey, thanks for the report. Can you share a little more about your use case, maybe with a code example to understand your situation better? 😊

For public repositories you can always open a PR from your fork by clicking new PR on the main Repo and selecting your fork branch: https://github.com/graphql-python/graphene/compare

Or simply via github cli, running gh pr create.