MCPcopy Create free account
hub / github.com/dailydotdev/apps / feed.ts

File feed.ts

packages/shared/src/graphql/feed.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { gql } from 'graphql-request';
2import { CUSTOM_FEED_FRAGMENT, FEED_POST_FRAGMENT } from './fragments';
3import { POST_HIGHLIGHT_FRAGMENT, type PostHighlight } from './highlights';
4import type { Post } from './posts';

Callers

nothing calls this directly

Calls 2

gqlFunction · 0.85
getFeedPostFragmentFunction · 0.85

Tested by

no test coverage detected