feat: Integrate Data Connect and Implement Staff List View Directory
This commit is contained in:
11
apps/web/dataconnect/schema/hub.gql
Normal file
11
apps/web/dataconnect/schema/hub.gql
Normal file
@@ -0,0 +1,11 @@
|
||||
type Hub @table(name: "hubs") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
name: String!
|
||||
locationName: String
|
||||
address: String
|
||||
nfcTagId: String
|
||||
ownerId: UUID!
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
}
|
||||
Reference in New Issue
Block a user