Solved

Filter Phases the Card Can Move | GraphQL

  • 19 September 2022
  • 1 reply
  • 93 views

Userlevel 3

Hi guys, good afternoon! How are you?

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

icon

Best answer by julia-pinheiro 20 September 2022, 20:41

View original

1 reply

Userlevel 6
Badge +1

Hi Tegrus,

You can use this query to help you:

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

 

Reply