-
- All Implemented Interfaces:
-
graphql.schema.DataFetcher
public abstract class BaseDataFetcherForContainer extends BaseDataFetcher
This is a base class for all Node or Relation related data fetcher.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBaseDataFetcherForContainer.Companionpublic final classBaseDataFetcherForContainer.PropertyAccessor
-
Field Summary
Fields Modifier and Type Field Description private GraphQLFieldsContainertypeprivate final Map<String, Function1<Object, List<BaseDataFetcherForContainer.PropertyAccessor>>>propertyFieldsprivate final Map<String, Object>defaultFields
-
Constructor Summary
Constructors Constructor Description BaseDataFetcherForContainer(SchemaConfig schemaConfig)
-
Method Summary
Modifier and Type Method Description final GraphQLFieldsContainergetType()final UnitsetType(GraphQLFieldsContainer type)final Map<String, Function1<Object, List<BaseDataFetcherForContainer.PropertyAccessor>>>getPropertyFields()final Map<String, Object>getDefaultFields()-
Methods inherited from class org.neo4j.graphql.handler.BaseDataFetcher
get -
Methods inherited from class org.neo4j.graphql.handler.projection.ProjectionBase
cypherDirective, filterFieldName, projectFields, skipLimitOrder, where -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BaseDataFetcherForContainer
BaseDataFetcherForContainer(SchemaConfig schemaConfig)
-
-
Method Detail
-
getType
final GraphQLFieldsContainer getType()
-
getPropertyFields
final Map<String, Function1<Object, List<BaseDataFetcherForContainer.PropertyAccessor>>> getPropertyFields()
-
getDefaultFields
final Map<String, Object> getDefaultFields()
-
-
-
-