interface GraphQLSchemaReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.GraphQLSchemaReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#GraphQLSchemaReference |
![]() | software.amazon.awscdk.services.appsync.GraphQLSchemaReference |
![]() | aws_cdk.aws_appsync.GraphQLSchemaReference |
![]() | aws-cdk-lib » aws_appsync » GraphQLSchemaReference |
A reference to a GraphQLSchema resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const graphQLSchemaReference: appsync.GraphQLSchemaReference = {
graphQlSchemaId: 'graphQlSchemaId',
};
Properties
Name | Type | Description |
---|---|---|
graph | string | The Id of the GraphQLSchema resource. |
graphQlSchemaId
Type:
string
The Id of the GraphQLSchema resource.