Added tabs to jobs detail + some basic rendering.

This commit is contained in:
Patrick Fic
2020-08-17 15:54:15 -07:00
parent 3ea3cd9fce
commit 285d3fd91f
15 changed files with 349 additions and 46 deletions

View File

@@ -396,17 +396,13 @@ export const GET_JOB_BY_PK = gql`
transactionid
memo
}
cccontracts {
notes(order_by: { created_at: desc }) {
id
status
start
scheduledreturn
agreementnumber
}
cieca_ttl
csiinvites {
id
completedon
text
critical
private
created_at
updated_at
}
}
}