public class ReflectionDataFetcher<T> extends Object implements graphql.schema.DataFetcher<T>
| Constructor and Description |
|---|
ReflectionDataFetcher(Operation operation,
Config config)
We use this reflection data fetcher on operations (so Queries, Mutations and Source)
ParameterClasses: We need an Array of Classes that this operation method needs so we can use reflection to call the
method.
|
public ReflectionDataFetcher(Operation operation, Config config)
operation - the operationCopyright © 2018–2020. All rights reserved.