Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PalisadoesFoundation/talawa-api
/ functions
Functions
1,648 in github.com/PalisadoesFoundation/talawa-api
⨍
Functions
1,648
◇
Types & classes
363
↓ 12 callers
Function
createOrganizationEventAndFolder
(params: { adminUserId: string; isDefaultFolder?: boolean; })
test/graphql/types/Mutation/updateAgendaFolder.test.ts:59
↓ 12 callers
Function
createRegularUser
* Creates a regular user and returns their credentials
test/graphql/types/Mutation/updateCommentVote.test.ts:119
↓ 12 callers
Function
createTestCategory
(authToken: string, organizationId: string)
test/graphql/types/ActionItem/organization.test.ts:116
↓ 12 callers
Function
createTestEventAndVolunteer
( authToken: string, organizationId: string, userId: string, )
test/graphql/types/ActionItem/organization.test.ts:137
↓ 12 callers
Function
createTestEventVolunteerGroup
( eventId: string, leaderId: string, creatorId: string, name = "Test Group", description = "Test group de
test/graphql/types/Mutation/updateEventVolunteerGroup.test.ts:162
↓ 12 callers
Function
createTestOrganization
()
test/drizzle/tables/blockedUser.test.ts:20
↓ 12 callers
Function
createTestOrganization
()
test/graphql/types/Mutation/updateEventVolunteerGroup.test.ts:82
↓ 12 callers
Function
createTestUser
()
test/graphql/types/Mutation/deleteEventVolunteer.test.ts:104
↓ 12 callers
Method
deactivatePlugin
* Deactivate a plugin
src/plugin/manager/core.ts:336
↓ 12 callers
Function
ensureAdminAuth
()
test/graphql/types/Mutation/ReadNotification.test.ts:27
↓ 12 callers
Function
executeWithMetrics
( context: TContext, operationName: string, resolver: () => Promise<TResult>, )
src/graphql/utils/withQueryMetrics.ts:103
↓ 12 callers
Function
getAdminAuth
()
test/graphql/types/ActionItem/organization.test.ts:54
↓ 12 callers
Function
getAdminAuth
()
test/graphql/types/Mutation/createTagFolder.test.ts:25
↓ 12 callers
Function
getAdminTokenAndUserId
()
test/graphql/types/Query/event.test.ts:68
↓ 12 callers
Function
getColumnName
( col: (typeof tableConfig.indexes)[0]["config"]["columns"][0] | undefined, )
test/drizzle/tables/agendaItemUrl.test.ts:171
↓ 12 callers
Function
getRecurringEventInstancesByIds
( instanceIds: string[], drizzleClient: ServiceDependencies["drizzleClient"], logger: ServiceDependencies["
src/graphql/types/Query/eventQueries/recurringEventInstanceQueries.ts:132
↓ 12 callers
Function
gracefulCleanup
(signal?: string)
scripts/setup/setup.ts:147
↓ 12 callers
Method
hgetall
(key: string)
test/utilities/leakyBucket.test.ts:208
↓ 12 callers
Function
initializeEnvFile
(answers: SetupAnswers)
scripts/setup/setup.ts:498
↓ 12 callers
Method
installPlugin
* Install a plugin
src/plugin/manager/core.ts:322
↓ 12 callers
Method
mget
* Batch get multiple keys. * @param keys - Array of cache keys. * @returns Array of values in the same order as keys (null for missing).
src/services/caching/CacheService.ts:39
↓ 12 callers
Function
observabilitySetup
( answers: SetupAnswers, )
scripts/setup/setup.ts:292
↓ 12 callers
Function
resolveActionItemsPaginated
( parent: EventType, args: ActionItemsArgs, ctx: GraphQLContext, )
src/graphql/types/Event/actionItems.ts:59
↓ 12 callers
Function
resolveItems
( parent: AgendaFolderType, args: AgendaItemsArgs, ctx: GraphQLContext, )
src/graphql/types/AgendaFolder/items.ts:56
↓ 12 callers
Function
venueCreator
( parent: VenueType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/Venue/creator.ts:6
↓ 11 callers
Function
EventVolunteerGroupUpdatedAtResolver
( parent: EventVolunteerGroupType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteerGroup/updatedAt.ts:7
↓ 11 callers
Function
EventVolunteerUpdatedAtResolver
( parent: EventVolunteerType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteer/updatedAt.ts:7
↓ 11 callers
Function
advertisementUpdatedAtResolver
( parent: AdvertisementType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/Advertisement/updatedAt.ts:6
↓ 11 callers
Function
assertSecretsPresent
(envConfig: EnvConfig)
src/createServer.ts:64
↓ 11 callers
Function
buildTestApp
()
test/fastifyPlugins/auth.test.ts:16
↓ 11 callers
Function
createChat
( organizationId: string, userToken: string, )
test/graphql/types/Mutation/createChatMessage.test.ts:96
↓ 11 callers
Function
createGraphQLConnectionWithWhereSchema
( whereSchema: T, )
src/utilities/graphqlConnection/schemas.ts:36
↓ 11 callers
Function
createMockRecurrenceRule
(overrides = {})
test/workers/eventGeneration/jobDiscovery.test.ts:98
↓ 11 callers
Function
createMockWindowConfig
(overrides = {})
test/workers/eventGeneration/jobDiscovery.test.ts:50
↓ 11 callers
Function
createOrgEventFolderCategory
(adminToken: string)
test/graphql/types/Mutation/createAgendaItem.test.ts:83
↓ 11 callers
Function
createOrganization
(adminAuthToken: string)
test/graphql/types/Mutation/createTag.test.ts:74
↓ 11 callers
Function
createOrganizationAndGetId
(authToken: string)
test/graphql/types/Mutation/updateEntireRecurringEventSeries.test.ts:42
↓ 11 callers
Function
createOrganizationMembership
( adminAuthToken: string, memberId: string, organizationId: string, role: "regular" | "administrator" = "r
test/graphql/types/Mutation/createFundCampaignPledge.test.ts:94
↓ 11 callers
Function
createRecurringEventWithInstances
( organizationId: string, creatorId: string, )
test/graphql/types/Mutation/updateEntireRecurringEventSeries.test.ts:65
↓ 11 callers
Function
createRegularUser
( role: "regular" | "administrator" = "regular", )
test/graphql/types/Query/fundCampaignPledge.test.ts:61
↓ 11 callers
Function
createTestEvent
(organizationId: string)
test/graphql/types/Mutation/updateEventVolunteerGroup.test.ts:119
↓ 11 callers
Function
createTestOrganization
()
test/graphql/types/Mutation/createEventVolunteer.test.ts:78
↓ 11 callers
Function
createTestOrganization
(authToken: string, userId: string)
test/graphql/types/Query/event.test.ts:99
↓ 11 callers
Function
detectOS
()
src/install/utils/osDetection.ts:13
↓ 11 callers
Function
eventAttendeeUserResolver
( parent: EventAttendeeType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventAttendee/user.ts:8
↓ 11 callers
Function
eventUpdatedAtResolver
( parent: EventType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/Event/updatedAt.ts:7
↓ 11 callers
Function
getPluginsResolver
( _: unknown, args: { input?: { pluginId?: string | null; isActivated?: boolean | null; isInstall
src/graphql/types/Query/plugins.ts:50
↓ 11 callers
Function
getRecurringEventInstancesInDateRange
( input: GetRecurringEventInstancesInput, drizzleClient: ServiceDependencies["drizzleClient"], logger: Serv
src/graphql/types/Query/eventQueries/recurringEventInstanceQueries.ts:51
↓ 11 callers
Function
getUserAuthToken
( emailAddress: string, password: string, )
test/graphql/types/Mutation/createChatMembership.test.ts:76
↓ 11 callers
Function
handlePromptError
(err: unknown)
scripts/setup/setup.ts:483
↓ 11 callers
Method
rebuildSchema
()
test/plugin/manager/core.test.ts:22
↓ 11 callers
Function
setupAuthorizedMocks
()
test/graphql/types/FundCampaign/creator.test.ts:14
↓ 11 callers
Method
shouldScanFile
(filePath: string)
scripts/validate_error_handling.ts:402
↓ 11 callers
Function
traceable
( model: string, op: string, fn: () => Promise<T>, )
src/utilities/db/traceableQuery.ts:20
↓ 11 callers
Function
updateEnvVariable
( config: Record<string, string | number | undefined>, options: UpdateEnvOptions = {}, )
scripts/setup/envFileManager.ts:182
↓ 10 callers
Function
EventVolunteerEventResolver
( parent: EventVolunteerType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteer/event.ts:18
↓ 10 callers
Function
EventVolunteerGroupCreatorResolver
( parent: EventVolunteerGroupType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteerGroup/creator.ts:10
↓ 10 callers
Function
EventVolunteerGroupEventResolver
( parent: EventVolunteerGroupType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteerGroup/event.ts:10
↓ 10 callers
Function
EventVolunteerGroupUpdaterResolver
( parent: EventVolunteerGroupType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteerGroup/updater.ts:10
↓ 10 callers
Function
UserStateResolver
( parent: UserType, _args: unknown, ctx: GraphQLContext, )
src/graphql/types/User/state.ts:21
↓ 10 callers
Function
addressLine2Resolver
( parent: UserType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/User/addressLine2.ts:18
↓ 10 callers
Method
cacheWindowedMetrics
* Cache aggregated metrics for a time window (hourly or daily). * * @param metrics - The aggregated metrics to cache * @param windowType - Type
src/services/metrics/metricsCache.ts:214
↓ 10 callers
Function
cleanupOrg
(orgId: string)
test/graphql/types/Tag/folder.test.ts:162
↓ 10 callers
Function
createMockCache
* Create a mock CacheService for testing.
test/services/caching/wrappers.test.ts:8
↓ 10 callers
Function
createMockCtx
()
test/graphql/types/ActionItem/eventVolunteersAndGroups.test.ts:25
↓ 10 callers
Function
createMockWindowConfig
(overrides = {})
test/workers/eventCleanupWorker.test.ts:29
↓ 10 callers
Function
createOrganization
(adminAuthToken: string)
test/graphql/types/Mutation/createTagFolder.test.ts:74
↓ 10 callers
Function
createOrganization
()
test/graphql/types/Mutation/createChatMessage.test.ts:37
↓ 10 callers
Function
createPluginContext
(dependencies: { db: unknown; graphql: unknown; pubsub: unknown; logger: ILogger; })
src/plugin/registry.ts:18
↓ 10 callers
Function
createRegularUser
* Helper function to create a regular user for testing
test/graphql/types/Comment/hasUserVoted.test.ts:99
↓ 10 callers
Function
createTestComment
* Helper function to create a test organization, post, and comment.
test/graphql/types/Mutation/createCommentVote.test.ts:35
↓ 10 callers
Function
createTestComment
* Creates a test comment on a post
test/graphql/types/Mutation/deleteCommentVote.test.ts:79
↓ 10 callers
Function
createTestEvent
(organizationId: string)
test/graphql/types/Mutation/acceptEventInvitations.test.ts:139
↓ 10 callers
Function
createTestFund
(authToken: string, organizationId: string)
test/graphql/types/Fund/organization.test.ts:108
↓ 10 callers
Function
createTestOrganization
()
test/drizzle/tables/actionItemCategories.test.ts:61
↓ 10 callers
Function
createTestOrganization
(authToken: string)
test/graphql/types/ActionItem/organization.test.ts:73
↓ 10 callers
Function
createTestOrganization
* Helper function to create an organization with the admin as a member. * This is required before creating events or venues.
test/graphql/types/Mutation/createVenueBooking.test.ts:71
↓ 10 callers
Function
createTestOrganization
* Creates a test organization
test/graphql/types/Mutation/deleteCommentVote.test.ts:38
↓ 10 callers
Function
createTestOrganization
()
test/graphql/types/Mutation/acceptEventInvitations.test.ts:77
↓ 10 callers
Function
createTestOrganization
* Helper function to create an organization with the admin as a member. * This is required before creating events or venues.
test/graphql/types/Mutation/deleteVenueBooking.test.ts:87
↓ 10 callers
Function
createTestOrganization
* Creates a test organization
test/graphql/types/Mutation/deletePostVote.test.ts:43
↓ 10 callers
Function
createTestPost
* Creates a test post in an organization
test/graphql/types/Mutation/deleteCommentVote.test.ts:61
↓ 10 callers
Function
createTestPost
* Creates a test post in an organization
test/graphql/types/Mutation/deletePostVote.test.ts:66
↓ 10 callers
Function
createTestUser
( adminAuthToken: string, role: "regular" | "administrator" = "regular", )
test/graphql/types/Mutation/createFundCampaignPledge.test.ts:48
↓ 10 callers
Function
createTestUser
* Creates a test user for voting scenarios
test/graphql/types/Comment/upVotesCount.test.ts:59
↓ 10 callers
Function
createTestUser
* Creates a test user for voting scenarios
test/graphql/types/Comment/downVotesCount.test.ts:59
↓ 10 callers
Function
createUserAndGetToken
(userDetails = {})
test/graphql/types/Query/actionItemsByVolunteerGroup.test.ts:38
↓ 10 callers
Function
createUserAndGetToken
(userDetails = {})
test/graphql/types/Query/organizationUsers.test.ts:40
↓ 10 callers
Function
createUserWithCleanup
()
test/graphql/types/Mutation/adminUpdateUserPassword.test.ts:17
↓ 10 callers
Function
detectLinuxDistro
()
src/install/utils/osDetection.ts:32
↓ 10 callers
Function
extractDocComments
( content: string, )
test/scripts/check_tsdoc.test.ts:43
↓ 10 callers
Function
extractPluginZip
( zipPath: string, pluginId: string, structure: PluginZipStructure, )
src/utilities/pluginInstaller/extraction.ts:13
↓ 10 callers
Function
generateInstancesForRecurringEvent
( input: GenerateInstancesInput, drizzleClient: ServiceDependencies["drizzleClient"], logger: ServiceDepend
src/services/eventGeneration/eventGeneration.ts:25
↓ 10 callers
Function
generateRefreshToken
()
src/utilities/refreshTokenUtils.ts:17
↓ 10 callers
Function
getAdminAuth
()
test/graphql/types/Tag/folder.test.ts:41
↓ 10 callers
Function
getAdminAuth
()
test/graphql/types/Mutation/adminUpdateUserPassword.test.ts:33
↓ 10 callers
Function
getAdminAuthToken
()
test/graphql/types/Query/fund.test.ts:36
↓ 10 callers
Method
getExtensionRegistry
* Get extension registry
src/plugin/manager/core.ts:443
↓ 10 callers
Function
getTier
(name: keyof typeof rateLimitTiers)
src/config/rateLimits.ts:26
↓ 10 callers
Function
isPluginSystemInitialized
()
src/plugin/registry.ts:68
← previous
next →
301–400 of 1,648, ranked by callers