Michel Aquino
Michel Aquino
https://github.com/uber/jaeger
https://github.com/afex/hystrix-go
Hi guys, I have a follow mutation structure: ```go var userType = graphql.NewObject(graphql.ObjectConfig{ Name: "User", Fields: graphql.Fields{ "id": &graphql.Field{Type: graphql.String}, "name": &graphql.Field{Type: graphql.String}, "gender": &graphql.Field{Type: graphql.String}, }, }) func mutation()...
### Description Add integration test suit for MongoDB Closes [579](https://github.com/globocom/huskyCI/issues/579) ### Proposed Changes This PR introduces an integration test suite for MongoDB. The focus are the files [mongo.go](https://github.com/globocom/huskyCI/blob/main/api/db/mongo/mongo.go), [huskydb.go](https://github.com/globocom/huskyCI/blob/main/api/db/huskydb.go) and...