mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
define mutations in schema
This commit is contained in:
parent
8f71d4f5fb
commit
ccb8727a09
@ -241,8 +241,12 @@ type Mutation {
|
||||
DeletePost(id: ID!): Post
|
||||
AddPostEmotions(to: _PostInput!, data: _EMOTEDInput!): EMOTED
|
||||
RemovePostEmotions(to: _PostInput!, data: _EMOTEDInput!): EMOTED
|
||||
|
||||
pinPost(id: ID!): Post
|
||||
unpinPost(id: ID!): Post
|
||||
pinGroupPost(id: ID!): Post
|
||||
unpinGroupPost(id: ID!): Post
|
||||
|
||||
markTeaserAsViewed(id: ID!): Post
|
||||
pushPost(id: ID!): Post!
|
||||
unpushPost(id: ID!): Post!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user