From b3a4b96ea57fcb0060ce6bbec40f9809732df067 Mon Sep 17 00:00:00 2001 From: "Eddo W. Hintoso" Date: Tue, 15 Aug 2023 18:05:12 -0700 Subject: [PATCH] Run introspection query with fields(includeDeprecated: true) --- website/docs/docs/dbt-cloud-apis/schema.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/dbt-cloud-apis/schema.jsx b/website/docs/docs/dbt-cloud-apis/schema.jsx index ea6660251f6..31568671573 100644 --- a/website/docs/docs/dbt-cloud-apis/schema.jsx +++ b/website/docs/docs/dbt-cloud-apis/schema.jsx @@ -49,7 +49,7 @@ const metadataBetaUrl = 'https://metadata.cloud.getdbt.com/beta/graphql' const queryArgsQuery = `{ __schema { queryType { - fields { + fields(includeDeprecated: true) { name type { name