13 lines
191 B
GraphQL
13 lines
191 B
GraphQL
fragment OdbcEditFragment on OdbcDsnConnection {
|
|
id
|
|
driverType
|
|
parameters {
|
|
key
|
|
keyHuman
|
|
isRequired
|
|
fieldType
|
|
value
|
|
values
|
|
}
|
|
}
|