Table updates for appointments. Initial appointments screen + fetching.
This commit is contained in:
@@ -47,7 +47,7 @@ export const QUERY_ALL_OPEN_JOBS = gql`
|
||||
name
|
||||
}
|
||||
updated_at
|
||||
claim_total
|
||||
clm_total
|
||||
ded_amt
|
||||
vehicle {
|
||||
id
|
||||
@@ -269,7 +269,7 @@ export const QUERY_JOB_CARD_DETAILS = gql`
|
||||
name
|
||||
}
|
||||
updated_at
|
||||
claim_total
|
||||
clm_total
|
||||
ded_amt
|
||||
documents(limit: 3, order_by: { created_at: desc }) {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user