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

Function updatePinnedPost

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

Source from the content-addressed store, hash-verified

885}
886
887export const updatePinnedPost = async (
888 variables: UpdatePinnedProps,
889): Promise<void> => gqlClient.request(PIN_POST_MUTATION, variables);
890
891export const SWAP_PINNED_POSTS_MUTATION = gql`
892 mutation SwapPinnedPosts($id: ID!, $swapWithId: ID!) {

Callers 1

usePostMenuActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected