| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
Field.Builder.args(Map<String,? extends GraphqlType> args)
(experimental) The arguments for this field.
|
static Field.Builder |
Field.Builder.create() |
Field.Builder |
Field.Builder.directives(List<? extends Directive> directives)
(experimental) the directives for this field.
|
Field.Builder |
Field.Builder.returnType(GraphqlType returnType)
(experimental) The return type for this field.
|
Copyright © 2022. All rights reserved.