public FederatedTypeResolver<T>
Resolver used to retrieve target federated types.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
resolve(java.util.List<? extends java.util.Map<java.lang.String,? extends java.lang.Object>> representations,
kotlin.coroutines.experimental.Continuation<? super java.util.List<? extends T>> p)
Resolves underlying federated types based on the passed in _entities query representations. Entities
need to be resolved in the same order they were specified by the list of representations. Each passed
in representation should either be resolved to a target entity OR NULL if entity cannot be resolved.
|
java.lang.Object resolve(java.util.List<? extends java.util.Map<java.lang.String,? extends java.lang.Object>> representations,
kotlin.coroutines.experimental.Continuation<? super java.util.List<? extends T>> p)
Resolves underlying federated types based on the passed in _entities query representations. Entities need to be resolved in the same order they were specified by the list of representations. Each passed in representation should either be resolved to a target entity OR NULL if entity cannot be resolved.
representations - _entity query representations that are required to instantiate the target type