Skip to content

Commit

Permalink
Fix error invoking getFundraisingById Resolver (PalisadoesFoundation#…
Browse files Browse the repository at this point in the history
…2294)

* Declare resolver in index

* remove changes in README.md
  • Loading branch information
GlenDsza authored May 9, 2024
1 parent 5c03305 commit ebce5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/resolvers/Query/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { getDonationById } from "./getDonationById";
import { getDonationByOrgId } from "./getDonationByOrgId";
import { getDonationByOrgIdConnection } from "./getDonationByOrgIdConnection";
import { getFundById } from "./getFundById";
import { getFundraisingCampaignById } from "./getFundraisingCampaign";
import { getPlugins } from "./getPlugins";
import { getlanguage } from "./getlanguage";
import { me } from "./me";
Expand Down Expand Up @@ -79,6 +80,7 @@ export const Query: QueryResolvers = {
users,
usersConnection,
getFundById,
getFundraisingCampaignById,
venue,
fundsByOrganization,
getEventAttendee,
Expand Down

0 comments on commit ebce5ed

Please sign in to comment.