Package graphql.schema
Interface GraphQLCompositeType
-
- All Superinterfaces:
GraphQLNamedOutputType,GraphQLNamedSchemaElement,GraphQLNamedType,GraphQLOutputType,GraphQLSchemaElement,GraphQLType
- All Known Subinterfaces:
GraphQLFieldsContainer,GraphQLImplementingType
- All Known Implementing Classes:
GraphQLInterfaceType,GraphQLObjectType,GraphQLUnionType
@PublicApi public interface GraphQLCompositeType extends GraphQLNamedOutputType
-
-
Method Summary
-
Methods inherited from interface graphql.schema.GraphQLNamedSchemaElement
getDefinition, getDescription, getName
-
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
-