Skip to content

Commit

Permalink
Run introspection query with fields(includeDeprecated: true) (#3930)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Aug 16, 2023
2 parents 5f1ad3e + 8fd9040 commit ae2f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/schema.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const metadataBetaUrl = 'https://metadata.cloud.getdbt.com/beta/graphql'
const queryArgsQuery = `{
__schema {
queryType {
fields {
fields(includeDeprecated: true) {
name
type {
name
Expand Down

0 comments on commit ae2f5cd

Please sign in to comment.