Correct case of member name

This commit is contained in:
2023-02-08 18:06:54 -07:00
parent 7a665aa348
commit e4043ae3be
+1 -1
View File
@@ -354,7 +354,7 @@ func createSchema(db database.Database) (graphql.Schema, error) {
"type": &graphql.ArgumentConfig{
Type: graphql.NewNonNull(graphql.String),
},
"pipeline_id": &graphql.ArgumentConfig{
"pipelineId": &graphql.ArgumentConfig{
Type: graphql.NewNonNull(graphql.String),
},
},