Class EchoingWiringFactory

java.lang.Object
graphql.schema.idl.EchoingWiringFactory
All Implemented Interfaces:
WiringFactory

public class EchoingWiringFactory extends Object implements WiringFactory
A wiring factory that will echo back the objects defined. That is if you have a field called "name" of type String, it will echo back the value "name". This is ONLY useful for mocking out a schema that do don't want to actually execute properly.