interface ISchemaConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.ISchemaConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#ISchemaConfig |
![]() | software.amazon.awscdk.services.appsync.ISchemaConfig |
![]() | aws_cdk.aws_appsync.ISchemaConfig |
![]() | aws-cdk-lib » aws_appsync » ISchemaConfig |
Obtainable from
Schema
.bind()
Configuration for bound graphql schema.
Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base
Properties
Name | Type | Description |
---|---|---|
api | string | The ID of the api the schema is bound to. |
definition | string | The schema definition string. |
apiId
Type:
string
The ID of the api the schema is bound to.
definition
Type:
string
The schema definition string.