Interface GraphQLFieldsContainer

All Superinterfaces:
GraphQLCompositeType, GraphQLNamedOutputType, GraphQLNamedSchemaElement, GraphQLNamedType, GraphQLOutputType, GraphQLSchemaElement, GraphQLType
All Known Subinterfaces:
GraphQLImplementingType
All Known Implementing Classes:
GraphQLInterfaceType, GraphQLObjectType

@PublicApi public interface GraphQLFieldsContainer extends GraphQLCompositeType
Types that can contain output fields are marked with this interface
See Also: