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

Function updatePinnedPost

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

Source from the content-addressed store, hash-verified

900}
901
902export const updatePinnedPost = async (
903 variables: UpdatePinnedProps,
904): Promise<void> => gqlClient.request(PIN_POST_MUTATION, variables);
905
906export const SWAP_PINNED_POSTS_MUTATION = gql`
907 mutation SwapPinnedPosts($id: ID!, $swapWithId: ID!) {

Callers 1

usePostMenuActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected