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