| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Method and Description |
|---|---|
static ResponsePayloadModel.TechnicalField |
ResponsePayloadModel.TechnicalField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponsePayloadModel.TechnicalField[] |
ResponsePayloadModel.TechnicalField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ResponsePayloadModel.TechnicalField> |
ResponsePayloadModel.getTechnicalFields()
An set of additional metadata fields that Stargate will know how to fill automatically.
|
| Constructor and Description |
|---|
ResponsePayloadModel(Optional<ResponsePayloadModel.EntityField> entityField,
EnumSet<ResponsePayloadModel.TechnicalField> technicalFields) |
Copyright © 2023. All rights reserved.