| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IField.Jsii$Default
Internal default implementation for
IField. |
| Modifier and Type | Class and Description |
|---|---|
class |
Field
(experimental) Fields build upon Graphql Types and provide typing and arguments.
|
class |
GraphqlType
(experimental) The GraphQL Types in AppSync's GraphQL.
|
static class |
IField.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ResolvableField
(experimental) Resolvable Fields build upon Graphql Types and provide fields that can resolve into operations on a data source.
|
| Modifier and Type | Method and Description |
|---|---|
default IField |
AddFieldOptions.getField()
(experimental) The resolvable field to add.
|
IField |
AddFieldOptions.Jsii$Proxy.getField() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,IField> |
ObjectTypeOptions.Jsii$Proxy.getDefinition() |
Map<String,IField> |
EnumType.getDefinition()
(experimental) the attributes of this type.
|
Map<String,IField> |
IntermediateTypeOptions.getDefinition()
(experimental) the attributes of this type.
|
Map<String,IField> |
IntermediateTypeOptions.Jsii$Proxy.getDefinition() |
Map<String,IField> |
IIntermediateType.getDefinition()
(experimental) the attributes of this type.
|
Map<String,IField> |
IIntermediateType.Jsii$Proxy.getDefinition()
(experimental) the attributes of this type.
|
default Map<String,IField> |
IIntermediateType.Jsii$Default.getDefinition()
(experimental) the attributes of this type.
|
Map<String,IField> |
UnionType.getDefinition()
(experimental) the attributes of this type.
|
Map<String,IField> |
InputType.getDefinition()
(experimental) the attributes of this type.
|
Map<String,IField> |
InterfaceType.getDefinition()
(experimental) the attributes of this type.
|
| Modifier and Type | Method and Description |
|---|---|
AddFieldOptions.Builder |
AddFieldOptions.Builder.field(IField field)
Sets the value of
AddFieldOptions.getField() |
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeOptions.Builder |
ObjectTypeOptions.Builder.definition(Map<String,? extends IField> definition)
Sets the value of
IntermediateTypeOptions.getDefinition() |
IntermediateTypeOptions.Builder |
IntermediateTypeOptions.Builder.definition(Map<String,? extends IField> definition)
Sets the value of
IntermediateTypeOptions.getDefinition() |
InputType.Builder |
InputType.Builder.definition(Map<String,? extends IField> definition)
(experimental) the attributes of this type.
|
ObjectType.Builder |
ObjectType.Builder.definition(Map<String,? extends IField> definition)
(experimental) the attributes of this type.
|
InterfaceType.Builder |
InterfaceType.Builder.definition(Map<String,? extends IField> definition)
(experimental) the attributes of this type.
|
Copyright © 2022. All rights reserved.