This commit is contained in:
2022-11-30 23:20:08 +03:00
35 changed files with 617 additions and 782 deletions

View File

@@ -321,8 +321,8 @@ type Operation {
}
type Permission {
operation_id: Int!
resource_id: Int!
operationId: Int!
resourceId: Int!
}
type Role {
@@ -373,6 +373,23 @@ type User {
oid: String
}
<<<<<<< HEAD
=======
type Draft {
title: String
body: String
createdBy: Int
}
type Collab {
authors: [String]!
invites: [String]
createdAt: DateTime!
title: String
body: String
}
>>>>>>> migation-fix2
enum ReactionKind {
LIKE
DISLIKE