deleting default data

This commit is contained in:
José Salazar
2026-01-29 10:15:17 -05:00
parent ff132e1ffc
commit 0fff3bda58
4 changed files with 8 additions and 6 deletions

View File

@@ -6,6 +6,8 @@ type TeamHub @table(name: "team_hubs") {
hubName: String!
address: String!
addressLocation: Any #object
city: String
state: String
zipCode: String