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
GraphQL-Core supports a containter_type callable for input object types which is used for implementing the container feature of Graphene input object types.
GraphQL-Core-Next should support a similar functionality that can be used by Graphene.
Activity
Support value transformation of input object types (#42)
Cito commentedon Jun 30, 2019
This has been implemented now. Instead of
container_type
we useout_type
, in analogy toout_name
in #41.