| 1 | import { gql } from 'graphql-request'; |
| 2 | import { CUSTOM_FEED_FRAGMENT, FEED_POST_FRAGMENT } from './fragments'; |
| 3 | import { POST_HIGHLIGHT_FRAGMENT, type PostHighlight } from './highlights'; |
| 4 | import type { Post } from './posts'; |
nothing calls this directly
no test coverage detected