Add task name to queries.
This commit is contained in:
@@ -68,6 +68,7 @@ export const GET_LINE_TICKET_BY_PK = gql`
|
||||
rate
|
||||
committed_at
|
||||
commited_by
|
||||
task_name
|
||||
employee {
|
||||
id
|
||||
first_name
|
||||
|
||||
@@ -48,6 +48,7 @@ export const QUERY_TIME_TICKETS_IN_RANGE = gql`
|
||||
flat_rate
|
||||
commited_by
|
||||
committed_at
|
||||
task_name
|
||||
job {
|
||||
id
|
||||
ro_number
|
||||
|
||||
Reference in New Issue
Block a user