( variables: SwapPinnedPostsProps, )
| 908 | } |
| 909 | |
| 910 | export const swapPinnedPosts = async ( |
| 911 | variables: SwapPinnedPostsProps, |
| 912 | ): Promise<void> => gqlClient.request(SWAP_PINNED_POSTS_MUTATION, variables); |
| 913 | |
| 914 | export const CREATE_SOURCE_POST_MODERATION_MUTATION = gql` |
| 915 | mutation CreateSourcePostModeration( |
no outgoing calls
no test coverage detected