| 123456789101112131415161718192021222324252627 | 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      }    }  }}
 |