This commit is contained in:
parent
a21efb99df
commit
168a7079f6
|
@ -332,8 +332,8 @@ type Mutation {
|
||||||
delete_reaction(id: Int!): Result!
|
delete_reaction(id: Int!): Result!
|
||||||
|
|
||||||
# collab
|
# collab
|
||||||
create_invite(slug: String, authorId: Int, user: String): Result!
|
create_invite(slug: String, author_id: Int, user: String): Result!
|
||||||
remove_author(slug: String, authorId: Int, user: String): Result!
|
remove_author(slug: String, author_id: Int, user: String): Result!
|
||||||
remove_invite(invite_id: Int!): Result!
|
remove_invite(invite_id: Int!): Result!
|
||||||
accept_invite(invite_id: Int!): Result!
|
accept_invite(invite_id: Int!): Result!
|
||||||
reject_invite(invite_id: Int!): Result!
|
reject_invite(invite_id: Int!): Result!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user