Uses of Interface
software.amazon.awscdk.services.appsync.ISchemaConfig
-
Uses of ISchemaConfig in software.amazon.awscdk.services.appsync
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISchemaConfig
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionISchema.bind
(IGraphqlApi api) Binds a schema string to a GraphQlApi.ISchema.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.default ISchemaConfig
ISchema.Jsii$Default.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.final ISchemaConfig
ISchema.Jsii$Proxy.bind
(IGraphqlApi api) Binds a schema string to a GraphQlApi.final ISchemaConfig
ISchema.Jsii$Proxy.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.SchemaFile.bind
(IGraphqlApi api) Called when the GraphQL Api is initialized to allow this object to bind to the stack.SchemaFile.bind
(IGraphqlApi api, SchemaBindOptions _options) Called when the GraphQL Api is initialized to allow this object to bind to the stack.