public class QueryModel extends OperationModel
OperationModel.EntityListReturnType, OperationModel.EntityReturnType, OperationModel.EntityReturnTypeBase, OperationModel.ReturnType, OperationModel.SimpleReturnType| Modifier and Type | Method and Description |
|---|---|
graphql.schema.DataFetcher<?> |
getDataFetcher(MappingModel mappingModel,
AuthorizationService authorizationService,
DataStoreFactory dataStoreFactory) |
EntityModel |
getEntity() |
Optional<Integer> |
getLimit() |
Optional<Integer> |
getPageSize() |
Optional<String> |
getPagingStateArgumentName()
If the query has an argument that was annotated with
@cql_pageState, the name of that
argument. |
OperationModel.ReturnType |
getReturnType() |
List<WhereConditionModel> |
getWhereConditions() |
getCoordinatespublic EntityModel getEntity()
public List<WhereConditionModel> getWhereConditions()
public Optional<String> getPagingStateArgumentName()
@cql_pageState, the name of that
argument.public OperationModel.ReturnType getReturnType()
public graphql.schema.DataFetcher<?> getDataFetcher(MappingModel mappingModel, AuthorizationService authorizationService, DataStoreFactory dataStoreFactory)
getDataFetcher in class OperationModelCopyright © 2021. All rights reserved.