feat: Integrate Data Connect and Implement Staff List View Directory
This commit is contained in:
8
apps/web/dataconnect/schema/faqData.gql
Normal file
8
apps/web/dataconnect/schema/faqData.gql
Normal file
@@ -0,0 +1,8 @@
|
||||
type FaqData @table(name: "faq_data") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
category: String!
|
||||
questions: [Any!]
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
}
|
||||
Reference in New Issue
Block a user