Package | Description |
---|---|
graphql.schema | |
graphql.schema.idl | |
graphql.validation |
Modifier and Type | Method and Description |
---|---|
GraphQLInputObjectType |
GraphQLInputObjectType.Builder.build() |
GraphQLInputObjectType |
GraphQLInputObjectType.transform(Consumer<GraphQLInputObjectType.Builder> builderConsumer)
This helps you transform the current GraphQLInputObjectType into another one by starting a builder with all
the current values and allows you to transform it how you want.
|
Modifier and Type | Method and Description |
---|---|
static GraphQLInputObjectType.Builder |
GraphQLInputObjectType.newInputObject(GraphQLInputObjectType existing) |
TraversalControl |
GraphQLTypeVisitorStub.visitGraphQLInputObjectType(GraphQLInputObjectType node,
TraverserContext<GraphQLType> context) |
TraversalControl |
GraphQLTypeVisitor.visitGraphQLInputObjectType(GraphQLInputObjectType node,
TraverserContext<GraphQLType> context) |
TraversalControl |
GraphQLTypeCollectingVisitor.visitGraphQLInputObjectType(GraphQLInputObjectType node,
TraverserContext<GraphQLType> context) |
Constructor and Description |
---|
Builder(GraphQLInputObjectType existing) |
Modifier and Type | Method and Description |
---|---|
default GraphQLInputObjectType |
SchemaDirectiveWiring.onInputObjectType(SchemaDirectiveWiringEnvironment<GraphQLInputObjectType> environment)
This is called when an input object is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
Modifier and Type | Method and Description |
---|---|
Object |
SchemaGeneratorHelper.buildObjectValue(ObjectValue defaultValue,
GraphQLInputObjectType objectType) |
Modifier and Type | Method and Description |
---|---|
default GraphQLInputObjectType |
SchemaDirectiveWiring.onInputObjectType(SchemaDirectiveWiringEnvironment<GraphQLInputObjectType> environment)
This is called when an input object is encountered, which gives the schema directive a chance to modify the shape and behaviour
of that DSL element
|
Modifier and Type | Method and Description |
---|---|
protected void |
ValidationUtil.handleExtraFieldError(Value value,
GraphQLInputObjectType type,
ObjectField objectField) |
protected void |
ArgumentValidationUtil.handleExtraFieldError(Value value,
GraphQLInputObjectType type,
ObjectField objectField) |
protected void |
ValidationUtil.handleFieldNotValidError(ObjectField objectField,
GraphQLInputObjectType type) |
protected void |
ArgumentValidationUtil.handleFieldNotValidError(ObjectField objectField,
GraphQLInputObjectType type) |
protected void |
ValidationUtil.handleMissingFieldsError(Value value,
GraphQLInputObjectType type,
Set<String> missingFields) |
protected void |
ArgumentValidationUtil.handleMissingFieldsError(Value value,
GraphQLInputObjectType type,
Set<String> missingFields) |
protected void |
ValidationUtil.handleNotObjectError(Value value,
GraphQLInputObjectType type) |
protected void |
ArgumentValidationUtil.handleNotObjectError(Value value,
GraphQLInputObjectType type) |
Copyright © 2019. All rights reserved.