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 TypeClassDescriptionclassThis combines a number ofWiringFactorys together to act as one.classA wiring factory that will echo back the objects defined.classclassFields in graphql.schema.idl declared as WiringFactoryModifier and TypeFieldDescriptionprivate WiringFactoryRuntimeWiring.Builder.wiringFactoryprivate final WiringFactoryRuntimeWiring.wiringFactoryFields in graphql.schema.idl with type parameters of type WiringFactoryModifier and TypeFieldDescriptionprivate final List<WiringFactory> CombinedWiringFactory.factoriesMethods 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