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