( variables: UpdatePinnedProps, )
| 900 | } |
| 901 | |
| 902 | export const updatePinnedPost = async ( |
| 903 | variables: UpdatePinnedProps, |
| 904 | ): Promise<void> => gqlClient.request(PIN_POST_MUTATION, variables); |
| 905 | |
| 906 | export const SWAP_PINNED_POSTS_MUTATION = gql` |
| 907 | mutation SwapPinnedPosts($id: ID!, $swapWithId: ID!) { |
no outgoing calls
no test coverage detected