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

Function banPost

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

Source from the content-addressed store, hash-verified

628};
629
630export const banPost = (id: string): Promise<EmptyResponse> => {
631 return gqlClient.request(BAN_POST_MUTATION, {
632 id,
633 });
634};
635
636export const promotePost = (id: string): Promise<EmptyResponse> =>
637 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