| Package | Description |
|---|---|
| io.stargate.graphql.schema.graphqlfirst.processor |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingErrorType |
ProcessingErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingErrorType[] |
ProcessingErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessingMessage<ProcessingErrorType> |
ProcessingMessage.error(graphql.language.SourceLocation location,
ProcessingErrorType type,
String format,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingMessage<ProcessingErrorType> |
ProcessingMessage.error(graphql.language.SourceLocation location,
ProcessingErrorType type,
String format,
Object... arguments) |
Copyright © 2024. All rights reserved.