Fix run progress field name (graphql)
This commit is contained in:
@@ -159,7 +159,7 @@ func createSchema(db database.Database) (graphql.Schema, error) {
|
||||
return nil, nil
|
||||
},
|
||||
},
|
||||
"progress": &graphql.Field{
|
||||
"inProgress": &graphql.Field{
|
||||
Type: graphql.Boolean,
|
||||
Description: "The progress status of the run.",
|
||||
Resolve: func(p graphql.ResolveParams) (interface{}, error) {
|
||||
|
||||
Reference in New Issue
Block a user