Fix run progress field name (graphql)

This commit is contained in:
2023-02-14 20:19:21 -07:00
parent bfd05b6a8a
commit c0f6186eac
+1 -1
View File
@@ -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) {