public abstract class ArgumentDirectiveModelBuilderBase<ModelT> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected graphql.language.InputValueDefinition |
argument |
protected io.stargate.graphql.schema.graphqlfirst.processor.ProcessingContext |
context |
protected Optional<graphql.language.Directive> |
directive |
protected Map<String,EntityModel> |
entities |
protected EntityModel |
entity |
protected FieldModel |
field |
protected graphql.language.SourceLocation |
location |
protected String |
operationName |
| Modifier | Constructor and Description |
|---|---|
protected |
ArgumentDirectiveModelBuilderBase(graphql.language.InputValueDefinition argument,
Optional<graphql.language.Directive> directive,
EntityModel entity,
FieldModel field,
String operationName,
Map<String,EntityModel> entities,
io.stargate.graphql.schema.graphqlfirst.processor.ProcessingContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected graphql.language.Type<?> |
fieldInputType() |
protected void |
info(String format,
Object... arguments) |
void |
invalidMapping(String format,
Object... arguments) |
protected void |
invalidSyntax(String format,
Object... arguments) |
protected void |
warn(String format,
Object... arguments) |
protected final graphql.language.InputValueDefinition argument
protected final Optional<graphql.language.Directive> directive
protected final EntityModel entity
protected final FieldModel field
protected final String operationName
protected final Map<String,EntityModel> entities
protected final io.stargate.graphql.schema.graphqlfirst.processor.ProcessingContext context
protected final graphql.language.SourceLocation location
protected ArgumentDirectiveModelBuilderBase(graphql.language.InputValueDefinition argument,
Optional<graphql.language.Directive> directive,
EntityModel entity,
FieldModel field,
String operationName,
Map<String,EntityModel> entities,
io.stargate.graphql.schema.graphqlfirst.processor.ProcessingContext context)
Copyright © 2024. All rights reserved.