public class Directives extends Object
| Constructor and Description |
|---|
Directives() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Operation> |
getMappedOperation(graphql.schema.GraphQLFieldDefinition field) |
static AnnotatedType |
getMappedType(graphql.schema.GraphQLType type) |
static boolean |
isMappedType(graphql.schema.GraphQLType type) |
static graphql.schema.GraphQLDirective |
mappedOperation(Operation operation) |
static graphql.schema.GraphQLDirective |
mappedType(AnnotatedType type) |
public static graphql.schema.GraphQLDirective mappedType(AnnotatedType type)
public static graphql.schema.GraphQLDirective mappedOperation(Operation operation)
public static boolean isMappedType(graphql.schema.GraphQLType type)
public static AnnotatedType getMappedType(graphql.schema.GraphQLType type)
Copyright © 2016–2018. All rights reserved.