Uses of Interface
graphql.schema.idl.WiringFactory
Packages that use WiringFactory
-
Uses of WiringFactory in graphql.schema.idl
Classes in graphql.schema.idl that implement WiringFactoryModifier and TypeClassDescriptionclass
This combines a number ofWiringFactory
s together to act as one.class
A wiring factory that will echo back the objects defined.class
class
Fields in graphql.schema.idl declared as WiringFactoryModifier and TypeFieldDescriptionprivate WiringFactory
RuntimeWiring.Builder.wiringFactory
private final WiringFactory
RuntimeWiring.wiringFactory
Fields in graphql.schema.idl with type parameters of type WiringFactoryModifier and TypeFieldDescriptionprivate final List
<WiringFactory> CombinedWiringFactory.factories
Methods in graphql.schema.idl that return WiringFactoryMethods in graphql.schema.idl with parameters of type WiringFactoryModifier and TypeMethodDescriptionRuntimeWiring.Builder.wiringFactory
(WiringFactory wiringFactory) Adds a wiring factory into the runtime wiringConstructor parameters in graphql.schema.idl with type arguments of type WiringFactory