Uses of Interface
software.amazon.awscdk.services.appsync.ISchema
Packages that use ISchema
-
Uses of ISchema in software.amazon.awscdk.services.appsync
Subinterfaces of ISchema in software.amazon.awscdk.services.appsyncModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISchema.Classes in software.amazon.awscdk.services.appsync that implement ISchemaModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classThe Schema for a GraphQL Api.Methods in software.amazon.awscdk.services.appsync that return ISchemaModifier and TypeMethodDescriptionDefinition.getSchema()Schema, when AppSync API is created from schema file.GraphqlApi.getSchema()the schema attached to this api (only available for GraphQL APIs, not available for merged APIs).default ISchemaGraphqlApiProps.getSchema()Deprecated.use Definition.schema insteadfinal ISchemaGraphqlApiProps.Jsii$Proxy.getSchema()Methods in software.amazon.awscdk.services.appsync with parameters of type ISchemaModifier and TypeMethodDescriptionstatic DefinitionDefinition.fromSchema(ISchema schema) Schema from schema object.Deprecated.use Definition.schema insteadDeprecated.use Definition.schema instead