| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.fetchers.deployed | |
| io.stargate.graphql.schema.graphqlfirst.processor | |
| io.stargate.graphql.schema.graphqlfirst.util |
| Modifier and Type | Method and Description |
|---|---|
static FederatedEntity |
FederatedEntity.wrap(EntityModel mappingModel,
Map<String,Object> rawData) |
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
DeleteModel.getEntity() |
EntityModel |
InsertModel.getEntity() |
EntityModel |
ResponsePayloadModel.EntityField.getEntity()
The entity that this field references.
|
EntityModel |
UpdateModel.getEntity() |
EntityModel |
QueryModel.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,EntityModel> |
MappingModel.getEntities() |
Optional<EntityModel> |
ResponsePayloadModel.getEntity() |
Optional<EntityModel> |
OperationModel.ReturnType.getEntity() |
Optional<EntityModel> |
OperationModel.EntityReturnTypeBase.getEntity() |
Optional<EntityModel> |
OperationModel.SimpleReturnType.getEntity() |
| 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 |
|---|
EntityField(String name,
EntityModel entity,
boolean isList) |
EntityListReturnType(EntityModel entityName) |
EntityReturnType(EntityModel entityName) |
EntityReturnTypeBase(EntityModel entity) |
| Modifier and Type | Method and Description |
|---|---|
static graphql.language.Type<?> |
TypeHelper.toInput(graphql.language.Type<?> type,
Map<String,EntityModel> entities)
Recursively replaces every type that maps to an entity by its input type.
|
Copyright © 2021. All rights reserved.