You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started to integrate this lib with graphene but came across a roadblock. Defining fields with custom directive is not possible due to the lack of support in graphql-core. I created an issue here to gather the wisdom of the community.
After some conversation with the Graphene community on Slack, I realized there is an on-going discussion about supporting such feature.
So far there isn't a good workaround that doesn't require us to rewrite the logic in our CostAnalysisVisitor class yet
With
graphene==3.0b1
being released, we can start looking into the integration with it.For
graphql-utilities
to work withgraphene>=3.0
, we need to solve these issues:graphene
, since schemas are defined using classescontext
value andExecutionContext
class for execution ingraphene
The text was updated successfully, but these errors were encountered: