public class QueryModel extends OperationModel
OperationModel.EntityListReturnType, OperationModel.EntityReturnType, OperationModel.EntityReturnTypeBase, OperationModel.ResponsePayloadModelListReturnType, OperationModel.ReturnType, OperationModel.SimpleListReturnType, OperationModel.SimpleReturnType| Modifier and Type | Method and Description |
|---|---|
Optional<ConsistencyLevel> |
getConsistencyLevel() |
graphql.schema.DataFetcher<?> |
getDataFetcher(MappingModel mappingModel) |
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<ConditionModel> |
getWhereConditions() |
getCoordinatespublic EntityModel getEntity()
public List<ConditionModel> getWhereConditions()
public Optional<String> getPagingStateArgumentName()
@cql_pageState, the name of that
argument.public Optional<ConsistencyLevel> getConsistencyLevel()
public OperationModel.ReturnType getReturnType()
public graphql.schema.DataFetcher<?> getDataFetcher(MappingModel mappingModel)
getDataFetcher in class OperationModelCopyright © 2023. All rights reserved.