public class Directives
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static GraphQLDirective |
DeferDirective |
static GraphQLDirective |
FetchDirective
Deprecated.
- this is no longer needed and will be removed in a future version
|
static GraphQLDirective |
IncludeDirective |
static GraphQLDirective |
SkipDirective |
| Constructor and Description |
|---|
Directives() |
public static final GraphQLDirective IncludeDirective
public static final GraphQLDirective SkipDirective
@Deprecated public static final GraphQLDirective FetchDirective
public static final GraphQLDirective DeferDirective