2018-06-25 22:04:47 -04:00
|
|
|
query {
|
|
|
|
storage {
|
|
|
|
targets(orderBy: "title ASC") {
|
2019-02-03 17:08:06 -05:00
|
|
|
isAvailable
|
2018-06-25 22:04:47 -04:00
|
|
|
isEnabled
|
|
|
|
key
|
|
|
|
title
|
2018-08-05 11:27:46 -04:00
|
|
|
description
|
|
|
|
logo
|
|
|
|
website
|
2019-02-03 17:08:06 -05:00
|
|
|
supportedModes
|
2018-06-25 22:04:47 -04:00
|
|
|
mode
|
|
|
|
config {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|