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