Query Library - Duplicate Shared queries, Transformer, JS queries

This is actually 3 different requests:

  1. Being able to duplicate a shared query; as of now, we can only duplicate "ours" queries
  2. Being able to add transformer to queries in the library; we have multiple queries that requires the same transformation based on our 3rd party API structure
  3. Being able to add Javascript queries; see them as reusable parameterizable logic
    • It would be even better to be able to call other queries from there
      • query1.trigger({additionalScope: {...}})
    • We have multiple queries that depend on other query output

All of this for the sake of maintainability of logic that we want to share among multiple apps

Hi @rferland thanks for this feedback! Definitely makes sense :slightly_smiling_face: I'm sharing it internally as well

+1 for this