public class ConnectionUtil
extends java.lang.Object
| Constructor and Description |
|---|
ConnectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static graphql.schema.DataFetcher |
getConnectionDataFetcher(GraphQLConnection connectionAnnotation,
graphql.schema.DataFetcher actualDataFetcher) |
static graphql.relay.Relay |
getRelay(java.lang.reflect.AccessibleObject obj,
ProcessingElementsContainer container) |
static boolean |
isConnection(java.lang.reflect.AccessibleObject obj,
graphql.schema.GraphQLType type) |
public static boolean isConnection(java.lang.reflect.AccessibleObject obj,
graphql.schema.GraphQLType type)
public static graphql.relay.Relay getRelay(java.lang.reflect.AccessibleObject obj,
ProcessingElementsContainer container)
public static graphql.schema.DataFetcher getConnectionDataFetcher(GraphQLConnection connectionAnnotation, graphql.schema.DataFetcher actualDataFetcher)