Capture Photo Info & Change Env Dynamically.
This commit is contained in:
@@ -212,7 +212,7 @@ export const GET_JOB_BY_PK = gql`
|
||||
updated_at
|
||||
created_by
|
||||
}
|
||||
documents(order_by: { created_at: desc }) {
|
||||
documents(order_by: { takenat: desc }) {
|
||||
id
|
||||
name
|
||||
key
|
||||
@@ -303,7 +303,7 @@ export const QUERY_JOB_CARD_DETAILS = gql`
|
||||
start
|
||||
scheduledreturn
|
||||
}
|
||||
documents(limit: 3, order_by: { created_at: desc }) {
|
||||
documents(limit: 3, order_by: { takenat: desc }) {
|
||||
id
|
||||
key
|
||||
}
|
||||
@@ -372,7 +372,7 @@ export const QUERY_TECH_JOB_DETAILS = gql`
|
||||
created_at
|
||||
}
|
||||
updated_at
|
||||
documents(order_by: { created_at: desc }) {
|
||||
documents(order_by: { takenat: desc }) {
|
||||
id
|
||||
key
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user