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

Function swapPinnedPosts

packages/shared/src/graphql/posts.ts:940–942  ·  view source on GitHub ↗
(
  variables: SwapPinnedPostsProps,
)

Source from the content-addressed store, hash-verified

938}
939
940export const swapPinnedPosts = async (
941 variables: SwapPinnedPostsProps,
942): Promise<void> => gqlClient.request(SWAP_PINNED_POSTS_MUTATION, variables);
943
944export const CREATE_SOURCE_POST_MODERATION_MUTATION = gql`
945 mutation CreateSourcePostModeration(

Callers 1

usePostMenuActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected