Correct case of member name
This commit is contained in:
@@ -354,7 +354,7 @@ func createSchema(db database.Database) (graphql.Schema, error) {
|
|||||||
"type": &graphql.ArgumentConfig{
|
"type": &graphql.ArgumentConfig{
|
||||||
Type: graphql.NewNonNull(graphql.String),
|
Type: graphql.NewNonNull(graphql.String),
|
||||||
},
|
},
|
||||||
"pipeline_id": &graphql.ArgumentConfig{
|
"pipelineId": &graphql.ArgumentConfig{
|
||||||
Type: graphql.NewNonNull(graphql.String),
|
Type: graphql.NewNonNull(graphql.String),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user