changed project_id from String to ID (#2903)

Signed-off-by: arkajyotiMukherjee <arko@chaosnative.com>
This commit is contained in:
Arkajyoti Mukherjee 2021-06-17 13:51:19 +05:30 committed by GitHub
parent 89994b15b7
commit 94fd8b0643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(