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

28 lines
378 B
GraphQL

query {
storage {
targets(orderBy: "title ASC") {
isAvailable
isEnabled
key
title
description
logo
website
supportedModes
mode
hasSchedule
syncInterval
syncIntervalDefault
config {
key
value
}
actions {
handler
label
hint
}
}
}
}