Interface ISchema.Jsii$Default
- All Superinterfaces:
ISchema
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISchema.Jsii$Proxy
- Enclosing interface:
ISchema
Internal default implementation for
ISchema
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.ISchema
ISchema.Jsii$Default, ISchema.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault ISchemaConfig
bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull default ISchemaConfig bind(@NotNull IGraphqlApi api, @Nullable SchemaBindOptions options) Binds a schema string to a GraphQlApi.
-