Class ByFinderDataFetcher
java.lang.Object
cool.klass.dropwizard.bundle.graphql.ByFinderDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<Object>
-
Constructor Summary
ConstructorsConstructorDescriptionByFinderDataFetcher(Klass klass, ReladomoDataStore dataStore, ReladomoTreeGraphqlConverter reladomoTreeGraphqlConverter) -
Method Summary
Modifier and TypeMethodDescriptionget(graphql.schema.DataFetchingEnvironment environment) com.gs.fw.common.mithra.finder.OperationgetOperation(Map<?, ?> inputOperation) Optional<com.gs.fw.common.mithra.finder.orderby.OrderBy>getOrderBys(List<Map<String, ?>> inputOrderBy)
-
Constructor Details
-
ByFinderDataFetcher
public ByFinderDataFetcher(Klass klass, ReladomoDataStore dataStore, ReladomoTreeGraphqlConverter reladomoTreeGraphqlConverter)
-
-
Method Details