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

Function updatePinnedPost

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

Source from the content-addressed store, hash-verified

921}
922
923export const updatePinnedPost = async (
924 variables: UpdatePinnedProps,
925): Promise<void> => gqlClient.request(PIN_POST_MUTATION, variables);
926
927export const SWAP_PINNED_POSTS_MUTATION = gql`
928 mutation SwapPinnedPosts($id: ID!, $swapWithId: ID!) {

Callers 1

usePostMenuActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected