Skip to main content

Recently I had using this query but I'm not being successful

query { pipe(id: YOUR_PIPE_ID) { cards(filters: { created_at: { from: "2024-01-01T00:00:00Z", to: "2024-12-31T23:59:59Z" } }) { edges { node { id } } } } }
Be the first to reply!

Reply