Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Class and Description |
---|---|
class |
CombinedWiringFactory
This combines a number of
WiringFactory s together to act as one. |
class |
EchoingWiringFactory
A wiring factory that will echo back the objects defined.
|
class |
NoopWiringFactory |
Modifier and Type | Method and Description |
---|---|
WiringFactory |
RuntimeWiring.getWiringFactory() |
Modifier and Type | Method and Description |
---|---|
RuntimeWiring.Builder |
RuntimeWiring.Builder.wiringFactory(WiringFactory wiringFactory)
Adds a wiring factory into the runtime wiring
|
Constructor and Description |
---|
CombinedWiringFactory(List<WiringFactory> factories) |
Copyright © 2019. All rights reserved.