| Package | Description |
|---|---|
| io.stargate.sgv2.graphql.schema.graphqlfirst.fetchers.deployed | |
| io.stargate.sgv2.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
MutationFetcher<MutationModelT extends MutationModel,ResultT>
An INSERT, UPDATE or DELETE mutation.
|
| Modifier and Type | Field and Description |
|---|---|
protected MutationModelT |
MutationFetcher.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteModel |
class |
InsertModel |
class |
UpdateModel |
| 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.sgv2.graphql.schema.graphqlfirst.processor.ProcessingContext context) |
Copyright © 2022. All rights reserved.