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

Function banPost

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

Source from the content-addressed store, hash-verified

659};
660
661export const banPost = (id: string): Promise<EmptyResponse> => {
662 return gqlClient.request(BAN_POST_MUTATION, {
663 id,
664 });
665};
666
667export const promotePost = (id: string): Promise<EmptyResponse> =>
668 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