MCPcopy Create free account
hub / github.com/dailydotdev/apps / getUserShortInfo

Function getUserShortInfo

packages/shared/src/graphql/users.ts:490–496  ·  view source on GitHub ↗
(
  id: string,
)

Source from the content-addressed store, hash-verified

488`;
489
490export const getUserShortInfo = async (
491 id: string,
492): Promise<UserShortProfile> => {
493 const res = await gqlClient.request(GET_REFERRING_USER_QUERY, { id });
494
495 return res.user || null;
496};
497
498export enum UserPersonalizedDigestType {
499 Digest = 'digest',

Callers 5

MarkdownFunction · 0.90
ProfileTooltipFunction · 0.90
LazyUserEntityCardFunction · 0.90
getServerSidePropsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected