MCPcopy Create free account
hub / github.com/dailydotdev/apps / deletePost

Function deletePost

packages/shared/src/graphql/posts.ts:677–681  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

675 });
676
677export const deletePost = (id: string): Promise<EmptyResponse> => {
678 return gqlClient.request(DELETE_POST_MUTATION, {
679 id,
680 });
681};
682
683export const clickbaitPost = (id: string): Promise<EmptyResponse> =>
684 gqlClient.request(CLICKBAIT_POST_MUTATION, {

Callers 2

posts.spec.tsFile · 0.90
usePostMenuActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected