aws.appsync.get_introspection_schema
Example SQL Queries
SELECT * FROMaws.appsync.get_introspection_schemaWHERE"api_id" = 'VALUE'AND "format" = 'VALUE';Description
Retrieves the introspection schema for a GraphQL API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API ID. | VARCHAR |
| format Required Input Column The schema format: SDL or JSON. | VARCHAR |
| include_directives Input Column A flag that specifies whether the schema introspection should contain directives. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| schema The schema, in GraphQL Schema Definition Language (SDL) format. For more information, see the GraphQL SDL documentation. | BLOB |