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

Function updatePinnedPost

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

Source from the content-addressed store, hash-verified

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

Callers 1

usePostMenuActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected