We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7297d commit ff617abCopy full SHA for ff617ab
hasura/requests.go
@@ -41,9 +41,9 @@ type Configuration struct {
41
}
42
43
type ConnectionInfo struct {
44
- UsePreparedStatements bool `json:"use_prepared_statements"`
45
- IsolationLevel string `json:"isolation_level"`
46
- DatabaseUrl string `json:"database_url"`
+ UsePreparedStatements bool `json:"use_prepared_statements"`
+ IsolationLevel string `json:"isolation_level"`
+ DatabaseUrl interface{} `json:"database_url"`
47
48
49
// Source -
0 commit comments