feat: Adding basic GraphQL elements (company,user,sessions)

This commit is contained in:
Josepablo C
2024-08-06 12:19:53 -06:00
parent ae920ca2c7
commit 6b4c475a38
7 changed files with 385 additions and 39 deletions

View File

@@ -22,4 +22,4 @@ class Locations extends Model {
}
}
module.exports = Users;
module.exports = Locations;