Skip to main content
Solved

Filter Phases the Card Can Move | GraphQL

  • September 19, 2022
  • 1 reply
  • 172 views

Tegrus

Hi guys, good afternoon! How are you?

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

Best answer by julia-pinheiro

Hi Tegrus,

You can use this query to help you:

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

 

View original
Did this topic help you find an answer to your question?

julia-pinheiro
Pipefy Staff
Forum|alt.badge.img+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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings