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

Function getUserActions

packages/shared/src/graphql/actions.ts:93–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91`;
92
93export const getUserActions = async (): Promise<Action[]> => {
94 const res = await gqlClient.request(COMPLETED_USER_ACTIONS);
95
96 return res.actions;
97};
98
99export const COMPLETE_ACTION_MUTATION = gql`
100 mutation CompleteAction($type: String!) {

Callers 2

checkForOnboardedUserFunction · 0.90
useActionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected