Package | Description |
---|---|
graphql.language | |
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
ObjectValue |
ObjectValue.Builder.build() |
ObjectValue |
ObjectValue.deepCopy() |
ObjectValue |
ObjectValue.transform(Consumer<ObjectValue.Builder> builderConsumer) |
ObjectValue |
ObjectValue.withNewChildren(NodeChildrenContainer newChildren) |
Modifier and Type | Method and Description |
---|---|
TraversalControl |
NodeVisitorStub.visitObjectValue(ObjectValue node,
TraverserContext<Node> context) |
TraversalControl |
NodeVisitor.visitObjectValue(ObjectValue node,
TraverserContext<Node> data) |
Modifier and Type | Method and Description |
---|---|
Object |
SchemaGeneratorHelper.buildObjectValue(ObjectValue defaultValue,
GraphQLInputObjectType objectType) |
Copyright © 2019. All rights reserved.