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

Function dismissPostFeedback

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

Source from the content-addressed store, hash-verified

616`;
617
618export const dismissPostFeedback = (id: string): Promise<EmptyResponse> => {
619 return gqlClient.request(DISMISS_POST_FEEDBACK_MUTATION, {
620 id,
621 });
622};
623
624export const banPost = (id: string): Promise<EmptyResponse> => {
625 return gqlClient.request(BAN_POST_MUTATION, {

Callers 1

usePostFeedbackFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected