Skip to content

Support "container_type" for input object types #42

Closed
@Cito

Description

@Cito

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

self-assigned this
on Jun 30, 2019
Cito

Cito commented on Jun 30, 2019

@Cito
MemberAuthor

This has been implemented now. Instead of container_type we use out_type, in analogy to out_name in #41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

featureFeature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Support "container_type" for input object types · Issue #42 · graphql-python/graphql-core