storage-query-targets.gql 356 Bytes
Newer Older
1 2
query {
  storage {
3
    targets {
4
      isAvailable
5 6 7
      isEnabled
      key
      title
8 9 10
      description
      logo
      website
11
      supportedModes
12
      mode
Nick's avatar
Nick committed
13 14 15
      hasSchedule
      syncInterval
      syncIntervalDefault
16 17 18 19
      config {
        key
        value
      }
20 21 22 23 24
      actions {
        handler
        label
        hint
      }
25 26 27
    }
  }
}