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

Function banPost

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

Source from the content-addressed store, hash-verified

622};
623
624export const banPost = (id: string): Promise<EmptyResponse> => {
625 return gqlClient.request(BAN_POST_MUTATION, {
626 id,
627 });
628};
629
630export const promotePost = (id: string): Promise<EmptyResponse> =>
631 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