( variables: SwapPinnedPostsProps, )
| 902 | } |
| 903 | |
| 904 | export const swapPinnedPosts = async ( |
| 905 | variables: SwapPinnedPostsProps, |
| 906 | ): Promise<void> => gqlClient.request(SWAP_PINNED_POSTS_MUTATION, variables); |
| 907 | |
| 908 | export const CREATE_SOURCE_POST_MODERATION_MUTATION = gql` |
| 909 | mutation CreateSourcePostModeration( |
no outgoing calls
no test coverage detected