Hi,
Could you confirm whether the following APIs are deprecated?
- “query { boards {name id items {name id}} }”
- let options = { “query”: “query { boards(ids: 3784671102) {name items {name}}}” };
Thanks,
Priyadharshini R
Hi,
Could you confirm whether the following APIs are deprecated?
Thanks,
Priyadharshini R
Hi Priya,
To confirm, both of these queries contain the items
query nested under a boards
query, so yes, this has been deprecated. Please go ahead and use the items_page
query!
Best,
Joseph
Hi,
Thanks for the prompt response!
We will change the query.
Thanks & Regards
Priyadharshini R