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

Function submitFeedback

packages/shared/src/graphql/feedback.ts:192–193  ·  view source on GitHub ↗
(input: FeedbackInput)

Source from the content-addressed store, hash-verified

190`;
191
192export const submitFeedback = (input: FeedbackInput): Promise<EmptyResponse> =>
193 gqlClient.request(SUBMIT_FEEDBACK_MUTATION, { input });
194
195export const useUserFeedback = (first = 20) => {
196 return useInfiniteQuery({

Callers 1

FeedbackModalFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected