@dssp/dkpi 1.0.0-alpha.56 → 1.0.0-alpha.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dssp/dkpi",
3
- "version": "1.0.0-alpha.56",
3
+ "version": "1.0.0-alpha.58",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -103,5 +103,5 @@
103
103
  "devDependencies": {
104
104
  "@things-factory/builder": "^9.0.0"
105
105
  },
106
- "gitHead": "0d3ad027d037f129722c5f636c39880d97f38eb7"
106
+ "gitHead": "d54b1fc0d789c498afddc7e4a7424ebde112a572"
107
107
  }
package/schema.graphql CHANGED
@@ -11843,6 +11843,9 @@ type Query {
11843
11843
  sortings: [Sorting!]
11844
11844
  ): ProjectReportList!
11845
11845
 
11846
+ """To fetch KpiValues by project group with X prefix kpi names"""
11847
+ projectXKpiValues(projectId: String!): [KpiValue!]!
11848
+
11846
11849
  """프로젝트 리스트"""
11847
11850
  projects(
11848
11851
  """An array of filter conditions to apply to the list query."""