OBJECT
Dashboard
Analytics Dashboards
link GraphQL Schema definition
1 type Dashboard { 2 3 # The order in which to display the dashboard. 4 : Int 5 6 : String 7 8 : String 9 10 # The status of the dashboard 11 : Boolean 12 13 # The filters that can be applied on the dashboard. Typically watchlists. 14 : [String] 15 16 : String 17 18 # Vendor specific identifier for Qlik applications 19 : String 20 21 # Vendor specific identifier for Qlik sheet 22 : String 23 24 : String 25 26 }