Interface GraphQLInputFieldsContainer

All Superinterfaces:
GraphQLNamedSchemaElement, GraphQLNamedType, GraphQLSchemaElement, GraphQLType
All Known Implementing Classes:
GraphQLInputObjectType

@PublicApi public interface GraphQLInputFieldsContainer extends GraphQLNamedType
Types that can contain input fields are marked with this interface
See Also: