( variables: SwapPinnedPostsProps, )
| 917 | } |
| 918 | |
| 919 | export const swapPinnedPosts = async ( |
| 920 | variables: SwapPinnedPostsProps, |
| 921 | ): Promise<void> => gqlClient.request(SWAP_PINNED_POSTS_MUTATION, variables); |
| 922 | |
| 923 | export const CREATE_SOURCE_POST_MODERATION_MUTATION = gql` |
| 924 | mutation CreateSourcePostModeration( |
no outgoing calls
no test coverage detected