| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.fetchers.admin | |
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploySchemaResponseDto.setLogs(List<ProcessingMessage<ProcessingLogType>> logs) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingLogType |
ProcessingLogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingLogType[] |
ProcessingLogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProcessingMessage<ProcessingLogType>> |
ProcessedSchema.getLogs() |
static ProcessingMessage<ProcessingLogType> |
ProcessingMessage.log(graphql.language.SourceLocation location,
ProcessingLogType type,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingMessage<ProcessingLogType> |
ProcessingMessage.log(graphql.language.SourceLocation location,
ProcessingLogType type,
String format,
Object... arguments) |
| Constructor and Description |
|---|
ProcessedSchema(MappingModel mappingModel,
graphql.GraphQL graphql,
List<ProcessingMessage<ProcessingLogType>> logs) |
Copyright © 2024. All rights reserved.