Added rates containers + cached language selection

This commit is contained in:
Patrick Fic
2020-01-24 16:35:29 -08:00
parent 5ed1c55458
commit 0fb00b97c6
11 changed files with 57 additions and 64 deletions

View File

@@ -27,8 +27,8 @@ export const GET_ALL_OPEN_JOBS = gql`
}
`;
export const SUBSCRIPTION_ALL_OPEN_JOBS = gql`
subscription SUBSCRIPTION_ALL_OPEN_JOBS {
export const QUERY_ALL_OPEN_JOBS = gql`
query QUERY_ALL_OPEN_JOBS {
jobs {
ownr_fn
ownr_ln