xoldd
xoldd
> @Manik2708 Once check @xoldyckk 's message in talawa-admin slack channel. The Redis recently moved away from open-source. maybe a case we have to move to another solution instead of...
@Manik2708 you can have dependency injection using the graphql context. It is available to all resolvers as the third parameter of the resolver function.
seems mongodb doesn't support auto-incrementing ids at the database level, so you're using this workaround to implement the same logic in talawa-api @shankeleven why can't you simply fetch the user...
@shankeleven there are two seperate mutation operations to the database, since it's not a transaction atomicity isn't guaranteed, does mongodb support transactions? is it doable?
@palisadoes what is the need for session timeouts per organization? Is talawa application meant to be similar to slack in that for each organization there has to be a seperate...
Same issue for me. But it was working fine till last day. It occured only when I updated to this newer version today. :- **1.47.171 Chromium: 109.0.5414.87 (Official Build) (64-bit)**...
I'd like to work on this issue.
> Would depend on how the query is modified in the backend. A proper approach should be established first. I've documented the standard approach to be followed throughout talawa-api for...
Should I do it?
> @xoldd Are you working on this? I had made a PR that incorporated the required changes but it was failing the prettier formatting test which I wasn't able to...