Added alert and setting for PP differences less than a set amount. RPS-34

This commit is contained in:
Patrick Fic
2020-10-29 18:53:17 -07:00
parent 0bb53bd1be
commit 8507ba455a
14 changed files with 144 additions and 19 deletions

View File

@@ -7,6 +7,7 @@ export const QUERY_BODYSHOP = gql`
targets
accepted_ins_co
groups
ppd_diff_alert
}
}
`;
@@ -20,6 +21,7 @@ export const UPDATE_SHOP = gql`
targets
accepted_ins_co
groups
ppd_diff_alert
}
}
}