Added database changes and faced issues with permissions. Added shop query.
This commit is contained in:
19
client/src/graphql/jobs.queries.js
Normal file
19
client/src/graphql/jobs.queries.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import gql from "graphql-tag";
|
||||
|
||||
export const GET_ALL_OPEN_JOBS = gql`
|
||||
{
|
||||
jobs {
|
||||
id
|
||||
ro_number
|
||||
status
|
||||
scheduled_completion
|
||||
scheduled_delivery
|
||||
vehicle {
|
||||
v_model_yr
|
||||
v_model_desc
|
||||
v_make_desc
|
||||
plate_no
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user