Hi guys, good afternoon! How are you?
In GraphQL, is it possible to filter on a card which phases can be moved?
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
}
}
}
}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.