| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IIntermediateType.Jsii$Default
Internal default implementation for
IIntermediateType. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumType
(experimental) Enum Types are abstract types that includes a set of fields that represent the strings this type can create.
|
static class |
IIntermediateType.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
InputType
(experimental) Input Types are abstract types that define complex objects.
|
class |
InterfaceType
(experimental) Interface Types are abstract types that includes a certain set of fields that other types must include if they implement the interface.
|
class |
ObjectType
(experimental) Object Types are types declared by you.
|
class |
UnionType
(experimental) Union Types are abstract types that are similar to Interface Types, but they cannot to specify any common fields between types.
|
| Modifier and Type | Method and Description |
|---|---|
IIntermediateType |
GraphqlApi.addType(IIntermediateType type)
(experimental) Add type to the schema.
|
IIntermediateType |
Schema.addType(IIntermediateType type)
(experimental) Add type to the schema.
|
default IIntermediateType |
IIntermediateType.getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
IIntermediateType |
IIntermediateType.Jsii$Proxy.getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
default IIntermediateType |
IIntermediateType.Jsii$Default.getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
default IIntermediateType |
GraphqlTypeOptions.getIntermediateType()
(experimental) the intermediate type linked to this attribute.
|
IIntermediateType |
GraphqlTypeOptions.Jsii$Proxy.getIntermediateType() |
IIntermediateType |
GraphqlType.getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
default IIntermediateType |
IField.getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
IIntermediateType |
IField.Jsii$Proxy.getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
default IIntermediateType |
IField.Jsii$Default.getIntermediateType()
(experimental) the intermediate type linked to this attribute (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
List<IIntermediateType> |
UnionTypeOptions.getDefinition()
(experimental) the object types for this union type.
|
List<IIntermediateType> |
UnionTypeOptions.Jsii$Proxy.getDefinition() |
| Modifier and Type | Method and Description |
|---|---|
IIntermediateType |
GraphqlApi.addType(IIntermediateType type)
(experimental) Add type to the schema.
|
IIntermediateType |
Schema.addType(IIntermediateType type)
(experimental) Add type to the schema.
|
GraphqlTypeOptions.Builder |
GraphqlTypeOptions.Builder.intermediateType(IIntermediateType intermediateType)
Sets the value of
GraphqlTypeOptions.getIntermediateType() |
| Modifier and Type | Method and Description |
|---|---|
UnionTypeOptions.Builder |
UnionTypeOptions.Builder.definition(List<? extends IIntermediateType> definition)
Sets the value of
UnionTypeOptions.getDefinition() |
UnionType.Builder |
UnionType.Builder.definition(List<? extends IIntermediateType> definition)
(experimental) the object types for this union type.
|
| Constructor and Description |
|---|
Jsii$Proxy(IIntermediateType intermediateType,
Boolean isList,
Boolean isRequired,
Boolean isRequiredList)
Constructor that initializes the object based on literal property values passed by the
GraphqlTypeOptions.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IIntermediateType> definition)
Constructor that initializes the object based on literal property values passed by the
UnionTypeOptions.Builder. |
Copyright © 2021. All rights reserved.