chore(legacy): relocate v1 dataconnect source
This commit is contained in:
10
legacy/dataconnect-v1/schema/level.gql
Normal file
10
legacy/dataconnect-v1/schema/level.gql
Normal file
@@ -0,0 +1,10 @@
|
||||
type Level @table(name: "levels") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
name: String!
|
||||
xpRequired: Int!
|
||||
icon: String
|
||||
colors: Any
|
||||
createdAt: Timestamp @default(expr: "request.time")
|
||||
updatedAt: Timestamp @default(expr: "request.time")
|
||||
createdBy: String
|
||||
}
|
||||
Reference in New Issue
Block a user