Skip to content

Commit

Permalink
DEVPROD-4730 Add projectIdentifier field to TaskQuery for Execution t…
Browse files Browse the repository at this point in the history
…asks table (#75)
  • Loading branch information
khelif96 authored Apr 23, 2024
1 parent 9115146 commit 143e37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/spruce/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8688,6 +8688,7 @@ export type TaskQuery = {
displayName: string;
execution: number;
id: string;
projectIdentifier?: string | null;
status: string;
}> | null;
files: { __typename?: "TaskFiles"; fileCount: number };
Expand Down
1 change: 1 addition & 0 deletions apps/spruce/src/gql/queries/task.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ query Task($taskId: String!, $execution: Int) {
displayName
execution
id
projectIdentifier
status
}
expectedDuration
Expand Down

0 comments on commit 143e37b

Please sign in to comment.