| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Class and Description |
|---|---|
static class |
OperationModel.EntityListReturnType |
static class |
OperationModel.EntityReturnType |
static class |
OperationModel.EntityReturnTypeBase |
static class |
OperationModel.ResponsePayloadModelListReturnType |
static class |
OperationModel.SimpleListReturnType |
static class |
OperationModel.SimpleReturnType |
class |
ResponsePayloadModel
Represents a GraphQL object type that has been annotated with the
cql_payload directive. |
| Modifier and Type | Method and Description |
|---|---|
OperationModel.ReturnType |
MutationModel.getReturnType() |
OperationModel.ReturnType |
QueryModel.getReturnType() |
| Constructor and Description |
|---|
MutationModel(String parentTypeName,
graphql.language.FieldDefinition field,
EntityModel entity,
OperationModel.ReturnType returnType,
Optional<ConsistencyLevel> consistencyLevel,
Optional<ConsistencyLevel> serialConsistencyLevel) |
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 © 2022. All rights reserved.