Added rates containers + cached language selection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user