public class DeleteModel extends MutationModel
OperationModel.EntityListReturnType, OperationModel.EntityReturnType, OperationModel.EntityReturnTypeBase, OperationModel.ResponsePayloadModelListReturnType, OperationModel.ReturnType, OperationModel.SimpleListReturnType, OperationModel.SimpleReturnType| Modifier and Type | Method and Description |
|---|---|
graphql.schema.DataFetcher<?> |
getDataFetcher(MappingModel mappingModel) |
Optional<String> |
getEntityArgumentName()
If the mutation takes a unique entity input argument, the name of that argument.
|
List<ConditionModel> |
getIfConditions() |
List<ConditionModel> |
getWhereConditions()
If the mutation takes individual PK fields, the condition builder associated with each field.
|
boolean |
ifExists() |
getConsistencyLevel, getEntity, getReturnType, getSerialConsistencyLevelgetCoordinatespublic Optional<String> getEntityArgumentName()
getWhereConditions() is set.public List<ConditionModel> getWhereConditions()
getEntityArgumentName() is set.public List<ConditionModel> getIfConditions()
public boolean ifExists()
public graphql.schema.DataFetcher<?> getDataFetcher(MappingModel mappingModel)
getDataFetcher in class OperationModelCopyright © 2021. All rights reserved.