@timardex/cluemart-server-shared 1.0.119 → 1.0.121

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.
@@ -8310,7 +8310,7 @@ var USER_FIELDS_FRAGMENT = gql`
8310
8310
  email
8311
8311
  events
8312
8312
  firstName
8313
- games
8313
+ game
8314
8314
  isTester
8315
8315
  lastName
8316
8316
  licences {
@@ -11574,10 +11574,10 @@ var schema7 = new MongooseSchema11(
11574
11574
  type: [import_mongoose11.default.Schema.Types.ObjectId]
11575
11575
  },
11576
11576
  firstName: { required: true, type: String },
11577
- games: {
11577
+ game: {
11578
11578
  ref: "Game",
11579
11579
  required: false,
11580
- type: [import_mongoose11.default.Schema.Types.ObjectId]
11580
+ type: import_mongoose11.default.Schema.Types.ObjectId
11581
11581
  },
11582
11582
  isTester: { default: false, required: true, type: Boolean },
11583
11583
  lastName: { required: true, type: String },