Formatting fixes.

This commit is contained in:
Patrick Fic
2020-10-15 09:57:23 -07:00
parent a4b52e19ac
commit 67cae24b6c
16 changed files with 62 additions and 34 deletions

View File

@@ -54,7 +54,7 @@ export const QUERY_ALL_JOBS_PAGINATED = gql`
`;
export const QUERY_JOB_BY_PK = gql`
query QUERY_ALL_JOBS_PAGINATED($jobId: uuid!) {
query QUERY_JOB_BY_PK($jobId: uuid!) {
jobs_by_pk(id: $jobId) {
ownr_fn
ownr_ln