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

Function swapPinnedPosts

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

Source from the content-addressed store, hash-verified

902}
903
904export const swapPinnedPosts = async (
905 variables: SwapPinnedPostsProps,
906): Promise<void> => gqlClient.request(SWAP_PINNED_POSTS_MUTATION, variables);
907
908export const CREATE_SOURCE_POST_MODERATION_MUTATION = gql`
909 mutation CreateSourcePostModeration(

Callers 1

usePostMenuActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected