-
Notifications
You must be signed in to change notification settings - Fork 984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update graphql querying docs #4496
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
A community member mentioned there was a bit of confusion on how to query via GQL https://getdbt.slack.com/archives/C02CCBBBR1D/p1699969536627599 |
Dimension { | ||
name: String! | ||
description: String | ||
type: DimensionType! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @WilliamDee, if a user uses these parameters, does this mean the DimensionType!
field needs to be filled in by them using either CATEGORICAL
or TIME
as state below?
DimensionType = [CATEGORICAL, TIME]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a return type so not an input type, so this is for them to retrieve certain values from the request
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks so much @WilliamDee ! one non-blocking question and going to get this merged for you!
What are you changing in this pull request and why?
Checklist
Adding new pages (delete if not applicable):
website/sidebars.js
Removing or renaming existing pages (delete if not applicable):
website/sidebars.js
website/static/_redirects
npm run build
to update the links that point to the deleted page