Interface ISchemaConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISchemaConfig.Jsii$Default
- All Known Implementing Classes:
ISchemaConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:38.912Z")
@Stability(Stable)
public interface ISchemaConfig
extends software.amazon.jsii.JsiiSerializable
Configuration for bound graphql schema.
Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISchemaConfig
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongetApiId()
The ID of the api the schema is bound to.The schema definition string.void
The ID of the api the schema is bound to.void
setDefinition
(String value) The schema definition string.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiId
The ID of the api the schema is bound to. -
setApiId
The ID of the api the schema is bound to. -
getDefinition
The schema definition string. -
setDefinition
The schema definition string.
-