Package | Description |
---|---|
graphql.schema.idl |
Modifier and Type | Method and Description |
---|---|
default TypeResolver |
WiringFactory.getTypeResolver(InterfaceWiringEnvironment environment)
Returns a
TypeResolver given the type interface |
TypeResolver |
NoopWiringFactory.getTypeResolver(InterfaceWiringEnvironment environment) |
TypeResolver |
EchoingWiringFactory.getTypeResolver(InterfaceWiringEnvironment environment) |
TypeResolver |
CombinedWiringFactory.getTypeResolver(InterfaceWiringEnvironment environment) |
default boolean |
WiringFactory.providesTypeResolver(InterfaceWiringEnvironment environment)
This is called to ask if this factory can provide a type resolver for the interface
|
boolean |
NoopWiringFactory.providesTypeResolver(InterfaceWiringEnvironment environment) |
boolean |
EchoingWiringFactory.providesTypeResolver(InterfaceWiringEnvironment environment) |
boolean |
CombinedWiringFactory.providesTypeResolver(InterfaceWiringEnvironment environment) |
Copyright © 2019. All rights reserved.