public class IncrementModelBuilder extends ArgumentDirectiveModelBuilderBase<IncrementModel>
| Modifier and Type | Field and Description |
|---|---|
protected io.stargate.graphql.schema.graphqlfirst.processor.ProcessingContext |
context |
protected graphql.language.SourceLocation |
location |
argument, directive, entities, entity, field, operationName| Constructor and Description |
|---|
IncrementModelBuilder(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 void |
info(String format,
Object... arguments) |
void |
invalidMapping(String format,
Object... arguments) |
protected void |
invalidSyntax(String format,
Object... arguments) |
protected void |
validate(FieldModel field,
boolean prepend) |
protected void |
warn(String format,
Object... arguments) |
fieldInputTypeprotected final io.stargate.graphql.schema.graphqlfirst.processor.ProcessingContext context
protected final graphql.language.SourceLocation location
public IncrementModelBuilder(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)
protected void validate(FieldModel field, boolean prepend) throws io.stargate.graphql.schema.graphqlfirst.processor.SkipException
io.stargate.graphql.schema.graphqlfirst.processor.SkipExceptionCopyright © 2022. All rights reserved.