Skip to main content

Hi,


Could you confirm whether the following APIs are deprecated?



  1. “query { boards {name id items {name id}} }”

  2. let options = { “query”: “query { boards(ids: 3784671102) {name items {name}}}” };


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


Reply