Skip to main content

Hi guys, good afternoon! How are you?

In GraphQL, is it possible to filter on a card which phases can be moved?

Hi Tegrus,

You can use this query to help you:

{
pipe(id:xxxxxxxxx)
{
phases{
name
cards_can_be_moved_to_phases {
name
id
}
}
}
}

 


Reply