Package graphql.schema
Interface GraphQLFieldsContainer
- All Superinterfaces:
GraphQLCompositeType,GraphQLNamedOutputType,GraphQLNamedSchemaElement,GraphQLNamedType,GraphQLOutputType,GraphQLSchemaElement,GraphQLType
- All Known Subinterfaces:
GraphQLImplementingType
- All Known Implementing Classes:
GraphQLInterfaceType,GraphQLObjectType
Types that can contain output fields are marked with this interface
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault GraphQLFieldDefinitiongetFieldDefinition(String name) default List<GraphQLFieldDefinition> Methods inherited from interface graphql.schema.GraphQLNamedSchemaElement
getDefinition, getDescription, getNameMethods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
Method Details
-
getFieldDefinition
-
getFieldDefinitions
List<GraphQLFieldDefinition> getFieldDefinitions() -
getField
-
getFields
-