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
|
return nil, nil
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"progress": &graphql.Field{
|
"inProgress": &graphql.Field{
|
||||||
Type: graphql.Boolean,
|
Type: graphql.Boolean,
|
||||||
Description: "The progress status of the run.",
|
Description: "The progress status of the run.",
|
||||||
Resolve: func(p graphql.ResolveParams) (interface{}, error) {
|
Resolve: func(p graphql.ResolveParams) (interface{}, error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user