ISchemaConfig

class aws_cdk.aws_appsync.ISchemaConfig(*args, **kwargs)

Bases: Protocol

Configuration for bound graphql schema.

Returned from ISchema.bind allowing late binding of schemas to graphqlapi-base

Attributes

api_id

The ID of the api the schema is bound to.

definition

The schema definition string.