| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Method and Description |
|---|---|
ResponsePayloadModel |
OperationModel.ResponsePayloadModelListReturnType.getResponsePayloadModel() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ResponsePayloadModel> |
InsertModel.getResponsePayload() |
Optional<ResponsePayloadModel> |
UpdateModel.getResponsePayload() |
Map<String,ResponsePayloadModel> |
MappingModel.getResponses() |
| Modifier and Type | Method and Description |
|---|---|
static MutationModel |
MutationModelFactory.build(graphql.language.FieldDefinition mutation,
String parentTypeName,
Map<String,EntityModel> entities,
Map<String,ResponsePayloadModel> responsePayloads,
io.stargate.graphql.schema.graphqlfirst.processor.ProcessingContext context) |
| Constructor and Description |
|---|
ResponsePayloadModelListReturnType(ResponsePayloadModel responsePayloadModel) |
| Constructor and Description |
|---|
UpdateModel(String parentTypeName,
graphql.language.FieldDefinition field,
EntityModel entity,
List<ConditionModel> whereConditions,
List<ConditionModel> ifConditions,
Optional<String> entityArgumentName,
OperationModel.ReturnType returnType,
Optional<ResponsePayloadModel> responsePayload,
boolean ifExists,
List<IncrementModel> incrementModels,
Optional<ConsistencyLevel> consistencyLevel,
Optional<ConsistencyLevel> serialConsistencyLevel,
Optional<Integer> ttl,
Optional<String> cqlTimestampArgumentName) |
Copyright © 2023. All rights reserved.