What to use instead of ready_to_ship

Any news on a replacement for the Ready to Ship query?

EDIT: This was released see this thread.

This is an example:

query {
  orders(ready_to_ship: true) {
    data {
      edges {
        node {
          allocations {
            ready_to_ship
          }
        }
      }
    }
  }
}