@rytass/cms-base-nestjs-graphql-module 0.0.26 → 0.0.27

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.
@@ -1,4 +1,4 @@
1
- import { Field, Int, ArgsType } from '@nestjs/graphql';
1
+ import { Field, ID, Int, ArgsType } from '@nestjs/graphql';
2
2
 
3
3
  function _ts_decorate(decorators, target, key, desc) {
4
4
  var c = arguments.length, r = c < 3 ? target : desc, d;
@@ -17,7 +17,7 @@ class ArticlesArgs {
17
17
  }
18
18
  _ts_decorate([
19
19
  Field(()=>[
20
- String
20
+ ID
21
21
  ], {
22
22
  nullable: true
23
23
  }),
@@ -1,4 +1,4 @@
1
- import { Field, ArgsType, registerEnumType } from '@nestjs/graphql';
1
+ import { Field, ID, ArgsType, registerEnumType } from '@nestjs/graphql';
2
2
  import { CategorySorter } from '@rytass/cms-base-nestjs-module';
3
3
 
4
4
  function _ts_decorate(decorators, target, key, desc) {
@@ -19,7 +19,7 @@ class CategoriesArgs {
19
19
  }
20
20
  _ts_decorate([
21
21
  Field(()=>[
22
- String
22
+ ID
23
23
  ], {
24
24
  nullable: true
25
25
  }),
@@ -27,7 +27,7 @@ _ts_decorate([
27
27
  ], CategoriesArgs.prototype, "parentIds", void 0);
28
28
  _ts_decorate([
29
29
  Field(()=>[
30
- String
30
+ ID
31
31
  ], {
32
32
  nullable: true
33
33
  }),
package/index.cjs.js CHANGED
@@ -900,7 +900,7 @@ class ArticlesArgs {
900
900
  }
901
901
  _ts_decorate$m([
902
902
  graphql.Field(()=>[
903
- String
903
+ graphql.ID
904
904
  ], {
905
905
  nullable: true
906
906
  }),
@@ -1229,7 +1229,7 @@ class CategoriesArgs {
1229
1229
  }
1230
1230
  _ts_decorate$f([
1231
1231
  graphql.Field(()=>[
1232
- String
1232
+ graphql.ID
1233
1233
  ], {
1234
1234
  nullable: true
1235
1235
  }),
@@ -1237,7 +1237,7 @@ _ts_decorate$f([
1237
1237
  ], CategoriesArgs.prototype, "parentIds", void 0);
1238
1238
  _ts_decorate$f([
1239
1239
  graphql.Field(()=>[
1240
- String
1240
+ graphql.ID
1241
1241
  ], {
1242
1242
  nullable: true
1243
1243
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rytass/cms-base-nestjs-graphql-module",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "Rytass Content Management System NestJS Base GraphQL Module",
5
5
  "keywords": [
6
6
  "rytass",