Hello,
I’m a complete newbie with GraphQL in general, and barely familiar with the monday API and monday boards in general.
I’ve been tasked with extracting the item names using the API, but without the sub-items. By using the query {boards{items{name}}} I’m getting a mixed list of both items and sub-items, all under the key “items”, without any way to distinguish which one is which. Is there a way to filter out sub-items using a simple query?
Thanks for any help! 😀
P.S. If that’s a common question, please accept my apology, as I don’t even know which keywords to use…