Skip to content

Commit

Permalink
test file removed to focus on auto docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gautam-divyanshu committed Jan 15, 2025
1 parent 9fef64f commit bead145
Show file tree
Hide file tree
Showing 723 changed files with 1,489 additions and 2,981 deletions.
2 changes: 1 addition & 1 deletion docs/docs/auto-docs/App/functions/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> **default**(): `JSX.Element`
Defined in: [src/App.tsx:74](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/App.tsx#L74)
Defined in: [src/App.tsx:74](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/App.tsx#L74)

This is the main function for our application. It sets up all the routes and components,
defining how the user can navigate through the app. The function uses React Router's `Routes`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **AUTH\_TOKEN**: `""` = `''`
Defined in: [src/Constant/constant.ts:1](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/Constant/constant.ts#L1)
Defined in: [src/Constant/constant.ts:1](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/Constant/constant.ts#L1)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **BACKEND\_URL**: `string` = `process.env.REACT_APP_TALAWA_URL`
Defined in: [src/Constant/constant.ts:2](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/Constant/constant.ts#L2)
Defined in: [src/Constant/constant.ts:2](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/Constant/constant.ts#L2)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **REACT\_APP\_BACKEND\_WEBSOCKET\_URL**: `string`
Defined in: [src/Constant/constant.ts:6](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/Constant/constant.ts#L6)
Defined in: [src/Constant/constant.ts:6](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/Constant/constant.ts#L6)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **REACT\_APP\_CUSTOM\_PORT**: `string` = `process.env.PORT`
Defined in: [src/Constant/constant.ts:5](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/Constant/constant.ts#L5)
Defined in: [src/Constant/constant.ts:5](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/Constant/constant.ts#L5)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **REACT\_APP\_USE\_RECAPTCHA**: `string` = `process.env.REACT_APP_USE_RECAPTCHA`
Defined in: [src/Constant/constant.ts:4](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/Constant/constant.ts#L4)
Defined in: [src/Constant/constant.ts:4](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/Constant/constant.ts#L4)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **RECAPTCHA\_SITE\_KEY**: `string` = `process.env.REACT_APP_RECAPTCHA_SITE_KEY`
Defined in: [src/Constant/constant.ts:3](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/Constant/constant.ts#L3)
Defined in: [src/Constant/constant.ts:3](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/Constant/constant.ts#L3)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_ACTION\_ITEM\_CATEGORY\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/ActionItemCategoryMutations.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L11)
Defined in: [src/GraphQl/Mutations/ActionItemCategoryMutations.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L11)

GraphQL mutation to create an action item category.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UPDATE\_ACTION\_ITEM\_CATEGORY\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/ActionItemCategoryMutations.ts:35](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L35)
Defined in: [src/GraphQl/Mutations/ActionItemCategoryMutations.ts:35](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/ActionItemCategoryMutations.ts#L35)

GraphQL mutation to update an action item category.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_ACTION\_ITEM\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/ActionItemMutations.ts:14](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/ActionItemMutations.ts#L14)
Defined in: [src/GraphQl/Mutations/ActionItemMutations.ts:14](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/ActionItemMutations.ts#L14)

GraphQL mutation to create an action item.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **DELETE\_ACTION\_ITEM\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/ActionItemMutations.ts:88](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/ActionItemMutations.ts#L88)
Defined in: [src/GraphQl/Mutations/ActionItemMutations.ts:88](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/ActionItemMutations.ts#L88)

GraphQL mutation to delete an action item.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UPDATE\_ACTION\_ITEM\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/ActionItemMutations.ts:52](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/ActionItemMutations.ts#L52)
Defined in: [src/GraphQl/Mutations/ActionItemMutations.ts:52](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/ActionItemMutations.ts#L52)

GraphQL mutation to update an action item.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_AGENDA\_ITEM\_CATEGORY\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/AgendaCategoryMutations.ts:9](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/AgendaCategoryMutations.ts#L9)
Defined in: [src/GraphQl/Mutations/AgendaCategoryMutations.ts:9](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/AgendaCategoryMutations.ts#L9)

GraphQL mutation to create an agenda category.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **DELETE\_AGENDA\_ITEM\_CATEGORY\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/AgendaCategoryMutations.ts:23](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/AgendaCategoryMutations.ts#L23)
Defined in: [src/GraphQl/Mutations/AgendaCategoryMutations.ts:23](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/AgendaCategoryMutations.ts#L23)

GraphQL mutation to delete an agenda category.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UPDATE\_AGENDA\_ITEM\_CATEGORY\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/AgendaCategoryMutations.ts:36](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/AgendaCategoryMutations.ts#L36)
Defined in: [src/GraphQl/Mutations/AgendaCategoryMutations.ts:36](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/AgendaCategoryMutations.ts#L36)

GraphQL mutation to update an agenda category.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **CREATE\_AGENDA\_ITEM\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/AgendaItemMutations.ts:3](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/AgendaItemMutations.ts#L3)
Defined in: [src/GraphQl/Mutations/AgendaItemMutations.ts:3](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/AgendaItemMutations.ts#L3)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **DELETE\_AGENDA\_ITEM\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/AgendaItemMutations.ts:12](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/AgendaItemMutations.ts#L12)
Defined in: [src/GraphQl/Mutations/AgendaItemMutations.ts:12](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/AgendaItemMutations.ts#L12)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **UPDATE\_AGENDA\_ITEM\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/AgendaItemMutations.ts:20](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/AgendaItemMutations.ts#L20)
Defined in: [src/GraphQl/Mutations/AgendaItemMutations.ts:20](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/AgendaItemMutations.ts#L20)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_CAMPAIGN\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/CampaignMutation.ts:15](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/CampaignMutation.ts#L15)
Defined in: [src/GraphQl/Mutations/CampaignMutation.ts:15](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/CampaignMutation.ts#L15)

GraphQL mutation to create a new fund Campaign.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UPDATE\_CAMPAIGN\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/CampaignMutation.ts:53](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/CampaignMutation.ts#L53)
Defined in: [src/GraphQl/Mutations/CampaignMutation.ts:53](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/CampaignMutation.ts#L53)

GraphQL mutation to update a fund Campaign.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_COMMENT\_POST**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/CommentMutations.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/CommentMutations.ts#L11)
Defined in: [src/GraphQl/Mutations/CommentMutations.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/CommentMutations.ts#L11)

GraphQL mutation to create a new comment on a post.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **LIKE\_COMMENT**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/CommentMutations.ts:37](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/CommentMutations.ts#L37)
Defined in: [src/GraphQl/Mutations/CommentMutations.ts:37](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/CommentMutations.ts#L37)

GraphQL mutation to like a comment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UNLIKE\_COMMENT**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/CommentMutations.ts:52](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/CommentMutations.ts#L52)
Defined in: [src/GraphQl/Mutations/CommentMutations.ts:52](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/CommentMutations.ts#L52)

GraphQL mutation to unlike a comment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **ADD\_EVENT\_ATTENDEE**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventAttendeeMutations.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventAttendeeMutations.ts#L11)
Defined in: [src/GraphQl/Mutations/EventAttendeeMutations.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventAttendeeMutations.ts#L11)

GraphQL mutation to add an attendee to an event.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **MARK\_CHECKIN**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventAttendeeMutations.ts:43](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventAttendeeMutations.ts#L43)
Defined in: [src/GraphQl/Mutations/EventAttendeeMutations.ts:43](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventAttendeeMutations.ts#L43)

GraphQL mutation to mark a user's check-in at an event.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **REMOVE\_EVENT\_ATTENDEE**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventAttendeeMutations.ts:27](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventAttendeeMutations.ts#L27)
Defined in: [src/GraphQl/Mutations/EventAttendeeMutations.ts:27](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventAttendeeMutations.ts#L27)

GraphQL mutation to remove an attendee from an event.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **ADD\_VOLUNTEER**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventVolunteerMutation.ts#L11)
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:11](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventVolunteerMutation.ts#L11)

GraphQL mutation to create an event volunteer.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_VOLUNTEER\_GROUP**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:48](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventVolunteerMutation.ts#L48)
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:48](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventVolunteerMutation.ts#L48)

GraphQL mutation to create an event volunteer group.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **CREATE\_VOLUNTEER\_MEMBERSHIP**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:90](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventVolunteerMutation.ts#L90)
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:90](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventVolunteerMutation.ts#L90)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **DELETE\_VOLUNTEER**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:26](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventVolunteerMutation.ts#L26)
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:26](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventVolunteerMutation.ts#L26)

GraphQL mutation to delete an event volunteer.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **DELETE\_VOLUNTEER\_GROUP**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:82](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventVolunteerMutation.ts#L82)
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:82](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventVolunteerMutation.ts#L82)

GraphQL mutation to delete an event volunteer group.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UPDATE\_VOLUNTEER\_GROUP**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:64](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventVolunteerMutation.ts#L64)
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:64](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventVolunteerMutation.ts#L64)

GraphQL mutation to update an event volunteer group.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UPDATE\_VOLUNTEER\_MEMBERSHIP**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:106](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/EventVolunteerMutation.ts#L106)
Defined in: [src/GraphQl/Mutations/EventVolunteerMutation.ts:106](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/EventVolunteerMutation.ts#L106)

GraphQL mutation to update an event volunteer group.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_FUND\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/FundMutation.ts:14](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/FundMutation.ts#L14)
Defined in: [src/GraphQl/Mutations/FundMutation.ts:14](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/FundMutation.ts#L14)

GraphQL mutation to create a new fund.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **UPDATE\_FUND\_MUTATION**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/FundMutation.ts:49](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/FundMutation.ts#L49)
Defined in: [src/GraphQl/Mutations/FundMutation.ts:49](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/FundMutation.ts#L49)

GraphQL mutation to update a fund.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **ADD\_CUSTOM\_FIELD**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:237](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/OrganizationMutations.ts#L237)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:237](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/OrganizationMutations.ts#L237)

GraphQL mutation to add a custom field to an organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **ADD\_USER\_TO\_GROUP\_CHAT**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:82](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/OrganizationMutations.ts#L82)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:82](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/OrganizationMutations.ts#L82)
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

> `const` **CANCEL\_MEMBERSHIP\_REQUEST**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:295](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/OrganizationMutations.ts#L295)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:295](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/OrganizationMutations.ts#L295)
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

> `const` **CREATE\_CHAT**: `DocumentNode`
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:60](https://github.com/gautam-divyanshu/talawa-admin/blob/334f0f7773e45df65600a1da08d00c41806347e4/src/GraphQl/Mutations/OrganizationMutations.ts#L60)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:60](https://github.com/gautam-divyanshu/talawa-admin/blob/9fef64ff9fb30eb3195cc9100606d8b7a89bca79/src/GraphQl/Mutations/OrganizationMutations.ts#L60)

GraphQL mutation to create a chat between users in an organization.

Expand Down
Loading

0 comments on commit bead145

Please sign in to comment.