20 lines
248 B
GraphQL
20 lines
248 B
GraphQL
query {
|
|
storage {
|
|
targets(orderBy: "title ASC") {
|
|
isAvailable
|
|
isEnabled
|
|
key
|
|
title
|
|
description
|
|
logo
|
|
website
|
|
supportedModes
|
|
mode
|
|
config {
|
|
key
|
|
value
|
|
}
|
|
}
|
|
}
|
|
}
|