For your case, you will always need to tell it what information you want the query to show you.
query MyQuery {
allCards(pipeId: ####) {
edges {
node {
fields {
field {
id
}
There is a shortcut you can just click on the CTRL key + Space key, which shows you the options you can use. With that, all the fields that will appear are the ones that are available for that part of the query. In this print below you can see an example of using the CTRL + Space key to show all the options I can use in that field:
For your case, you will always need to tell it what information you want the query to show you.
query MyQuery {
allCards(pipeId: ####) {
edges {
node {
fields {
field {
id
}
There is a shortcut you can just click on the CTRL key + Space key, which shows you the options you can use. With that, all the fields that will appear are the ones that are available for that part of the query. In this print below you can see an example of using the CTRL + Space key to show all the options I can use in that field:
For your case, you will always need to tell it what information you want the query to show you.
query MyQuery {
allCards(pipeId: ####) {
edges {
node {
fields {
field {
id
}
There is a shortcut you can just click on the CTRL key + Space key, which shows you the options you can use. With that, all the fields that will appear are the ones that are available for that part of the query. In this print below you can see an example of using the CTRL + Space key to show all the options I can use in that field:
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.