load fixed, auth wip

This commit is contained in:
2022-12-01 11:12:48 +03:00
parent 86401f5cb7
commit 11655b31ae
12 changed files with 65 additions and 82 deletions

View File

@@ -186,8 +186,8 @@ type Mutation {
deleteReaction(id: Int!): Result!
# collab
inviteCoauthor(author: String!, shout: int!): Result!
removeCouthor(author: String!, shout: Int!): Result!
inviteCoauthor(author: String!, shout: Int!): Result!
removeCoauthor(author: String!, shout: Int!): Result!
acceptCoauthor(shout: Int!): Result!
# following
@@ -373,23 +373,6 @@ 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