wiki/client/graph/admin/storage/storage-query-targets.gql

23 lines
311 B
Plaintext
Raw Normal View History

2018-06-25 21:04:47 -05:00
query {
storage {
targets(orderBy: "title ASC") {
2019-02-03 16:08:06 -06:00
isAvailable
2018-06-25 21:04:47 -05:00
isEnabled
key
title
description
logo
website
2019-02-03 16:08:06 -06:00
supportedModes
2018-06-25 21:04:47 -05:00
mode
2019-02-17 00:32:35 -06:00
hasSchedule
syncInterval
syncIntervalDefault
2018-06-25 21:04:47 -05:00
config {
key
value
}
}
}
}