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