20 lines
291 B
GraphQL
20 lines
291 B
GraphQL
fragment OdbcList on OdbcDsnConnectionList {
|
|
nodes {
|
|
id
|
|
name
|
|
description
|
|
driver
|
|
configured
|
|
isSystem
|
|
}
|
|
pageInfo {
|
|
current
|
|
total
|
|
pageCount
|
|
}
|
|
sortInfo {
|
|
sortColumn
|
|
sortDirection
|
|
}
|
|
}
|