@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.962Z") @Stability(value=Experimental) public interface FieldOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FieldOptions.Builder
A builder for
FieldOptions |
static class |
FieldOptions.Jsii$Proxy
An implementation for
FieldOptions |
| Modifier and Type | Method and Description |
|---|---|
static FieldOptions.Builder |
builder() |
default Map<String,GraphqlType> |
getArgs()
(experimental) The arguments for this field.
|
default List<Directive> |
getDirectives()
(experimental) the directives for this field.
|
GraphqlType |
getReturnType()
(experimental) The return type for this field.
|
@Stability(value=Experimental) @NotNull GraphqlType getReturnType()
@Stability(value=Experimental) @Nullable default Map<String,GraphqlType> getArgs()
i.e. type Example (first: String second: String) {}
Default: - no arguments
@Stability(value=Experimental) @Nullable default List<Directive> getDirectives()
Default: - no directives
@Stability(value=Experimental) static FieldOptions.Builder builder()
FieldOptions.Builder of FieldOptionsCopyright © 2021. All rights reserved.