Added production level statuses for shop page and updated production board to filter accordingly BOD-4
This commit is contained in:
@@ -80,8 +80,8 @@ export const QUERY_JOBS_IN_PRODUCTION = gql`
|
||||
`;
|
||||
|
||||
export const SUBSCRIPTION_JOBS_IN_PRODUCTION = gql`
|
||||
subscription SUBSCRIPTION_JOBS_IN_PRODUCTION {
|
||||
productionview {
|
||||
subscription SUBSCRIPTION_JOBS_IN_PRODUCTION($statusList: [String!]!) {
|
||||
productionview(where: { status: { _in: $statusList } }) {
|
||||
id
|
||||
status
|
||||
ro_number
|
||||
|
||||
Reference in New Issue
Block a user