changed project_id from String to ID (#2903)
Signed-off-by: arkajyotiMukherjee <arko@chaosnative.com>
This commit is contained in:
parent
89994b15b7
commit
94fd8b0643
|
@ -43,7 +43,7 @@ export const WORKFLOW_DETAILS = gql`
|
||||||
export const WORKFLOW_STATS = gql`
|
export const WORKFLOW_STATS = gql`
|
||||||
query getScheduledWorkflowStats(
|
query getScheduledWorkflowStats(
|
||||||
$filter: TimeFrequency!
|
$filter: TimeFrequency!
|
||||||
$project_id: String!
|
$project_id: ID!
|
||||||
$show_workflow_runs: Boolean!
|
$show_workflow_runs: Boolean!
|
||||||
) {
|
) {
|
||||||
getScheduledWorkflowStats(
|
getScheduledWorkflowStats(
|
||||||
|
|
Loading…
Reference in New Issue