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

Function banPost

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

Source from the content-addressed store, hash-verified

637};
638
639export const banPost = (id: string): Promise<EmptyResponse> => {
640 return gqlClient.request(BAN_POST_MUTATION, {
641 id,
642 });
643};
644
645export const promotePost = (id: string): Promise<EmptyResponse> =>
646 gqlClient.request(PROMOTE_TO_PUBLIC_MUTATION, {

Callers 2

PostOptionButtonContentFunction · 0.90
posts.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected