wikijs-fork/client/graph/admin/storage/storage-query-targets.gql

28 lines
356 B
Plaintext
Raw Normal View History

2018-06-26 02:04:47 +00:00
query {
storage {
targets {
2019-02-03 22:08:06 +00:00
isAvailable
2018-06-26 02:04:47 +00:00
isEnabled
key
title
description
logo
website
2019-02-03 22:08:06 +00:00
supportedModes
2018-06-26 02:04:47 +00:00
mode
2019-02-17 06:32:35 +00:00
hasSchedule
syncInterval
syncIntervalDefault
2018-06-26 02:04:47 +00:00
config {
key
value
}
actions {
handler
label
hint
}
2018-06-26 02:04:47 +00:00
}
}
}