Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

87
Views
AWS datastorage does not show relations

I have the following question. I have a User table and a group table. Auser can have multiple groups.

I have made an relation between them and added some data. For some reason when i do:

DataStorage.query(Group) 

it does not display me the groups field and i dont know why. What i am doing wrong. If you need more information please feel free to leave a comment thanks.

export declare class User {
  readonly id: string;
  readonly email?: string;
  readonly groups?: (UserGroup | null)[];
  readonly group_admin_ID?: string;
  readonly profile_image?: string;
  readonly createdAt?: string;
  readonly updatedAt?: string;
  constructor(init: ModelInit<User, UserMetaData>);
  static copyOf(source: User, mutator: (draft: MutableModel<User, UserMetaData>) => MutableModel<User, UserMetaData> | void): User;
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!