diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 30b5118b5e0..4d1177a70b3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -70,7 +70,7 @@ "initializeCommand": "/bin/sh -c '[ ! -f .env ] && cp ./envFiles/.env.devcontainer ./.env || true'", "name": "talawa_api", "overrideCommand": true, - "postCreateCommand": "sudo chown talawa:talawa ./.pnpm-store ./node_modules && fnm install && fnm use && corepack enable npm && corepack enable && corepack install && pnpm install && pnpm start_development_server", + "postCreateCommand": "sudo chown talawa:talawa ./.pnpm-store ./node_modules && fnm install && fnm use && corepack enable npm && corepack enable && corepack install && pnpm install", "postStartCommand": "pnpm install", "remoteUser": "talawa", "service": "api", diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 62ec8760bfb..3254e640847 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -212,7 +212,7 @@ jobs: uses: VeryGoodOpenSource/very_good_coverage@v2 with: path: "./coverage/lcov.info" - min_coverage: 48.6 + min_coverage: 49.0 Test-Docusaurus-Deployment: name: Test Deployment to https://docs-api.talawa.io diff --git a/docs/docs/docs/auto-schema/createServer/functions/createServer.md b/docs/docs/docs/auto-schema/createServer/functions/createServer.md index 84f26925e74..845cbd2c64d 100644 --- a/docs/docs/docs/auto-schema/createServer/functions/createServer.md +++ b/docs/docs/docs/auto-schema/createServer/functions/createServer.md @@ -6,7 +6,7 @@ > **createServer**(`options`?): `Promise`\<`FastifyInstance`\<`Server`\<*typeof* `IncomingMessage`, *typeof* `ServerResponse`\>, `IncomingMessage`, `ServerResponse`\<`IncomingMessage`\>, `FastifyBaseLogger`, `TypeBoxTypeProvider`\>\> -Defined in: [src/createServer.ts:29](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/createServer.ts#L29) +Defined in: [src/createServer.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/createServer.ts#L29) This function is used to set up the fastify server. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum.md index b712b0f0670..3eb9f6e60ef 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/advertisementAttachmentMimeType/variables/advertisementAttachmentMimeTypeEnum.md @@ -6,6 +6,6 @@ > `const` **advertisementAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\> -Defined in: [src/drizzle/enums/advertisementAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/advertisementAttachmentMimeType.ts#L8) +Defined in: [src/drizzle/enums/advertisementAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/advertisementAttachmentMimeType.ts#L8) Possible variants of the type of an attachement of an advertisement. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/advertisementType/variables/advertisementTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/advertisementType/variables/advertisementTypeEnum.md index 36175f6d535..8f6668946e2 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/advertisementType/variables/advertisementTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/advertisementType/variables/advertisementTypeEnum.md @@ -6,6 +6,6 @@ > `const` **advertisementTypeEnum**: `ZodEnum`\<\[`"banner"`, `"menu"`, `"pop_up"`\]\> -Defined in: [src/drizzle/enums/advertisementType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/advertisementType.ts#L6) +Defined in: [src/drizzle/enums/advertisementType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/advertisementType.ts#L6) Possible variants of the type of an advertisement. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum.md index 71d12c6874e..bddea62f0fb 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/agendaItemType/variables/agendaItemTypeEnum.md @@ -6,6 +6,6 @@ > `const` **agendaItemTypeEnum**: `ZodEnum`\<\[`"general"`, `"note"`, `"scripture"`, `"song"`\]\> -Defined in: [src/drizzle/enums/agendaItemType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/agendaItemType.ts#L6) +Defined in: [src/drizzle/enums/agendaItemType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/agendaItemType.ts#L6) Possible variants of the type of an agenda item. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum.md index 22d387b61a3..c215015e039 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/chatMembershipRole/variables/chatMembershipRoleEnum.md @@ -6,6 +6,6 @@ > `const` **chatMembershipRoleEnum**: `ZodEnum`\<\[`"administrator"`, `"regular"`\]\> -Defined in: [src/drizzle/enums/chatMembershipRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/chatMembershipRole.ts#L6) +Defined in: [src/drizzle/enums/chatMembershipRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/chatMembershipRole.ts#L6) Possible variants of the role assigned to a user within a chat. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum.md index bb08428d8cc..9b715d66669 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/commentVoteType/variables/commentVoteTypeEnum.md @@ -6,6 +6,6 @@ > `const` **commentVoteTypeEnum**: `ZodEnum`\<\[`"down_vote"`, `"up_vote"`\]\> -Defined in: [src/drizzle/enums/commentVoteType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/commentVoteType.ts#L6) +Defined in: [src/drizzle/enums/commentVoteType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/commentVoteType.ts#L6) Possible variants of the type of of a vote on a comment. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum.md index 5c5f5591ca6..c8dced8cb9d 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/eventAttachmentMimeType/variables/eventAttachmentMimeTypeEnum.md @@ -6,6 +6,6 @@ > `const` **eventAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\> -Defined in: [src/drizzle/enums/eventAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/eventAttachmentMimeType.ts#L8) +Defined in: [src/drizzle/enums/eventAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/eventAttachmentMimeType.ts#L8) Possible variants of the type of an attachement of an event. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum.md index 4ebc7f8df89..bb36ff70227 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/familyMembershipRole/variables/familyMembershipRoleEnum.md @@ -6,6 +6,6 @@ > `const` **familyMembershipRoleEnum**: `ZodEnum`\<\[`"adult"`, `"child"`, `"head_of_household"`, `"spouse"`\]\> -Defined in: [src/drizzle/enums/familyMembershipRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/familyMembershipRole.ts#L6) +Defined in: [src/drizzle/enums/familyMembershipRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/familyMembershipRole.ts#L6) Possible variants of the role of a user in a family(if applicable). diff --git a/docs/docs/docs/auto-schema/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum.md index 30d8df44f00..ce35b8a6df8 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/imageMimeType/variables/imageMimeTypeEnum.md @@ -6,6 +6,6 @@ > `const` **imageMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`\]\> -Defined in: [src/drizzle/enums/imageMimeType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/imageMimeType.ts#L6) +Defined in: [src/drizzle/enums/imageMimeType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/imageMimeType.ts#L6) Possible variants of the type of an image. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum.md index 306fcbda68f..cd563907b46 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/iso3166Alpha2CountryCode/variables/iso3166Alpha2CountryCodeEnum.md @@ -6,6 +6,6 @@ > `const` **iso3166Alpha2CountryCodeEnum**: `ZodEnum`\<\[`"ad"`, `"ae"`, `"af"`, `"ag"`, `"ai"`, `"al"`, `"am"`, `"ao"`, `"aq"`, `"ar"`, `"as"`, `"at"`, `"au"`, `"aw"`, `"ax"`, `"az"`, `"ba"`, `"bb"`, `"bd"`, `"be"`, `"bf"`, `"bg"`, `"bh"`, `"bi"`, `"bj"`, `"bl"`, `"bm"`, `"bn"`, `"bo"`\]\> -Defined in: [src/drizzle/enums/iso3166Alpha2CountryCode.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/iso3166Alpha2CountryCode.ts#L6) +Defined in: [src/drizzle/enums/iso3166Alpha2CountryCode.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/iso3166Alpha2CountryCode.ts#L6) Possible variants of the two-letter country code defined in ISO 3166-1, part of the ISO 3166 standard published by the International Organization for Standardization (ISO), to represent countries, dependent territories, and special areas of geographical interest. More information at this link: [https://en.wikipedia.org/wiki/List\_of\_ISO\_3166\_country\_codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes). diff --git a/docs/docs/docs/auto-schema/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum.md index d2b8de13180..c5f2839ebb6 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/iso4217CurrencyCode/variables/iso4217CurrencyCodeEnum.md @@ -6,6 +6,6 @@ > `const` **iso4217CurrencyCodeEnum**: `ZodEnum`\<\[`"AED"`, `"AFN"`, `"ALL"`, `"AMD"`, `"ANG"`, `"AOA"`, `"ARS"`, `"AUD"`, `"AWG"`, `"AZN"`, `"BAM"`, `"BBD"`, `"BDT"`, `"BGN"`, `"BHD"`, `"BIF"`, `"BMD"`, `"BND"`, `"BOB"`, `"BOV"`, `"BRL"`, `"BSD"`, `"BTN"`, `"BWP"`, `"BYN"`\]\> -Defined in: [src/drizzle/enums/iso4217CurrencyCode.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/iso4217CurrencyCode.ts#L6) +Defined in: [src/drizzle/enums/iso4217CurrencyCode.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/iso4217CurrencyCode.ts#L6) Possible variants of the currency code defined in ISO 4217 standard published by the International Organization for Standardization (ISO) which defines alpha codes and numeric codes for the representation of currencies and provides information about the relationships between individual currencies and their minor units. More information at this link: [https://en.wikipedia.org/wiki/ISO\_4217#Active\_codes\_(list\_one)](https://en.wikipedia.org/wiki/ISO_4217#Active_codes_(list_one)). diff --git a/docs/docs/docs/auto-schema/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum.md index 7a15c4c8dec..02e937d3bc8 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/iso639Set1LanguageCode/variables/iso639Set1LanguageCodeEnum.md @@ -6,6 +6,6 @@ > `const` **iso639Set1LanguageCodeEnum**: `ZodEnum`\<\[`"aa"`, `"ab"`, `"ae"`, `"af"`, `"ak"`, `"am"`, `"an"`, `"ar"`, `"as"`, `"av"`, `"ay"`, `"az"`, `"ba"`, `"be"`, `"bg"`, `"bi"`, `"bm"`, `"bn"`, `"bo"`, `"br"`, `"bs"`, `"ca"`, `"ce"`, `"ch"`, `"co"`, `"cr"`, `"cs"`, `"cu"`, `"cv"`\]\> -Defined in: [src/drizzle/enums/iso639Set1LanguageCode.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/iso639Set1LanguageCode.ts#L6) +Defined in: [src/drizzle/enums/iso639Set1LanguageCode.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/iso639Set1LanguageCode.ts#L6) Possible variants of the two-letter language code defined in ISO 639-1, part of the ISO 639 standard published by the International Organization for Standardization (ISO), to represent natural languages. More information at this link: [https://en.wikipedia.org/wiki/List\_of\_ISO\_639\_language\_codes](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes). diff --git a/docs/docs/docs/auto-schema/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum.md index 922908d42cf..3db0f4e67eb 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/organizationMembershipRole/variables/organizationMembershipRoleEnum.md @@ -6,6 +6,6 @@ > `const` **organizationMembershipRoleEnum**: `ZodEnum`\<\[`"administrator"`, `"regular"`\]\> -Defined in: [src/drizzle/enums/organizationMembershipRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/organizationMembershipRole.ts#L6) +Defined in: [src/drizzle/enums/organizationMembershipRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/organizationMembershipRole.ts#L6) Possible variants of the role assigned to a user within an organization. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum.md index f49c65b7777..262c4f37838 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/postAttachmentMimeType/variables/postAttachmentMimeTypeEnum.md @@ -6,6 +6,6 @@ > `const` **postAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\> -Defined in: [src/drizzle/enums/postAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/postAttachmentMimeType.ts#L8) +Defined in: [src/drizzle/enums/postAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/postAttachmentMimeType.ts#L8) Possible variants of the type of an attachement of a post. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/postVoteType/variables/postVoteTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/postVoteType/variables/postVoteTypeEnum.md index f4d61f9d19b..da5e29d16c8 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/postVoteType/variables/postVoteTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/postVoteType/variables/postVoteTypeEnum.md @@ -6,6 +6,6 @@ > `const` **postVoteTypeEnum**: `ZodEnum`\<\[`"down_vote"`, `"up_vote"`\]\> -Defined in: [src/drizzle/enums/postVoteType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/postVoteType.ts#L6) +Defined in: [src/drizzle/enums/postVoteType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/postVoteType.ts#L6) Possible variants of the type of a vote on a post. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum.md index 574a15d96f9..30b10cca836 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/userEducationGrade/variables/userEducationGradeEnum.md @@ -6,6 +6,6 @@ > `const` **userEducationGradeEnum**: `ZodEnum`\<\[`"grade_1"`, `"grade_2"`, `"grade_3"`, `"grade_4"`, `"grade_5"`, `"grade_6"`, `"grade_7"`, `"grade_8"`, `"grade_9"`, `"grade_10"`, `"grade_11"`, `"grade_12"`, `"graduate"`, `"kg"`, `"no_grade"`, `"pre_kg"`\]\> -Defined in: [src/drizzle/enums/userEducationGrade.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userEducationGrade.ts#L6) +Defined in: [src/drizzle/enums/userEducationGrade.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userEducationGrade.ts#L6) Possible variants of the education grade(if applicable) of a user. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum.md index 60b42498fdd..189fbe18295 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/userEmploymentStatus/variables/userEmploymentStatusEnum.md @@ -6,6 +6,6 @@ > `const` **userEmploymentStatusEnum**: `ZodEnum`\<\[`"full_time"`, `"part_time"`, `"unemployed"`\]\> -Defined in: [src/drizzle/enums/userEmploymentStatus.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userEmploymentStatus.ts#L6) +Defined in: [src/drizzle/enums/userEmploymentStatus.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userEmploymentStatus.ts#L6) Possible variants of the employment status(if applicable) of a user. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum.md index 8b70c45330f..a11cc2a70e2 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/userMaritalStatus/variables/userMaritalStatusEnum.md @@ -6,6 +6,6 @@ > `const` **userMaritalStatusEnum**: `ZodEnum`\<\[`"divorced"`, `"engaged"`, `"married"`, `"seperated"`, `"single"`, `"widowed"`\]\> -Defined in: [src/drizzle/enums/userMaritalStatus.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userMaritalStatus.ts#L6) +Defined in: [src/drizzle/enums/userMaritalStatus.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userMaritalStatus.ts#L6) Possible variants of the martial status(if applicable) of a user. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/userNatalSex/variables/userNatalSexEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/userNatalSex/variables/userNatalSexEnum.md index 30c489e2e1b..13cbfd57e35 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/userNatalSex/variables/userNatalSexEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/userNatalSex/variables/userNatalSexEnum.md @@ -6,6 +6,6 @@ > `const` **userNatalSexEnum**: `ZodEnum`\<\[`"female"`, `"intersex"`, `"male"`\]\> -Defined in: [src/drizzle/enums/userNatalSex.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userNatalSex.ts#L6) +Defined in: [src/drizzle/enums/userNatalSex.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userNatalSex.ts#L6) Possible variants of the sex assigned to a user at birth. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/userRole/variables/userRoleEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/userRole/variables/userRoleEnum.md index b643280ec4e..e939d46dcb7 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/userRole/variables/userRoleEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/userRole/variables/userRoleEnum.md @@ -6,6 +6,6 @@ > `const` **userRoleEnum**: `ZodEnum`\<\[`"administrator"`, `"regular"`\]\> -Defined in: [src/drizzle/enums/userRole.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/userRole.ts#L6) +Defined in: [src/drizzle/enums/userRole.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/userRole.ts#L6) Possible variants of the role assigned to a user. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum.md index 6ecdc0c7f26..b5c5e52ef60 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/venueAttachmentMimeType/variables/venueAttachmentMimeTypeEnum.md @@ -6,6 +6,6 @@ > `const` **venueAttachmentMimeTypeEnum**: `ZodEnum`\<\[`"image/avif"`, `"image/jpeg"`, `"image/png"`, `"image/webp"`, `"video/mp4"`, `"video/webm"`\]\> -Defined in: [src/drizzle/enums/venueAttachmentMimeType.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/venueAttachmentMimeType.ts#L8) +Defined in: [src/drizzle/enums/venueAttachmentMimeType.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/venueAttachmentMimeType.ts#L8) Possible variants of the type of an attachement of an event venue. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum.md index 425b3f13752..2948b6d4638 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/videoMimeType/variables/videoMimeTypeEnum.md @@ -6,6 +6,6 @@ > `const` **videoMimeTypeEnum**: `ZodEnum`\<\[`"video/mp4"`, `"video/webm"`\]\> -Defined in: [src/drizzle/enums/videoMimeType.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/videoMimeType.ts#L6) +Defined in: [src/drizzle/enums/videoMimeType.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/videoMimeType.ts#L6) Possible variants of the type of a video. diff --git a/docs/docs/docs/auto-schema/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum.md b/docs/docs/docs/auto-schema/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum.md index 9d278b9ec95..cdf91340b28 100644 --- a/docs/docs/docs/auto-schema/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum.md +++ b/docs/docs/docs/auto-schema/drizzle/enums/volunteerGroupAssignmentInviteStatus/variables/volunteerGroupAssignmentInviteStatusEnum.md @@ -6,6 +6,6 @@ > `const` **volunteerGroupAssignmentInviteStatusEnum**: `ZodEnum`\<\[`"accepted"`, `"declined"`, `"no_response"`\]\> -Defined in: [src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts#L6) +Defined in: [src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/enums/volunteerGroupAssignmentInviteStatus.ts#L6) Possible variants of the status of the assignment of a user in an event's volunteer group. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTable.md index 132444dad6e..207216bc3ac 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTable.md @@ -6,4 +6,4 @@ > `const` **actionCategoriesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/actionCategories.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actionCategories.ts#L16) +Defined in: [src/drizzle/tables/actionCategories.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actionCategories.ts#L16) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations.md index 8037fc75caf..7487eae62ec 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTableRelations.md @@ -6,4 +6,4 @@ > `const` **actionCategoriesTableRelations**: `Relations`\<`"action_categories"`, \{ `actionsWhereCategory`: `Many`\<`"actions"`\>; `creator`: `One`\<`"users"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/actionCategories.ts:68](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actionCategories.ts#L68) +Defined in: [src/drizzle/tables/actionCategories.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actionCategories.ts#L68) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTable.md index dba0a19dbe4..07c5b9f2afa 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTable.md @@ -6,4 +6,4 @@ > `const` **actionsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/actions.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actions.ts#L16) +Defined in: [src/drizzle/tables/actions.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actions.ts#L16) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTableRelations.md index 58c56aec71e..98e0e2c48c1 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTableRelations.md @@ -6,4 +6,4 @@ > `const` **actionsTableRelations**: `Relations`\<`"actions"`, \{ `assignee`: `One`\<`"users"`, `false`\>; `category`: `One`\<`"action_categories"`, `false`\>; `creator`: `One`\<`"users"`, `false`\>; `event`: `One`\<`"events"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/actions.ts:98](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/actions.ts#L98) +Defined in: [src/drizzle/tables/actions.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/actions.ts#L98) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable.md index 00fde539597..69e6acec4c9 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable.md @@ -6,6 +6,6 @@ > `const` **advertisementAttachmentsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/advertisementAttachments.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisementAttachments.ts#L11) +Defined in: [src/drizzle/tables/advertisementAttachments.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisementAttachments.ts#L11) Drizzle orm postgres table definition for advertisement attachments. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema.md index c9a85067972..ad8dd9a51d1 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **advertisementAttachmentsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `advertisementId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `mimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/advertisementAttachments.ts:106](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisementAttachments.ts#L106) +Defined in: [src/drizzle/tables/advertisementAttachments.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisementAttachments.ts#L106) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations.md index fff8a513696..33b012d74e4 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableRelations.md @@ -6,4 +6,4 @@ > `const` **advertisementAttachmentsTableRelations**: `Relations`\<`"advertisement_attachments"`, \{ `advertisement`: `One`\<`"advertisements"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/advertisementAttachments.ts:75](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisementAttachments.ts#L75) +Defined in: [src/drizzle/tables/advertisementAttachments.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisementAttachments.ts#L75) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTable.md index 5324f6fb3c2..f84c2d71a9d 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTable.md @@ -6,6 +6,6 @@ > `const` **advertisementsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/advertisements.ts:20](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisements.ts#L20) +Defined in: [src/drizzle/tables/advertisements.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisements.ts#L20) Drizzle orm postgres table definition for advertisements. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema.md index f31c432ae34..000ebf876c9 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **advertisementsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `endAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `startAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `type`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `endAt`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `organizationId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `startAt`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `type`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/advertisements.ts:148](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisements.ts#L148) +Defined in: [src/drizzle/tables/advertisements.ts:148](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisements.ts#L148) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableRelations.md index 294bfdf35f8..83f2a02f6ca 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableRelations.md @@ -6,4 +6,4 @@ > `const` **advertisementsTableRelations**: `Relations`\<`"advertisements"`, \{ `attachmentsWhereAdvertisement`: `Many`\<`"advertisement_attachments"`\>; `creator`: `One`\<`"users"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/advertisements.ts:111](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/advertisements.ts#L111) +Defined in: [src/drizzle/tables/advertisements.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/advertisements.ts#L111) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTable.md b/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTable.md index 8e990f39a09..cc9baa9a4de 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTable.md @@ -6,6 +6,6 @@ > `const` **agendaFoldersTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/agendaFolders.ts:20](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/agendaFolders.ts#L20) +Defined in: [src/drizzle/tables/agendaFolders.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/agendaFolders.ts#L20) Drizzle orm postgres table definition for agenda folders. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema.md index 4c783e297c4..e167948e6be 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **agendaFoldersTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `eventId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `isAgendaItemFolder`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `parentFolderId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/agendaFolders.ts:149](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/agendaFolders.ts#L149) +Defined in: [src/drizzle/tables/agendaFolders.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/agendaFolders.ts#L149) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations.md index 4439df2b890..3163ab94c81 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableRelations.md @@ -6,4 +6,4 @@ > `const` **agendaFoldersTableRelations**: `Relations`\<`"agenda_folders"`, \{ `agendaFoldersWhereParentFolder`: `Many`\<`"agenda_folders"`\>; `agendaItemsWhereFolder`: `Many`\<`"agenda_items"`\>; `creator`: `One`\<`"users"`, `false`\>; `event`: `One`\<`"events"`, `true`\>; `parentFolder`: `One`\<`"agenda_folders"`, `false`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/agendaFolders.ts:99](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/agendaFolders.ts#L99) +Defined in: [src/drizzle/tables/agendaFolders.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/agendaFolders.ts#L99) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTable.md index 2d609d20cd9..e145714ecfd 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTable.md @@ -6,6 +6,6 @@ > `const` **agendaItemsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/agendaItems.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/agendaItems.ts#L12) +Defined in: [src/drizzle/tables/agendaItems.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/agendaItems.ts#L12) Drizzle orm postgres table definition for agenda items. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema.md index 133e31913ca..58fad30d543 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **agendaItemsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `duration`: `PgColumn`\<\{\}, \{\}, \{\}\>; `folderId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `key`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `type`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `folderId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `type`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/agendaItems.ts:124](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/agendaItems.ts#L124) +Defined in: [src/drizzle/tables/agendaItems.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/agendaItems.ts#L124) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableRelations.md index 8c94bd2b43c..62d0c98ba3d 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableRelations.md @@ -6,4 +6,4 @@ > `const` **agendaItemsTableRelations**: `Relations`\<`"agenda_items"`, \{ `creator`: `One`\<`"users"`, `false`\>; `folder`: `One`\<`"agenda_folders"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/agendaItems.ts:94](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/agendaItems.ts#L94) +Defined in: [src/drizzle/tables/agendaItems.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/agendaItems.ts#L94) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTable.md index 4d117dc8367..f3746cca218 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTable.md @@ -6,6 +6,6 @@ > `const` **chatMembershipsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/chatMemberships.ts:18](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chatMemberships.ts#L18) +Defined in: [src/drizzle/tables/chatMemberships.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chatMemberships.ts#L18) Drizzle orm postgres table definition for chat memberships. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema.md index 5764efc99e2..6eef3927189 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **chatMembershipsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `chatId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `memberId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `role`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, `undefined`\> -Defined in: [src/drizzle/tables/chatMemberships.ts:130](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chatMemberships.ts#L130) +Defined in: [src/drizzle/tables/chatMemberships.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chatMemberships.ts#L130) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations.md index bad0bde9d65..a82200e7d9f 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableRelations.md @@ -6,4 +6,4 @@ > `const` **chatMembershipsTableRelations**: `Relations`\<`"chat_memberships"`, \{ `chat`: `One`\<`"chats"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; `member`: `One`\<`"users"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/chatMemberships.ts:92](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chatMemberships.ts#L92) +Defined in: [src/drizzle/tables/chatMemberships.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chatMemberships.ts#L92) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTable.md index d3288506b05..f330b085c11 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTable.md @@ -6,6 +6,6 @@ > `const` **chatMessagesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/chatMessages.ts:18](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chatMessages.ts#L18) +Defined in: [src/drizzle/tables/chatMessages.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chatMessages.ts#L18) Drizzle orm postgres table definition for chat messages. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema.md index 4d37283fac4..df0c1b1ce8e 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **chatMessagesTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `body`: `PgColumn`\<\{\}, \{\}, \{\}\>; `chatId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `parentMessageId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `body`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/chatMessages.ts:120](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chatMessages.ts#L120) +Defined in: [src/drizzle/tables/chatMessages.ts:120](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chatMessages.ts#L120) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableRelations.md index 3c12828e9b2..ab2db9d1ec3 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableRelations.md @@ -6,4 +6,4 @@ > `const` **chatMessagesTableRelations**: `Relations`\<`"chat_messages"`, \{ `chat`: `One`\<`"chats"`, `true`\>; `chatMessagesWhereParentMessage`: `Many`\<`"chat_messages"`\>; `creator`: `One`\<`"users"`, `false`\>; `parentMessage`: `One`\<`"chat_messages"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/chatMessages.ts:84](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chatMessages.ts#L84) +Defined in: [src/drizzle/tables/chatMessages.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chatMessages.ts#L84) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTable.md index f9d1920d7eb..d4bfcea9fd7 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTable.md @@ -6,6 +6,6 @@ > `const` **chatsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/chats.ts:14](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chats.ts#L14) +Defined in: [src/drizzle/tables/chats.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chats.ts#L14) Drizzle orm postgres table definition for chats. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableInsertSchema.md index dd570e46a91..944560ed7d8 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **chatsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `avatarMimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `avatarName`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `organizationId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/chats.ts:130](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chats.ts#L130) +Defined in: [src/drizzle/tables/chats.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chats.ts#L130) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableRelations.md index dd0e6597610..a5c4a6bb76a 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableRelations.md @@ -6,4 +6,4 @@ > `const` **chatsTableRelations**: `Relations`\<`"chats"`, \{ `chatMembershipsWhereChat`: `Many`\<`"chat_memberships"`\>; `chatMessagesWhereChat`: `Many`\<`"chat_messages"`\>; `creator`: `One`\<`"users"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/chats.ts:91](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/chats.ts#L91) +Defined in: [src/drizzle/tables/chats.ts:91](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/chats.ts#L91) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTable.md index e117ea747ce..ae2da1ecfb0 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTable.md @@ -6,6 +6,6 @@ > `const` **commentVotesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/commentVotes.ts:19](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/commentVotes.ts#L19) +Defined in: [src/drizzle/tables/commentVotes.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/commentVotes.ts#L19) Drizzle orm postgres table definition for comment votes. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema.md index a9322e0cef6..00212bee466 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **commentVotesTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `commentId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `type`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, `undefined`\> -Defined in: [src/drizzle/tables/commentVotes.ts:99](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/commentVotes.ts#L99) +Defined in: [src/drizzle/tables/commentVotes.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/commentVotes.ts#L99) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableRelations.md index 7be1c53c446..d005e84e76a 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableRelations.md @@ -6,4 +6,4 @@ > `const` **commentVotesTableRelations**: `Relations`\<`"comment_votes"`, \{ `comment`: `One`\<`"comments"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/commentVotes.ts:77](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/commentVotes.ts#L77) +Defined in: [src/drizzle/tables/commentVotes.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/commentVotes.ts#L77) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTable.md index add0e1414d3..0ed8a7298fb 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTable.md @@ -6,6 +6,6 @@ > `const` **commentsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/comments.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/comments.ts#L12) +Defined in: [src/drizzle/tables/comments.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/comments.ts#L12) Drizzle orm postgres table definition for comments. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableInsertSchema.md index 29aebcb878a..525c9243230 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **commentsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `body`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `postId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `body`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/comments.ts:95](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/comments.ts#L95) +Defined in: [src/drizzle/tables/comments.ts:95](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/comments.ts#L95) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableRelations.md index 4251aff7a76..56e1da6d4e7 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableRelations.md @@ -6,4 +6,4 @@ > `const` **commentsTableRelations**: `Relations`\<`"comments"`, \{ `creator`: `One`\<`"users"`, `false`\>; `post`: `One`\<`"posts"`, `true`\>; `votesWhereComment`: `Many`\<`"comment_votes"`\>; \}\> -Defined in: [src/drizzle/tables/comments.ts:67](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/comments.ts#L67) +Defined in: [src/drizzle/tables/comments.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/comments.ts#L67) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTable.md index a9d3c8e8e4d..5d2a2f027ff 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTable.md @@ -6,6 +6,6 @@ > `const` **communitiesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/communities.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/communities.ts#L11) +Defined in: [src/drizzle/tables/communities.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/communities.ts#L11) Drizzle orm postgres table definition for a community. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableInsertSchema.md index ecbbd5f883b..833816bde2e 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **communitiesTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `facebookURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `githubURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `inactivityTimeoutDuration`: `PgColumn`\<\{\}, \{\}, \{\}\>; `instagramURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `linkedinURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `logoMimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `logoName`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `redditURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `slackURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `websiteURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `xURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; `youtubeURL`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/communities.ts:113](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/communities.ts#L113) +Defined in: [src/drizzle/tables/communities.ts:113](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/communities.ts#L113) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableRelations.md index 35e3b1fabc4..2dea98e2794 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableRelations.md @@ -6,4 +6,4 @@ > `const` **communitiesTableRelations**: `Relations`\<`"communities"`, \{ `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/communities.ts:99](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/communities.ts#L99) +Defined in: [src/drizzle/tables/communities.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/communities.ts#L99) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTable.md index 2a5bf8eefd6..597268845cc 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTable.md @@ -6,6 +6,6 @@ > `const` **eventAttachmentsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/eventAttachments.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/eventAttachments.ts#L11) +Defined in: [src/drizzle/tables/eventAttachments.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/eventAttachments.ts#L11) Drizzle orm postgres table definition for event attachments. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema.md index 82c7a95b465..0ded1122554 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **eventAttachmentsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `eventId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `mimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/eventAttachments.ts:105](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/eventAttachments.ts#L105) +Defined in: [src/drizzle/tables/eventAttachments.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/eventAttachments.ts#L105) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations.md index b56ab806a62..8841584f92a 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableRelations.md @@ -6,4 +6,4 @@ > `const` **eventAttachmentsTableRelations**: `Relations`\<`"event_attachments"`, \{ `creator`: `One`\<`"users"`, `false`\>; `event`: `One`\<`"events"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/eventAttachments.ts:75](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/eventAttachments.ts#L75) +Defined in: [src/drizzle/tables/eventAttachments.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/eventAttachments.ts#L75) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTable.md index f50fad95da6..13bba7d4ab4 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTable.md @@ -6,6 +6,6 @@ > `const` **eventAttendancesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/eventAttendances.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/eventAttendances.ts#L9) +Defined in: [src/drizzle/tables/eventAttendances.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/eventAttendances.ts#L9) Drizzle orm postgres table definition for event attendances. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations.md index 323d649b396..de851f2ad20 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTableRelations.md @@ -6,4 +6,4 @@ > `const` **eventAttendancesTableRelations**: `Relations`\<`"event_attendances"`, \{ `attendee`: `One`\<`"users"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; `event`: `One`\<`"events"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/eventAttendances.ts:91](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/eventAttendances.ts#L91) +Defined in: [src/drizzle/tables/eventAttendances.ts:91](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/eventAttendances.ts#L91) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTable.md index 36f9803ebf7..d15f9ce21d5 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTable.md @@ -6,6 +6,6 @@ > `const` **eventsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/events.ts:15](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/events.ts#L15) +Defined in: [src/drizzle/tables/events.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/events.ts#L15) Drizzle orm postgres table definition for events. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableInsertSchema.md index df0a8f21bd9..b55bdf66baf 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **eventsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `endAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `startAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `endAt`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `organizationId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `startAt`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/events.ts:151](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/events.ts#L151) +Defined in: [src/drizzle/tables/events.ts:151](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/events.ts#L151) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableRelations.md index 9518f657a83..08b03ff1fa1 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableRelations.md @@ -6,4 +6,4 @@ > `const` **eventsTableRelations**: `Relations`\<`"events"`, \{ `agendaFoldersWhereEvent`: `Many`\<`"agenda_folders"`\>; `attachmentsWhereEvent`: `Many`\<`"event_attachments"`\>; `creator`: `One`\<`"users"`, `false`\>; `eventAttendancesWhereEvent`: `Many`\<`"event_attendances"`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; `venueBookingsWhereEvent`: `Many`\<`"venue_bookings"`\>; \}\> -Defined in: [src/drizzle/tables/events.ts:100](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/events.ts#L100) +Defined in: [src/drizzle/tables/events.ts:100](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/events.ts#L100) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTable.md index a93fab5c4ac..a7da1d09f1f 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTable.md @@ -6,4 +6,4 @@ > `const` **familiesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/families.ts:15](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/families.ts#L15) +Defined in: [src/drizzle/tables/families.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/families.ts#L15) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTableRelations.md index 6186318eb35..c6564c8dc70 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTableRelations.md @@ -6,4 +6,4 @@ > `const` **familiesTableRelations**: `Relations`\<`"families"`, \{ `creator`: `One`\<`"users"`, `false`\>; `familyMembershipsWhereFamily`: `Many`\<`"family_memberships"`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/families.ts:64](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/families.ts#L64) +Defined in: [src/drizzle/tables/families.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/families.ts#L64) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTable.md index a334b2471a7..0a3e35f8203 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTable.md @@ -6,4 +6,4 @@ > `const` **familyMembershipsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/familyMemberships.ts:14](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/familyMemberships.ts#L14) +Defined in: [src/drizzle/tables/familyMemberships.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/familyMemberships.ts#L14) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations.md index 91bd336ee60..bcff60eb5db 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTableRelations.md @@ -6,4 +6,4 @@ > `const` **familyMembershipsTableRelations**: `Relations`\<`"family_memberships"`, \{ `creator`: `One`\<`"users"`, `false`\>; `family`: `One`\<`"families"`, `true`\>; `member`: `One`\<`"users"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/familyMemberships.ts:72](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/familyMemberships.ts#L72) +Defined in: [src/drizzle/tables/familyMemberships.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/familyMemberships.ts#L72) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable.md index 1a6a0949955..e9cdbb43120 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable.md @@ -6,6 +6,6 @@ > `const` **fundCampaignPledgesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/fundCampaignPledges.ts:19](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/fundCampaignPledges.ts#L19) +Defined in: [src/drizzle/tables/fundCampaignPledges.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/fundCampaignPledges.ts#L19) Drizzle orm postgres table definition for fund campaign pledges. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema.md index 9cd4ae08013..3134848324f 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **fundCampaignPledgesTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `amount`: `PgColumn`\<\{\}, \{\}, \{\}\>; `campaignId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `note`: `PgColumn`\<\{\}, \{\}, \{\}\>; `pledgerId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `amount`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `campaignId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `pledgerId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/fundCampaignPledges.ts:134](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/fundCampaignPledges.ts#L134) +Defined in: [src/drizzle/tables/fundCampaignPledges.ts:134](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/fundCampaignPledges.ts#L134) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations.md index 33417e6d816..ec305362b39 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableRelations.md @@ -6,4 +6,4 @@ > `const` **fundCampaignPledgesTableRelations**: `Relations`\<`"fund_campaign_pledges"`, \{ `campaign`: `One`\<`"fund_campaigns"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; `pledger`: `One`\<`"users"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/fundCampaignPledges.ts:96](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/fundCampaignPledges.ts#L96) +Defined in: [src/drizzle/tables/fundCampaignPledges.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/fundCampaignPledges.ts#L96) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTable.md index b280cc24c2a..c27c54956a3 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTable.md @@ -6,6 +6,6 @@ > `const` **fundCampaignsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/fundCampaigns.ts:21](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/fundCampaigns.ts#L21) +Defined in: [src/drizzle/tables/fundCampaigns.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/fundCampaigns.ts#L21) Drizzle orm postgres table definition for fund campaigns. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema.md index cf66b668a9c..31bd0839892 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **fundCampaignsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `currencyCode`: `PgColumn`\<\{\}, \{\}, \{\}\>; `endAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `fundId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `goalAmount`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `startAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/fundCampaigns.ts:149](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/fundCampaigns.ts#L149) +Defined in: [src/drizzle/tables/fundCampaigns.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/fundCampaigns.ts#L149) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations.md index d21bc3710d3..f072d4b6fde 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableRelations.md @@ -6,4 +6,4 @@ > `const` **fundCampaignsTableRelations**: `Relations`\<`"fund_campaigns"`, \{ `creator`: `One`\<`"users"`, `false`\>; `fund`: `One`\<`"funds"`, `true`\>; `fundCampaignPledgesWhereCampaign`: `Many`\<`"fund_campaign_pledges"`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/fundCampaigns.ts:113](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/fundCampaigns.ts#L113) +Defined in: [src/drizzle/tables/fundCampaigns.ts:113](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/fundCampaigns.ts#L113) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTable.md index ffa376f27a0..99d62f58829 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTable.md @@ -6,6 +6,6 @@ > `const` **fundsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/funds.ts:20](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/funds.ts#L20) +Defined in: [src/drizzle/tables/funds.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/funds.ts#L20) Drizzle orm postgres table definition for funds. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableInsertSchema.md index 10d0024d41d..4e1895b81a0 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **fundsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `isTaxDeductible`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/funds.ts:121](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/funds.ts#L121) +Defined in: [src/drizzle/tables/funds.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/funds.ts#L121) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableRelations.md index 3c3d1631792..281e3e6f495 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableRelations.md @@ -6,4 +6,4 @@ > `const` **fundsTableRelations**: `Relations`\<`"funds"`, \{ `creator`: `One`\<`"users"`, `false`\>; `fundCampaignsWhereFund`: `Many`\<`"fund_campaigns"`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/funds.ts:88](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/funds.ts#L88) +Defined in: [src/drizzle/tables/funds.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/funds.ts#L88) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable.md index 9358eaac683..6238188018f 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable.md @@ -6,6 +6,6 @@ > `const` **organizationMembershipsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/organizationMemberships.ts:18](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/organizationMemberships.ts#L18) +Defined in: [src/drizzle/tables/organizationMemberships.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/organizationMemberships.ts#L18) Drizzle orm postgres table definition for organization memberships. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema.md index 467e667a562..61a8485c68c 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **organizationMembershipsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `memberId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `role`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, `undefined`\> -Defined in: [src/drizzle/tables/organizationMemberships.ts:130](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/organizationMemberships.ts#L130) +Defined in: [src/drizzle/tables/organizationMemberships.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/organizationMemberships.ts#L130) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations.md index 6a8c7e2bdc2..ed501c0831a 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableRelations.md @@ -6,4 +6,4 @@ > `const` **organizationMembershipsTableRelations**: `Relations`\<`"organization_memberships"`, \{ `creator`: `One`\<`"users"`, `false`\>; `member`: `One`\<`"users"`, `true`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/organizationMemberships.ts:92](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/organizationMemberships.ts#L92) +Defined in: [src/drizzle/tables/organizationMemberships.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/organizationMemberships.ts#L92) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTable.md index df221db4ae4..9537156ddea 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTable.md @@ -6,6 +6,6 @@ > `const` **organizationsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/organizations.ts:24](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/organizations.ts#L24) +Defined in: [src/drizzle/tables/organizations.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/organizations.ts#L24) Drizzle orm postgres table definition for organizations. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableInsertSchema.md index dc3342c823d..dff30812a13 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **organizationsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `addressLine1`: `PgColumn`\<\{\}, \{\}, \{\}\>; `addressLine2`: `PgColumn`\<\{\}, \{\}, \{\}\>; `avatarMimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `avatarName`: `PgColumn`\<\{\}, \{\}, \{\}\>; `city`: `PgColumn`\<\{\}, \{\}, \{\}\>; `countryCode`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `postalCode`: `PgColumn`\<\{\}, \{\}, \{\}\>; `state`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/organizations.ts:211](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/organizations.ts#L211) +Defined in: [src/drizzle/tables/organizations.ts:211](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/organizations.ts#L211) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableRelations.md index b5ed54c67a5..253cf14642f 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableRelations.md @@ -6,4 +6,4 @@ > `const` **organizationsTableRelations**: `Relations`\<`"organizations"`, \{ `actionCategoriesWhereOrganization`: `Many`\<`"action_categories"`\>; `actionsWhereOrganization`: `Many`\<`"actions"`\>; `advertisementsWhereOrganization`: `Many`\<`"advertisements"`\>; `chatsWhereOrganization`: `Many`\<`"chats"`\>; `creator`: `One`\<`"users"`, `false`\>; `eventsWhereOrganization`: `Many`\<`"events"`\>; `familiesWhereOrganization`: `Many`\<`"families"`\>; `fundsWhereOrganization`: `Many`\<`"funds"`\>; `membershipsWhereOrganization`: `Many`\<`"organization_memberships"`\>; `postsWhereOrganization`: `Many`\<`"posts"`\>; `tagFoldersWhereOrganization`: `Many`\<`"tag_folders"`\>; `tagsWhereOrganization`: `Many`\<`"tags"`\>; `updater`: `One`\<`"users"`, `false`\>; `venuesWhereOrganization`: `Many`\<`"venues"`\>; \}\> -Defined in: [src/drizzle/tables/organizations.ts:117](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/organizations.ts#L117) +Defined in: [src/drizzle/tables/organizations.ts:117](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/organizations.ts#L117) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTable.md index 99ae4cb3fd6..302eed64007 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTable.md @@ -6,6 +6,6 @@ > `const` **postAttachmentsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/postAttachments.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/postAttachments.ts#L11) +Defined in: [src/drizzle/tables/postAttachments.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/postAttachments.ts#L11) Drizzle orm postgres table definition for post attachments. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema.md index f4ca716551a..7146018132a 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **postAttachmentsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `mimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `postId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/postAttachments.ts:105](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/postAttachments.ts#L105) +Defined in: [src/drizzle/tables/postAttachments.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/postAttachments.ts#L105) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations.md index 4c6119a0570..2cc42d9b6d8 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableRelations.md @@ -6,4 +6,4 @@ > `const` **postAttachmentsTableRelations**: `Relations`\<`"post_attachments"`, \{ `creator`: `One`\<`"users"`, `false`\>; `post`: `One`\<`"posts"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/postAttachments.ts:75](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/postAttachments.ts#L75) +Defined in: [src/drizzle/tables/postAttachments.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/postAttachments.ts#L75) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTable.md index 100753a4976..379fe3a7086 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTable.md @@ -6,6 +6,6 @@ > `const` **postVotesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/postVotes.ts:19](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/postVotes.ts#L19) +Defined in: [src/drizzle/tables/postVotes.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/postVotes.ts#L19) Drizzle orm postgres table definition for post votes. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableInsertSchema.md index f64725aa222..d9eeed2dbe4 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **postVotesTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `postId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `type`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, `undefined`\> -Defined in: [src/drizzle/tables/postVotes.ts:96](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/postVotes.ts#L96) +Defined in: [src/drizzle/tables/postVotes.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/postVotes.ts#L96) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableRelations.md index 487f878bb01..f0741d8057a 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableRelations.md @@ -6,4 +6,4 @@ > `const` **postVotesTableRelations**: `Relations`\<`"post_votes"`, \{ `creator`: `One`\<`"users"`, `false`\>; `post`: `One`\<`"posts"`, `true`\>; \}\> -Defined in: [src/drizzle/tables/postVotes.ts:77](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/postVotes.ts#L77) +Defined in: [src/drizzle/tables/postVotes.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/postVotes.ts#L77) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTable.md index 1cde06b22b5..a336b8ab9b5 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTable.md @@ -6,6 +6,6 @@ > `const` **postsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/posts.ts:14](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/posts.ts#L14) +Defined in: [src/drizzle/tables/posts.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/posts.ts#L14) Drizzle orm postgres table definition for posts. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableInsertSchema.md index 79859d492ef..a88b16f0f8d 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **postsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `caption`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `pinnedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `caption`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/posts.ts:132](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/posts.ts#L132) +Defined in: [src/drizzle/tables/posts.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/posts.ts#L132) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableRelations.md index 0cdc15393af..df806ff51da 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableRelations.md @@ -6,4 +6,4 @@ > `const` **postsTableRelations**: `Relations`\<`"posts"`, \{ `attachmentsWherePost`: `Many`\<`"post_attachments"`\>; `commentsWherePost`: `Many`\<`"comments"`\>; `creator`: `One`\<`"users"`, `true`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; `votesWherePost`: `Many`\<`"post_votes"`\>; \}\> -Defined in: [src/drizzle/tables/posts.ts:87](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/posts.ts#L87) +Defined in: [src/drizzle/tables/posts.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/posts.ts#L87) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTable.md index b13bf33c832..ff3188055fb 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTable.md @@ -6,6 +6,6 @@ > `const` **tagAssignmentsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/tagAssignments.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/tagAssignments.ts#L16) +Defined in: [src/drizzle/tables/tagAssignments.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/tagAssignments.ts#L16) Drizzle orm postgres table definition for tag assignments. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema.md index 4a72754faa5..844fbb643e0 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **tagAssignmentsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `assigneeId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `tagId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, `undefined`\> -Defined in: [src/drizzle/tables/tagAssignments.ts:96](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/tagAssignments.ts#L96) +Defined in: [src/drizzle/tables/tagAssignments.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/tagAssignments.ts#L96) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations.md index e73b1dacf86..d01dc26e17d 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableRelations.md @@ -6,4 +6,4 @@ > `const` **tagAssignmentsTableRelations**: `Relations`\<`"tag_assignments"`, \{ `assignee`: `One`\<`"users"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; `tag`: `One`\<`"tags"`, `true`\>; \}\> -Defined in: [src/drizzle/tables/tagAssignments.ts:66](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/tagAssignments.ts#L66) +Defined in: [src/drizzle/tables/tagAssignments.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/tagAssignments.ts#L66) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTable.md b/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTable.md index 2d2e852da38..056242f07af 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTable.md @@ -6,6 +6,6 @@ > `const` **tagFoldersTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/tagFolders.ts:19](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/tagFolders.ts#L19) +Defined in: [src/drizzle/tables/tagFolders.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/tagFolders.ts#L19) Drizzle orm postgres table definition for tag folders. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema.md index ff33fdeeeb2..f444adbabd5 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **tagFoldersTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `parentFolderId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/tagFolders.ts:143](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/tagFolders.ts#L143) +Defined in: [src/drizzle/tables/tagFolders.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/tagFolders.ts#L143) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableRelations.md index cef908e5f77..86544a99b05 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableRelations.md @@ -6,4 +6,4 @@ > `const` **tagFoldersTableRelations**: `Relations`\<`"tag_folders"`, \{ `creator`: `One`\<`"users"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `parentFolder`: `One`\<`"tag_folders"`, `false`\>; `tagFoldersWhereParentFolder`: `Many`\<`"tag_folders"`\>; `tagsWhereFolder`: `Many`\<`"tags"`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/tagFolders.ts:93](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/tagFolders.ts#L93) +Defined in: [src/drizzle/tables/tagFolders.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/tagFolders.ts#L93) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTable.md b/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTable.md index 0f724953c14..79604c3d965 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTable.md @@ -6,6 +6,6 @@ > `const` **usersTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/users.ts:59](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/users.ts#L59) +Defined in: [src/drizzle/tables/users.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/users.ts#L59) Drizzle orm postgres table definition for users. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableInsertSchema.md index 5c120a86d3f..f673057ef65 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **usersTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `addressLine1`: `PgColumn`\<\{\}, \{\}, \{\}\>; `addressLine2`: `PgColumn`\<\{\}, \{\}, \{\}\>; `avatarMimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `avatarName`: `PgColumn`\<\{\}, \{\}, \{\}\>; `birthDate`: `PgColumn`\<\{\}, \{\}, \{\}\>; `city`: `PgColumn`\<\{\}, \{\}, \{\}\>; `countryCode`: `PgColumn`\<\{\}, \{\}, \{\}\>; `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `educationGrade`: `PgColumn`\<\{\}, \{\}, \{\}\>; `emailAddress`: `PgColumn`\<\{\}, \{\}, \{\}\>; `employmentStatus`: `PgColumn`\<\{\}, \{\}, \{\}\>; `homePhoneNumber`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `isEmailAddressVerified`: `PgColumn`\<\{\}, \{\}, \{\}\>; `maritalStatus`: `PgColumn`\<\{\}, \{\}, \{\}\>; `mobilePhoneNumber`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `natalSex`: `PgColumn`\<\{\}, \{\}, \{\}\>; `naturalLanguageCode`: `PgColumn`\<\{\}, \{\}, \{\}\>; `passwordHash`: `PgColumn`\<\{\}, \{\}, \{\}\>; `postalCode`: `PgColumn`\<\{\}, \{\}, \{\}\>; `role`: `PgColumn`\<\{\}, \{\}, \{\}\>; `state`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `workPhoneNumber`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `emailAddress`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `isEmailAddressVerified`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `passwordHash`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `role`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/users.ts:651](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/users.ts#L651) +Defined in: [src/drizzle/tables/users.ts:651](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/users.ts#L651) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableRelations.md index 7319ba821e7..e0d78c5703f 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableRelations.md @@ -6,4 +6,4 @@ > `const` **usersTableRelations**: `Relations`\<`"users"`, \{ `actionCategoriesWhereCreator`: `Many`\<`"action_categories"`\>; `actionCategoriesWhereUpdater`: `Many`\<`"action_categories"`\>; `actionsWhereAssignee`: `Many`\<`"actions"`\>; `actionsWhereCreator`: `Many`\<`"actions"`\>; `actionsWhereUpdater`: `Many`\<`"actions"`\>; `advertisementAttachmentsWhereCreator`: `Many`\<`"advertisement_attachments"`\>; `advertisementAttachmentsWhereUpdater`: `Many`\<`"advertisement_attachments"`\>; `advertisementsWhereCreator`: `Many`\<`"advertisements"`\>; `advertisementsWhereUpdater`: `Many`\<`"advertisements"`\>; `agendaFoldersWhereCreator`: `Many`\<`"agenda_folders"`\>; `agendaFoldersWhereUpdater`: `Many`\<`"agenda_folders"`\>; `agendaItemsWhereCreator`: `Many`\<`"agenda_items"`\>; `agendaItemsWhereUpdater`: `Many`\<`"agenda_items"`\>; `chatMembershipsWhereCreator`: `Many`\<`"chat_memberships"`\>; `chatMembershipsWhereMember`: `Many`\<`"chat_memberships"`\>; `chatMembershipsWhereUpdater`: `Many`\<`"chat_memberships"`\>; `chatMessagesWhereCreator`: `Many`\<`"chat_messages"`\>; `chatsWhereCreator`: `Many`\<`"chats"`\>; `chatsWhereUpdater`: `Many`\<`"chats"`\>; `commentsWhereCreator`: `Many`\<`"comments"`\>; `commentVotesWhereCreator`: `Many`\<`"comment_votes"`\>; `commentVotesWhereUpdater`: `Many`\<`"comment_votes"`\>; `communitiesWhereUpdater`: `Many`\<`"communities"`\>; `creator`: `One`\<`"users"`, `false`\>; `eventAttachmentsWhereCreator`: `Many`\<`"event_attachments"`\>; `eventAttachmentsWhereUpdater`: `Many`\<`"event_attachments"`\>; `eventAttendancesWhereAttendee`: `Many`\<`"event_attendances"`\>; `eventAttendancesWhereCreator`: `Many`\<`"event_attendances"`\>; `eventAttendancesWhereUpdater`: `Many`\<`"event_attendances"`\>; `eventsWhereCreator`: `Many`\<`"events"`\>; `eventsWhereUpdater`: `Many`\<`"events"`\>; `familiesWhereCreator`: `Many`\<`"families"`\>; `familiesWhereUpdater`: `Many`\<`"families"`\>; `familyMembershipsWhereCreator`: `Many`\<`"family_memberships"`\>; `familyMembershipsWhereMember`: `Many`\<`"family_memberships"`\>; `familyMembershipsWhereUpdater`: `Many`\<`"family_memberships"`\>; `fundCampaignPledgesWhereCreator`: `Many`\<`"fund_campaign_pledges"`\>; `fundCampaignPledgesWherePledger`: `Many`\<`"fund_campaign_pledges"`\>; `fundCampaignPledgesWhereUpdater`: `Many`\<`"fund_campaign_pledges"`\>; `fundCampaignsWhereCreator`: `Many`\<`"fund_campaigns"`\>; `fundCampaignsWhereUpdater`: `Many`\<`"fund_campaigns"`\>; `fundsWhereCreator`: `Many`\<`"funds"`\>; `fundsWhereUpdater`: `Many`\<`"funds"`\>; `organizationMembershipsWhereCreator`: `Many`\<`"organization_memberships"`\>; `organizationMembershipsWhereMember`: `Many`\<`"organization_memberships"`\>; `organizationMembershipsWhereUpdater`: `Many`\<`"organization_memberships"`\>; `organizationsWhereCreator`: `Many`\<`"organizations"`\>; `organizationsWhereUpdater`: `Many`\<`"organizations"`\>; `postAttachmentsWhereCreator`: `Many`\<`"post_attachments"`\>; `postAttachmentsWhereUpdater`: `Many`\<`"post_attachments"`\>; `postsWhereCreator`: `Many`\<`"posts"`\>; `postsWhereUpdater`: `Many`\<`"posts"`\>; `postVotesWhereCreator`: `Many`\<`"post_votes"`\>; `tagAssignmentsWhereAssignee`: `Many`\<`"tag_assignments"`\>; `tagAssignmentsWhereCreator`: `Many`\<`"tag_assignments"`\>; `tagFoldersWhereCreator`: `Many`\<`"tag_folders"`\>; `tagFoldersWhereUpdater`: `Many`\<`"tag_folders"`\>; `tagsWhereCreator`: `Many`\<`"tags"`\>; `tagsWhereUpdater`: `Many`\<`"tags"`\>; `updater`: `One`\<`"users"`, `false`\>; `venueAttachmentsWhereCreator`: `Many`\<`"venue_attachments"`\>; `venueAttachmentsWhereUpdater`: `Many`\<`"venue_attachments"`\>; `venueBookingsWhereCreator`: `Many`\<`"venue_bookings"`\>; `venuesWhereCreator`: `Many`\<`"venues"`\>; `venuesWhereUpdater`: `Many`\<`"venues"`\>; `volunteerGroupAssignmentsWhereAssignee`: `Many`\<`"volunteer_group_assignments"`\>; `volunteerGroupAssignmentsWhereCreator`: `Many`\<`"volunteer_group_assignments"`\>; `volunteerGroupAssignmentsWhereUpdater`: `Many`\<`"volunteer_group_assignments"`\>; `volunteerGroupsWhereCreator`: `Many`\<`"volunteer_groups"`\>; `volunteerGroupsWhereLeader`: `Many`\<`"volunteer_groups"`\>; `volunteerGroupsWhereUpdater`: `Many`\<`"volunteer_groups"`\>; \}\> -Defined in: [src/drizzle/tables/users.ts:218](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/users.ts#L218) +Defined in: [src/drizzle/tables/users.ts:218](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/users.ts#L218) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTable.md index ad0ef5a1e92..eb12b0ee8bc 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTable.md @@ -6,6 +6,6 @@ > `const` **venueAttachmentsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/venueAttachments.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venueAttachments.ts#L11) +Defined in: [src/drizzle/tables/venueAttachments.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venueAttachments.ts#L11) Drizzle orm postgres table definition for venue attachments. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema.md index f1550425716..2e8b9b91bfd 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **venueAttachmentsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `mimeType`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `venueId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: (`schema`) => `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}\> -Defined in: [src/drizzle/tables/venueAttachments.ts:105](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venueAttachments.ts#L105) +Defined in: [src/drizzle/tables/venueAttachments.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venueAttachments.ts#L105) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations.md index 23c5c68baa2..05319090b69 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableRelations.md @@ -6,4 +6,4 @@ > `const` **venueAttachmentsTableRelations**: `Relations`\<`"venue_attachments"`, \{ `creator`: `One`\<`"users"`, `false`\>; `updater`: `One`\<`"users"`, `false`\>; `venue`: `One`\<`"venues"`, `true`\>; \}\> -Defined in: [src/drizzle/tables/venueAttachments.ts:75](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venueAttachments.ts#L75) +Defined in: [src/drizzle/tables/venueAttachments.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venueAttachments.ts#L75) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTable.md index f0e8d1e9d20..eff3b69ebf4 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTable.md @@ -6,6 +6,6 @@ > `const` **venueBookingsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/venueBookings.ts:17](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venueBookings.ts#L17) +Defined in: [src/drizzle/tables/venueBookings.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venueBookings.ts#L17) Drizzle orm postgres table definition for venue bookings. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema.md index 81aca2e3de8..7ac04fc7ce7 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **venueBookingsTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `eventId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `venueId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, `undefined`\> -Defined in: [src/drizzle/tables/venueBookings.ts:97](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venueBookings.ts#L97) +Defined in: [src/drizzle/tables/venueBookings.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venueBookings.ts#L97) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableRelations.md index 8b0f1a134ae..ae0993ce540 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableRelations.md @@ -6,4 +6,4 @@ > `const` **venueBookingsTableRelations**: `Relations`\<`"venue_bookings"`, \{ `creator`: `One`\<`"users"`, `false`\>; `event`: `One`\<`"events"`, `true`\>; `venue`: `One`\<`"venues"`, `true`\>; \}\> -Defined in: [src/drizzle/tables/venueBookings.ts:67](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venueBookings.ts#L67) +Defined in: [src/drizzle/tables/venueBookings.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venueBookings.ts#L67) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTable.md b/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTable.md index 6350c85fb26..741597fbd43 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTable.md @@ -6,6 +6,6 @@ > `const` **venuesTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/venues.ts:20](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venues.ts#L20) +Defined in: [src/drizzle/tables/venues.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venues.ts#L20) Drizzle orm postgres table definition for venues. diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableInsertSchema.md b/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableInsertSchema.md index 6761a12d433..f3dcb9e69f9 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableInsertSchema.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableInsertSchema.md @@ -6,4 +6,4 @@ > `const` **venuesTableInsertSchema**: `BuildSchema`\<`"insert"`, \{ `createdAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `creatorId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `description`: `PgColumn`\<\{\}, \{\}, \{\}\>; `id`: `PgColumn`\<\{\}, \{\}, \{\}\>; `name`: `PgColumn`\<\{\}, \{\}, \{\}\>; `organizationId`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updatedAt`: `PgColumn`\<\{\}, \{\}, \{\}\>; `updaterId`: `PgColumn`\<\{\}, \{\}, \{\}\>; \}, \{ `name`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; `organizationId`: `ZodTypeAny` \| (`schema`) => `ZodTypeAny`; \}\> -Defined in: [src/drizzle/tables/venues.ts:127](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venues.ts#L127) +Defined in: [src/drizzle/tables/venues.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venues.ts#L127) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableRelations.md index 1fb787e8463..8e7793569f1 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableRelations.md @@ -6,4 +6,4 @@ > `const` **venuesTableRelations**: `Relations`\<`"venues"`, \{ `attachmentsWhereVenue`: `Many`\<`"venue_attachments"`\>; `creator`: `One`\<`"users"`, `false`\>; `organization`: `One`\<`"organizations"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; `venueBookingsWhereVenue`: `Many`\<`"venue_bookings"`\>; \}\> -Defined in: [src/drizzle/tables/venues.ts:88](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/venues.ts#L88) +Defined in: [src/drizzle/tables/venues.ts:88](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/venues.ts#L88) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable.md index 7a88780b343..811fec2b02a 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable.md @@ -6,4 +6,4 @@ > `const` **volunteerGroupAssignmentsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/volunteerGroupAssignments.ts:14](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/volunteerGroupAssignments.ts#L14) +Defined in: [src/drizzle/tables/volunteerGroupAssignments.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/volunteerGroupAssignments.ts#L14) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations.md index a7d7c153cd0..d0c919a1ed8 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTableRelations.md @@ -6,4 +6,4 @@ > `const` **volunteerGroupAssignmentsTableRelations**: `Relations`\<`"volunteer_group_assignments"`, \{ `assignee`: `One`\<`"users"`, `true`\>; `creator`: `One`\<`"users"`, `false`\>; `group`: `One`\<`"volunteer_groups"`, `true`\>; `updater`: `One`\<`"users"`, `false`\>; \}\> -Defined in: [src/drizzle/tables/volunteerGroupAssignments.ts:71](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/volunteerGroupAssignments.ts#L71) +Defined in: [src/drizzle/tables/volunteerGroupAssignments.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/volunteerGroupAssignments.ts#L71) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable.md b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable.md index 180044e69ba..9369d18fef5 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable.md @@ -6,4 +6,4 @@ > `const` **volunteerGroupsTable**: `PgTableWithColumns`\<\{\}\> -Defined in: [src/drizzle/tables/volunteerGroups.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/volunteerGroups.ts#L16) +Defined in: [src/drizzle/tables/volunteerGroups.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/volunteerGroups.ts#L16) diff --git a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations.md b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations.md index 5c61f85efe4..00fbf68bf12 100644 --- a/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations.md +++ b/docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTableRelations.md @@ -6,4 +6,4 @@ > `const` **volunteerGroupsTableRelations**: `Relations`\<`"volunteer_groups"`, \{ `creator`: `One`\<`"users"`, `false`\>; `event`: `One`\<`"events"`, `true`\>; `leader`: `One`\<`"users"`, `false`\>; `updater`: `One`\<`"users"`, `false`\>; `volunteerGroupAssignmentsWhereGroup`: `Many`\<`"volunteer_group_assignments"`\>; \}\> -Defined in: [src/drizzle/tables/volunteerGroups.ts:73](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/drizzle/tables/volunteerGroups.ts#L73) +Defined in: [src/drizzle/tables/volunteerGroups.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/drizzle/tables/volunteerGroups.ts#L73) diff --git a/docs/docs/docs/auto-schema/envConfigSchema/type-aliases/EnvConfig.md b/docs/docs/docs/auto-schema/envConfigSchema/type-aliases/EnvConfig.md index c6f8e3acc0c..7a002aeefea 100644 --- a/docs/docs/docs/auto-schema/envConfigSchema/type-aliases/EnvConfig.md +++ b/docs/docs/docs/auto-schema/envConfigSchema/type-aliases/EnvConfig.md @@ -6,6 +6,6 @@ > **EnvConfig**: `Static`\<*typeof* [`envConfigSchema`](../variables/envConfigSchema.md)\> -Defined in: [src/envConfigSchema.ts:241](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/envConfigSchema.ts#L241) +Defined in: [src/envConfigSchema.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/envConfigSchema.ts#L241) Type of the object containing parsed configuration environment variables. diff --git a/docs/docs/docs/auto-schema/envConfigSchema/variables/envConfigSchema.md b/docs/docs/docs/auto-schema/envConfigSchema/variables/envConfigSchema.md index d95278f6c6e..24085ca083a 100644 --- a/docs/docs/docs/auto-schema/envConfigSchema/variables/envConfigSchema.md +++ b/docs/docs/docs/auto-schema/envConfigSchema/variables/envConfigSchema.md @@ -6,6 +6,6 @@ > `const` **envConfigSchema**: `TObject`\<\{ `API_ADMINISTRATOR_USER_EMAIL_ADDRESS`: `TString`; `API_ADMINISTRATOR_USER_NAME`: `TString`; `API_ADMINISTRATOR_USER_PASSWORD`: `TString`; `API_BASE_URL`: `TString`; `API_COMMUNITY_FACEBOOK_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_GITHUB_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_INACTIVITY_TIMEOUT_DURATION`: `TOptional`\<`TInteger`\>; `API_COMMUNITY_INSTAGRAM_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_LINKEDIN_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_NAME`: `TString`; `API_COMMUNITY_REDDIT_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_SLACK_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_WEBSITE_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_X_URL`: `TOptional`\<`TString`\>; `API_COMMUNITY_YOUTUBE_URL`: `TOptional`\<`TString`\>; `API_HOST`: `TString`; `API_IS_APPLY_DRIZZLE_MIGRATIONS`: `TBoolean`; `API_IS_GRAPHIQL`: `TBoolean`; `API_IS_PINO_PRETTY`: `TBoolean`; `API_JWT_EXPIRES_IN`: `TNumber`; `API_JWT_SECRET`: `TString`; `API_LOG_LEVEL`: `TEnum`\<\{ `debug`: `"debug"`; `error`: `"error"`; `fatal`: `"fatal"`; `info`: `"info"`; `trace`: `"trace"`; `warn`: `"warn"`; \}\>; `API_MINIO_ACCESS_KEY`: `TString`; `API_MINIO_END_POINT`: `TString`; `API_MINIO_PORT`: `TNumber`; `API_MINIO_SECRET_KEY`: `TString`; `API_MINIO_USE_SSL`: `TBoolean`; `API_PORT`: `TNumber`; `API_POSTGRES_DATABASE`: `TString`; `API_POSTGRES_HOST`: `TString`; `API_POSTGRES_PASSWORD`: `TString`; `API_POSTGRES_PORT`: `TNumber`; `API_POSTGRES_SSL_MODE`: `TUnion`\<\[`TEnum`\<\{ `allow`: `"allow"`; `prefer`: `"prefer"`; `require`: `"require"`; `verify_full`: `"verify-full"`; \}\>, `TBoolean`\]\>; `API_POSTGRES_USER`: `TString`; `MINIO_ROOT_USER`: `TOptional`\<`TString`\>; \}\> -Defined in: [src/envConfigSchema.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/envConfigSchema.ts#L8) +Defined in: [src/envConfigSchema.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/envConfigSchema.ts#L8) JSON schema of a record of environment variables accessible to the talawa api at runtime. diff --git a/docs/docs/docs/auto-schema/envConfigSchema/variables/envSchemaAjv.md b/docs/docs/docs/auto-schema/envConfigSchema/variables/envSchemaAjv.md index bd76d7a3729..5c02464c07e 100644 --- a/docs/docs/docs/auto-schema/envConfigSchema/variables/envSchemaAjv.md +++ b/docs/docs/docs/auto-schema/envConfigSchema/variables/envSchemaAjv.md @@ -6,6 +6,6 @@ > `const` **envSchemaAjv**: `EnvSchemaOpt`\[`"ajv"`\] -Defined in: [src/envConfigSchema.ts:246](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/envConfigSchema.ts#L246) +Defined in: [src/envConfigSchema.ts:246](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/envConfigSchema.ts#L246) The `@sinclair/typebox` package doesn't do format validation by itself and requires custom validators for it. The `ajv-formats` package provides this functionality and this object is used to provide the talawa api specific configuration for the `ajv` property accepted by `envSchema` to define those custom format validators. diff --git a/docs/docs/docs/auto-schema/graphql/builder/variables/builder.md b/docs/docs/docs/auto-schema/graphql/builder/variables/builder.md index a7f5c731d9a..9e28737c2bf 100644 --- a/docs/docs/docs/auto-schema/graphql/builder/variables/builder.md +++ b/docs/docs/docs/auto-schema/graphql/builder/variables/builder.md @@ -6,6 +6,6 @@ > `const` **builder**: `SchemaBuilder`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../scalars/type-aliases/CustomScalars.md); \}\>\> -Defined in: [src/graphql/builder.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/builder.ts#L9) +Defined in: [src/graphql/builder.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/builder.ts#L9) This is the pothos schema builder used for talawa api's code first graphql implementation. diff --git a/docs/docs/docs/auto-schema/graphql/context/type-aliases/CurrentClient.md b/docs/docs/docs/auto-schema/graphql/context/type-aliases/CurrentClient.md index 7714e92a6d2..62b3387de17 100644 --- a/docs/docs/docs/auto-schema/graphql/context/type-aliases/CurrentClient.md +++ b/docs/docs/docs/auto-schema/graphql/context/type-aliases/CurrentClient.md @@ -6,6 +6,6 @@ > **CurrentClient**: `object` & `{ [K in keyof ExplicitAuthenticationTokenPayload]?: never }` \| `object` & [`ExplicitAuthenticationTokenPayload`](ExplicitAuthenticationTokenPayload.md) -Defined in: [src/graphql/context.ts:22](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/context.ts#L22) +Defined in: [src/graphql/context.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/context.ts#L22) Type of the client-specific context for a grahphql operation client. diff --git a/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload.md b/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload.md index 4b0d246f287..95138a4c0be 100644 --- a/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload.md +++ b/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload.md @@ -6,7 +6,7 @@ > **ExplicitAuthenticationTokenPayload**: `object` -Defined in: [src/graphql/context.ts:15](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/context.ts#L15) +Defined in: [src/graphql/context.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/context.ts#L15) Type of the payload encoded into or decoded from the authentication json web token. diff --git a/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitGraphQLContext.md b/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitGraphQLContext.md index 96a52be6395..0b853684afd 100644 --- a/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitGraphQLContext.md +++ b/docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitGraphQLContext.md @@ -6,7 +6,7 @@ > **ExplicitGraphQLContext**: `object` -Defined in: [src/graphql/context.ts:41](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/context.ts#L41) +Defined in: [src/graphql/context.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/context.ts#L41) Type of the transport protocol agnostic explicit context object that is merged with the implcit mercurius context object and passed to the graphql resolvers each time they resolve a graphql operation at runtime. diff --git a/docs/docs/docs/auto-schema/graphql/context/type-aliases/GraphQLContext.md b/docs/docs/docs/auto-schema/graphql/context/type-aliases/GraphQLContext.md index bc16715b33e..272e0fe8aa1 100644 --- a/docs/docs/docs/auto-schema/graphql/context/type-aliases/GraphQLContext.md +++ b/docs/docs/docs/auto-schema/graphql/context/type-aliases/GraphQLContext.md @@ -6,6 +6,6 @@ > **GraphQLContext**: [`ExplicitGraphQLContext`](ExplicitGraphQLContext.md) & [`ImplicitMercuriusContext`](ImplicitMercuriusContext.md) -Defined in: [src/graphql/context.ts:55](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/context.ts#L55) +Defined in: [src/graphql/context.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/context.ts#L55) Type of the transport protocol agnostic context object passed to the graphql resolvers each time they resolve a graphql operation at runtime. diff --git a/docs/docs/docs/auto-schema/graphql/context/type-aliases/ImplicitMercuriusContext.md b/docs/docs/docs/auto-schema/graphql/context/type-aliases/ImplicitMercuriusContext.md index 741551b1739..3d3d8dc0e5f 100644 --- a/docs/docs/docs/auto-schema/graphql/context/type-aliases/ImplicitMercuriusContext.md +++ b/docs/docs/docs/auto-schema/graphql/context/type-aliases/ImplicitMercuriusContext.md @@ -6,7 +6,7 @@ > **ImplicitMercuriusContext**: `object` -Defined in: [src/graphql/context.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/context.ts#L8) +Defined in: [src/graphql/context.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/context.ts#L8) Type of the implicit context object passed by mercurius that is merged with the explicit context object and passed to the graphql resolvers each time they resolve a graphql operation at runtime. diff --git a/docs/docs/docs/auto-schema/graphql/enums/AdvertisementType/variables/AdvertisementType.md b/docs/docs/docs/auto-schema/graphql/enums/AdvertisementType/variables/AdvertisementType.md index 408ffe2982e..604784b868e 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/AdvertisementType/variables/AdvertisementType.md +++ b/docs/docs/docs/auto-schema/graphql/enums/AdvertisementType/variables/AdvertisementType.md @@ -6,4 +6,4 @@ > `const` **AdvertisementType**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"banner"` \| `"menu"` \| `"pop_up"`, `"banner"` \| `"menu"` \| `"pop_up"`\> -Defined in: [src/graphql/enums/AdvertisementType.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/AdvertisementType.ts#L4) +Defined in: [src/graphql/enums/AdvertisementType.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/AdvertisementType.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/AgendaItemType/variables/AgendaItemType.md b/docs/docs/docs/auto-schema/graphql/enums/AgendaItemType/variables/AgendaItemType.md index e82195c5add..3062e54515d 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/AgendaItemType/variables/AgendaItemType.md +++ b/docs/docs/docs/auto-schema/graphql/enums/AgendaItemType/variables/AgendaItemType.md @@ -6,4 +6,4 @@ > `const` **AgendaItemType**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"general"` \| `"note"` \| `"scripture"` \| `"song"`, `"general"` \| `"note"` \| `"scripture"` \| `"song"`\> -Defined in: [src/graphql/enums/AgendaItemType.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/AgendaItemType.ts#L4) +Defined in: [src/graphql/enums/AgendaItemType.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/AgendaItemType.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole.md b/docs/docs/docs/auto-schema/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole.md index b811d6a5c7c..593084cb90e 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole.md +++ b/docs/docs/docs/auto-schema/graphql/enums/ChatMembershipRole/variables/ChatMembershipRole.md @@ -6,4 +6,4 @@ > `const` **ChatMembershipRole**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"administrator"` \| `"regular"`, `"administrator"` \| `"regular"`\> -Defined in: [src/graphql/enums/ChatMembershipRole.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/ChatMembershipRole.ts#L4) +Defined in: [src/graphql/enums/ChatMembershipRole.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/ChatMembershipRole.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/CommentVoteType/variables/CommentVoteType.md b/docs/docs/docs/auto-schema/graphql/enums/CommentVoteType/variables/CommentVoteType.md index 315f9974a0d..919f5874112 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/CommentVoteType/variables/CommentVoteType.md +++ b/docs/docs/docs/auto-schema/graphql/enums/CommentVoteType/variables/CommentVoteType.md @@ -6,4 +6,4 @@ > `const` **CommentVoteType**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"down_vote"` \| `"up_vote"`, `"down_vote"` \| `"up_vote"`\> -Defined in: [src/graphql/enums/CommentVoteType.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/CommentVoteType.ts#L4) +Defined in: [src/graphql/enums/CommentVoteType.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/CommentVoteType.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode.md b/docs/docs/docs/auto-schema/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode.md index d34e48f9576..0ed01e21c2b 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode.md +++ b/docs/docs/docs/auto-schema/graphql/enums/Iso3166Alpha2CountryCode/variables/Iso3166Alpha2CountryCode.md @@ -6,4 +6,4 @@ > `const` **Iso3166Alpha2CountryCode**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`, `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`\> -Defined in: [src/graphql/enums/Iso3166Alpha2CountryCode.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/Iso3166Alpha2CountryCode.ts#L4) +Defined in: [src/graphql/enums/Iso3166Alpha2CountryCode.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/Iso3166Alpha2CountryCode.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode.md b/docs/docs/docs/auto-schema/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode.md index abf23db4ec7..761e84db1ae 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode.md +++ b/docs/docs/docs/auto-schema/graphql/enums/Iso4217CurrencyCode/variables/Iso4217CurrencyCode.md @@ -6,4 +6,4 @@ > `const` **Iso4217CurrencyCode**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"AED"` \| `"AFN"` \| `"ALL"` \| `"AMD"` \| `"ANG"` \| `"AOA"` \| `"ARS"` \| `"AUD"` \| `"AWG"` \| `"AZN"` \| `"BAM"` \| `"BBD"` \| `"BDT"` \| `"BGN"` \| `"BHD"` \| `"BIF"` \| `"BMD"` \| `"BND"` \| `"BOB"` \| `"BOV"` \| `"BRL"` \| `"BSD"` \| `"BTN"` \| `"BWP"` \| `"BYN"` \| `"BZD"` \| `"CAD"` \| `"CDF"` \| `"CHE"` \| `"CHF"` \| `"CHW"` \| `"CLF"` \| `"CLP"` \| `"CNY"` \| `"COP"` \| `"COU"` \| `"CRC"` \| `"CUP"` \| `"CVE"` \| `"CZK"` \| `"DJF"` \| `"DKK"` \| `"DOP"` \| `"DZD"` \| `"EGP"` \| `"ERN"` \| `"ETB"` \| `"EUR"` \| `"FJD"` \| `"FKP"` \| `"GBP"` \| `"GEL"` \| `"GHS"` \| `"GIP"` \| `"GMD"` \| `"GNF"` \| `"GTQ"` \| `"GYD"` \| `"HKD"` \| `"HNL"` \| `"HTG"` \| `"HUF"` \| `"IDR"` \| `"ILS"` \| `"INR"` \| `"IQD"` \| `"IRR"` \| `"ISK"` \| `"JMD"` \| `"JOD"` \| `"JPY"` \| `"KES"` \| `"KGS"` \| `"KHR"` \| `"KMF"` \| `"KPW"` \| `"KRW"` \| `"KWD"` \| `"KYD"` \| `"KZT"` \| `"LAK"` \| `"LBP"` \| `"LKR"` \| `"LRD"` \| `"LSL"` \| `"LYD"` \| `"MAD"` \| `"MDL"` \| `"MGA"` \| `"MKD"` \| `"MMK"` \| `"MNT"` \| `"MOP"` \| `"MRU"` \| `"MUR"` \| `"MVR"` \| `"MWK"` \| `"MXN"` \| `"MXV"` \| `"MYR"` \| `"MZN"` \| `"NAD"` \| `"NGN"` \| `"NIO"` \| `"NOK"` \| `"NPR"` \| `"NZD"` \| `"OMR"` \| `"PAB"` \| `"PEN"` \| `"PGK"` \| `"PHP"` \| `"PKR"` \| `"PLN"` \| `"PYG"` \| `"QAR"` \| `"RON"` \| `"RSD"` \| `"RUB"` \| `"RWF"` \| `"SAR"` \| `"SBD"` \| `"SCR"` \| `"SDG"` \| `"SEK"` \| `"SGD"` \| `"SHP"` \| `"SLE"` \| `"SOS"` \| `"SRD"` \| `"SSP"` \| `"STN"` \| `"SVC"` \| `"SYP"` \| `"SZL"` \| `"THB"` \| `"TJS"` \| `"TMT"` \| `"TND"` \| `"TOP"` \| `"TRY"` \| `"TTD"` \| `"TWD"` \| `"TZS"` \| `"UAH"` \| `"UGX"` \| `"USD"` \| `"USN"` \| `"UYI"` \| `"UYU"` \| `"UYW"` \| `"UZS"` \| `"VED"` \| `"VES"` \| `"VND"` \| `"VUV"` \| `"WST"` \| `"XAF"` \| `"XAG"` \| `"XAU"` \| `"XBA"` \| `"XBB"` \| `"XBC"` \| `"XBD"` \| `"XCD"` \| `"XDR"` \| `"XOF"` \| `"XPD"` \| `"XPF"` \| `"XPT"` \| `"XSU"` \| `"XTS"` \| `"XUA"` \| `"XXX"` \| `"YER"` \| `"ZAR"` \| `"ZMW"` \| `"ZWG"`, `"AED"` \| `"AFN"` \| `"ALL"` \| `"AMD"` \| `"ANG"` \| `"AOA"` \| `"ARS"` \| `"AUD"` \| `"AWG"` \| `"AZN"` \| `"BAM"` \| `"BBD"` \| `"BDT"` \| `"BGN"` \| `"BHD"` \| `"BIF"` \| `"BMD"` \| `"BND"` \| `"BOB"` \| `"BOV"` \| `"BRL"` \| `"BSD"` \| `"BTN"` \| `"BWP"` \| `"BYN"` \| `"BZD"` \| `"CAD"` \| `"CDF"` \| `"CHE"` \| `"CHF"` \| `"CHW"` \| `"CLF"` \| `"CLP"` \| `"CNY"` \| `"COP"` \| `"COU"` \| `"CRC"` \| `"CUP"` \| `"CVE"` \| `"CZK"` \| `"DJF"` \| `"DKK"` \| `"DOP"` \| `"DZD"` \| `"EGP"` \| `"ERN"` \| `"ETB"` \| `"EUR"` \| `"FJD"` \| `"FKP"` \| `"GBP"` \| `"GEL"` \| `"GHS"` \| `"GIP"` \| `"GMD"` \| `"GNF"` \| `"GTQ"` \| `"GYD"` \| `"HKD"` \| `"HNL"` \| `"HTG"` \| `"HUF"` \| `"IDR"` \| `"ILS"` \| `"INR"` \| `"IQD"` \| `"IRR"` \| `"ISK"` \| `"JMD"` \| `"JOD"` \| `"JPY"` \| `"KES"` \| `"KGS"` \| `"KHR"` \| `"KMF"` \| `"KPW"` \| `"KRW"` \| `"KWD"` \| `"KYD"` \| `"KZT"` \| `"LAK"` \| `"LBP"` \| `"LKR"` \| `"LRD"` \| `"LSL"` \| `"LYD"` \| `"MAD"` \| `"MDL"` \| `"MGA"` \| `"MKD"` \| `"MMK"` \| `"MNT"` \| `"MOP"` \| `"MRU"` \| `"MUR"` \| `"MVR"` \| `"MWK"` \| `"MXN"` \| `"MXV"` \| `"MYR"` \| `"MZN"` \| `"NAD"` \| `"NGN"` \| `"NIO"` \| `"NOK"` \| `"NPR"` \| `"NZD"` \| `"OMR"` \| `"PAB"` \| `"PEN"` \| `"PGK"` \| `"PHP"` \| `"PKR"` \| `"PLN"` \| `"PYG"` \| `"QAR"` \| `"RON"` \| `"RSD"` \| `"RUB"` \| `"RWF"` \| `"SAR"` \| `"SBD"` \| `"SCR"` \| `"SDG"` \| `"SEK"` \| `"SGD"` \| `"SHP"` \| `"SLE"` \| `"SOS"` \| `"SRD"` \| `"SSP"` \| `"STN"` \| `"SVC"` \| `"SYP"` \| `"SZL"` \| `"THB"` \| `"TJS"` \| `"TMT"` \| `"TND"` \| `"TOP"` \| `"TRY"` \| `"TTD"` \| `"TWD"` \| `"TZS"` \| `"UAH"` \| `"UGX"` \| `"USD"` \| `"USN"` \| `"UYI"` \| `"UYU"` \| `"UYW"` \| `"UZS"` \| `"VED"` \| `"VES"` \| `"VND"` \| `"VUV"` \| `"WST"` \| `"XAF"` \| `"XAG"` \| `"XAU"` \| `"XBA"` \| `"XBB"` \| `"XBC"` \| `"XBD"` \| `"XCD"` \| `"XDR"` \| `"XOF"` \| `"XPD"` \| `"XPF"` \| `"XPT"` \| `"XSU"` \| `"XTS"` \| `"XUA"` \| `"XXX"` \| `"YER"` \| `"ZAR"` \| `"ZMW"` \| `"ZWG"`\> -Defined in: [src/graphql/enums/Iso4217CurrencyCode.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/Iso4217CurrencyCode.ts#L4) +Defined in: [src/graphql/enums/Iso4217CurrencyCode.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/Iso4217CurrencyCode.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode.md b/docs/docs/docs/auto-schema/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode.md index 2875aa639e8..219f8be1a8a 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode.md +++ b/docs/docs/docs/auto-schema/graphql/enums/Iso639Set1LanguageCode/variables/Iso639Set1LanguageCode.md @@ -6,4 +6,4 @@ > `const` **Iso639Set1LanguageCode**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`, `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`\> -Defined in: [src/graphql/enums/Iso639Set1LanguageCode.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/Iso639Set1LanguageCode.ts#L4) +Defined in: [src/graphql/enums/Iso639Set1LanguageCode.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/Iso639Set1LanguageCode.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole.md b/docs/docs/docs/auto-schema/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole.md index 064ef2970c7..517ec1915dc 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole.md +++ b/docs/docs/docs/auto-schema/graphql/enums/OrganizationMembershipRole/variables/OrganizationMembershipRole.md @@ -6,4 +6,4 @@ > `const` **OrganizationMembershipRole**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"administrator"` \| `"regular"`, `"administrator"` \| `"regular"`\> -Defined in: [src/graphql/enums/OrganizationMembershipRole.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/OrganizationMembershipRole.ts#L4) +Defined in: [src/graphql/enums/OrganizationMembershipRole.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/OrganizationMembershipRole.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/PostVoteType/variables/PostVoteType.md b/docs/docs/docs/auto-schema/graphql/enums/PostVoteType/variables/PostVoteType.md index a68626662dc..bc37a9268ff 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/PostVoteType/variables/PostVoteType.md +++ b/docs/docs/docs/auto-schema/graphql/enums/PostVoteType/variables/PostVoteType.md @@ -6,4 +6,4 @@ > `const` **PostVoteType**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"down_vote"` \| `"up_vote"`, `"down_vote"` \| `"up_vote"`\> -Defined in: [src/graphql/enums/PostVoteType.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/PostVoteType.ts#L4) +Defined in: [src/graphql/enums/PostVoteType.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/PostVoteType.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/UserEducationGrade/variables/UserEducationGrade.md b/docs/docs/docs/auto-schema/graphql/enums/UserEducationGrade/variables/UserEducationGrade.md index 751c09c8185..624649578c3 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/UserEducationGrade/variables/UserEducationGrade.md +++ b/docs/docs/docs/auto-schema/graphql/enums/UserEducationGrade/variables/UserEducationGrade.md @@ -6,4 +6,4 @@ > `const` **UserEducationGrade**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`, `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`\> -Defined in: [src/graphql/enums/UserEducationGrade.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/UserEducationGrade.ts#L4) +Defined in: [src/graphql/enums/UserEducationGrade.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/UserEducationGrade.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus.md b/docs/docs/docs/auto-schema/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus.md index c18f013d9c6..d55c81547c6 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus.md +++ b/docs/docs/docs/auto-schema/graphql/enums/UserEmploymentStatus/variables/UserEmploymentStatus.md @@ -6,4 +6,4 @@ > `const` **UserEmploymentStatus**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"full_time"` \| `"part_time"` \| `"unemployed"`, `"full_time"` \| `"part_time"` \| `"unemployed"`\> -Defined in: [src/graphql/enums/UserEmploymentStatus.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/UserEmploymentStatus.ts#L4) +Defined in: [src/graphql/enums/UserEmploymentStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/UserEmploymentStatus.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus.md b/docs/docs/docs/auto-schema/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus.md index 43fc1e426f1..5787b1509cc 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus.md +++ b/docs/docs/docs/auto-schema/graphql/enums/UserMaritalStatus/variables/UserMaritalStatus.md @@ -6,4 +6,4 @@ > `const` **UserMaritalStatus**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`, `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`\> -Defined in: [src/graphql/enums/UserMaritalStatus.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/UserMaritalStatus.ts#L4) +Defined in: [src/graphql/enums/UserMaritalStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/UserMaritalStatus.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/UserNatalSex/variables/UserNatalSex.md b/docs/docs/docs/auto-schema/graphql/enums/UserNatalSex/variables/UserNatalSex.md index 70ffc9f06b5..179f4e26382 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/UserNatalSex/variables/UserNatalSex.md +++ b/docs/docs/docs/auto-schema/graphql/enums/UserNatalSex/variables/UserNatalSex.md @@ -6,4 +6,4 @@ > `const` **UserNatalSex**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"female"` \| `"intersex"` \| `"male"`, `"female"` \| `"intersex"` \| `"male"`\> -Defined in: [src/graphql/enums/UserNatalSex.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/UserNatalSex.ts#L4) +Defined in: [src/graphql/enums/UserNatalSex.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/UserNatalSex.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/enums/UserRole/variables/UserRole.md b/docs/docs/docs/auto-schema/graphql/enums/UserRole/variables/UserRole.md index 0b042b1a4c4..dcc12921908 100644 --- a/docs/docs/docs/auto-schema/graphql/enums/UserRole/variables/UserRole.md +++ b/docs/docs/docs/auto-schema/graphql/enums/UserRole/variables/UserRole.md @@ -6,4 +6,4 @@ > `const` **UserRole**: `EnumRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `"administrator"` \| `"regular"`, `"administrator"` \| `"regular"`\> -Defined in: [src/graphql/enums/UserRole.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/enums/UserRole.ts#L4) +Defined in: [src/graphql/enums/UserRole.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/enums/UserRole.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput.md index 4bc35540b37..c18910ffd0d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateAdvertisementInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; `type`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateAdvertisementInput.ts:35](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateAdvertisementInput.ts#L35) +Defined in: [src/graphql/inputs/MutationCreateAdvertisementInput.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateAdvertisementInput.ts#L35) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema.md index 4cedd0b2a6b..dc75d77b721 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateAdvertisementInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `endAt`: `ZodTypeAny`; `name`: `ZodTypeAny`; `organizationId`: `ZodTypeAny`; `startAt`: `ZodTypeAny`; `type`: `ZodTypeAny`; \}, `"name"` \| `"organizationId"` \| `"endAt"` \| `"startAt"` \| `"type"`\>, \{ `attachments`: `ZodOptional`\<`ZodArray`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>, `"many"`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; `type`: `any`; \}, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; `type`: `any`; \}\>, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; `type`: `any`; \}, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; `type`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateAdvertisementInput.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateAdvertisementInput.ts#L7) +Defined in: [src/graphql/inputs/MutationCreateAdvertisementInput.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateAdvertisementInput.ts#L7) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput.md index 66f985aae9e..5cf0317527c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateAgendaFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `name`: `object`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateAgendaFolderInput.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateAgendaFolderInput.ts#L13) +Defined in: [src/graphql/inputs/MutationCreateAgendaFolderInput.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateAgendaFolderInput.ts#L13) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema.md index 9a2a63013ca..540465e2736 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateAgendaFolderInputSchema**: `ZodObject`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, `"strip"`, `ZodTypeAny`, \{ `name`: `unknown`[]; \}, \{ `name`: `unknown`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateAgendaFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateAgendaFolderInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateAgendaFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateAgendaFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput.md index ddeb1d0f934..8cbf2792bc2 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateAgendaItemInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `folderId`: `any`; `name`: `any`; `type`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateAgendaItemInput.ts:55](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateAgendaItemInput.ts#L55) +Defined in: [src/graphql/inputs/MutationCreateAgendaItemInput.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateAgendaItemInput.ts#L55) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema.md index 2c0bed22fca..eea3720d1b4 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateAgendaItemInputSchema**: `ZodEffects`\<`ZodObject`\<`Pick`\<\{ `folderId`: `ZodTypeAny`; `name`: `ZodTypeAny`; `type`: `ZodTypeAny`; \}, `"name"` \| `"type"` \| `"folderId"`\>, `"strip"`, `ZodTypeAny`, \{ `folderId`: `any`; `name`: `any`; `type`: `any`; \}, \{ `folderId`: `any`; `name`: `any`; `type`: `any`; \}\>, \{ `folderId`: `any`; `name`: `any`; `type`: `any`; \}, \{ `folderId`: `any`; `name`: `any`; `type`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateAgendaItemInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateAgendaItemInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateAgendaItemInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateAgendaItemInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput.md index 4d3021e5ab2..5ad50640cb7 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateChatInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `avatar`: `Promise`\<`FileUpload`\>; `name`: `any`; `organizationId`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateChatInput.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateChatInput.ts#L16) +Defined in: [src/graphql/inputs/MutationCreateChatInput.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateChatInput.ts#L16) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema.md index 228c38ade2f..9ebcb885806 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateChatInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodTypeAny`; `organizationId`: `ZodTypeAny`; \}, `"name"` \| `"organizationId"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `avatar`: `Promise`\<`FileUpload`\>; `name`: `any`; `organizationId`: `any`; \}, \{ `avatar`: `Promise`\<`FileUpload`\>; `name`: `any`; `organizationId`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateChatInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateChatInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateChatInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateChatInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput.md index 0f9dd5fcbbf..dc2e183d150 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/MutationCreateChatMembershipInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateChatMembershipInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationCreateChatMembershipInput.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateChatMembershipInput.ts#L16) +Defined in: [src/graphql/inputs/MutationCreateChatMembershipInput.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateChatMembershipInput.ts#L16) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema.md index e99eb968b0d..9089c6df346 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateChatMembershipInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{\}, `never`\>, \{ `role`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `role`: `unknown`; \}, \{ `[key: string]`: `any`; `role`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationCreateChatMembershipInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateChatMembershipInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateChatMembershipInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateChatMembershipInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput.md index 1fe7c130731..5f533a8de9a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/MutationCreateChatMessageInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateChatMessageInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationCreateChatMessageInput.ts:18](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateChatMessageInput.ts#L18) +Defined in: [src/graphql/inputs/MutationCreateChatMessageInput.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateChatMessageInput.ts#L18) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema.md index 0ae2fa2b3d3..4bb3e4995a2 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateChatMessageInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{ `body`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"body"`\>, \{ `parentMessageId`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `body`: `unknown`; `parentMessageId`: `unknown`; \}, \{ `[key: string]`: `any`; `body`: `unknown`; `parentMessageId`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationCreateChatMessageInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateChatMessageInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateChatMessageInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateChatMessageInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput.md index eec0e27afad..7e2ea00c3ea 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateCommentInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `body`: `object`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateCommentInput.ts:10](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateCommentInput.ts#L10) +Defined in: [src/graphql/inputs/MutationCreateCommentInput.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateCommentInput.ts#L10) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema.md index 166235d0e7d..f7a61f49a44 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateCommentInputSchema**: `ZodObject`\<`Pick`\<\{ `body`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"body"`\>, `"strip"`, `ZodTypeAny`, \{ `body`: `unknown`[]; \}, \{ `body`: `unknown`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateCommentInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateCommentInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateCommentInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateCommentInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput.md index 1c26a1109fb..15def9a587e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateCommentVoteInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationCreateCommentVoteInput.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateCommentVoteInput.ts#L12) +Defined in: [src/graphql/inputs/MutationCreateCommentVoteInput.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateCommentVoteInput.ts#L12) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema.md index c21f8f2263e..0dfeaeb8901 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateCommentVoteInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationCreateCommentVoteInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateCommentVoteInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateCommentVoteInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateCommentVoteInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput.md index 58cf9cd444b..6bb266f321b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateEventInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateEventInput.ts:32](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateEventInput.ts#L32) +Defined in: [src/graphql/inputs/MutationCreateEventInput.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateEventInput.ts#L32) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema.md index 37745cf2de7..3b3792a1e4d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateEventInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `endAt`: `ZodTypeAny`; `name`: `ZodTypeAny`; `organizationId`: `ZodTypeAny`; `startAt`: `ZodTypeAny`; \}, `"name"` \| `"organizationId"` \| `"endAt"` \| `"startAt"`\>, \{ `attachments`: `ZodOptional`\<`ZodArray`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>, `"many"`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; \}, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; \}\>, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; \}, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `endAt`: `any`; `name`: `any`; `organizationId`: `any`; `startAt`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateEventInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateEventInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateEventInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateEventInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput.md index 3e105dcad71..38d7a0c7840 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateFundCampaignInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `name`: `object`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateFundCampaignInput.ts:26](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateFundCampaignInput.ts#L26) +Defined in: [src/graphql/inputs/MutationCreateFundCampaignInput.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateFundCampaignInput.ts#L26) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema.md index 510ae566b89..63aeb469e99 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateFundCampaignInputSchema**: `ZodEffects`\<`ZodObject`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, `"strip"`, `ZodTypeAny`, \{ `name`: `unknown`[]; \}, \{ `name`: `unknown`[]; \}\>, \{ `name`: `unknown`[]; \}, \{ `name`: `unknown`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateFundCampaignInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateFundCampaignInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateFundCampaignInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateFundCampaignInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput.md index 16168651566..70de50f0997 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateFundCampaignPledgeInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `amount`: `any`; `campaignId`: `any`; `pledgerId`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts#L13) +Defined in: [src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts#L13) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema.md index 14806798e62..616e877c656 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateFundCampaignPledgeInputSchema**: `ZodObject`\<`Pick`\<\{ `amount`: `ZodTypeAny`; `campaignId`: `ZodTypeAny`; `pledgerId`: `ZodTypeAny`; \}, `"amount"` \| `"campaignId"` \| `"pledgerId"`\>, `"strip"`, `ZodTypeAny`, \{ `amount`: `any`; `campaignId`: `any`; `pledgerId`: `any`; \}, \{ `amount`: `any`; `campaignId`: `any`; `pledgerId`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateFundCampaignPledgeInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput.md index 44aeec3b3d3..0a8649c866a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateFundInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `name`: `object`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateFundInput.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateFundInput.ts#L11) +Defined in: [src/graphql/inputs/MutationCreateFundInput.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateFundInput.ts#L11) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema.md index 6ba4cf2d1e4..73bb7571535 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateFundInputSchema**: `ZodObject`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, `"strip"`, `ZodTypeAny`, \{ `name`: `unknown`[]; \}, \{ `name`: `unknown`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateFundInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateFundInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateFundInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateFundInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput.md index 0e8b4555e08..8123677f303 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateOrganizationInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `avatar`: `Promise`\<`FileUpload`\>; `name`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateOrganizationInput.ts:23](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateOrganizationInput.ts#L23) +Defined in: [src/graphql/inputs/MutationCreateOrganizationInput.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateOrganizationInput.ts#L23) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema.md index cbaca93cd40..a37594c278e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateOrganizationInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodTypeAny`; \}, `"name"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `avatar`: `Promise`\<`FileUpload`\>; `name`: `any`; \}, \{ `avatar`: `Promise`\<`FileUpload`\>; `name`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateOrganizationInput.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateOrganizationInput.ts#L7) +Defined in: [src/graphql/inputs/MutationCreateOrganizationInput.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateOrganizationInput.ts#L7) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput.md index fe8caf37c5c..35f42bf0e60 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/MutationCreateOrganizationMembershipInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateOrganizationMembershipInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts#L16) +Defined in: [src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts#L16) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema.md index 7f44750ad26..ac0d8f7de43 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateOrganizationMembershipInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{\}, `never`\>, \{ `role`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `role`: `unknown`; \}, \{ `[key: string]`: `any`; `role`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateOrganizationMembershipInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput.md index 5819cb276fd..522d2cc5a4d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreatePostInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `caption`: `object`[]; `isPinned`: `boolean`; \}\> -Defined in: [src/graphql/inputs/MutationCreatePostInput.ts:21](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreatePostInput.ts#L21) +Defined in: [src/graphql/inputs/MutationCreatePostInput.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreatePostInput.ts#L21) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema.md index 85c75458d9a..5de87b1867e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreatePostInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{ `caption`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"caption"`\>, \{ `attachments`: `ZodOptional`\<`ZodArray`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>, `"many"`\>\>; `isPinned`: `ZodOptional`\<`ZodBoolean`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `caption`: `unknown`[]; `isPinned`: `boolean`; \}, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `caption`: `unknown`[]; `isPinned`: `boolean`; \}\> -Defined in: [src/graphql/inputs/MutationCreatePostInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreatePostInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreatePostInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreatePostInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput.md index adb78c0bfba..48c7f78a4b1 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreatePostVoteInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationCreatePostVoteInput.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreatePostVoteInput.ts#L12) +Defined in: [src/graphql/inputs/MutationCreatePostVoteInput.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreatePostVoteInput.ts#L12) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema.md index d88eca901e7..0b3c73c566d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreatePostVoteInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationCreatePostVoteInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreatePostVoteInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreatePostVoteInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreatePostVoteInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput.md index 9185faa2a66..6b725bc25d7 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateTagFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `name`: `object`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateTagFolderInput.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateTagFolderInput.ts#L12) +Defined in: [src/graphql/inputs/MutationCreateTagFolderInput.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateTagFolderInput.ts#L12) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema.md index cbe4f162422..6c3365abafa 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateTagFolderInputSchema**: `ZodObject`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, `"strip"`, `ZodTypeAny`, \{ `name`: `unknown`[]; \}, \{ `name`: `unknown`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateTagFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateTagFolderInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateTagFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateTagFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput.md index 7d757049fe4..e2614ef7d62 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateTagInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `name`: `object`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateTagInput.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateTagInput.ts#L11) +Defined in: [src/graphql/inputs/MutationCreateTagInput.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateTagInput.ts#L11) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema.md index e01964012f3..beff37ccf50 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateTagInputSchema**: `ZodObject`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, `"strip"`, `ZodTypeAny`, \{ `name`: `unknown`[]; \}, \{ `name`: `unknown`[]; \}\> -Defined in: [src/graphql/inputs/MutationCreateTagInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateTagInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateTagInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateTagInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput.md index 28ffb93bd96..f2efd88e2fc 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateUserInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `avatar`: `Promise`\<`FileUpload`\>; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/MutationCreateUserInput.ts:29](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateUserInput.ts#L29) +Defined in: [src/graphql/inputs/MutationCreateUserInput.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateUserInput.ts#L29) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema.md index 62c7dfdafee..f3a17e431ba 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateUserInputSchema**: `ZodObject`\<`extendShape`\<`Omit`\<\{ `emailAddress`: `ZodTypeAny`; `isEmailAddressVerified`: `ZodTypeAny`; `name`: `ZodTypeAny`; `passwordHash`: `ZodTypeAny`; `role`: `ZodTypeAny`; \}, `"id"` \| `"createdAt"` \| `"name"` \| `"avatarMimeType"` \| `"avatarName"` \| `"creatorId"` \| `"emailAddress"` \| `"isEmailAddressVerified"` \| `"passwordHash"` \| `"role"` \| `"updatedAt"` \| `"updaterId"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; `password`: `ZodString`; \}\>, `"strip"`, `ZodTypeAny`, \{ `avatar`: `Promise`\<`FileUpload`\>; `password`: `string`; \}, \{ `avatar`: `Promise`\<`FileUpload`\>; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/MutationCreateUserInput.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateUserInput.ts#L13) +Defined in: [src/graphql/inputs/MutationCreateUserInput.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateUserInput.ts#L13) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput.md index fb549e08e4f..fd45c5c622f 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateVenueBookingInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationCreateVenueBookingInput.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateVenueBookingInput.ts#L11) +Defined in: [src/graphql/inputs/MutationCreateVenueBookingInput.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateVenueBookingInput.ts#L11) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema.md index 0ceb6ef6bec..bde7f3a4a8c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateVenueBookingInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationCreateVenueBookingInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateVenueBookingInput.ts#L5) +Defined in: [src/graphql/inputs/MutationCreateVenueBookingInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateVenueBookingInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput.md index b9b57633bcc..18f38481ca0 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput.md @@ -6,4 +6,4 @@ > `const` **MutationCreateVenueInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `name`: `any`; `organizationId`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateVenueInput.ts:21](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateVenueInput.ts#L21) +Defined in: [src/graphql/inputs/MutationCreateVenueInput.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateVenueInput.ts#L21) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema.md index 457313edd89..006d386b11c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationCreateVenueInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodTypeAny`; `organizationId`: `ZodTypeAny`; \}, `"name"` \| `"organizationId"`\>, \{ `attachments`: `ZodOptional`\<`ZodArray`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>, `"many"`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `name`: `any`; `organizationId`: `any`; \}, \{ `attachments`: `Promise`\<`FileUpload`\>[]; `name`: `any`; `organizationId`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationCreateVenueInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationCreateVenueInput.ts#L6) +Defined in: [src/graphql/inputs/MutationCreateVenueInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationCreateVenueInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput.md index 302be176bbb..be85ada43dc 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/MutationDeleteAdvertisementInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteAdvertisementInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteAdvertisementInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteAdvertisementInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteAdvertisementInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteAdvertisementInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema.md index 8548353b6f9..bf175c671bf 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteAdvertisementInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteAdvertisementInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteAdvertisementInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteAdvertisementInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteAdvertisementInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput.md index 3ab0b95f29a..99a46433b8d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/MutationDeleteAgendaFolderInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteAgendaFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteAgendaFolderInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteAgendaFolderInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteAgendaFolderInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteAgendaFolderInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema.md index e226a45f4b6..73a367c31fc 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteAgendaFolderInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteAgendaFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteAgendaFolderInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteAgendaFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteAgendaFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput.md index 0d6596ae640..598b1a0a72f 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteAgendaItemInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteAgendaItemInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteAgendaItemInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteAgendaItemInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteAgendaItemInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInputSchema.md index c00abb2b12e..fc9d88c24cf 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInputSchema.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteAgendaItemInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteAgendaItemInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteAgendaItemInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteAgendaItemInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteAgendaItemInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput.md index 1832c396ffd..2a60fe6911c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/MutationDeleteChatInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteChatInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteChatInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteChatInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteChatInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteChatInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema.md index 715f82c8e55..0979c84d41b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteChatInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteChatInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteChatInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteChatInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteChatInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput.md index 8e3b63de0c1..648fb562f2a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteChatMembershipInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationDeleteChatMembershipInput.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteChatMembershipInput.ts#L11) +Defined in: [src/graphql/inputs/MutationDeleteChatMembershipInput.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteChatMembershipInput.ts#L11) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema.md index 8d1ba2395a1..badd33d1fc9 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteChatMembershipInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationDeleteChatMembershipInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteChatMembershipInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteChatMembershipInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteChatMembershipInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput.md index c542c5ff8be..ab9e0aa6e76 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/MutationDeleteChatMessageInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteChatMessageInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteChatMessageInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteChatMessageInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteChatMessageInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteChatMessageInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema.md index b10ccdcbfe4..da485b3472c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteChatMessageInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteChatMessageInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteChatMessageInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteChatMessageInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteChatMessageInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput.md index 89f708532c9..75eacf235ef 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/MutationDeleteCommentInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteCommentInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteCommentInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteCommentInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteCommentInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteCommentInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema.md index 67fe74ea176..819d7cc7433 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteCommentInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteCommentInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteCommentInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteCommentInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteCommentInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput.md index 143a706494f..180cee6849e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/MutationDeleteCommentVoteInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteCommentVoteInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteCommentVoteInput.ts:16](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteCommentVoteInput.ts#L16) +Defined in: [src/graphql/inputs/MutationDeleteCommentVoteInput.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteCommentVoteInput.ts#L16) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema.md index 73abe000586..e839e27cd76 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteCommentVoteInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{\}, `never`\>, \{ `creatorId`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `creatorId`: `unknown`; \}, \{ `[key: string]`: `any`; `creatorId`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteCommentVoteInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteCommentVoteInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteCommentVoteInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteCommentVoteInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput.md index 13eff11c013..2748e727d9d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/MutationDeleteEventInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteEventInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteEventInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteEventInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteEventInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteEventInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema.md index cbb21420cef..cf255e131eb 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteEventInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteEventInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteEventInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteEventInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteEventInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput.md index 0356545912f..d38c763f815 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/MutationDeleteFundCampaignInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteFundCampaignInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteFundCampaignInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteFundCampaignInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteFundCampaignInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteFundCampaignInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema.md index 550c3013ef8..d64d9cde61f 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteFundCampaignInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteFundCampaignInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteFundCampaignInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteFundCampaignInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteFundCampaignInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput.md index a2e050d6a09..3895ed67df7 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/MutationDeleteFundCampaignPledgeInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteFundCampaignPledgeInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema.md index 6d37fac8e46..205613bd0bf 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteFundCampaignPledgeInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteFundCampaignPledgeInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput.md index b9f9bf6f02a..d4a7f852cb1 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/MutationDeleteFundInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteFundInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteFundInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteFundInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteFundInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteFundInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema.md index 25715cf366a..986ba53b8bf 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteFundInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteFundInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteFundInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteFundInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteFundInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput.md index 716fff88332..223ea004f0b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/MutationDeleteOrganizationInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteOrganizationInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteOrganizationInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteOrganizationInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteOrganizationInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteOrganizationInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema.md index e3800e711e5..a80550b1545 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteOrganizationInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteOrganizationInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteOrganizationInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteOrganizationInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteOrganizationInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput.md index fa7fa8cc2a3..a6ddc93e1cc 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteOrganizationMembershipInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts#L11) +Defined in: [src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts#L11) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema.md index c271147f32e..6cca9f11b2b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteOrganizationMembershipInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteOrganizationMembershipInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput.md index 1eee5d59480..e6d5c7d60eb 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/MutationDeletePostInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeletePostInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeletePostInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeletePostInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeletePostInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeletePostInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema.md index afb7dcb62a1..9a72e9995f2 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeletePostInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeletePostInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeletePostInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeletePostInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeletePostInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput.md index e34b428b9e9..4d414178926 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/MutationDeletePostVoteInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeletePostVoteInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeletePostVoteInput.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeletePostVoteInput.ts#L13) +Defined in: [src/graphql/inputs/MutationDeletePostVoteInput.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeletePostVoteInput.ts#L13) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema.md index 4d6fdacc064..e14909b9d93 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeletePostVoteInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{\}, `never`\>, \{ `creatorId`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `creatorId`: `unknown`; \}, \{ `[key: string]`: `any`; `creatorId`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeletePostVoteInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeletePostVoteInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeletePostVoteInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeletePostVoteInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput.md index ecc739efa81..78149d788fd 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/MutationDeleteTagFolderInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteTagFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteTagFolderInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteTagFolderInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteTagFolderInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteTagFolderInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema.md index 8e8add1429b..d2e09c4621d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteTagFolderInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteTagFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteTagFolderInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteTagFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteTagFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput.md index 249b1d64798..dcd9dd47107 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/MutationDeleteTagInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteTagInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteTagInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteTagInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteTagInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteTagInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema.md index ed7d303242a..27d8143aed7 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteTagInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteTagInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteTagInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteTagInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteTagInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput.md index ec795bf23e9..9ce5d06ca68 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/MutationDeleteUserInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteUserInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteUserInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteUserInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteUserInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteUserInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema.md index d0d41083158..6bcf9c24c01 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteUserInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteUserInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteUserInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteUserInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteUserInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput.md index befd75c14f5..5e6fa84b68e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteVenueBookingInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationDeleteVenueBookingInput.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteVenueBookingInput.ts#L11) +Defined in: [src/graphql/inputs/MutationDeleteVenueBookingInput.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteVenueBookingInput.ts#L11) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema.md index e2cdd1d2f61..00f56959f9b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteVenueBookingInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationDeleteVenueBookingInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteVenueBookingInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteVenueBookingInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteVenueBookingInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput.md index 72237d982f3..bd0823afb79 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/MutationDeleteVenueInput.md @@ -6,4 +6,4 @@ > `const` **MutationDeleteVenueInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationDeleteVenueInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteVenueInput.ts#L9) +Defined in: [src/graphql/inputs/MutationDeleteVenueInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteVenueInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema.md index 9b2e58fc7c6..89e5adaba3e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationDeleteVenueInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationDeleteVenueInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationDeleteVenueInput.ts#L5) +Defined in: [src/graphql/inputs/MutationDeleteVenueInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationDeleteVenueInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput.md index cb6430c632c..fcd579a9016 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput.md @@ -6,4 +6,4 @@ > `const` **MutationSignUpInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `avatar`: `Promise`\<`FileUpload`\>; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/MutationSignUpInput.ts:30](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationSignUpInput.ts#L30) +Defined in: [src/graphql/inputs/MutationSignUpInput.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationSignUpInput.ts#L30) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema.md index bf6cefc1f30..e3deab01bb4 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationSignUpInputSchema**: `ZodObject`\<`extendShape`\<`Omit`\<\{ `emailAddress`: `ZodTypeAny`; `isEmailAddressVerified`: `ZodTypeAny`; `name`: `ZodTypeAny`; `passwordHash`: `ZodTypeAny`; `role`: `ZodTypeAny`; \}, `"id"` \| `"createdAt"` \| `"name"` \| `"avatarMimeType"` \| `"avatarName"` \| `"creatorId"` \| `"emailAddress"` \| `"isEmailAddressVerified"` \| `"passwordHash"` \| `"role"` \| `"updatedAt"` \| `"updaterId"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; `password`: `ZodString`; \}\>, `"strip"`, `ZodTypeAny`, \{ `avatar`: `Promise`\<`FileUpload`\>; `password`: `string`; \}, \{ `avatar`: `Promise`\<`FileUpload`\>; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/MutationSignUpInput.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationSignUpInput.ts#L12) +Defined in: [src/graphql/inputs/MutationSignUpInput.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationSignUpInput.ts#L12) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput.md index 34b996caf68..4926ba8ee18 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/MutationUpdateAdvertisementInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateAdvertisementInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateAdvertisementInput.ts:40](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateAdvertisementInput.ts#L40) +Defined in: [src/graphql/inputs/MutationUpdateAdvertisementInput.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateAdvertisementInput.ts#L40) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema.md index 6d11ce0897a..f58455366a4 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateAdvertisementInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `endAt`: `ZodTypeAny`; `name`: `ZodTypeAny`; `organizationId`: `ZodTypeAny`; `startAt`: `ZodTypeAny`; `type`: `ZodTypeAny`; \}, `"name"` \| `"organizationId"` \| `"endAt"` \| `"startAt"` \| `"type"`\>, \{ `endAt`: `ZodOptional`\<`ZodTypeAny`\>; `id`: `any`; `name`: `ZodOptional`\<`ZodTypeAny`\>; `startAt`: `ZodOptional`\<`ZodTypeAny`\>; `type`: `ZodOptional`\<`ZodTypeAny`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; `startAt`: `unknown`; `type`: `unknown`; \}, \{ `[key: string]`: `any`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; `startAt`: `unknown`; `type`: `unknown`; \}\>, \{ `[key: string]`: `any`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; `startAt`: `unknown`; `type`: `unknown`; \}, \{ `[key: string]`: `any`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; `startAt`: `unknown`; `type`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateAdvertisementInput.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateAdvertisementInput.ts#L7) +Defined in: [src/graphql/inputs/MutationUpdateAdvertisementInput.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateAdvertisementInput.ts#L7) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput.md index 581a2928f39..a0a09528872 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/MutationUpdateAgendaFolderInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateAgendaFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateAgendaFolderInput.ts:22](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateAgendaFolderInput.ts#L22) +Defined in: [src/graphql/inputs/MutationUpdateAgendaFolderInput.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateAgendaFolderInput.ts#L22) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema.md index 91bcd2d099c..09e49477a97 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateAgendaFolderInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, \{ `id`: `any`; `name`: `ZodOptional`\<`ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}\>, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateAgendaFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateAgendaFolderInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateAgendaFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateAgendaFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput.md index ece59a43e4a..65b21d4adc5 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateAgendaItemInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateAgendaItemInput.ts:24](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateAgendaItemInput.ts#L24) +Defined in: [src/graphql/inputs/MutationUpdateAgendaItemInput.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateAgendaItemInput.ts#L24) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInputSchema.md index 019d0d2424c..6f5be52baa7 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInputSchema.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateAgendaItemInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `folderId`: `ZodTypeAny`; `name`: `ZodTypeAny`; `type`: `ZodTypeAny`; \}, `"name"` \| `"type"` \| `"folderId"`\>, \{ `folderId`: `ZodOptional`\<`ZodTypeAny`\>; `id`: `any`; `name`: `ZodOptional`\<`ZodTypeAny`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `folderId`: `unknown`; `id`: `unknown`; `name`: `unknown`; `type`: `unknown`; \}, \{ `[key: string]`: `any`; `folderId`: `unknown`; `id`: `unknown`; `name`: `unknown`; `type`: `unknown`; \}\>, \{ `[key: string]`: `any`; `folderId`: `unknown`; `id`: `unknown`; `name`: `unknown`; `type`: `unknown`; \}, \{ `[key: string]`: `any`; `folderId`: `unknown`; `id`: `unknown`; `name`: `unknown`; `type`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateAgendaItemInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateAgendaItemInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateAgendaItemInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateAgendaItemInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput.md index fdddf67e551..872cc819430 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/MutationUpdateChatInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateChatInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateChatInput.ts:22](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateChatInput.ts#L22) +Defined in: [src/graphql/inputs/MutationUpdateChatInput.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateChatInput.ts#L22) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema.md index e9848879f1b..28d27371e31 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateChatInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodTypeAny`; `organizationId`: `ZodTypeAny`; \}, `"name"` \| `"organizationId"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; `id`: `any`; `name`: `ZodOptional`\<`ZodTypeAny`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}\>, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateChatInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateChatInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdateChatInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateChatInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput.md index f4420300931..79256da9355 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateChatMembershipInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationUpdateChatMembershipInput.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateChatMembershipInput.ts#L13) +Defined in: [src/graphql/inputs/MutationUpdateChatMembershipInput.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateChatMembershipInput.ts#L13) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema.md index 61c36fb71d2..4c916b45b0c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateChatMembershipInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationUpdateChatMembershipInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateChatMembershipInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdateChatMembershipInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateChatMembershipInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput.md index 63a9c51fa15..ba6868d141c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/MutationUpdateChatMessageInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateChatMessageInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateChatMessageInput.ts:14](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateChatMessageInput.ts#L14) +Defined in: [src/graphql/inputs/MutationUpdateChatMessageInput.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateChatMessageInput.ts#L14) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema.md index 5771dee675f..a1a48d293a0 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateChatMessageInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{ `body`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"body"`\>, \{ `id`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `body`: `unknown`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `body`: `unknown`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateChatMessageInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateChatMessageInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateChatMessageInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateChatMessageInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput.md index 7be23821e98..82310508ada 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/MutationUpdateCommentInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateCommentInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateCommentInput.ts:18](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCommentInput.ts#L18) +Defined in: [src/graphql/inputs/MutationUpdateCommentInput.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCommentInput.ts#L18) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema.md index 9c0e6f83ae5..a3489be4a2c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateCommentInputSchema**: `ZodEffects`\<`ZodObject`\<\{ `body`: `ZodOptional`\<`ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>\>; `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `body`: `unknown`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `body`: `unknown`; `id`: `unknown`; \}\>, \{ `[key: string]`: `any`; `body`: `unknown`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `body`: `unknown`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateCommentInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCommentInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateCommentInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCommentInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput.md index f86330b908f..cb9a1575ae9 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateCommentVoteInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationUpdateCommentVoteInput.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCommentVoteInput.ts#L12) +Defined in: [src/graphql/inputs/MutationUpdateCommentVoteInput.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCommentVoteInput.ts#L12) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema.md index 82aeca36898..1d4ca6d91d2 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateCommentVoteInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationUpdateCommentVoteInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCommentVoteInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdateCommentVoteInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCommentVoteInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput.md index a8a860df62b..6e0a0d1a4cf 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateCommunityInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `logo`: `Promise`\<`FileUpload`\>; `name`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateCommunityInput.ts:24](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCommunityInput.ts#L24) +Defined in: [src/graphql/inputs/MutationUpdateCommunityInput.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCommunityInput.ts#L24) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema.md index 4334b6ee15f..9562fd0c3b1 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateCommunityInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Omit`\<\{ `name`: `ZodTypeAny`; \}, `"id"` \| `"createdAt"` \| `"name"` \| `"updatedAt"` \| `"updaterId"` \| `"logoMimeType"` \| `"logoName"`\>, \{ `logo`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; `name`: `ZodOptional`\<`ZodTypeAny`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `logo`: `Promise`\<`FileUpload`\>; `name`: `any`; \}, \{ `logo`: `Promise`\<`FileUpload`\>; `name`: `any`; \}\>, \{ `logo`: `Promise`\<`FileUpload`\>; `name`: `any`; \}, \{ `logo`: `Promise`\<`FileUpload`\>; `name`: `any`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateCommunityInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCommunityInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdateCommunityInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCommunityInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput.md index 669ede3903a..423e5d99e32 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateCurrentUserInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `avatar`: `Promise`\<`FileUpload`\>; `emailAddress`: `any`; `name`: `any`; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateCurrentUserInput.ts:37](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCurrentUserInput.ts#L37) +Defined in: [src/graphql/inputs/MutationUpdateCurrentUserInput.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCurrentUserInput.ts#L37) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema.md index a58e4c2f723..988d17c06f4 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateCurrentUserInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Omit`\<\{ `emailAddress`: `ZodTypeAny`; `isEmailAddressVerified`: `ZodTypeAny`; `name`: `ZodTypeAny`; `passwordHash`: `ZodTypeAny`; `role`: `ZodTypeAny`; \}, `"id"` \| `"createdAt"` \| `"name"` \| `"avatarMimeType"` \| `"avatarName"` \| `"creatorId"` \| `"emailAddress"` \| `"isEmailAddressVerified"` \| `"passwordHash"` \| `"role"` \| `"updatedAt"` \| `"updaterId"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; `emailAddress`: `ZodOptional`\<`ZodTypeAny`\>; `name`: `ZodOptional`\<`ZodTypeAny`\>; `password`: `ZodOptional`\<`ZodString`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `avatar`: `Promise`\<`FileUpload`\>; `emailAddress`: `any`; `name`: `any`; `password`: `string`; \}, \{ `avatar`: `Promise`\<`FileUpload`\>; `emailAddress`: `any`; `name`: `any`; `password`: `string`; \}\>, \{ `avatar`: `Promise`\<`FileUpload`\>; `emailAddress`: `any`; `name`: `any`; `password`: `string`; \}, \{ `avatar`: `Promise`\<`FileUpload`\>; `emailAddress`: `any`; `name`: `any`; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateCurrentUserInput.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateCurrentUserInput.ts#L12) +Defined in: [src/graphql/inputs/MutationUpdateCurrentUserInput.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateCurrentUserInput.ts#L12) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput.md index bb0b08c45d1..1b61dba81d7 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateEventInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateEventInput.ts:35](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateEventInput.ts#L35) +Defined in: [src/graphql/inputs/MutationUpdateEventInput.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateEventInput.ts#L35) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema.md index e5c4dcdc3dd..c29afb9cb94 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateEventInputSchema**: `ZodEffects`\<`ZodObject`\<\{ `description`: `any`; `endAt`: `ZodOptional`\<`ZodTypeAny`\>; `id`: `any`; `name`: `ZodOptional`\<`ZodTypeAny`\>; `startAt`: `ZodOptional`\<`ZodTypeAny`\>; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `description`: `unknown`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}, \{ `[key: string]`: `any`; `description`: `unknown`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}\>, \{ `[key: string]`: `any`; `description`: `unknown`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}, \{ `[key: string]`: `any`; `description`: `unknown`; `endAt`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateEventInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateEventInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdateEventInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateEventInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput.md index 7ee1a479995..32495343a23 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/MutationUpdateFundCampaignInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateFundCampaignInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateFundCampaignInput.ts:35](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateFundCampaignInput.ts#L35) +Defined in: [src/graphql/inputs/MutationUpdateFundCampaignInput.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateFundCampaignInput.ts#L35) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema.md index 386806e6d81..84c6ac2737e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateFundCampaignInputSchema**: `ZodEffects`\<`ZodObject`\<\{ `endAt`: `any`; `goalAmount`: `any`; `id`: `any`; `name`: `ZodOptional`\<`ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>\>; `startAt`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `endAt`: `unknown`; `goalAmount`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}, \{ `[key: string]`: `any`; `endAt`: `unknown`; `goalAmount`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}\>, \{ `[key: string]`: `any`; `endAt`: `unknown`; `goalAmount`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}, \{ `[key: string]`: `any`; `endAt`: `unknown`; `goalAmount`: `unknown`; `id`: `unknown`; `name`: `unknown`; `startAt`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateFundCampaignInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateFundCampaignInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdateFundCampaignInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateFundCampaignInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput.md index 6e1f52239e2..098d193b241 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/MutationUpdateFundCampaignPledgeInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateFundCampaignPledgeInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts:22](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts#L22) +Defined in: [src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts#L22) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema.md index 1b919df33ea..a5e2a77b5ab 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateFundCampaignPledgeInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `amount`: `ZodTypeAny`; `campaignId`: `ZodTypeAny`; `pledgerId`: `ZodTypeAny`; \}, `"amount"` \| `"campaignId"` \| `"pledgerId"`\>, \{ `amount`: `ZodOptional`\<`ZodTypeAny`\>; `id`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `amount`: `unknown`; `campaignId`: `unknown`; `id`: `unknown`; `pledgerId`: `unknown`; \}, \{ `[key: string]`: `any`; `amount`: `unknown`; `campaignId`: `unknown`; `id`: `unknown`; `pledgerId`: `unknown`; \}\>, \{ `[key: string]`: `any`; `amount`: `unknown`; `campaignId`: `unknown`; `id`: `unknown`; `pledgerId`: `unknown`; \}, \{ `[key: string]`: `any`; `amount`: `unknown`; `campaignId`: `unknown`; `id`: `unknown`; `pledgerId`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateFundCampaignPledgeInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput.md index 77719630764..0d45523f167 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/MutationUpdateFundInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateFundInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateFundInput.ts:18](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateFundInput.ts#L18) +Defined in: [src/graphql/inputs/MutationUpdateFundInput.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateFundInput.ts#L18) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema.md index a6893fcf719..ae745fc1dcc 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateFundInputSchema**: `ZodEffects`\<`ZodObject`\<\{ `id`: `any`; `isTaxDeductible`: `any`; `name`: `ZodOptional`\<`ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>\>; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; `isTaxDeductible`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `isTaxDeductible`: `unknown`; `name`: `unknown`; \}\>, \{ `[key: string]`: `any`; `id`: `unknown`; `isTaxDeductible`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `isTaxDeductible`: `unknown`; `name`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateFundInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateFundInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateFundInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateFundInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput.md index 5575739c371..9e637edd347 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/MutationUpdateOrganizationInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateOrganizationInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateOrganizationInput.ts:31](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateOrganizationInput.ts#L31) +Defined in: [src/graphql/inputs/MutationUpdateOrganizationInput.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateOrganizationInput.ts#L31) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema.md index 4764f439006..1f79fc5c799 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateOrganizationInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodTypeAny`; \}, `"name"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; `id`: `any`; `name`: `ZodOptional`\<`ZodTypeAny`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; \}\>, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `avatar`: `unknown`; `id`: `unknown`; `name`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateOrganizationInput.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateOrganizationInput.ts#L7) +Defined in: [src/graphql/inputs/MutationUpdateOrganizationInput.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateOrganizationInput.ts#L7) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput.md index b095653d14c..0572f45f0be 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/MutationUpdateOrganizationMembershipInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateOrganizationMembershipInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts:23](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts#L23) +Defined in: [src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts#L23) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema.md index 9e26ea0cc72..fa21e0eb827 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateOrganizationMembershipInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{\}, `never`\>, \{ `role`: `any`; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `role`: `unknown`; \}, \{ `[key: string]`: `any`; `role`: `unknown`; \}\>, \{ `[key: string]`: `any`; `role`: `unknown`; \}, \{ `[key: string]`: `any`; `role`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateOrganizationMembershipInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput.md index 347e319f761..0cadb274476 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdatePostInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdatePostInput.ts:37](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdatePostInput.ts#L37) +Defined in: [src/graphql/inputs/MutationUpdatePostInput.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdatePostInput.ts#L37) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema.md index bd3e91b0def..d6371f9e332 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdatePostInputSchema**: `ZodEffects`\<`ZodObject`\<\{ `attachments`: `ZodOptional`\<`ZodArray`\<`ZodObject`\<\{ `mimeType`: `ZodString`; `url`: `ZodString`; \}, `"strip"`, `ZodTypeAny`, \{ `mimeType`: `string`; `url`: `string`; \}, \{ `mimeType`: `string`; `url`: `string`; \}\>, `"many"`\>\>; `caption`: `ZodOptional`\<`ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>\>; `id`: `any`; `isPinned`: `ZodOptional`\<`ZodBoolean`\>; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `attachments`: `unknown`; `caption`: `unknown`; `id`: `unknown`; `isPinned`: `unknown`; \}, \{ `[key: string]`: `any`; `attachments`: `unknown`; `caption`: `unknown`; `id`: `unknown`; `isPinned`: `unknown`; \}\>, \{ `[key: string]`: `any`; `attachments`: `unknown`; `caption`: `unknown`; `id`: `unknown`; `isPinned`: `unknown`; \}, \{ `[key: string]`: `any`; `attachments`: `unknown`; `caption`: `unknown`; `id`: `unknown`; `isPinned`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdatePostInput.ts:10](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdatePostInput.ts#L10) +Defined in: [src/graphql/inputs/MutationUpdatePostInput.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdatePostInput.ts#L10) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput.md index d7db497618b..a8633203b2a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdatePostVoteInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> -Defined in: [src/graphql/inputs/MutationUpdatePostVoteInput.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdatePostVoteInput.ts#L12) +Defined in: [src/graphql/inputs/MutationUpdatePostVoteInput.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdatePostVoteInput.ts#L12) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema.md index f007265e039..af4416565a2 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdatePostVoteInputSchema**: `ZodObject`\<`Pick`\<\{\}, `never`\>, `"strip"`, `ZodTypeAny`, \{\}, \{\}\> -Defined in: [src/graphql/inputs/MutationUpdatePostVoteInput.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdatePostVoteInput.ts#L6) +Defined in: [src/graphql/inputs/MutationUpdatePostVoteInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdatePostVoteInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput.md index 60e5eec02f1..1218f641365 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/MutationUpdateTagFolderInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateTagFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateTagFolderInput.ts:21](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateTagFolderInput.ts#L21) +Defined in: [src/graphql/inputs/MutationUpdateTagFolderInput.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateTagFolderInput.ts#L21) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema.md index a2754949357..a3b6bf6838d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateTagFolderInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, \{ `id`: `any`; `name`: `ZodOptional`\<`ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}\>, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateTagFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateTagFolderInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateTagFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateTagFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput.md index bcb8993694f..c07401c092a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/MutationUpdateTagInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateTagInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateTagInput.ts:21](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateTagInput.ts#L21) +Defined in: [src/graphql/inputs/MutationUpdateTagInput.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateTagInput.ts#L21) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema.md index cdaf0a3b832..153585ca097 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateTagInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>; \}, `"name"`\>, \{ `id`: `any`; `name`: `ZodOptional`\<`ZodArray`\, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, "many"\>, `"many"`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}\>, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateTagInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateTagInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateTagInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateTagInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput.md index c1c0f186d66..9305112d395 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/MutationUpdateUserInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateUserInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateUserInput.ts:44](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateUserInput.ts#L44) +Defined in: [src/graphql/inputs/MutationUpdateUserInput.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateUserInput.ts#L44) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema.md index 0caf8670bba..6dfca3c5672 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateUserInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Omit`\<\{ `emailAddress`: `ZodTypeAny`; `isEmailAddressVerified`: `ZodTypeAny`; `name`: `ZodTypeAny`; `passwordHash`: `ZodTypeAny`; `role`: `ZodTypeAny`; \}, `"id"` \| `"createdAt"` \| `"name"` \| `"avatarMimeType"` \| `"avatarName"` \| `"creatorId"` \| `"emailAddress"` \| `"isEmailAddressVerified"` \| `"passwordHash"` \| `"role"` \| `"updatedAt"` \| `"updaterId"`\>, \{ `avatar`: `ZodOptional`\<`ZodNullable`\<`ZodType`\<`Promise`\<`FileUpload`\>, `ZodTypeDef`, `Promise`\<`FileUpload`\>\>\>\>; `emailAddress`: `ZodOptional`\<`ZodTypeAny`\>; `id`: `any`; `isEmailAddressVerified`: `ZodOptional`\<`ZodTypeAny`\>; `name`: `ZodOptional`\<`ZodTypeAny`\>; `password`: `ZodOptional`\<`ZodString`\>; `role`: `ZodOptional`\<`ZodTypeAny`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `avatar`: `unknown`; `emailAddress`: `unknown`; `id`: `unknown`; `isEmailAddressVerified`: `unknown`; `name`: `unknown`; `password`: `unknown`; `role`: `unknown`; \}, \{ `[key: string]`: `any`; `avatar`: `unknown`; `emailAddress`: `unknown`; `id`: `unknown`; `isEmailAddressVerified`: `unknown`; `name`: `unknown`; `password`: `unknown`; `role`: `unknown`; \}\>, \{ `[key: string]`: `any`; `avatar`: `unknown`; `emailAddress`: `unknown`; `id`: `unknown`; `isEmailAddressVerified`: `unknown`; `name`: `unknown`; `password`: `unknown`; `role`: `unknown`; \}, \{ `[key: string]`: `any`; `avatar`: `unknown`; `emailAddress`: `unknown`; `id`: `unknown`; `isEmailAddressVerified`: `unknown`; `name`: `unknown`; `password`: `unknown`; `role`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateUserInput.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateUserInput.ts#L13) +Defined in: [src/graphql/inputs/MutationUpdateUserInput.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateUserInput.ts#L13) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput.md index 25fcb4a8311..f37b7578000 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/MutationUpdateVenueInput.md @@ -6,4 +6,4 @@ > `const` **MutationUpdateVenueInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/MutationUpdateVenueInput.ts:21](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateVenueInput.ts#L21) +Defined in: [src/graphql/inputs/MutationUpdateVenueInput.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateVenueInput.ts#L21) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema.md index e32118884d8..b0782b1fc49 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema.md @@ -6,4 +6,4 @@ > `const` **mutationUpdateVenueInputSchema**: `ZodEffects`\<`ZodObject`\<`extendShape`\<`Pick`\<\{ `name`: `ZodTypeAny`; `organizationId`: `ZodTypeAny`; \}, `"name"` \| `"organizationId"`\>, \{ `id`: `any`; `name`: `ZodOptional`\<`ZodTypeAny`\>; \}\>, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}\>, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; `name`: `unknown`; `organizationId`: `unknown`; \}\> -Defined in: [src/graphql/inputs/MutationUpdateVenueInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/MutationUpdateVenueInput.ts#L5) +Defined in: [src/graphql/inputs/MutationUpdateVenueInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/MutationUpdateVenueInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput.md index 7e3bf1905ee..bcc5d3c705d 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/QueryAdvertisementInput.md @@ -6,4 +6,4 @@ > `const` **QueryAdvertisementInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryAdvertisementInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryAdvertisementInput.ts#L9) +Defined in: [src/graphql/inputs/QueryAdvertisementInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryAdvertisementInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema.md index 98d9fb6d0be..72efd86308f 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryAdvertisementInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryAdvertisementInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryAdvertisementInput.ts#L5) +Defined in: [src/graphql/inputs/QueryAdvertisementInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryAdvertisementInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput.md index 5851b83939a..2f041facaa3 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/QueryAgendaFolderInput.md @@ -6,4 +6,4 @@ > `const` **QueryAgendaFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryAgendaFolderInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryAgendaFolderInput.ts#L9) +Defined in: [src/graphql/inputs/QueryAgendaFolderInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryAgendaFolderInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema.md index da2937f06c0..963c8fd32f0 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryAgendaFolderInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryAgendaFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryAgendaFolderInput.ts#L5) +Defined in: [src/graphql/inputs/QueryAgendaFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryAgendaFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput.md index 9792ca25f1b..cf74f34093b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/QueryAgendaItemInput.md @@ -6,4 +6,4 @@ > `const` **QueryAgendaItemInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryAgendaItemInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryAgendaItemInput.ts#L9) +Defined in: [src/graphql/inputs/QueryAgendaItemInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryAgendaItemInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema.md index 88a3d394346..299ad1a6570 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryAgendaItemInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryAgendaItemInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryAgendaItemInput.ts#L5) +Defined in: [src/graphql/inputs/QueryAgendaItemInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryAgendaItemInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/QueryChatInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/QueryChatInput.md index 9b5142e1b9c..60339f5a652 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/QueryChatInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/QueryChatInput.md @@ -6,4 +6,4 @@ > `const` **QueryChatInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryChatInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryChatInput.ts#L9) +Defined in: [src/graphql/inputs/QueryChatInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryChatInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/queryChatInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/queryChatInputSchema.md index c0ad8d0bdb9..2beb9efa6a2 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/queryChatInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/queryChatInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryChatInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryChatInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryChatInput.ts#L5) +Defined in: [src/graphql/inputs/QueryChatInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryChatInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput.md index b2a8d0f0285..25debdc9d6e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/QueryChatMessageInput.md @@ -6,4 +6,4 @@ > `const` **QueryChatMessageInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryChatMessageInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryChatMessageInput.ts#L9) +Defined in: [src/graphql/inputs/QueryChatMessageInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryChatMessageInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema.md index f5530905046..82ce16ed73b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryChatMessageInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryChatMessageInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryChatMessageInput.ts#L5) +Defined in: [src/graphql/inputs/QueryChatMessageInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryChatMessageInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/QueryCommentInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/QueryCommentInput.md index cd9a7d5cdbb..ba2aab3fa71 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/QueryCommentInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/QueryCommentInput.md @@ -6,4 +6,4 @@ > `const` **QueryCommentInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryCommentInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryCommentInput.ts#L9) +Defined in: [src/graphql/inputs/QueryCommentInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryCommentInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema.md index 88e6188bf7e..1ecca561054 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryCommentInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryCommentInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryCommentInput.ts#L5) +Defined in: [src/graphql/inputs/QueryCommentInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryCommentInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/QueryEventInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/QueryEventInput.md index 63d4c4a0729..9cf6ef6f482 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/QueryEventInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/QueryEventInput.md @@ -6,4 +6,4 @@ > `const` **QueryEventInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryEventInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryEventInput.ts#L9) +Defined in: [src/graphql/inputs/QueryEventInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryEventInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/queryEventInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/queryEventInputSchema.md index 09ae1725f97..409fe354da8 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/queryEventInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/queryEventInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryEventInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryEventInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryEventInput.ts#L5) +Defined in: [src/graphql/inputs/QueryEventInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryEventInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput.md index 1fe580b9b82..307878e0d0a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/QueryFundCampaignInput.md @@ -6,4 +6,4 @@ > `const` **QueryFundCampaignInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryFundCampaignInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryFundCampaignInput.ts#L9) +Defined in: [src/graphql/inputs/QueryFundCampaignInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryFundCampaignInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema.md index ac3c30e8b10..9d4690477e0 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryFundCampaignInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryFundCampaignInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryFundCampaignInput.ts#L5) +Defined in: [src/graphql/inputs/QueryFundCampaignInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryFundCampaignInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput.md index 3e00f9eff9c..58813da5ab3 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryFundCampaignPledgeInput.md @@ -6,4 +6,4 @@ > `const` **QueryFundCampaignPledgeInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryFundCampaignPledgeInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryFundCampaignPledgeInput.ts#L9) +Defined in: [src/graphql/inputs/QueryFundCampaignPledgeInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryFundCampaignPledgeInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema.md index 0f4f354d36a..49fdb7c076a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryFundCampaignPledgeInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryFundCampaignPledgeInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryFundCampaignPledgeInput.ts#L5) +Defined in: [src/graphql/inputs/QueryFundCampaignPledgeInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryFundCampaignPledgeInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/QueryFundInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/QueryFundInput.md index e608dfe0e0f..1bdb9ab9659 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/QueryFundInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/QueryFundInput.md @@ -6,4 +6,4 @@ > `const` **QueryFundInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryFundInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryFundInput.ts#L9) +Defined in: [src/graphql/inputs/QueryFundInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryFundInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/queryFundInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/queryFundInputSchema.md index 8c2e2d9474f..b2217b8bd0c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/queryFundInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/queryFundInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryFundInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryFundInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryFundInput.ts#L5) +Defined in: [src/graphql/inputs/QueryFundInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryFundInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersRoleWhereInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersRoleWhereInput.md new file mode 100644 index 00000000000..341e3d24a65 --- /dev/null +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersRoleWhereInput.md @@ -0,0 +1,9 @@ +[Admin Docs](/) + +*** + +# Variable: MembersRoleWhereInput + +> `const` **MembersRoleWhereInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `equal`: `"administrator"` \| `"regular"`; `notEqual`: `"administrator"` \| `"regular"`; \}\> + +Defined in: [src/graphql/inputs/QueryOrganizationInput.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryOrganizationInput.ts#L31) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersWhereInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersWhereInput.md new file mode 100644 index 00000000000..6bfd1e2e09d --- /dev/null +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersWhereInput.md @@ -0,0 +1,9 @@ +[Admin Docs](/) + +*** + +# Variable: MembersWhereInput + +> `const` **MembersWhereInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{\}\> + +Defined in: [src/graphql/inputs/QueryOrganizationInput.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryOrganizationInput.ts#L50) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput.md index 464409d527d..af4f53b70f1 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/QueryOrganizationInput.md @@ -6,4 +6,4 @@ > `const` **QueryOrganizationInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryOrganizationInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryOrganizationInput.ts#L9) +Defined in: [src/graphql/inputs/QueryOrganizationInput.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryOrganizationInput.ts#L17) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema.md index eb9f25254e3..6d71fc48bf5 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryOrganizationInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryOrganizationInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryOrganizationInput.ts#L5) +Defined in: [src/graphql/inputs/QueryOrganizationInput.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryOrganizationInput.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/QueryPostInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/QueryPostInput.md index 5206685450e..0a85bff7e99 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/QueryPostInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/QueryPostInput.md @@ -6,4 +6,4 @@ > `const` **QueryPostInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryPostInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryPostInput.ts#L9) +Defined in: [src/graphql/inputs/QueryPostInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryPostInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/queryPostInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/queryPostInputSchema.md index 3927dab0e2b..c456234a34a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/queryPostInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/queryPostInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryPostInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryPostInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryPostInput.ts#L5) +Defined in: [src/graphql/inputs/QueryPostInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryPostInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/QuerySignInInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/QuerySignInInput.md index fdb783e9d73..7a70780a34c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/QuerySignInInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/QuerySignInInput.md @@ -6,4 +6,4 @@ > `const` **QuerySignInInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `emailAddress`: `any`; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/QuerySignInInput.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QuerySignInInput.ts#L13) +Defined in: [src/graphql/inputs/QuerySignInInput.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QuerySignInInput.ts#L13) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema.md index 57a94ac5f7b..d3926affdd2 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema.md @@ -6,4 +6,4 @@ > `const` **querySignInInputSchema**: `ZodObject`\<`extendShape`\<`Pick`\<\{ `emailAddress`: `ZodTypeAny`; `isEmailAddressVerified`: `ZodTypeAny`; `name`: `ZodTypeAny`; `passwordHash`: `ZodTypeAny`; `role`: `ZodTypeAny`; \}, `"emailAddress"`\>, \{ `password`: `ZodString`; \}\>, `"strip"`, `ZodTypeAny`, \{ `emailAddress`: `any`; `password`: `string`; \}, \{ `emailAddress`: `any`; `password`: `string`; \}\> -Defined in: [src/graphql/inputs/QuerySignInInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QuerySignInInput.ts#L5) +Defined in: [src/graphql/inputs/QuerySignInInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QuerySignInInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput.md index f19588c54c8..117d1371c05 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/QueryTagFolderInput.md @@ -6,4 +6,4 @@ > `const` **QueryTagFolderInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryTagFolderInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryTagFolderInput.ts#L9) +Defined in: [src/graphql/inputs/QueryTagFolderInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryTagFolderInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema.md index d29d844da7f..dd3a90c229b 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryTagFolderInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryTagFolderInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryTagFolderInput.ts#L5) +Defined in: [src/graphql/inputs/QueryTagFolderInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryTagFolderInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/QueryTagInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/QueryTagInput.md index 713a2f76c6b..fc2ae126e3a 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/QueryTagInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/QueryTagInput.md @@ -6,4 +6,4 @@ > `const` **QueryTagInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryTagInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryTagInput.ts#L9) +Defined in: [src/graphql/inputs/QueryTagInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryTagInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/queryTagInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/queryTagInputSchema.md index 975ece18df1..dba9518378e 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/queryTagInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/queryTagInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryTagInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryTagInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryTagInput.ts#L5) +Defined in: [src/graphql/inputs/QueryTagInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryTagInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/QueryUserInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/QueryUserInput.md index 5c4c33c8dd9..c53ce9ea462 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/QueryUserInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/QueryUserInput.md @@ -6,4 +6,4 @@ > `const` **QueryUserInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryUserInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryUserInput.ts#L9) +Defined in: [src/graphql/inputs/QueryUserInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryUserInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/queryUserInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/queryUserInputSchema.md index aa56e739a4d..a2f46f449a5 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/queryUserInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/queryUserInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryUserInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryUserInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryUserInput.ts#L5) +Defined in: [src/graphql/inputs/QueryUserInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryUserInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/QueryVenueInput.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/QueryVenueInput.md index 0d42b35ae9e..9ee967597ec 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/QueryVenueInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/QueryVenueInput.md @@ -6,4 +6,4 @@ > `const` **QueryVenueInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/QueryVenueInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryVenueInput.ts#L9) +Defined in: [src/graphql/inputs/QueryVenueInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryVenueInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema.md index 049cac696e1..2f9e2829109 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema.md @@ -6,4 +6,4 @@ > `const` **queryVenueInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/QueryVenueInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/QueryVenueInput.ts#L5) +Defined in: [src/graphql/inputs/QueryVenueInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/QueryVenueInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput.md b/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput.md index 0f859915add..76723cea61c 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/SubscriptionChatMessageCreateInput.md @@ -6,4 +6,4 @@ > `const` **SubscriptionChatMessageCreateInput**: `InputObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, `any`\> -Defined in: [src/graphql/inputs/SubscriptionChatMessageCreateInput.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/SubscriptionChatMessageCreateInput.ts#L9) +Defined in: [src/graphql/inputs/SubscriptionChatMessageCreateInput.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/SubscriptionChatMessageCreateInput.ts#L9) diff --git a/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema.md b/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema.md index 11cd25f7e9b..9bab9467669 100644 --- a/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema.md +++ b/docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema.md @@ -6,4 +6,4 @@ > `const` **subscriptionChatMessageCreateInputSchema**: `ZodObject`\<\{ `id`: `any`; \}, `"strip"`, `ZodTypeAny`, \{ `[key: string]`: `any`; `id`: `unknown`; \}, \{ `[key: string]`: `any`; `id`: `unknown`; \}\> -Defined in: [src/graphql/inputs/SubscriptionChatMessageCreateInput.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/inputs/SubscriptionChatMessageCreateInput.ts#L5) +Defined in: [src/graphql/inputs/SubscriptionChatMessageCreateInput.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/inputs/SubscriptionChatMessageCreateInput.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSub.md b/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSub.md index 6a50a18fca9..500e8cb1548 100644 --- a/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSub.md +++ b/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSub.md @@ -6,7 +6,7 @@ > **PubSub**: `object` -Defined in: [src/graphql/pubsub.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/pubsub.ts#L8) +Defined in: [src/graphql/pubsub.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/pubsub.ts#L8) Type of the publish and subscribe module used for publishing and subscribing to talawa events. diff --git a/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSubPublishArgsByKey.md b/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSubPublishArgsByKey.md index 21ecc78f10d..65fbe7a52e4 100644 --- a/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSubPublishArgsByKey.md +++ b/docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSubPublishArgsByKey.md @@ -6,7 +6,7 @@ > **PubSubPublishArgsByKey**: `object` -Defined in: [src/graphql/pubsub.ts:32](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/pubsub.ts#L32) +Defined in: [src/graphql/pubsub.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/pubsub.ts#L32) Map of talawa events where the keys represent identifiers of the events and the values represent the corresponding payloads of the events. More information at this link: [https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#topics](https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#topics) diff --git a/docs/docs/docs/auto-schema/graphql/scalars/BigInt/type-aliases/BigInt.md b/docs/docs/docs/auto-schema/graphql/scalars/BigInt/type-aliases/BigInt.md index f579cae4e32..41c08a716b4 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/BigInt/type-aliases/BigInt.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/BigInt/type-aliases/BigInt.md @@ -6,7 +6,7 @@ > **\_BigInt**: `object` -Defined in: [src/graphql/scalars/BigInt.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/BigInt.ts#L12) +Defined in: [src/graphql/scalars/BigInt.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/BigInt.ts#L12) `BigInt` scalar type for pothos schema. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/Date/type-aliases/Date.md b/docs/docs/docs/auto-schema/graphql/scalars/Date/type-aliases/Date.md index b930866f8b8..aac79317768 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/Date/type-aliases/Date.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/Date/type-aliases/Date.md @@ -6,7 +6,7 @@ > **\_Date**: `object` -Defined in: [src/graphql/scalars/Date.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/Date.ts#L12) +Defined in: [src/graphql/scalars/Date.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/Date.ts#L12) `Date` scalar type for pothos schema. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/DateTime/type-aliases/DateTime.md b/docs/docs/docs/auto-schema/graphql/scalars/DateTime/type-aliases/DateTime.md index f9a4e704a0b..9bc6c39b6d7 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/DateTime/type-aliases/DateTime.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/DateTime/type-aliases/DateTime.md @@ -6,7 +6,7 @@ > **DateTime**: `object` -Defined in: [src/graphql/scalars/DateTime.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/DateTime.ts#L12) +Defined in: [src/graphql/scalars/DateTime.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/DateTime.ts#L12) `DateTime` scalar type for pothos schema. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/type-aliases/EmailAddress.md b/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/type-aliases/EmailAddress.md index e596a8930c1..319da441ea9 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/type-aliases/EmailAddress.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/type-aliases/EmailAddress.md @@ -6,7 +6,7 @@ > **\_EmailAddress**: `object` -Defined in: [src/graphql/scalars/EmailAddress.ts:21](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/EmailAddress.ts#L21) +Defined in: [src/graphql/scalars/EmailAddress.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/EmailAddress.ts#L21) `EmailAddress` scalar type for pothos schema. The underscore prefix indicates this is an internal type definition. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/variables/EmailAddress.md b/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/variables/EmailAddress.md index 952935a338e..c274f469b9e 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/variables/EmailAddress.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/variables/EmailAddress.md @@ -6,7 +6,7 @@ > `const` **EmailAddress**: `ScalarRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../type-aliases/CustomScalars.md); \}\>, `string`, `string`, `string`\> -Defined in: [src/graphql/scalars/EmailAddress.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/EmailAddress.ts#L9) +Defined in: [src/graphql/scalars/EmailAddress.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/EmailAddress.ts#L9) A custom scalar type for validating email addresses according to RFC 5322. This ensures that all email fields in the schema are properly validated. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber.md b/docs/docs/docs/auto-schema/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber.md index 01c5b4d2d84..9e481881903 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber.md @@ -6,7 +6,7 @@ > **PhoneNumber**: `object` -Defined in: [src/graphql/scalars/PhoneNumber.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/PhoneNumber.ts#L12) +Defined in: [src/graphql/scalars/PhoneNumber.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/PhoneNumber.ts#L12) `PhoneNumber` scalar type for pothos schema. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/Upload/type-aliases/Upload.md b/docs/docs/docs/auto-schema/graphql/scalars/Upload/type-aliases/Upload.md index 372a523ad85..dcb02714e56 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/Upload/type-aliases/Upload.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/Upload/type-aliases/Upload.md @@ -6,7 +6,7 @@ > **Upload**: `object` -Defined in: [src/graphql/scalars/Upload.ts:17](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/Upload.ts#L17) +Defined in: [src/graphql/scalars/Upload.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/Upload.ts#L17) `Upload` scalar type for pothos schema. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/ClientCustomScalars.md b/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/ClientCustomScalars.md index 0f2f97ab31d..610a77563ae 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/ClientCustomScalars.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/ClientCustomScalars.md @@ -6,7 +6,7 @@ > **ClientCustomScalars**: `object` -Defined in: [src/graphql/scalars/index.ts:30](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/index.ts#L30) +Defined in: [src/graphql/scalars/index.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/index.ts#L30) Map of custom scalar types used in talawa api used to annotate the type of those scalars to the clients consuming talawa api for type-safe usage of those scalars in the graphql operations. diff --git a/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/CustomScalars.md b/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/CustomScalars.md index db81137f06a..218e6d2441c 100644 --- a/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/CustomScalars.md +++ b/docs/docs/docs/auto-schema/graphql/scalars/type-aliases/CustomScalars.md @@ -6,7 +6,7 @@ > **CustomScalars**: `object` -Defined in: [src/graphql/scalars/index.ts:18](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/scalars/index.ts#L18) +Defined in: [src/graphql/scalars/index.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/scalars/index.ts#L18) Map of custom scalar types used in talawa api used to annotate the type of those scalars to the pothos schema builder intiializer for type-safe usage of those scalars in the pothos schema definitions. diff --git a/docs/docs/docs/auto-schema/graphql/schema/variables/schema.md b/docs/docs/docs/auto-schema/graphql/schema/variables/schema.md index 20e111d2998..49f22bbab48 100644 --- a/docs/docs/docs/auto-schema/graphql/schema/variables/schema.md +++ b/docs/docs/docs/auto-schema/graphql/schema/variables/schema.md @@ -6,6 +6,6 @@ > `const` **schema**: `GraphQLSchema` -Defined in: [src/graphql/schema.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/schema.ts#L12) +Defined in: [src/graphql/schema.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/schema.ts#L12) This is the executable graphql schema. diff --git a/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/functions/resolveCreator.md b/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/functions/resolveCreator.md index 5a1189b2b7e..1d0ed61af91 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/functions/resolveCreator.md +++ b/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/functions/resolveCreator.md @@ -6,7 +6,7 @@ > **resolveCreator**(`parent`, `_args`, `ctx`): `Promise`\<`User`\> -Defined in: [src/graphql/types/Advertisement/Advertisement.ts:37](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Advertisement/Advertisement.ts#L37) +Defined in: [src/graphql/types/Advertisement/Advertisement.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Advertisement/Advertisement.ts#L37) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement.md b/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement.md index 94045f32afc..39a6b4a4652 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement.md +++ b/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement.md @@ -6,7 +6,7 @@ > **Advertisement**: *typeof* `advertisementsTable.$inferSelect` & `object` -Defined in: [src/graphql/types/Advertisement/Advertisement.ts:32](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Advertisement/Advertisement.ts#L32) +Defined in: [src/graphql/types/Advertisement/Advertisement.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Advertisement/Advertisement.ts#L32) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/variables/Advertisement.md b/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/variables/Advertisement.md index 69d3a5ea57b..d2aee5d0de9 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/variables/Advertisement.md +++ b/docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/variables/Advertisement.md @@ -6,4 +6,4 @@ > **Advertisement**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, [`Advertisement`](../type-aliases/Advertisement.md), [`Advertisement`](../type-aliases/Advertisement.md)\> -Defined in: [src/graphql/types/Advertisement/Advertisement.ts:32](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Advertisement/Advertisement.ts#L32) +Defined in: [src/graphql/types/Advertisement/Advertisement.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Advertisement/Advertisement.ts#L32) diff --git a/docs/docs/docs/auto-schema/graphql/types/Advertisement/updatedAt/functions/advertisementUpdatedAtResolver.md b/docs/docs/docs/auto-schema/graphql/types/Advertisement/updatedAt/functions/advertisementUpdatedAtResolver.md index d5616c954a6..2aa6352950d 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Advertisement/updatedAt/functions/advertisementUpdatedAtResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Advertisement/updatedAt/functions/advertisementUpdatedAtResolver.md @@ -6,7 +6,7 @@ > **advertisementUpdatedAtResolver**(`parent`, `_args`, `ctx`): `Promise`\<`Date`\> -Defined in: [src/graphql/types/Advertisement/updatedAt.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Advertisement/updatedAt.ts#L6) +Defined in: [src/graphql/types/Advertisement/updatedAt.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Advertisement/updatedAt.ts#L6) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment.md b/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment.md index 1737df7be44..627886f4969 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment.md @@ -6,4 +6,4 @@ > **AdvertisementAttachment**: *typeof* `advertisementAttachmentsTable.$inferSelect` -Defined in: [src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts#L4) +Defined in: [src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment.md b/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment.md index ea8f653f75a..4d64070f86e 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/variables/AdvertisementAttachment.md @@ -6,4 +6,4 @@ > **AdvertisementAttachment**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `advertisementId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `advertisementId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts#L4) +Defined in: [src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AdvertisementAttachment/AdvertisementAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder.md b/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder.md index eca17d137f9..253af9a26dd 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder.md +++ b/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder.md @@ -6,4 +6,4 @@ > **AgendaFolder**: *typeof* `agendaFoldersTable.$inferSelect` -Defined in: [src/graphql/types/AgendaFolder/AgendaFolder.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AgendaFolder/AgendaFolder.ts#L4) +Defined in: [src/graphql/types/AgendaFolder/AgendaFolder.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AgendaFolder/AgendaFolder.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder.md b/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder.md index cb01f35095c..a5fbfe5b31e 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder.md +++ b/docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/variables/AgendaFolder.md @@ -6,4 +6,4 @@ > **AgendaFolder**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `eventId`: `string`; `id`: `string`; `isAgendaItemFolder`: `boolean`; `name`: `string`; `parentFolderId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `eventId`: `string`; `id`: `string`; `isAgendaItemFolder`: `boolean`; `name`: `string`; `parentFolderId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/AgendaFolder/AgendaFolder.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AgendaFolder/AgendaFolder.ts#L4) +Defined in: [src/graphql/types/AgendaFolder/AgendaFolder.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AgendaFolder/AgendaFolder.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem.md b/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem.md index 33ba0bb8bb2..ea019f9b472 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem.md +++ b/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem.md @@ -6,4 +6,4 @@ > **AgendaItem**: *typeof* `agendaItemsTable.$inferSelect` -Defined in: [src/graphql/types/AgendaItem/AgendaItem.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AgendaItem/AgendaItem.ts#L5) +Defined in: [src/graphql/types/AgendaItem/AgendaItem.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AgendaItem/AgendaItem.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem.md b/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem.md index 268d70b60ec..dd82fa0a0d0 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem.md +++ b/docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/variables/AgendaItem.md @@ -6,4 +6,4 @@ > **AgendaItem**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `duration`: `string`; `folderId`: `string`; `id`: `string`; `key`: `string`; `name`: `string`; `type`: `"general"` \| `"note"` \| `"scripture"` \| `"song"`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `duration`: `string`; `folderId`: `string`; `id`: `string`; `key`: `string`; `name`: `string`; `type`: `"general"` \| `"note"` \| `"scripture"` \| `"song"`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/AgendaItem/AgendaItem.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AgendaItem/AgendaItem.ts#L5) +Defined in: [src/graphql/types/AgendaItem/AgendaItem.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AgendaItem/AgendaItem.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload.md b/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload.md index c3fa7cb07a4..762288b4bda 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload.md +++ b/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload.md @@ -6,7 +6,7 @@ > **AuthenticationPayload**: `object` -Defined in: [src/graphql/types/AuthenticationPayload.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AuthenticationPayload.ts#L5) +Defined in: [src/graphql/types/AuthenticationPayload.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AuthenticationPayload.ts#L5) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/variables/AuthenticationPayload.md b/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/variables/AuthenticationPayload.md index 4a7be8cc16b..b14c6ba9b48 100644 --- a/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/variables/AuthenticationPayload.md +++ b/docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/variables/AuthenticationPayload.md @@ -6,4 +6,4 @@ > **AuthenticationPayload**: `ObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../scalars/type-aliases/CustomScalars.md); \}\>, [`AuthenticationPayload`](../type-aliases/AuthenticationPayload.md), [`AuthenticationPayload`](../type-aliases/AuthenticationPayload.md)\> -Defined in: [src/graphql/types/AuthenticationPayload.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/AuthenticationPayload.ts#L5) +Defined in: [src/graphql/types/AuthenticationPayload.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/AuthenticationPayload.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/type-aliases/Chat.md b/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/type-aliases/Chat.md index 0b171bf6a03..a17163f2bf3 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/type-aliases/Chat.md +++ b/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/type-aliases/Chat.md @@ -6,4 +6,4 @@ > **Chat**: *typeof* `chatsTable.$inferSelect` -Defined in: [src/graphql/types/Chat/Chat.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Chat/Chat.ts#L4) +Defined in: [src/graphql/types/Chat/Chat.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Chat/Chat.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/variables/Chat.md b/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/variables/Chat.md index a314dd613fa..80d9b6bd1d5 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/variables/Chat.md +++ b/docs/docs/docs/auto-schema/graphql/types/Chat/Chat/variables/Chat.md @@ -6,4 +6,4 @@ > **Chat**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `id`: `string`; `name`: `string`; `organizationId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `id`: `string`; `name`: `string`; `organizationId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/Chat/Chat.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Chat/Chat.ts#L4) +Defined in: [src/graphql/types/Chat/Chat.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Chat/Chat.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Chat/updatedAt/functions/resolveUpdatedAt.md b/docs/docs/docs/auto-schema/graphql/types/Chat/updatedAt/functions/resolveUpdatedAt.md index 0b7003e82b2..b3572106ac8 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Chat/updatedAt/functions/resolveUpdatedAt.md +++ b/docs/docs/docs/auto-schema/graphql/types/Chat/updatedAt/functions/resolveUpdatedAt.md @@ -6,7 +6,7 @@ > **resolveUpdatedAt**(`parent`, `_args`, `ctx`): `Promise`\<`Date`\> -Defined in: [src/graphql/types/Chat/updatedAt.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Chat/updatedAt.ts#L11) +Defined in: [src/graphql/types/Chat/updatedAt.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Chat/updatedAt.ts#L11) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Chat/updater/functions/resolveUpdater.md b/docs/docs/docs/auto-schema/graphql/types/Chat/updater/functions/resolveUpdater.md index 0cdf2ee8ab7..7510cb0b120 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Chat/updater/functions/resolveUpdater.md +++ b/docs/docs/docs/auto-schema/graphql/types/Chat/updater/functions/resolveUpdater.md @@ -6,7 +6,7 @@ > **resolveUpdater**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Chat/updater.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Chat/updater.ts#L13) +Defined in: [src/graphql/types/Chat/updater.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Chat/updater.ts#L13) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage.md b/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage.md index 34c96f6607f..ad207fc55ed 100644 --- a/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage.md +++ b/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage.md @@ -6,4 +6,4 @@ > **ChatMessage**: *typeof* `chatMessagesTable.$inferSelect` -Defined in: [src/graphql/types/ChatMessage/ChatMessage.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/ChatMessage/ChatMessage.ts#L4) +Defined in: [src/graphql/types/ChatMessage/ChatMessage.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/ChatMessage/ChatMessage.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage.md b/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage.md index 8790433ad76..39f0f269497 100644 --- a/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage.md +++ b/docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/variables/ChatMessage.md @@ -6,4 +6,4 @@ > **ChatMessage**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `body`: `string`; `chatId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `parentMessageId`: `string`; `updatedAt`: `Date`; \}, \{ `body`: `string`; `chatId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `parentMessageId`: `string`; `updatedAt`: `Date`; \}\> -Defined in: [src/graphql/types/ChatMessage/ChatMessage.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/ChatMessage/ChatMessage.ts#L4) +Defined in: [src/graphql/types/ChatMessage/ChatMessage.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/ChatMessage/ChatMessage.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/type-aliases/Comment.md b/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/type-aliases/Comment.md index a75030bceac..501ce1c18ca 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/type-aliases/Comment.md +++ b/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/type-aliases/Comment.md @@ -6,4 +6,4 @@ > **Comment**: *typeof* `commentsTable.$inferSelect` -Defined in: [src/graphql/types/Comment/Comment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Comment/Comment.ts#L4) +Defined in: [src/graphql/types/Comment/Comment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Comment/Comment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/variables/Comment.md b/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/variables/Comment.md index f6a3023b55a..c3085685042 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/variables/Comment.md +++ b/docs/docs/docs/auto-schema/graphql/types/Comment/Comment/variables/Comment.md @@ -6,4 +6,4 @@ > **Comment**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `body`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `postId`: `string`; `updatedAt`: `Date`; \}, \{ `body`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `postId`: `string`; `updatedAt`: `Date`; \}\> -Defined in: [src/graphql/types/Comment/Comment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Comment/Comment.ts#L4) +Defined in: [src/graphql/types/Comment/Comment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Comment/Comment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/Community.md b/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/Community.md index 367acce9ded..50cae18cb56 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/Community.md +++ b/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/Community.md @@ -6,4 +6,4 @@ > **Community**: *typeof* `communitiesTable.$inferSelect` -Defined in: [src/graphql/types/Community/Community.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Community/Community.ts#L7) +Defined in: [src/graphql/types/Community/Community.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Community/Community.ts#L7) diff --git a/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/CommunityResolvers.md b/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/CommunityResolvers.md index db43ec0ada8..03252da7839 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/CommunityResolvers.md +++ b/docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/CommunityResolvers.md @@ -6,7 +6,7 @@ > **CommunityResolvers**: `object` -Defined in: [src/graphql/types/Community/Community.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Community/Community.ts#L11) +Defined in: [src/graphql/types/Community/Community.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Community/Community.ts#L11) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/Community.md b/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/Community.md index 5a42205a739..814fec6161a 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/Community.md +++ b/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/Community.md @@ -6,4 +6,4 @@ > **Community**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `facebookURL`: `string`; `githubURL`: `string`; `id`: `string`; `inactivityTimeoutDuration`: `number`; `instagramURL`: `string`; `linkedinURL`: `string`; `logoMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `logoName`: `string`; `name`: `string`; `redditURL`: `string`; `slackURL`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `websiteURL`: `string`; `xURL`: `string`; `youtubeURL`: `string`; \}, \{ `createdAt`: `Date`; `facebookURL`: `string`; `githubURL`: `string`; `id`: `string`; `inactivityTimeoutDuration`: `number`; `instagramURL`: `string`; `linkedinURL`: `string`; `logoMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `logoName`: `string`; `name`: `string`; `redditURL`: `string`; `slackURL`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `websiteURL`: `string`; `xURL`: `string`; `youtubeURL`: `string`; \}\> -Defined in: [src/graphql/types/Community/Community.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Community/Community.ts#L7) +Defined in: [src/graphql/types/Community/Community.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Community/Community.ts#L7) diff --git a/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/CommunityResolver.md b/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/CommunityResolver.md index 78576cdfdf0..6b3230fdd7e 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/CommunityResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Community/Community/variables/CommunityResolver.md @@ -6,4 +6,4 @@ > `const` **CommunityResolver**: [`CommunityResolvers`](../type-aliases/CommunityResolvers.md) -Defined in: [src/graphql/types/Community/Community.ts:19](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Community/Community.ts#L19) +Defined in: [src/graphql/types/Community/Community.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Community/Community.ts#L19) diff --git a/docs/docs/docs/auto-schema/graphql/types/Event/Event/type-aliases/Event.md b/docs/docs/docs/auto-schema/graphql/types/Event/Event/type-aliases/Event.md index 79a7f2a624f..9d7387c94d9 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Event/Event/type-aliases/Event.md +++ b/docs/docs/docs/auto-schema/graphql/types/Event/Event/type-aliases/Event.md @@ -6,7 +6,7 @@ > **Event**: *typeof* `eventsTable.$inferSelect` & `object` -Defined in: [src/graphql/types/Event/Event.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Event/Event.ts#L8) +Defined in: [src/graphql/types/Event/Event.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Event/Event.ts#L8) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/Event/Event/variables/Event.md b/docs/docs/docs/auto-schema/graphql/types/Event/Event/variables/Event.md index 2ac84a1d5b3..f8fa201a5e6 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Event/Event/variables/Event.md +++ b/docs/docs/docs/auto-schema/graphql/types/Event/Event/variables/Event.md @@ -6,4 +6,4 @@ > **Event**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, [`Event`](../type-aliases/Event.md), [`Event`](../type-aliases/Event.md)\> -Defined in: [src/graphql/types/Event/Event.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Event/Event.ts#L8) +Defined in: [src/graphql/types/Event/Event.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Event/Event.ts#L8) diff --git a/docs/docs/docs/auto-schema/graphql/types/Event/creator/functions/eventCreatorResolver.md b/docs/docs/docs/auto-schema/graphql/types/Event/creator/functions/eventCreatorResolver.md index f6f3b6bd3bf..a1eabbfe32c 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Event/creator/functions/eventCreatorResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Event/creator/functions/eventCreatorResolver.md @@ -6,7 +6,7 @@ > **eventCreatorResolver**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Event/creator.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Event/creator.ts#L7) +Defined in: [src/graphql/types/Event/creator.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Event/creator.ts#L7) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Event/updatedAt/functions/eventUpdatedAtResolver.md b/docs/docs/docs/auto-schema/graphql/types/Event/updatedAt/functions/eventUpdatedAtResolver.md index 51cf301c084..3577fc195e5 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Event/updatedAt/functions/eventUpdatedAtResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Event/updatedAt/functions/eventUpdatedAtResolver.md @@ -6,7 +6,7 @@ > **eventUpdatedAtResolver**(`parent`, `_args`, `ctx`): `Promise`\<`Date`\> -Defined in: [src/graphql/types/Event/updatedAt.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Event/updatedAt.ts#L6) +Defined in: [src/graphql/types/Event/updatedAt.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Event/updatedAt.ts#L6) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Event/updater/functions/resolveEventUpdater.md b/docs/docs/docs/auto-schema/graphql/types/Event/updater/functions/resolveEventUpdater.md index f26ac38d40c..eb3354ebc9b 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Event/updater/functions/resolveEventUpdater.md +++ b/docs/docs/docs/auto-schema/graphql/types/Event/updater/functions/resolveEventUpdater.md @@ -6,7 +6,7 @@ > **resolveEventUpdater**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Event/updater.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Event/updater.ts#L11) +Defined in: [src/graphql/types/Event/updater.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Event/updater.ts#L11) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment.md b/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment.md index 4728daf7526..1dcc1f5d322 100644 --- a/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment.md @@ -6,4 +6,4 @@ > **EventAttachment**: *typeof* `eventAttachmentsTable.$inferSelect` -Defined in: [src/graphql/types/EventAttachment/EventAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/EventAttachment/EventAttachment.ts#L4) +Defined in: [src/graphql/types/EventAttachment/EventAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/EventAttachment/EventAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment.md b/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment.md index f4a931d5e79..0dc2eff9177 100644 --- a/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/variables/EventAttachment.md @@ -6,4 +6,4 @@ > **EventAttachment**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `eventId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `eventId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/EventAttachment/EventAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/EventAttachment/EventAttachment.ts#L4) +Defined in: [src/graphql/types/EventAttachment/EventAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/EventAttachment/EventAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/type-aliases/Fund.md b/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/type-aliases/Fund.md index 3af3cc8911b..55bedd1dbf7 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/type-aliases/Fund.md +++ b/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/type-aliases/Fund.md @@ -6,4 +6,4 @@ > **Fund**: *typeof* `fundsTable.$inferSelect` -Defined in: [src/graphql/types/Fund/Fund.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Fund/Fund.ts#L4) +Defined in: [src/graphql/types/Fund/Fund.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Fund/Fund.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/variables/Fund.md b/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/variables/Fund.md index ec966329a46..bfb5963434b 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/variables/Fund.md +++ b/docs/docs/docs/auto-schema/graphql/types/Fund/Fund/variables/Fund.md @@ -6,4 +6,4 @@ > **Fund**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `isTaxDeductible`: `boolean`; `name`: `string`; `organizationId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `isTaxDeductible`: `boolean`; `name`: `string`; `organizationId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/Fund/Fund.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Fund/Fund.ts#L4) +Defined in: [src/graphql/types/Fund/Fund.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Fund/Fund.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Fund/creator/functions/FundCreatorResolver.md b/docs/docs/docs/auto-schema/graphql/types/Fund/creator/functions/FundCreatorResolver.md index 796a00bd2ae..81e6107741b 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Fund/creator/functions/FundCreatorResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Fund/creator/functions/FundCreatorResolver.md @@ -6,7 +6,7 @@ > **FundCreatorResolver**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Fund/creator.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Fund/creator.ts#L7) +Defined in: [src/graphql/types/Fund/creator.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Fund/creator.ts#L7) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Fund/updater/functions/resolveUpdater.md b/docs/docs/docs/auto-schema/graphql/types/Fund/updater/functions/resolveUpdater.md index e49e6d6c10f..e5b6224df1f 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Fund/updater/functions/resolveUpdater.md +++ b/docs/docs/docs/auto-schema/graphql/types/Fund/updater/functions/resolveUpdater.md @@ -6,7 +6,7 @@ > **resolveUpdater**(`parent`, `_`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Fund/updater.ts:35](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Fund/updater.ts#L35) +Defined in: [src/graphql/types/Fund/updater.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Fund/updater.ts#L35) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign.md b/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign.md index de4ac947393..813f2dd86d9 100644 --- a/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign.md +++ b/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign.md @@ -6,4 +6,4 @@ > **FundCampaign**: *typeof* `fundCampaignsTable.$inferSelect` -Defined in: [src/graphql/types/FundCampaign/FundCampaign.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/FundCampaign/FundCampaign.ts#L5) +Defined in: [src/graphql/types/FundCampaign/FundCampaign.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/FundCampaign/FundCampaign.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign.md b/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign.md index 7c7cb3cf55e..2f21e592b68 100644 --- a/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign.md +++ b/docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/variables/FundCampaign.md @@ -6,4 +6,4 @@ > **FundCampaign**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `currencyCode`: `"AED"` \| `"AFN"` \| `"ALL"` \| `"AMD"` \| `"ANG"` \| `"AOA"` \| `"ARS"` \| `"AUD"` \| `"AWG"` \| `"AZN"` \| `"BAM"` \| `"BBD"` \| `"BDT"` \| `"BGN"` \| `"BHD"` \| `"BIF"` \| `"BMD"` \| `"BND"` \| `"BOB"` \| `"BOV"` \| `"BRL"` \| `"BSD"` \| `"BTN"` \| `"BWP"` \| `"BYN"` \| `"BZD"` \| `"CAD"` \| `"CDF"` \| `"CHE"` \| `"CHF"` \| `"CHW"` \| `"CLF"` \| `"CLP"` \| `"CNY"` \| `"COP"` \| `"COU"` \| `"CRC"` \| `"CUP"` \| `"CVE"` \| `"CZK"` \| `"DJF"` \| `"DKK"` \| `"DOP"` \| `"DZD"` \| `"EGP"` \| `"ERN"` \| `"ETB"` \| `"EUR"` \| `"FJD"` \| `"FKP"` \| `"GBP"` \| `"GEL"` \| `"GHS"` \| `"GIP"` \| `"GMD"` \| `"GNF"` \| `"GTQ"` \| `"GYD"` \| `"HKD"` \| `"HNL"` \| `"HTG"` \| `"HUF"` \| `"IDR"` \| `"ILS"` \| `"INR"` \| `"IQD"` \| `"IRR"` \| `"ISK"` \| `"JMD"` \| `"JOD"` \| `"JPY"` \| `"KES"` \| `"KGS"` \| `"KHR"` \| `"KMF"` \| `"KPW"` \| `"KRW"` \| `"KWD"` \| `"KYD"` \| `"KZT"` \| `"LAK"` \| `"LBP"` \| `"LKR"` \| `"LRD"` \| `"LSL"` \| `"LYD"` \| `"MAD"` \| `"MDL"` \| `"MGA"` \| `"MKD"` \| `"MMK"` \| `"MNT"` \| `"MOP"` \| `"MRU"` \| `"MUR"` \| `"MVR"` \| `"MWK"` \| `"MXN"` \| `"MXV"` \| `"MYR"` \| `"MZN"` \| `"NAD"` \| `"NGN"` \| `"NIO"` \| `"NOK"` \| `"NPR"` \| `"NZD"` \| `"OMR"` \| `"PAB"` \| `"PEN"` \| `"PGK"` \| `"PHP"` \| `"PKR"` \| `"PLN"` \| `"PYG"` \| `"QAR"` \| `"RON"` \| `"RSD"` \| `"RUB"` \| `"RWF"` \| `"SAR"` \| `"SBD"` \| `"SCR"` \| `"SDG"` \| `"SEK"` \| `"SGD"` \| `"SHP"` \| `"SLE"` \| `"SOS"` \| `"SRD"` \| `"SSP"` \| `"STN"` \| `"SVC"` \| `"SYP"` \| `"SZL"` \| `"THB"` \| `"TJS"` \| `"TMT"` \| `"TND"` \| `"TOP"` \| `"TRY"` \| `"TTD"` \| `"TWD"` \| `"TZS"` \| `"UAH"` \| `"UGX"` \| `"USD"` \| `"USN"` \| `"UYI"` \| `"UYU"` \| `"UYW"` \| `"UZS"` \| `"VED"` \| `"VES"` \| `"VND"` \| `"VUV"` \| `"WST"` \| `"XAF"` \| `"XAG"` \| `"XAU"` \| `"XBA"` \| `"XBB"` \| `"XBC"` \| `"XBD"` \| `"XCD"` \| `"XDR"` \| `"XOF"` \| `"XPD"` \| `"XPF"` \| `"XPT"` \| `"XSU"` \| `"XTS"` \| `"XUA"` \| `"XXX"` \| `"YER"` \| `"ZAR"` \| `"ZMW"` \| `"ZWG"`; `endAt`: `Date`; `fundId`: `string`; `goalAmount`: `number`; `id`: `string`; `name`: `string`; `startAt`: `Date`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `currencyCode`: `"AED"` \| `"AFN"` \| `"ALL"` \| `"AMD"` \| `"ANG"` \| `"AOA"` \| `"ARS"` \| `"AUD"` \| `"AWG"` \| `"AZN"` \| `"BAM"` \| `"BBD"` \| `"BDT"` \| `"BGN"` \| `"BHD"` \| `"BIF"` \| `"BMD"` \| `"BND"` \| `"BOB"` \| `"BOV"` \| `"BRL"` \| `"BSD"` \| `"BTN"` \| `"BWP"` \| `"BYN"` \| `"BZD"` \| `"CAD"` \| `"CDF"` \| `"CHE"` \| `"CHF"` \| `"CHW"` \| `"CLF"` \| `"CLP"` \| `"CNY"` \| `"COP"` \| `"COU"` \| `"CRC"` \| `"CUP"` \| `"CVE"` \| `"CZK"` \| `"DJF"` \| `"DKK"` \| `"DOP"` \| `"DZD"` \| `"EGP"` \| `"ERN"` \| `"ETB"` \| `"EUR"` \| `"FJD"` \| `"FKP"` \| `"GBP"` \| `"GEL"` \| `"GHS"` \| `"GIP"` \| `"GMD"` \| `"GNF"` \| `"GTQ"` \| `"GYD"` \| `"HKD"` \| `"HNL"` \| `"HTG"` \| `"HUF"` \| `"IDR"` \| `"ILS"` \| `"INR"` \| `"IQD"` \| `"IRR"` \| `"ISK"` \| `"JMD"` \| `"JOD"` \| `"JPY"` \| `"KES"` \| `"KGS"` \| `"KHR"` \| `"KMF"` \| `"KPW"` \| `"KRW"` \| `"KWD"` \| `"KYD"` \| `"KZT"` \| `"LAK"` \| `"LBP"` \| `"LKR"` \| `"LRD"` \| `"LSL"` \| `"LYD"` \| `"MAD"` \| `"MDL"` \| `"MGA"` \| `"MKD"` \| `"MMK"` \| `"MNT"` \| `"MOP"` \| `"MRU"` \| `"MUR"` \| `"MVR"` \| `"MWK"` \| `"MXN"` \| `"MXV"` \| `"MYR"` \| `"MZN"` \| `"NAD"` \| `"NGN"` \| `"NIO"` \| `"NOK"` \| `"NPR"` \| `"NZD"` \| `"OMR"` \| `"PAB"` \| `"PEN"` \| `"PGK"` \| `"PHP"` \| `"PKR"` \| `"PLN"` \| `"PYG"` \| `"QAR"` \| `"RON"` \| `"RSD"` \| `"RUB"` \| `"RWF"` \| `"SAR"` \| `"SBD"` \| `"SCR"` \| `"SDG"` \| `"SEK"` \| `"SGD"` \| `"SHP"` \| `"SLE"` \| `"SOS"` \| `"SRD"` \| `"SSP"` \| `"STN"` \| `"SVC"` \| `"SYP"` \| `"SZL"` \| `"THB"` \| `"TJS"` \| `"TMT"` \| `"TND"` \| `"TOP"` \| `"TRY"` \| `"TTD"` \| `"TWD"` \| `"TZS"` \| `"UAH"` \| `"UGX"` \| `"USD"` \| `"USN"` \| `"UYI"` \| `"UYU"` \| `"UYW"` \| `"UZS"` \| `"VED"` \| `"VES"` \| `"VND"` \| `"VUV"` \| `"WST"` \| `"XAF"` \| `"XAG"` \| `"XAU"` \| `"XBA"` \| `"XBB"` \| `"XBC"` \| `"XBD"` \| `"XCD"` \| `"XDR"` \| `"XOF"` \| `"XPD"` \| `"XPF"` \| `"XPT"` \| `"XSU"` \| `"XTS"` \| `"XUA"` \| `"XXX"` \| `"YER"` \| `"ZAR"` \| `"ZMW"` \| `"ZWG"`; `endAt`: `Date`; `fundId`: `string`; `goalAmount`: `number`; `id`: `string`; `name`: `string`; `startAt`: `Date`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/FundCampaign/FundCampaign.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/FundCampaign/FundCampaign.ts#L5) +Defined in: [src/graphql/types/FundCampaign/FundCampaign.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/FundCampaign/FundCampaign.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/types/FundCampaign/updatedAt/functions/updatedAtResolver.md b/docs/docs/docs/auto-schema/graphql/types/FundCampaign/updatedAt/functions/updatedAtResolver.md index 3af714748f7..dbbd71dc7d5 100644 --- a/docs/docs/docs/auto-schema/graphql/types/FundCampaign/updatedAt/functions/updatedAtResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/FundCampaign/updatedAt/functions/updatedAtResolver.md @@ -6,7 +6,7 @@ > **updatedAtResolver**(`parent`, `args`, `ctx`): `Promise`\<`Date`\> -Defined in: [src/graphql/types/FundCampaign/updatedAt.ts:19](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/FundCampaign/updatedAt.ts#L19) +Defined in: [src/graphql/types/FundCampaign/updatedAt.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/FundCampaign/updatedAt.ts#L19) Resolver for the updatedAt field of FundCampaign type. Validates user authentication and authorization before returning the last update timestamp. diff --git a/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge.md b/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge.md index 1f08e01dfc9..df7a2a05c5a 100644 --- a/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge.md +++ b/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge.md @@ -6,4 +6,4 @@ > **FundCampaignPledge**: *typeof* `fundCampaignPledgesTable.$inferSelect` -Defined in: [src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts#L4) +Defined in: [src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge.md b/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge.md index 9ef2bd51235..3078db4d72c 100644 --- a/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge.md +++ b/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/variables/FundCampaignPledge.md @@ -6,4 +6,4 @@ > **FundCampaignPledge**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `amount`: `number`; `campaignId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `note`: `string`; `pledgerId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `amount`: `number`; `campaignId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `note`: `string`; `pledgerId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts#L4) +Defined in: [src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/FundCampaignPledge/FundCampaignPledge.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/updater/functions/resolveUpdater.md b/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/updater/functions/resolveUpdater.md index 08707286dcd..5cc526efe4f 100644 --- a/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/updater/functions/resolveUpdater.md +++ b/docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/updater/functions/resolveUpdater.md @@ -6,7 +6,7 @@ > **resolveUpdater**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/FundCampaignPledge/updater.ts:11](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/FundCampaignPledge/updater.ts#L11) +Defined in: [src/graphql/types/FundCampaignPledge/updater.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/FundCampaignPledge/updater.ts#L11) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Mutation/createChatMembership/variables/ChatMembershipResolver.md b/docs/docs/docs/auto-schema/graphql/types/Mutation/createChatMembership/variables/ChatMembershipResolver.md index 4dcec2061c9..f545a98dcdf 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Mutation/createChatMembership/variables/ChatMembershipResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Mutation/createChatMembership/variables/ChatMembershipResolver.md @@ -6,7 +6,7 @@ > `const` **ChatMembershipResolver**: `object` -Defined in: [src/graphql/types/Mutation/createChatMembership.ts:99](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Mutation/createChatMembership.ts#L99) +Defined in: [src/graphql/types/Mutation/createChatMembership.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Mutation/createChatMembership.ts#L99) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/Mutation/deleteChatMessage/functions/deleteChatMessageResolver.md b/docs/docs/docs/auto-schema/graphql/types/Mutation/deleteChatMessage/functions/deleteChatMessageResolver.md index 24f1cf1584f..c099d3297c4 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Mutation/deleteChatMessage/functions/deleteChatMessageResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Mutation/deleteChatMessage/functions/deleteChatMessageResolver.md @@ -6,7 +6,7 @@ > **deleteChatMessageResolver**(`_parent`, `args`, `ctx`): `Promise`\<\{ `body`: `string`; `chatId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `parentMessageId`: `string`; `updatedAt`: `Date`; \}\> -Defined in: [src/graphql/types/Mutation/deleteChatMessage.ts:17](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Mutation/deleteChatMessage.ts#L17) +Defined in: [src/graphql/types/Mutation/deleteChatMessage.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Mutation/deleteChatMessage.ts#L17) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Mutation/updateChatMessage/functions/updateChatMessageResolver.md b/docs/docs/docs/auto-schema/graphql/types/Mutation/updateChatMessage/functions/updateChatMessageResolver.md index 49030d0cdcc..5377759139b 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Mutation/updateChatMessage/functions/updateChatMessageResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Mutation/updateChatMessage/functions/updateChatMessageResolver.md @@ -6,7 +6,7 @@ > **updateChatMessageResolver**(`_parent`, `args`, `ctx`): `Promise`\<\{ `body`: `string`; `chatId`: `string`; `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `parentMessageId`: `string`; `updatedAt`: `Date`; \}\> -Defined in: [src/graphql/types/Mutation/updateChatMessage.ts:19](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Mutation/updateChatMessage.ts#L19) +Defined in: [src/graphql/types/Mutation/updateChatMessage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Mutation/updateChatMessage.ts#L19) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/type-aliases/Organization.md b/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/type-aliases/Organization.md index a435fcf5c25..179804d2b2d 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/type-aliases/Organization.md +++ b/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/type-aliases/Organization.md @@ -6,4 +6,4 @@ > **Organization**: *typeof* `organizationsTable.$inferSelect` -Defined in: [src/graphql/types/Organization/Organization.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Organization/Organization.ts#L5) +Defined in: [src/graphql/types/Organization/Organization.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Organization/Organization.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/variables/Organization.md b/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/variables/Organization.md index 5b0b1f18269..9cf93ef8eb1 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/variables/Organization.md +++ b/docs/docs/docs/auto-schema/graphql/types/Organization/Organization/variables/Organization.md @@ -6,4 +6,4 @@ > **Organization**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `id`: `string`; `name`: `string`; `postalCode`: `string`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `id`: `string`; `name`: `string`; `postalCode`: `string`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/Organization/Organization.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Organization/Organization.ts#L5) +Defined in: [src/graphql/types/Organization/Organization.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Organization/Organization.ts#L5) diff --git a/docs/docs/docs/auto-schema/graphql/types/Organization/creator/functions/OrganizationCreatorResolver.md b/docs/docs/docs/auto-schema/graphql/types/Organization/creator/functions/OrganizationCreatorResolver.md index 9e315f17b79..24cea9d19b5 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Organization/creator/functions/OrganizationCreatorResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Organization/creator/functions/OrganizationCreatorResolver.md @@ -6,7 +6,7 @@ > **OrganizationCreatorResolver**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Organization/creator.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Organization/creator.ts#L7) +Defined in: [src/graphql/types/Organization/creator.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Organization/creator.ts#L7) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/Organization/updater/variables/OrganizationUpdaterResolver.md b/docs/docs/docs/auto-schema/graphql/types/Organization/updater/variables/OrganizationUpdaterResolver.md index 8d929d4115e..94a5792b7c1 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Organization/updater/variables/OrganizationUpdaterResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Organization/updater/variables/OrganizationUpdaterResolver.md @@ -6,7 +6,7 @@ > `const` **OrganizationUpdaterResolver**: `object` -Defined in: [src/graphql/types/Organization/updater.ts:108](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Organization/updater.ts#L108) +Defined in: [src/graphql/types/Organization/updater.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Organization/updater.ts#L108) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/Post/Post/type-aliases/Post.md b/docs/docs/docs/auto-schema/graphql/types/Post/Post/type-aliases/Post.md index 8aa75531e9c..ef69ef40bc1 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Post/Post/type-aliases/Post.md +++ b/docs/docs/docs/auto-schema/graphql/types/Post/Post/type-aliases/Post.md @@ -6,7 +6,7 @@ > **Post**: *typeof* `postsTable.$inferSelect` & `object` -Defined in: [src/graphql/types/Post/Post.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Post/Post.ts#L8) +Defined in: [src/graphql/types/Post/Post.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/Post.ts#L8) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/Post/Post/variables/Post.md b/docs/docs/docs/auto-schema/graphql/types/Post/Post/variables/Post.md index 9c8c5defd93..889a9e3febc 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Post/Post/variables/Post.md +++ b/docs/docs/docs/auto-schema/graphql/types/Post/Post/variables/Post.md @@ -6,4 +6,4 @@ > **Post**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, [`Post`](../type-aliases/Post.md), [`Post`](../type-aliases/Post.md)\> -Defined in: [src/graphql/types/Post/Post.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Post/Post.ts#L8) +Defined in: [src/graphql/types/Post/Post.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/Post.ts#L8) diff --git a/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/interfaces/UploadUrlResponse.md b/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/interfaces/UploadUrlResponse.md index fe5dcb15b67..122922bd657 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/interfaces/UploadUrlResponse.md +++ b/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/interfaces/UploadUrlResponse.md @@ -4,7 +4,7 @@ # Interface: UploadUrlResponse -Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:3](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Post/UploadUrlResponse.ts#L3) +Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/UploadUrlResponse.ts#L3) ## Properties @@ -12,7 +12,7 @@ Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:3](https://github.com/S > **fileUrl**: `string` -Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:5](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Post/UploadUrlResponse.ts#L5) +Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/UploadUrlResponse.ts#L5) *** @@ -20,7 +20,7 @@ Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:5](https://github.com/S > **objectName**: `string` -Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Post/UploadUrlResponse.ts#L6) +Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/UploadUrlResponse.ts#L6) *** @@ -28,4 +28,4 @@ Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:6](https://github.com/S > **presignedUrl**: `string` -Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Post/UploadUrlResponse.ts#L4) +Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/UploadUrlResponse.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/variables/UploadUrlResponse.md b/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/variables/UploadUrlResponse.md index e9b10c20c40..1f00e50cc09 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/variables/UploadUrlResponse.md +++ b/docs/docs/docs/auto-schema/graphql/types/Post/UploadUrlResponse/variables/UploadUrlResponse.md @@ -6,4 +6,4 @@ > **UploadUrlResponse**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, [`UploadUrlResponse`](../interfaces/UploadUrlResponse.md), [`UploadUrlResponse`](../interfaces/UploadUrlResponse.md)\> -Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:3](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Post/UploadUrlResponse.ts#L3) +Defined in: [src/graphql/types/Post/UploadUrlResponse.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/UploadUrlResponse.ts#L3) diff --git a/docs/docs/docs/auto-schema/graphql/types/Post/updater/functions/resolveUpdater.md b/docs/docs/docs/auto-schema/graphql/types/Post/updater/functions/resolveUpdater.md new file mode 100644 index 00000000000..04daeac853e --- /dev/null +++ b/docs/docs/docs/auto-schema/graphql/types/Post/updater/functions/resolveUpdater.md @@ -0,0 +1,27 @@ +[Admin Docs](/) + +*** + +# Function: resolveUpdater() + +> **resolveUpdater**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> + +Defined in: [src/graphql/types/Post/updater.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Post/updater.ts#L7) + +## Parameters + +### parent + +[`Post`](../../Post/type-aliases/Post.md) + +### \_args + +`Record`\<`string`, `never`\> + +### ctx + +[`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md) + +## Returns + +`Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> diff --git a/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment.md b/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment.md index c15a9eee02c..a130ddae671 100644 --- a/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment.md @@ -6,4 +6,4 @@ > **PostAttachment**: *typeof* `postAttachmentsTable.$inferSelect` -Defined in: [src/graphql/types/PostAttachment/PostAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/PostAttachment/PostAttachment.ts#L4) +Defined in: [src/graphql/types/PostAttachment/PostAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/PostAttachment/PostAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment.md b/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment.md index f0934a6f001..698f3877daf 100644 --- a/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/variables/PostAttachment.md @@ -6,4 +6,4 @@ > **PostAttachment**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `postId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `postId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/PostAttachment/PostAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/PostAttachment/PostAttachment.ts#L4) +Defined in: [src/graphql/types/PostAttachment/PostAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/PostAttachment/PostAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/type-aliases/Tag.md b/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/type-aliases/Tag.md index 4e37ae1b728..01ba27d3c24 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/type-aliases/Tag.md +++ b/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/type-aliases/Tag.md @@ -6,4 +6,4 @@ > **Tag**: *typeof* `tagsTable.$inferSelect` -Defined in: [src/graphql/types/Tag/Tag.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Tag/Tag.ts#L4) +Defined in: [src/graphql/types/Tag/Tag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Tag/Tag.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/variables/Tag.md b/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/variables/Tag.md index 69b0947fce4..b65af1ce03c 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/variables/Tag.md +++ b/docs/docs/docs/auto-schema/graphql/types/Tag/Tag/variables/Tag.md @@ -6,4 +6,4 @@ > **Tag**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `folderId`: `string`; `id`: `string`; `name`: `string`; `organizationId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `folderId`: `string`; `id`: `string`; `name`: `string`; `organizationId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/Tag/Tag.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Tag/Tag.ts#L4) +Defined in: [src/graphql/types/Tag/Tag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Tag/Tag.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/Tag/creator/functions/tagCreatorResolver.md b/docs/docs/docs/auto-schema/graphql/types/Tag/creator/functions/tagCreatorResolver.md index a3948050dcc..ba3f9220484 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Tag/creator/functions/tagCreatorResolver.md +++ b/docs/docs/docs/auto-schema/graphql/types/Tag/creator/functions/tagCreatorResolver.md @@ -6,7 +6,7 @@ > **tagCreatorResolver**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Tag/creator.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Tag/creator.ts#L7) +Defined in: [src/graphql/types/Tag/creator.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Tag/creator.ts#L7) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder.md b/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder.md index 130d1742474..95b026a3a8d 100644 --- a/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder.md +++ b/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder.md @@ -6,4 +6,4 @@ > **TagFolder**: *typeof* `tagFoldersTable.$inferSelect` -Defined in: [src/graphql/types/TagFolder/TagFolder.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/TagFolder/TagFolder.ts#L4) +Defined in: [src/graphql/types/TagFolder/TagFolder.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/TagFolder/TagFolder.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/variables/TagFolder.md b/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/variables/TagFolder.md index 855ba268f1e..0911610bec3 100644 --- a/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/variables/TagFolder.md +++ b/docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/variables/TagFolder.md @@ -6,4 +6,4 @@ > **TagFolder**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `name`: `string`; `organizationId`: `string`; `parentFolderId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `id`: `string`; `name`: `string`; `organizationId`: `string`; `parentFolderId`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; \}\> -Defined in: [src/graphql/types/TagFolder/TagFolder.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/TagFolder/TagFolder.ts#L4) +Defined in: [src/graphql/types/TagFolder/TagFolder.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/TagFolder/TagFolder.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/User/User/type-aliases/User.md b/docs/docs/docs/auto-schema/graphql/types/User/User/type-aliases/User.md index 3241e38891d..17cb995c954 100644 --- a/docs/docs/docs/auto-schema/graphql/types/User/User/type-aliases/User.md +++ b/docs/docs/docs/auto-schema/graphql/types/User/User/type-aliases/User.md @@ -6,4 +6,4 @@ > **User**: *typeof* `usersTable.$inferSelect` -Defined in: [src/graphql/types/User/User.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/User/User.ts#L6) +Defined in: [src/graphql/types/User/User.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/User/User.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/types/User/User/variables/User.md b/docs/docs/docs/auto-schema/graphql/types/User/User/variables/User.md index 9ba4d7c07d9..8687a48529e 100644 --- a/docs/docs/docs/auto-schema/graphql/types/User/User/variables/User.md +++ b/docs/docs/docs/auto-schema/graphql/types/User/User/variables/User.md @@ -6,4 +6,4 @@ > **User**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}, \{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/User/User.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/User/User.ts#L6) +Defined in: [src/graphql/types/User/User.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/User/User.ts#L6) diff --git a/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/type-aliases/Venue.md b/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/type-aliases/Venue.md index b3c48ea0bbb..74094b2e17a 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/type-aliases/Venue.md +++ b/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/type-aliases/Venue.md @@ -6,7 +6,7 @@ > **Venue**: *typeof* `venuesTable.$inferSelect` & `object` -Defined in: [src/graphql/types/Venue/Venue.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Venue/Venue.ts#L8) +Defined in: [src/graphql/types/Venue/Venue.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Venue/Venue.ts#L8) ## Type declaration diff --git a/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/variables/Venue.md b/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/variables/Venue.md index 3ec3c3ff8be..473fbeb087b 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/variables/Venue.md +++ b/docs/docs/docs/auto-schema/graphql/types/Venue/Venue/variables/Venue.md @@ -6,4 +6,4 @@ > **Venue**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, [`Venue`](../type-aliases/Venue.md), [`Venue`](../type-aliases/Venue.md)\> -Defined in: [src/graphql/types/Venue/Venue.ts:8](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Venue/Venue.ts#L8) +Defined in: [src/graphql/types/Venue/Venue.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Venue/Venue.ts#L8) diff --git a/docs/docs/docs/auto-schema/graphql/types/Venue/updater/functions/resolveUpdater.md b/docs/docs/docs/auto-schema/graphql/types/Venue/updater/functions/resolveUpdater.md index 922531c552e..52bdd0e017f 100644 --- a/docs/docs/docs/auto-schema/graphql/types/Venue/updater/functions/resolveUpdater.md +++ b/docs/docs/docs/auto-schema/graphql/types/Venue/updater/functions/resolveUpdater.md @@ -6,7 +6,7 @@ > **resolveUpdater**(`parent`, `_args`, `ctx`): `Promise`\<\{ `addressLine1`: `string`; `addressLine2`: `string`; `avatarMimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"`; `avatarName`: `string`; `birthDate`: `Date`; `city`: `string`; `countryCode`: `"at"` \| `"ad"` \| `"ae"` \| `"af"` \| `"ag"` \| `"ai"` \| `"al"` \| `"am"` \| `"ao"` \| `"aq"` \| `"ar"` \| `"as"` \| `"au"` \| `"aw"` \| `"ax"` \| `"az"` \| `"ba"` \| `"bb"` \| `"bd"` \| `"be"` \| `"bf"` \| `"bg"` \| `"bh"` \| `"bi"` \| `"bj"` \| `"bl"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"bq"` \| `"br"` \| `"bs"` \| `"bt"` \| `"bv"` \| `"bw"` \| `"by"` \| `"bz"` \| `"ca"` \| `"cc"` \| `"cd"` \| `"cf"` \| `"cg"` \| `"ch"` \| `"ci"` \| `"ck"` \| `"cl"` \| `"cm"` \| `"cn"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cw"` \| `"cx"` \| `"cy"` \| `"cz"` \| `"de"` \| `"dj"` \| `"dk"` \| `"dm"` \| `"do"` \| `"dz"` \| `"ec"` \| `"ee"` \| `"eg"` \| `"eh"` \| `"er"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fk"` \| `"fm"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gb"` \| `"gd"` \| `"ge"` \| `"gf"` \| `"gg"` \| `"gh"` \| `"gi"` \| `"gl"` \| `"gm"` \| `"gn"` \| `"gp"` \| `"gq"` \| `"gr"` \| `"gs"` \| `"gt"` \| `"gu"` \| `"gw"` \| `"gy"` \| `"hk"` \| `"hm"` \| `"hn"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"il"` \| `"im"` \| `"in"` \| `"io"` \| `"iq"` \| `"ir"` \| `"is"` \| `"it"` \| `"je"` \| `"jm"` \| `"jo"` \| `"jp"` \| `"ke"` \| `"kg"` \| `"kh"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kp"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"kz"` \| `"la"` \| `"lb"` \| `"lc"` \| `"li"` \| `"lk"` \| `"lr"` \| `"ls"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"ly"` \| `"ma"` \| `"mc"` \| `"md"` \| `"me"` \| `"mf"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mm"` \| `"mn"` \| `"mo"` \| `"mp"` \| `"mq"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"mu"` \| `"mv"` \| `"mw"` \| `"mx"` \| `"my"` \| `"mz"` \| `"na"` \| `"nc"` \| `"ne"` \| `"nf"` \| `"ng"` \| `"ni"` \| `"nl"` \| `"no"` \| `"np"` \| `"nr"` \| `"nu"` \| `"nz"` \| `"om"` \| `"pa"` \| `"pe"` \| `"pf"` \| `"pg"` \| `"ph"` \| `"pk"` \| `"pl"` \| `"pm"` \| `"pn"` \| `"pr"` \| `"ps"` \| `"pt"` \| `"pw"` \| `"py"` \| `"qa"` \| `"re"` \| `"ro"` \| `"rs"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sb"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"sh"` \| `"si"` \| `"sj"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"sx"` \| `"sy"` \| `"sz"` \| `"tc"` \| `"td"` \| `"tf"` \| `"tg"` \| `"th"` \| `"tj"` \| `"tk"` \| `"tl"` \| `"tm"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tv"` \| `"tw"` \| `"tz"` \| `"ua"` \| `"ug"` \| `"um"` \| `"us"` \| `"uy"` \| `"uz"` \| `"va"` \| `"vc"` \| `"ve"` \| `"vg"` \| `"vi"` \| `"vn"` \| `"vu"` \| `"wf"` \| `"ws"` \| `"ye"` \| `"yt"` \| `"za"` \| `"zm"` \| `"zw"`; `createdAt`: `Date`; `creatorId`: `string`; `description`: `string`; `educationGrade`: `"kg"` \| `"grade_1"` \| `"grade_2"` \| `"grade_3"` \| `"grade_4"` \| `"grade_5"` \| `"grade_6"` \| `"grade_7"` \| `"grade_8"` \| `"grade_9"` \| `"grade_10"` \| `"grade_11"` \| `"grade_12"` \| `"graduate"` \| `"no_grade"` \| `"pre_kg"`; `emailAddress`: `string`; `employmentStatus`: `"full_time"` \| `"part_time"` \| `"unemployed"`; `homePhoneNumber`: `string`; `id`: `string`; `isEmailAddressVerified`: `boolean`; `maritalStatus`: `"divorced"` \| `"engaged"` \| `"married"` \| `"seperated"` \| `"single"` \| `"widowed"`; `mobilePhoneNumber`: `string`; `name`: `string`; `natalSex`: `"female"` \| `"intersex"` \| `"male"`; `naturalLanguageCode`: `"ae"` \| `"af"` \| `"am"` \| `"ar"` \| `"as"` \| `"az"` \| `"ba"` \| `"be"` \| `"bg"` \| `"bi"` \| `"bm"` \| `"bn"` \| `"bo"` \| `"br"` \| `"bs"` \| `"ca"` \| `"ch"` \| `"co"` \| `"cr"` \| `"cu"` \| `"cv"` \| `"cy"` \| `"de"` \| `"dz"` \| `"ee"` \| `"es"` \| `"et"` \| `"fi"` \| `"fj"` \| `"fo"` \| `"fr"` \| `"ga"` \| `"gd"` \| `"gl"` \| `"gn"` \| `"gu"` \| `"hr"` \| `"ht"` \| `"hu"` \| `"id"` \| `"ie"` \| `"io"` \| `"is"` \| `"it"` \| `"kg"` \| `"ki"` \| `"km"` \| `"kn"` \| `"kr"` \| `"kw"` \| `"ky"` \| `"la"` \| `"lb"` \| `"li"` \| `"lt"` \| `"lu"` \| `"lv"` \| `"mg"` \| `"mh"` \| `"mk"` \| `"ml"` \| `"mn"` \| `"mr"` \| `"ms"` \| `"mt"` \| `"my"` \| `"na"` \| `"ne"` \| `"ng"` \| `"nl"` \| `"no"` \| `"nr"` \| `"om"` \| `"pa"` \| `"pl"` \| `"ps"` \| `"pt"` \| `"ro"` \| `"ru"` \| `"rw"` \| `"sa"` \| `"sc"` \| `"sd"` \| `"se"` \| `"sg"` \| `"si"` \| `"sk"` \| `"sl"` \| `"sm"` \| `"sn"` \| `"so"` \| `"sr"` \| `"ss"` \| `"st"` \| `"sv"` \| `"tg"` \| `"th"` \| `"tk"` \| `"tl"` \| `"tn"` \| `"to"` \| `"tr"` \| `"tt"` \| `"tw"` \| `"ug"` \| `"uz"` \| `"ve"` \| `"vi"` \| `"za"` \| `"aa"` \| `"ab"` \| `"ak"` \| `"an"` \| `"av"` \| `"ay"` \| `"ce"` \| `"cs"` \| `"da"` \| `"dv"` \| `"el"` \| `"en"` \| `"eo"` \| `"eu"` \| `"fa"` \| `"ff"` \| `"fy"` \| `"gv"` \| `"ha"` \| `"he"` \| `"hi"` \| `"ho"` \| `"hy"` \| `"hz"` \| `"ia"` \| `"ig"` \| `"ii"` \| `"ik"` \| `"iu"` \| `"ja"` \| `"jv"` \| `"ka"` \| `"kj"` \| `"kk"` \| `"kl"` \| `"ko"` \| `"ks"` \| `"ku"` \| `"kv"` \| `"lg"` \| `"ln"` \| `"lo"` \| `"mi"` \| `"nb"` \| `"nd"` \| `"nn"` \| `"nv"` \| `"ny"` \| `"oc"` \| `"oj"` \| `"or"` \| `"os"` \| `"pi"` \| `"qu"` \| `"rm"` \| `"rn"` \| `"sq"` \| `"su"` \| `"sw"` \| `"ta"` \| `"te"` \| `"ti"` \| `"ts"` \| `"ty"` \| `"uk"` \| `"ur"` \| `"vo"` \| `"wa"` \| `"wo"` \| `"xh"` \| `"yi"` \| `"yo"` \| `"zh"` \| `"zu"`; `passwordHash`: `string`; `postalCode`: `string`; `role`: `"administrator"` \| `"regular"`; `state`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `workPhoneNumber`: `string`; \}\> -Defined in: [src/graphql/types/Venue/updater.ts:7](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/Venue/updater.ts#L7) +Defined in: [src/graphql/types/Venue/updater.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/Venue/updater.ts#L7) ## Parameters diff --git a/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment.md b/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment.md index ff356a2a08d..2620606e113 100644 --- a/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment.md @@ -6,4 +6,4 @@ > **VenueAttachment**: *typeof* `venueAttachmentsTable.$inferSelect` -Defined in: [src/graphql/types/VenueAttachment/VenueAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/VenueAttachment/VenueAttachment.ts#L4) +Defined in: [src/graphql/types/VenueAttachment/VenueAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/VenueAttachment/VenueAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment.md b/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment.md index ff2450fce56..4091f5bd899 100644 --- a/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment.md +++ b/docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/variables/VenueAttachment.md @@ -6,4 +6,4 @@ > **VenueAttachment**: `ImplementableObjectRef`\<`ExtendDefaultTypes`\<\{ `Context`: [`GraphQLContext`](../../../../context/type-aliases/GraphQLContext.md); `Scalars`: [`CustomScalars`](../../../../scalars/type-aliases/CustomScalars.md); \}\>, \{ `createdAt`: `Date`; `creatorId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `venueId`: `string`; \}, \{ `createdAt`: `Date`; `creatorId`: `string`; `mimeType`: `"image/avif"` \| `"image/jpeg"` \| `"image/png"` \| `"image/webp"` \| `"video/mp4"` \| `"video/webm"`; `name`: `string`; `updatedAt`: `Date`; `updaterId`: `string`; `venueId`: `string`; \}\> -Defined in: [src/graphql/types/VenueAttachment/VenueAttachment.ts:4](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/graphql/types/VenueAttachment/VenueAttachment.ts#L4) +Defined in: [src/graphql/types/VenueAttachment/VenueAttachment.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/graphql/types/VenueAttachment/VenueAttachment.ts#L4) diff --git a/docs/docs/docs/auto-schema/plugins/drizzleClient/functions/drizzleClient.md b/docs/docs/docs/auto-schema/plugins/drizzleClient/functions/drizzleClient.md index cefbf2dd864..8ba2e91be54 100644 --- a/docs/docs/docs/auto-schema/plugins/drizzleClient/functions/drizzleClient.md +++ b/docs/docs/docs/auto-schema/plugins/drizzleClient/functions/drizzleClient.md @@ -6,7 +6,7 @@ > **drizzleClient**(`fastify`): `Promise`\<`void`\> -Defined in: [src/plugins/drizzleClient.ts:22](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/plugins/drizzleClient.ts#L22) +Defined in: [src/plugins/drizzleClient.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/plugins/drizzleClient.ts#L22) Integrates a drizzle client instance on a namespace `drizzleClient` on the global fastify instance. diff --git a/docs/docs/docs/auto-schema/plugins/functions/plugins.md b/docs/docs/docs/auto-schema/plugins/functions/plugins.md index 3587ecd2c2c..b26b9a7fa6d 100644 --- a/docs/docs/docs/auto-schema/plugins/functions/plugins.md +++ b/docs/docs/docs/auto-schema/plugins/functions/plugins.md @@ -6,7 +6,7 @@ > **plugins**(`fastify`): `Promise`\<`void`\> -Defined in: [src/plugins/index.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/plugins/index.ts#L6) +Defined in: [src/plugins/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/plugins/index.ts#L6) ## Parameters diff --git a/docs/docs/docs/auto-schema/plugins/minioClient/functions/minioClient.md b/docs/docs/docs/auto-schema/plugins/minioClient/functions/minioClient.md index 5b2c8d59d3b..185dba0d681 100644 --- a/docs/docs/docs/auto-schema/plugins/minioClient/functions/minioClient.md +++ b/docs/docs/docs/auto-schema/plugins/minioClient/functions/minioClient.md @@ -6,7 +6,7 @@ > **minioClient**(`fastify`): `Promise`\<`void`\> -Defined in: [src/plugins/minioClient.ts:26](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/plugins/minioClient.ts#L26) +Defined in: [src/plugins/minioClient.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/plugins/minioClient.ts#L26) Integrates the talawa minio bucket name and a minio client instance on the namespaces `minio.bucketName` and `minio.client` respectively on the global fastify instance. diff --git a/docs/docs/docs/auto-schema/plugins/seedInitialData/functions/default.md b/docs/docs/docs/auto-schema/plugins/seedInitialData/functions/default.md index 6760ad34734..8fef82ac8ac 100644 --- a/docs/docs/docs/auto-schema/plugins/seedInitialData/functions/default.md +++ b/docs/docs/docs/auto-schema/plugins/seedInitialData/functions/default.md @@ -6,7 +6,7 @@ > **default**(`instance`, `opts`): `Promise`\<`void`\> -Defined in: [src/plugins/seedInitialData.ts:179](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/plugins/seedInitialData.ts#L179) +Defined in: [src/plugins/seedInitialData.ts:179](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/plugins/seedInitialData.ts#L179) ## Parameters diff --git a/docs/docs/docs/auto-schema/routes/functions/routes.md b/docs/docs/docs/auto-schema/routes/functions/routes.md index 30202904f6d..879159f3847 100644 --- a/docs/docs/docs/auto-schema/routes/functions/routes.md +++ b/docs/docs/docs/auto-schema/routes/functions/routes.md @@ -6,7 +6,7 @@ > **routes**(`fastify`): `Promise`\<`void`\> -Defined in: [src/routes/index.ts:13](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/routes/index.ts#L13) +Defined in: [src/routes/index.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/routes/index.ts#L13) This fastify plugin function contains all talawa api routes within it. diff --git a/docs/docs/docs/auto-schema/routes/graphql/functions/createContext.md b/docs/docs/docs/auto-schema/routes/graphql/functions/createContext.md index ab6ac4dd061..a0363d2310e 100644 --- a/docs/docs/docs/auto-schema/routes/graphql/functions/createContext.md +++ b/docs/docs/docs/auto-schema/routes/graphql/functions/createContext.md @@ -6,7 +6,7 @@ > **createContext**(`initialContext`): `Promise`\<[`ExplicitGraphQLContext`](../../../graphql/context/type-aliases/ExplicitGraphQLContext.md)\> -Defined in: [src/routes/graphql.ts:50](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/routes/graphql.ts#L50) +Defined in: [src/routes/graphql.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/routes/graphql.ts#L50) This function is used to create the explicit context passed to the graphql resolvers each time they resolve a graphql operation at runtime. All the transport protocol specific information should be dealt with within this function and the return type of this function must be transport protocol agnostic. diff --git a/docs/docs/docs/auto-schema/routes/graphql/functions/graphql.md b/docs/docs/docs/auto-schema/routes/graphql/functions/graphql.md index b7e2f572efd..48cc34d3b6e 100644 --- a/docs/docs/docs/auto-schema/routes/graphql/functions/graphql.md +++ b/docs/docs/docs/auto-schema/routes/graphql/functions/graphql.md @@ -6,7 +6,7 @@ > **graphql**(`fastify`): `Promise`\<`void`\> -Defined in: [src/routes/graphql.ts:83](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/routes/graphql.ts#L83) +Defined in: [src/routes/graphql.ts:83](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/routes/graphql.ts#L83) This fastify route plugin function is initializes mercurius on the fastify instance and directs incoming requests on the `/graphql` route to it. diff --git a/docs/docs/docs/auto-schema/routes/graphql/type-aliases/CreateContext.md b/docs/docs/docs/auto-schema/routes/graphql/type-aliases/CreateContext.md index 441047a39e3..967c67791b9 100644 --- a/docs/docs/docs/auto-schema/routes/graphql/type-aliases/CreateContext.md +++ b/docs/docs/docs/auto-schema/routes/graphql/type-aliases/CreateContext.md @@ -6,7 +6,7 @@ > **CreateContext**: (`initialContext`) => `Promise`\<[`ExplicitGraphQLContext`](../../../graphql/context/type-aliases/ExplicitGraphQLContext.md)\> -Defined in: [src/routes/graphql.ts:43](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/routes/graphql.ts#L43) +Defined in: [src/routes/graphql.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/routes/graphql.ts#L43) ## Parameters diff --git a/docs/docs/docs/auto-schema/routes/healthcheck/functions/healthcheck.md b/docs/docs/docs/auto-schema/routes/healthcheck/functions/healthcheck.md index 3e03b9036e3..2edfd5e6e31 100644 --- a/docs/docs/docs/auto-schema/routes/healthcheck/functions/healthcheck.md +++ b/docs/docs/docs/auto-schema/routes/healthcheck/functions/healthcheck.md @@ -6,7 +6,7 @@ > **healthcheck**(`instance`, `opts`): `Promise`\<`void`\> -Defined in: [src/routes/healthcheck.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/routes/healthcheck.ts#L6) +Defined in: [src/routes/healthcheck.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/routes/healthcheck.ts#L6) This fastify route plugin is used to initialize a healthcheck endpoint on the fastify server for external services to check health of talawa api. diff --git a/docs/docs/docs/auto-schema/routes/objects/functions/objects.md b/docs/docs/docs/auto-schema/routes/objects/functions/objects.md index 2fc95e2382d..ce62295000c 100644 --- a/docs/docs/docs/auto-schema/routes/objects/functions/objects.md +++ b/docs/docs/docs/auto-schema/routes/objects/functions/objects.md @@ -6,7 +6,7 @@ > **objects**(`instance`, `opts`): `Promise`\<`void`\> -Defined in: [src/routes/objects.ts:9](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/routes/objects.ts#L9) +Defined in: [src/routes/objects.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/routes/objects.ts#L9) This fastify route plugin is used to initialize a `/objects/:name` endpoint on the fastify server for clients to fetch objects from the minio server. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md index 935d425fa0a..7e34e78fe81 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md @@ -4,7 +4,7 @@ # Class: TalawaGraphQLError -Defined in: [src/utilities/TalawaGraphQLError.ts:260](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L260) +Defined in: [src/utilities/TalawaGraphQLError.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L260) This class extends the `GraphQLError` class and is used to create graphql error instances with strict typescript assertion on providing the error metadata within the `extensions` field. This assertion prevents talawa api contributers from returning arbitrary, undocumented errors to the talawa api graphql clients. @@ -48,7 +48,7 @@ export const user = async (parent, args, ctx) => { > **new TalawaGraphQLError**(`__namedParameters`): [`TalawaGraphQLError`](TalawaGraphQLError.md) -Defined in: [src/utilities/TalawaGraphQLError.ts:261](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L261) +Defined in: [src/utilities/TalawaGraphQLError.ts:261](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L261) #### Parameters diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions.md index f8d187aad6f..f7846236f86 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions.md @@ -6,7 +6,7 @@ > **ArgumentsAssociatedResourcesNotFoundExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:32](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L32) +Defined in: [src/utilities/TalawaGraphQLError.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L32) When resources associated to the provided graphql arguments cannot be not found. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions.md index 77160db3edf..26c5c50bf07 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions.md @@ -6,7 +6,7 @@ > **ForbiddenActionExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:51](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L51) +Defined in: [src/utilities/TalawaGraphQLError.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L51) When the client tries to perform an action that conflicts with real world expectations of the application. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions.md index cf98cb48e47..783799a6eea 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions.md @@ -6,7 +6,7 @@ > **ForbiddenActionOnArgumentsAssociatedResourcesExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:75](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L75) +Defined in: [src/utilities/TalawaGraphQLError.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L75) When the client tries to perform actions on resources associated to arguments that conflict with real world expectations of the application. One example would be a user trying to follow their own account on a social media application. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions.md index dd494ae7ce2..4c6a946666c 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions.md @@ -6,7 +6,7 @@ > **InvalidArgumentsExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:121](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L121) +Defined in: [src/utilities/TalawaGraphQLError.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L121) When the client provides invalid arguments in a graphql operation. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions.md index e1b839941f1..550eddbd411 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions.md @@ -6,4 +6,4 @@ > **TalawaGraphQLErrorExtensions**: [`ArgumentsAssociatedResourcesNotFoundExtensions`](ArgumentsAssociatedResourcesNotFoundExtensions.md) \| [`ForbiddenActionExtensions`](ForbiddenActionExtensions.md) \| [`ForbiddenActionOnArgumentsAssociatedResourcesExtensions`](ForbiddenActionOnArgumentsAssociatedResourcesExtensions.md) \| [`UnauthenticatedExtensions`](UnauthenticatedExtensions.md) \| [`InvalidArgumentsExtensions`](InvalidArgumentsExtensions.md) \| [`UnauthorizedActionExtensions`](UnauthorizedActionExtensions.md) \| [`UnauthorizedActionOnArgumentsAssociatedResourcesExtensions`](UnauthorizedActionOnArgumentsAssociatedResourcesExtensions.md) \| [`UnauthorizedArgumentsExtensions`](UnauthorizedArgumentsExtensions.md) \| [`UnexpectedExtensions`](UnexpectedExtensions.md) -Defined in: [src/utilities/TalawaGraphQLError.ts:202](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L202) +Defined in: [src/utilities/TalawaGraphQLError.ts:202](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L202) diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError.md index bb14108682a..0943f2eaf24 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError.md @@ -6,7 +6,7 @@ > **TalawaGraphQLFormattedError**: `GraphQLFormattedError` & `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:278](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L278) +Defined in: [src/utilities/TalawaGraphQLError.ts:278](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L278) Type of the error returned by talawa api's graphql implementation in the root "errors" field of the graphql responses. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions.md index a8a1fa99a30..505a5bf06a4 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions.md @@ -6,7 +6,7 @@ > **UnauthenticatedExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:93](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L93) +Defined in: [src/utilities/TalawaGraphQLError.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L93) When the client must be authenticated to perform an action. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions.md index 7046ad1cced..bfdeabc3d27 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions.md @@ -6,7 +6,7 @@ > **UnauthorizedActionExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:139](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L139) +Defined in: [src/utilities/TalawaGraphQLError.ts:139](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L139) When the client is not authorized to perform an action. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions.md index 6e438b578d4..c86f3620fed 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions.md @@ -6,7 +6,7 @@ > **UnauthorizedActionOnArgumentsAssociatedResourcesExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:158](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L158) +Defined in: [src/utilities/TalawaGraphQLError.ts:158](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L158) When the client is not authorized to perform an action on a resource associated to an argument. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions.md index 6541c4638ef..42587793c3f 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions.md @@ -6,7 +6,7 @@ > **UnauthorizedArgumentsExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:181](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L181) +Defined in: [src/utilities/TalawaGraphQLError.ts:181](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L181) When the client is not authorized to perform an action with certain arguments. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions.md index b57dbfd9683..72dc60b9f7c 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions.md @@ -6,7 +6,7 @@ > **UnexpectedExtensions**: `object` -Defined in: [src/utilities/TalawaGraphQLError.ts:198](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L198) +Defined in: [src/utilities/TalawaGraphQLError.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L198) When an error that doesn't fit one of the error types listed above occurs. One example would be a database request failure. diff --git a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages.md b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages.md index c74079b8fe1..4c59fc0e81d 100644 --- a/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages.md +++ b/docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/variables/defaultTalawaGraphQLErrorMessages.md @@ -6,4 +6,4 @@ > `const` **defaultTalawaGraphQLErrorMessages**: `{ [Key in TalawaGraphQLErrorExtensions["code"]]: string }` -Defined in: [src/utilities/TalawaGraphQLError.ts:213](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/TalawaGraphQLError.ts#L213) +Defined in: [src/utilities/TalawaGraphQLError.ts:213](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/TalawaGraphQLError.ts#L213) diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/createGraphQLConnectionWithWhereSchema.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/createGraphQLConnectionWithWhereSchema.md new file mode 100644 index 00000000000..46406e2bb18 --- /dev/null +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/createGraphQLConnectionWithWhereSchema.md @@ -0,0 +1,30 @@ +[Admin Docs](/) + +*** + +# Function: createGraphQLConnectionWithWhereSchema() + +> **createGraphQLConnectionWithWhereSchema**\<`T`\>(`whereSchema`): `ZodObject`\<`extendShape`\<\{ `after`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodString`\>\>, `string`, `string`\>; `before`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodString`\>\>, `string`, `string`\>; `first`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodNumber`\>\>, `number`, `number`\>; `last`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodNumber`\>\>, `number`, `number`\>; \}, \{ `where`: `ZodNullable`\<`ZodDefault`\<`T`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ \[k in "first" \| "last" \| "before" \| "after" \| "where"\]: addQuestionMarks\\>, string, string\>; before: ZodEffects\\>, string, string\>; first: ZodEffects\\>, number, number\>; last: ZodEffects\\>, number, number\> \}, \{ where: ZodNullable\\> \}\>\>, any\>\[k\] \}, \{ \[k in "first" \| "last" \| "before" \| "after" \| "where"\]: baseObjectInputType\\>, string, string\>; before: ZodEffects\\>, string, string\>; first: ZodEffects\\>, number, number\>; last: ZodEffects\\>, number, number\> \}, \{ where: ZodNullable\\> \}\>\>\[k\] \}\> + +Defined in: [src/utilities/defaultGraphQLConnection.ts:147](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L147) + +Helper function to create a schema for connection arguments with a where clause. +Extends the default connection arguments schema with a custom where schema. + +## Type Parameters + +• **T** *extends* `ZodType`\<`any`, `ZodTypeDef`, `any`\> + +## Parameters + +### whereSchema + +`T` + +The Zod schema for the where clause + +## Returns + +`ZodObject`\<`extendShape`\<\{ `after`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodString`\>\>, `string`, `string`\>; `before`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodString`\>\>, `string`, `string`\>; `first`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodNumber`\>\>, `number`, `number`\>; `last`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodNumber`\>\>, `number`, `number`\>; \}, \{ `where`: `ZodNullable`\<`ZodDefault`\<`T`\>\>; \}\>, `"strip"`, `ZodTypeAny`, \{ \[k in "first" \| "last" \| "before" \| "after" \| "where"\]: addQuestionMarks\\>, string, string\>; before: ZodEffects\\>, string, string\>; first: ZodEffects\\>, number, number\>; last: ZodEffects\\>, number, number\> \}, \{ where: ZodNullable\\> \}\>\>, any\>\[k\] \}, \{ \[k in "first" \| "last" \| "before" \| "after" \| "where"\]: baseObjectInputType\\>, string, string\>; before: ZodEffects\\>, string, string\>; first: ZodEffects\\>, number, number\>; last: ZodEffects\\>, number, number\> \}, \{ where: ZodNullable\\> \}\>\>\[k\] \}\> + +A Zod schema for connection arguments with the where clause diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments.md index e3450b206b2..62f6dd12914 100644 --- a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments.md +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments.md @@ -4,9 +4,11 @@ # Function: transformDefaultGraphQLConnectionArguments() -> **transformDefaultGraphQLConnectionArguments**\<`Arg`\>(`arg`, `ctx`): `object` & `Omit`\<`Arg`, `"after"` \| `"before"` \| `"first"` \| `"last"`\> +> **transformDefaultGraphQLConnectionArguments**\<`Arg`\>(`arg`, `ctx`): `object` & `Omit`\<`Arg`, `"first"` \| `"last"` \| `"before"` \| `"after"`\> -Defined in: [src/utilities/defaultGraphQLConnection.ts:50](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/defaultGraphQLConnection.ts#L50) +Defined in: [src/utilities/defaultGraphQLConnection.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L67) + +Transform function for the basic connection arguments. ## Type Parameters @@ -24,4 +26,4 @@ Defined in: [src/utilities/defaultGraphQLConnection.ts:50](https://github.com/Su ## Returns -`object` & `Omit`\<`Arg`, `"after"` \| `"before"` \| `"first"` \| `"last"`\> +`object` & `Omit`\<`Arg`, `"first"` \| `"last"` \| `"before"` \| `"after"`\> diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformGraphQLConnectionArgumentsWithWhere.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformGraphQLConnectionArgumentsWithWhere.md new file mode 100644 index 00000000000..38541f71bca --- /dev/null +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformGraphQLConnectionArgumentsWithWhere.md @@ -0,0 +1,38 @@ +[Admin Docs](/) + +*** + +# Function: transformGraphQLConnectionArgumentsWithWhere() + +> **transformGraphQLConnectionArgumentsWithWhere**\<`Arg`, `Where`\>(`arg`, `ctx`): `object` & `Omit`\<`Arg`, `"first"` \| `"last"` \| `"before"` \| `"after"`\> & `object` + +Defined in: [src/utilities/defaultGraphQLConnection.ts:163](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L163) + +Transform function for connection arguments with a where clause. +Extends the base transformation with where handling. + +## Type Parameters + +• **Arg** *extends* `object` & `object` + +• **Where** = `Arg`\[`"where"`\] + +## Parameters + +### arg + +`Arg` + +The arguments to transform + +### ctx + +`RefinementCtx` + +The Zod refinement context + +## Returns + +`object` & `Omit`\<`Arg`, `"first"` \| `"last"` \| `"before"` \| `"after"`\> & `object` + +The transformed arguments with where clause diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md index bbc66268b88..4fca6c5c9b9 100644 --- a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md @@ -6,7 +6,7 @@ > **transformToDefaultGraphQLConnection**\<`RawNode`, `Node`, `Cursor`\>(`__namedParameters`): [`DefaultGraphQLConnection`](../type-aliases/DefaultGraphQLConnection.md)\<`Node`\> -Defined in: [src/utilities/defaultGraphQLConnection.ts:183](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/defaultGraphQLConnection.ts#L183) +Defined in: [src/utilities/defaultGraphQLConnection.ts:246](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L246) This function is used to transform an array of objects to a standard graphql connection object. diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md index 64a7db78044..cecf39253a7 100644 --- a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md @@ -6,7 +6,7 @@ > **DefaultGraphQLConnection**\<`NodeType`\>: `object` -Defined in: [src/utilities/defaultGraphQLConnection.ts:144](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/defaultGraphQLConnection.ts#L144) +Defined in: [src/utilities/defaultGraphQLConnection.ts:207](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L207) This is typescript type of a base graphql connection object. This connection object can be extended to create a custom connnection object as long as the new connection object adheres to the default type of this base connection object. diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md index 4a36b5245eb..9432a86b79c 100644 --- a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md @@ -6,7 +6,7 @@ > **DefaultGraphQLConnectionEdge**\<`NodeType`\>: `object` -Defined in: [src/utilities/defaultGraphQLConnection.ts:126](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/defaultGraphQLConnection.ts#L126) +Defined in: [src/utilities/defaultGraphQLConnection.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L189) This is typescript type of a base graphql connection edge object. This connection edge object can be extended to create a custom connection edge object as long as the new connection edge object adheres to the default type of this base connection edge object. diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo.md index 81625741341..3f031975857 100644 --- a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo.md +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo.md @@ -6,7 +6,7 @@ > **DefaultGraphQLConnectionPageInfo**: `object` -Defined in: [src/utilities/defaultGraphQLConnection.ts:134](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/defaultGraphQLConnection.ts#L134) +Defined in: [src/utilities/defaultGraphQLConnection.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L197) This is typescript type of a base graphql connection page info object. This connection page info object can be extended to create a custom connnection page info object as long as the new connection object adheres to the default type of this base connection object. diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments.md index 4e7d87238b3..f64d896110a 100644 --- a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments.md +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments.md @@ -6,7 +6,7 @@ > **ParsedDefaultGraphQLConnectionArguments**\<`Cursor`\>: `object` -Defined in: [src/utilities/defaultGraphQLConnection.ts:6](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/defaultGraphQLConnection.ts#L6) +Defined in: [src/utilities/defaultGraphQLConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L6) Type of the object containing the parsed default arguments of a graphql connection. @@ -20,6 +20,8 @@ Type of the object containing the parsed default arguments of a graphql connecti > `optional` **cursor**: `Cursor` +The cursor representing the position in the connection. + ### isInversed > **isInversed**: `boolean` diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArgumentsWithWhere.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArgumentsWithWhere.md new file mode 100644 index 00000000000..37dbb3ea22b --- /dev/null +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArgumentsWithWhere.md @@ -0,0 +1,26 @@ +[Admin Docs](/) + +*** + +# Type Alias: ParsedDefaultGraphQLConnectionArgumentsWithWhere\ + +> **ParsedDefaultGraphQLConnectionArgumentsWithWhere**\<`Cursor`, `Where`\>: [`ParsedDefaultGraphQLConnectionArguments`](ParsedDefaultGraphQLConnectionArguments.md)\<`Cursor`\> & `object` + +Defined in: [src/utilities/defaultGraphQLConnection.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L28) + +Type of the object containing the parsed default arguments of a graphql connection with where filtering. +Extends the base connection arguments with a generic where type. + +## Type declaration + +### where + +> **where**: `Where` + +The where filter criteria to apply to the connection. + +## Type Parameters + +• **Cursor** = `string` + +• **Where** = `unknown` diff --git a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema.md b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema.md index 4f03552aca1..e90cf811d6a 100644 --- a/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema.md +++ b/docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema.md @@ -6,6 +6,6 @@ > `const` **defaultGraphQLConnectionArgumentsSchema**: `ZodObject`\<\{ `after`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodString`\>\>, `string`, `string`\>; `before`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodString`\>\>, `string`, `string`\>; `first`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodNumber`\>\>, `number`, `number`\>; `last`: `ZodEffects`\<`ZodOptional`\<`ZodNullable`\<`ZodNumber`\>\>, `number`, `number`\>; \}, `"strip"`, `ZodTypeAny`, \{ `after`: `string`; `before`: `string`; `first`: `number`; `last`: `number`; \}, \{ `after`: `string`; `before`: `string`; `first`: `number`; `last`: `number`; \}\> -Defined in: [src/utilities/defaultGraphQLConnection.ts:27](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/defaultGraphQLConnection.ts#L27) +Defined in: [src/utilities/defaultGraphQLConnection.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/defaultGraphQLConnection.ts#L41) Zod schema to parse the default graphql connection arguments and transform them to make them easier to work with. diff --git a/docs/docs/docs/auto-schema/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues.md b/docs/docs/docs/auto-schema/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues.md index 33b48448289..f6679d55aa1 100644 --- a/docs/docs/docs/auto-schema/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues.md +++ b/docs/docs/docs/auto-schema/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues.md @@ -6,7 +6,7 @@ > **getKeyPathsWithNonUndefinedValues**\<`T`\>(`__namedParameters`): `Paths`\<`T`\>[] -Defined in: [src/utilities/getKeyPathsWithNonUndefinedValues.ts:54](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/getKeyPathsWithNonUndefinedValues.ts#L54) +Defined in: [src/utilities/getKeyPathsWithNonUndefinedValues.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/getKeyPathsWithNonUndefinedValues.ts#L54) This function takes in a javascript object and a list of key paths within that object as arguments and outputs all paths amongst those key paths that correspond to a non-undefined value. diff --git a/docs/docs/docs/auto-schema/utilities/isNotNullish/functions/isNotNullish.md b/docs/docs/docs/auto-schema/utilities/isNotNullish/functions/isNotNullish.md index bddc36bd7b3..f1b0cb3bdd6 100644 --- a/docs/docs/docs/auto-schema/utilities/isNotNullish/functions/isNotNullish.md +++ b/docs/docs/docs/auto-schema/utilities/isNotNullish/functions/isNotNullish.md @@ -6,7 +6,7 @@ > **isNotNullish**\<`T0`\>(`value`): `value is T0` -Defined in: [src/utilities/isNotNullish.ts:12](https://github.com/Suyash878/talawa-api/blob/2164956a3cfab8e53ec86349b53a841816d69cde/src/utilities/isNotNullish.ts#L12) +Defined in: [src/utilities/isNotNullish.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1251c45d69620e1317cb8632c6decbdb7edbdb06/src/utilities/isNotNullish.ts#L12) This function is used to check nullish state of a value passed to it. Nullish means the value being either `null` or `undefined`. If the value is found to be nullish, the function returns the boolean `false`, else it returns the boolean `true`. diff --git a/package.json b/package.json index 141f3f3bf3f..9d8002e08d8 100644 --- a/package.json +++ b/package.json @@ -85,8 +85,8 @@ "enable_git_hooks": "lefthook install", "fix_code_quality": "biome check --error-on-warnings --write", "postgenerate-docs" : "find docs/docs/docs/auto-schema -name 'README.md' -delete", - "generate:docs" : "typedoc && npm run postgenerate-docs && node fix-readme-links.js", - "generate_driezzle_migrations": "drizzle-kit generate", + "generate:docs" : "typedoc && pnpm run postgenerate-docs && node fix-readme-links.js", + "generate_drizzle_migrations": "drizzle-kit generate", "generate_graphql_sdl_file": "tsx ./scripts/generateGraphQLSDLFile.ts", "generate_gql_tada": "gql.tada generate-output && gql.tada turbo --fail-on-warn", "reset:data": "tsx ./scripts/dbManagement/resetData.ts", diff --git a/schema.graphql b/schema.graphql index c3239f63b5a..10beecb81c8 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1536,6 +1536,7 @@ enum Iso4217CurrencyCode { ZWG } + """ Possible statuses of a membership request. """ @@ -1544,6 +1545,21 @@ enum MembershipRequestStatus { pending rejected } +"""Filter criteria for member roles""" +input MembersRoleWhereInput { + """Role equals this value""" + equal: OrganizationMembershipRole + + """Role does not equal this value""" + notEqual: OrganizationMembershipRole +} + +"""Filter criteria for organization members""" +input MembersWhereInput { + """Filter members by role""" + role: MembersRoleWhereInput + +} type Mutation { """ @@ -3563,6 +3579,11 @@ type Organization { before: String first: Int last: Int + + + """Filter criteria for organization members""" + where: MembersWhereInput + ): OrganizationMembersConnection """ diff --git a/src/graphql/inputs/QueryOrganizationInput.ts b/src/graphql/inputs/QueryOrganizationInput.ts index f26e10b6597..88b0299e92e 100644 --- a/src/graphql/inputs/QueryOrganizationInput.ts +++ b/src/graphql/inputs/QueryOrganizationInput.ts @@ -1,6 +1,7 @@ import { z } from "zod"; import { organizationsTableInsertSchema } from "~/src/drizzle/tables/organizations"; import { builder } from "~/src/graphql/builder"; +import { OrganizationMembershipRole } from "../enums/OrganizationMembershipRole"; export const queryOrganizationInputSchema = z.object({ id: organizationsTableInsertSchema.shape.id @@ -26,3 +27,36 @@ export const QueryOrganizationInput = builder }), }), }); + +export const MembersRoleWhereInput = builder.inputType( + "MembersRoleWhereInput", + { + description: "Filter criteria for member roles", + fields: (t) => ({ + equal: t.field({ + type: OrganizationMembershipRole, + description: "Role equals this value", + required: false, + }), + notEqual: t.field({ + type: OrganizationMembershipRole, + description: "Role does not equal this value", + required: false, + }), + }), + }, +); + +export const MembersWhereInput = builder + .inputRef("MembersWhereInput") + .implement({ + description: "Filter criteria for organization members", + fields: (t) => ({ + role: t.field({ + type: MembersRoleWhereInput, + description: "Filter members by role", + required: false, + }), + // Add other filter fields here + }), + }); diff --git a/src/graphql/types/Organization/members.ts b/src/graphql/types/Organization/members.ts index e483c76c392..8d80ea144e5 100644 --- a/src/graphql/types/Organization/members.ts +++ b/src/graphql/types/Organization/members.ts @@ -1,5 +1,17 @@ -import { type SQL, and, asc, desc, eq, exists, gt, lt, or } from "drizzle-orm"; +import { + type SQL, + and, + asc, + desc, + eq, + exists, + gt, + lt, + ne, + or, +} from "drizzle-orm"; import { z } from "zod"; +import { organizationMembershipRoleEnum } from "~/src/drizzle/enums/organizationMembershipRole"; import { organizationMembershipsTable, organizationMembershipsTableInsertSchema, @@ -7,37 +19,64 @@ import { import { User } from "~/src/graphql/types/User/User"; import { TalawaGraphQLError } from "~/src/utilities/TalawaGraphQLError"; import { - defaultGraphQLConnectionArgumentsSchema, - transformDefaultGraphQLConnectionArguments, + type ParsedDefaultGraphQLConnectionArgumentsWithWhere, + createGraphQLConnectionWithWhereSchema, + type defaultGraphQLConnectionArgumentsSchema, + transformGraphQLConnectionArgumentsWithWhere, transformToDefaultGraphQLConnection, } from "~/src/utilities/defaultGraphQLConnection"; +import { MembersWhereInput } from "../../inputs/QueryOrganizationInput"; import { Organization } from "./Organization"; -const membersArgumentsSchema = defaultGraphQLConnectionArgumentsSchema - .transform(transformDefaultGraphQLConnectionArguments) - .transform((arg, ctx) => { - let cursor: z.infer | undefined = undefined; +type UserRole = z.infer; +const membersRoleWhereInputSchema = z.object({ + equal: organizationMembershipRoleEnum.optional(), + notEqual: organizationMembershipRoleEnum.optional(), +}); + +const organizationMembersWhereSchema = z + .object({ + role: membersRoleWhereInputSchema.optional(), + }) + .optional(); + +// Create a connection arguments schema with the where clause +const membersArgumentsSchema = createGraphQLConnectionWithWhereSchema( + organizationMembersWhereSchema, +).transform((arg, ctx) => { + // First transform using the connection with where transformer + const transformedArg = transformGraphQLConnectionArgumentsWithWhere( + // Type assertion to match the expected type + { ...arg, where: arg.where || {} } as z.infer< + typeof defaultGraphQLConnectionArgumentsSchema + > & { where: unknown }, + ctx, + ); - try { - if (arg.cursor !== undefined) { - cursor = cursorSchema.parse( - JSON.parse(Buffer.from(arg.cursor, "base64url").toString("utf-8")), - ); - } - } catch (error) { - ctx.addIssue({ - code: "custom", - message: "Not a valid cursor.", - path: [arg.isInversed ? "before" : "after"], - }); + let cursor: z.infer | undefined = undefined; + try { + if (transformedArg.cursor !== undefined) { + cursor = cursorSchema.parse( + JSON.parse( + Buffer.from(transformedArg.cursor, "base64url").toString("utf-8"), + ), + ); } + } catch (error) { + ctx.addIssue({ + code: "custom", + message: "Not a valid cursor.", + path: [transformedArg.isInversed ? "before" : "after"], + }); + } - return { - cursor, - isInversed: arg.isInversed, - limit: arg.limit, - }; - }); + return { + cursor, + isInversed: transformedArg.isInversed, + limit: transformedArg.limit, + where: transformedArg.where || {}, // Default to empty object if where is undefined + }; +}); const cursorSchema = organizationMembershipsTableInsertSchema .pick({ @@ -57,6 +96,13 @@ Organization.implement({ { description: "GraphQL connection to traverse through the users that are members of the organization.", + args: { + where: t.arg({ + type: MembersWhereInput, + description: "Filter criteria for organization members", + required: false, + }), + }, resolve: async (parent, args, ctx) => { if (!ctx.currentClient.isAuthenticated) { throw new TalawaGraphQLError({ @@ -126,7 +172,11 @@ Organization.implement({ }); } - const { cursor, isInversed, limit } = parsedArgs; + const { cursor, isInversed, limit, where } = + parsedArgs as ParsedDefaultGraphQLConnectionArgumentsWithWhere< + { createdAt: Date; memberId: string }, + { role?: { equal: UserRole; notEqual: UserRole } } + >; const orderBy = isInversed ? [ @@ -138,11 +188,28 @@ Organization.implement({ desc(organizationMembershipsTable.memberId), ]; - let where: SQL | undefined; + let queryWhere: SQL | undefined; + + const roleFilter = where?.role + ? and( + where.role.equal + ? eq( + organizationMembershipsTable.role, + where.role.equal as UserRole, + ) + : undefined, + where.role.notEqual + ? ne( + organizationMembershipsTable.role, + where.role.notEqual as UserRole, + ) + : undefined, + ) + : undefined; if (isInversed) { if (cursor !== undefined) { - where = and( + queryWhere = and( exists( ctx.drizzleClient .select() @@ -175,16 +242,17 @@ Organization.implement({ ), gt(organizationMembershipsTable.createdAt, cursor.createdAt), ), + roleFilter, ); } else { - where = eq( - organizationMembershipsTable.organizationId, - parent.id, + queryWhere = and( + eq(organizationMembershipsTable.organizationId, parent.id), + roleFilter, ); } } else { if (cursor !== undefined) { - where = and( + queryWhere = and( exists( ctx.drizzleClient .select() @@ -218,11 +286,12 @@ Organization.implement({ ), lt(organizationMembershipsTable.createdAt, cursor.createdAt), ), + roleFilter, ); } else { - where = eq( - organizationMembershipsTable.organizationId, - parent.id, + queryWhere = and( + eq(organizationMembershipsTable.organizationId, parent.id), + roleFilter, ); } } @@ -239,7 +308,7 @@ Organization.implement({ with: { member: true, }, - where, + where: queryWhere, }, ); diff --git a/test/routes/graphql/Query/organizationMembers.test.ts b/test/routes/graphql/Query/organizationMembers.test.ts new file mode 100644 index 00000000000..91bf9d06ac0 --- /dev/null +++ b/test/routes/graphql/Query/organizationMembers.test.ts @@ -0,0 +1,598 @@ +import { faker } from "@faker-js/faker"; +import { afterAll, beforeAll, expect, suite, test } from "vitest"; +import { organizationMembershipRoleEnum } from "~/src/drizzle/enums/organizationMembershipRole"; +import { assertToBeNonNullish } from "../../../helpers"; +import { server } from "../../../server"; +import { mercuriusClient } from "../client"; +import { + Mutation_createOrganization, + Mutation_createOrganizationMembership, + Mutation_createUser, + Mutation_deleteOrganization, + Mutation_deleteOrganizationMembership, + Mutation_deleteUser, + Query_organization, + Query_signIn, +} from "../documentNodes"; + +suite("Organization Members Query", () => { + let adminAuthToken: string; + let organizationId: string; + let regularUserId: string; + let adminUserId: string; + const membershipIds: string[] = []; + const userIds: string[] = []; + + // Helper function to create a test user + async function createTestUser( + role: "administrator" | "regular", + name?: string, + ): Promise<{ id: string; authToken: string }> { + const createUserResult = await mercuriusClient.mutate(Mutation_createUser, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + emailAddress: `${faker.string.ulid()}@test.com`, + isEmailAddressVerified: false, + name: name || faker.person.fullName(), + password: "password123", + role: role, + }, + }, + }); + + assertToBeNonNullish(createUserResult.data?.createUser); + return { + id: createUserResult.data.createUser.user?.id as string, + authToken: createUserResult.data.createUser.authenticationToken as string, + }; + } + + // Helper function to create an organization membership + async function createOrganizationMembership( + userId: string, + organizationId: string, + role: "administrator" | "regular" = "regular", + ) { + const result = await mercuriusClient.mutate( + Mutation_createOrganizationMembership, + { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + memberId: userId, + organizationId: organizationId, + role: role, + }, + }, + }, + ); + + assertToBeNonNullish(result.data?.createOrganizationMembership); + return result.data.createOrganizationMembership.id; + } + + // Setup + beforeAll(async () => { + // Sign in as admin + const adminSignInResult = await mercuriusClient.query(Query_signIn, { + variables: { + input: { + emailAddress: server.envConfig.API_ADMINISTRATOR_USER_EMAIL_ADDRESS, + password: server.envConfig.API_ADMINISTRATOR_USER_PASSWORD, + }, + }, + }); + + assertToBeNonNullish(adminSignInResult.data?.signIn?.authenticationToken); + adminAuthToken = adminSignInResult.data.signIn.authenticationToken; + + // Create an organization + const orgResult = await mercuriusClient.mutate( + Mutation_createOrganization, + { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + countryCode: "us", + name: `Test Organization ${faker.string.alphanumeric(8)}`, + }, + }, + }, + ); + + assertToBeNonNullish(orgResult.data?.createOrganization); + organizationId = orgResult.data.createOrganization.id; + + // Create a regular user + const regularUser = await createTestUser("regular"); + regularUserId = regularUser.id as string; + userIds.push(regularUserId); + + // Create multiple users for testing + const adminUser = await createTestUser("administrator", "Test Admin User"); + adminUserId = adminUser.id as string; + userIds.push(adminUserId); + + // Create organization memberships + const adminMembershipId = await createOrganizationMembership( + adminUserId, + organizationId, + "administrator", + ); + const regularMembershipId = await createOrganizationMembership( + regularUserId, + organizationId, + "regular", + ); + membershipIds.push(adminMembershipId, regularMembershipId); + }); + + // Cleanup + afterAll(async () => { + // Delete organization memberships + for (const membershipId of membershipIds) { + await mercuriusClient.mutate(Mutation_deleteOrganizationMembership, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + organizationId: organizationId, + memberId: membershipId, + }, + }, + }); + } + + // Delete users + for (const userId of userIds) { + await mercuriusClient.mutate(Mutation_deleteUser, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + id: userId, + }, + }, + }); + } + + // Delete organization + if (organizationId) { + await mercuriusClient.mutate(Mutation_deleteOrganization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + id: organizationId, + }, + }, + }); + } + }); + + suite("Authentication and Authorization", () => { + test("returns error when user is not authenticated", async () => { + const result = await mercuriusClient.query(Query_organization, { + variables: { + input: { id: organizationId }, + first: 5, + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "unauthenticated", + }), + }), + ]), + ); + }); + + test("returns error when authenticated user is not a member of organization", async () => { + // Create a new non-member user + const nonMemberUser = await createTestUser("regular"); + userIds.push(nonMemberUser.id); + + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${nonMemberUser.authToken}`, + }, + variables: { + input: { id: organizationId }, + first: 5, + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "unauthorized_action", + }), + }), + ]), + ); + }); + test("returns error when authenticated user is deleted but token is still valid", async () => { + //user2 + // Create and sign in as regular user + const createUser2Result = await mercuriusClient.mutate( + Mutation_createUser, + { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + emailAddress: `${faker.string.ulid()}2@test.com`, + isEmailAddressVerified: false, + name: "Regular User 2", + password: "password123", + role: "regular", + }, + }, + }, + ); + + assertToBeNonNullish(createUser2Result.data?.createUser); + const regularUser2Id = createUser2Result.data.createUser.user?.id; + const regularUser2AuthToken = + createUser2Result.data.createUser.authenticationToken || ""; + + if (regularUser2Id) { + await mercuriusClient.mutate(Mutation_deleteUser, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { + id: regularUser2Id, + }, + }, + }); + } + + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${regularUser2AuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 5, + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "unauthenticated", + }), + }), + ]), + ); + }); + }); + + suite("Pagination", () => { + test("returns first page of results with default pagination", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 10, + }, + }); + + expect(result.errors).toBeUndefined(); + expect(result.data?.organization?.members?.edges).toBeDefined(); + expect(result.data?.organization?.members?.pageInfo).toBeDefined(); + expect(Array.isArray(result.data?.organization?.members?.edges)).toBe( + true, + ); + expect( + result.data?.organization?.members?.edges?.length, + ).toBeLessThanOrEqual(10); + expect(result.data?.organization?.members?.pageInfo).toEqual( + expect.objectContaining({ + hasNextPage: expect.any(Boolean), + hasPreviousPage: expect.any(Boolean), + }), + ); + }); + + test("handles forward pagination with cursor", async () => { + // First page + const firstResult = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 1, + }, + }); + + if (!firstResult.data?.organization?.members?.edges?.[0]) { + throw new Error("Failed to get first page of results"); + } + const cursor = firstResult.data.organization.members.edges[0].cursor; + + // Next page + const nextResult = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 1, + after: cursor, + }, + }); + + expect(nextResult.errors).toBeUndefined(); + expect(nextResult.data?.organization?.members?.edges).toBeDefined(); + expect( + nextResult.data?.organization?.members?.edges?.[0]?.cursor, + ).not.toBe(cursor); + }); + + test("returns last page of results with default pagination", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + last: 10, + }, + }); + + expect(result.errors).toBeUndefined(); + expect(result.data?.organization?.members?.edges).toBeDefined(); + expect(result.data?.organization?.members?.pageInfo).toBeDefined(); + expect(Array.isArray(result.data?.organization?.members?.edges)).toBe( + true, + ); + expect( + result.data?.organization?.members?.edges?.length, + ).toBeLessThanOrEqual(10); + expect(result.data?.organization?.members?.pageInfo).toEqual( + expect.objectContaining({ + hasNextPage: expect.any(Boolean), + hasPreviousPage: expect.any(Boolean), + }), + ); + }); + + test("handles backwards pagination with cursor", async () => { + // First page + const firstResult = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + last: 1, + }, + }); + + if (!firstResult.data?.organization?.members?.edges?.[0]) { + throw new Error("Failed to get first page of results"); + } + const cursor = firstResult.data.organization.members.edges[0].cursor; + + // Previous page + const nextResult = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + last: 1, + before: cursor, + }, + }); + + expect(nextResult.errors).toBeUndefined(); + expect(nextResult.data?.organization?.members?.edges).toBeDefined(); + expect( + nextResult.data?.organization?.members?.edges?.[0]?.cursor, + ).not.toBe(cursor); + }); + }); + + suite("Role Filtering", () => { + test("filters members by administrator role", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 5, + where: { + role: { + equal: organizationMembershipRoleEnum.Values.administrator, + }, + }, + }, + }); + + expect(result.errors).toBeUndefined(); + expect(result.data?.organization?.members?.edges).toBeDefined(); + expect(result.data?.organization?.members?.edges?.length).toBeGreaterThan( + 0, + ); + for (const edge of result.data?.organization?.members?.edges || []) { + expect(edge?.node?.role).toBe("administrator"); + } + }); + + test("filters members by non-administrator role", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 5, + where: { + role: { + notEqual: organizationMembershipRoleEnum.Values.administrator, + }, + }, + }, + }); + + expect(result.errors).toBeUndefined(); + expect(result.data?.organization?.members?.edges).toBeDefined(); + expect(result.data?.organization?.members?.edges?.length).toBeGreaterThan( + 0, + ); + for (const edge of result.data?.organization?.members?.edges || []) { + expect(edge?.node?.role).not.toBe("administrator"); + } + }); + }); + + suite("Input Validation", () => { + test("validates pagination arguments", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: -1, + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "invalid_arguments", + }), + }), + ]), + ); + }); + + test("returns error for invalid cursor", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 5, + after: "invalid-cursor", + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "invalid_arguments", + }), + }), + ]), + ); + }); + + test("returns error for invalid cursor using last", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + last: 5, + before: "invalid-cursor", + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "invalid_arguments", + }), + }), + ]), + ); + }); + + test("returns error for cursor of non-existing user", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + first: 5, + after: + "eyJjcmVhdGVkQXQiOiIyMDI1LTAyLTIxVDE1OjEzOjA3Ljk5MVoiLCJtZW1iZXJJZCI6IjAxOTUyOTExLTgyZGEtNzkzZi1hNWJmLTk4MzgxZDlhZWZjOCJ9", + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "arguments_associated_resources_not_found", + }), + }), + ]), + ); + }); + + test("returns error for cursor of non-existing user using last", async () => { + const result = await mercuriusClient.query(Query_organization, { + headers: { + authorization: `bearer ${adminAuthToken}`, + }, + variables: { + input: { id: organizationId }, + last: 5, + before: + "eyJjcmVhdGVkQXQiOiIyMDI1LTAyLTIxVDE1OjEzOjA3Ljk5MVoiLCJtZW1iZXJJZCI6IjAxOTUyOTExLTgyZGEtNzkzZi1hNWJmLTk4MzgxZDlhZWZjOCJ9", + }, + }); + + expect(result.data?.organization?.members).toBeNull(); + expect(result.errors).toEqual( + expect.arrayContaining([ + expect.objectContaining({ + extensions: expect.objectContaining({ + code: "arguments_associated_resources_not_found", + }), + }), + ]), + ); + }); + }); +}); diff --git a/test/routes/graphql/documentNodes.ts b/test/routes/graphql/documentNodes.ts index a03837f7a3a..472385f9037 100644 --- a/test/routes/graphql/documentNodes.ts +++ b/test/routes/graphql/documentNodes.ts @@ -530,15 +530,23 @@ export const Query_organizations = gql(` `); export const Query_organization = gql(` - query Organization($input: QueryOrganizationInput!, $first: Int!) { + query Organization($input: QueryOrganizationInput!, $first: Int, $after: String,$last: Int, $before: String, $where: MembersWhereInput) { organization(input: $input) { id name - members(first: $first) { + members(first: $first, after: $after, last: $last, before: $before, where: $where) { + pageInfo { + endCursor + hasNextPage + hasPreviousPage + startCursor + } edges { + cursor node { id name + role } } } diff --git a/test/routes/graphql/gql.tada-cache.d.ts b/test/routes/graphql/gql.tada-cache.d.ts index 9f95723792c..d63d6861daf 100644 --- a/test/routes/graphql/gql.tada-cache.d.ts +++ b/test/routes/graphql/gql.tada-cache.d.ts @@ -61,9 +61,11 @@ declare module 'gql.tada' { "\n mutation CreateTag($input:MutationCreateTagInput!) {\n createTag(input: $input) {\n id\n name\n createdAt\n organization{\n id\n name\n createdAt\n\n }\n }\n }": TadaDocumentNode<{ createTag: { id: string; name: string | null; createdAt: string | null; organization: { id: string; name: string | null; createdAt: string | null; } | null; } | null; }, { input: { organizationId: string; name: string; folderId?: string | null | undefined; }; }, void>; "\n\tquery Query_organizations {\n\t\torganizations {\n\t\t\tid\n avatarURL\n name\n city\n state\n countryCode\n\t\t}\n\t}\n": - TadaDocumentNode<{ organizations: { id: string; avatarURL: string | null; name: string | null; city: string | null; state: string | null; countryCode: "pg" | "at" | "id" | "as" | "ad" | "ae" | "af" | "ag" | "ai" | "al" | "am" | "ao" | "aq" | "ar" | "au" | "aw" | "ax" | "az" | "ba" | "bb" | "bd" | "be" | "bf" | "bg" | "bh" | "bi" | "bj" | "bl" | "bm" | "bn" | "bo" | "bq" | "br" | "bs" | "bt" | "bv" | "bw" | "by" | "bz" | "ca" | "cc" | "cd" | "cf" | "cg" | "ch" | "ci" | "ck" | "cl" | "cm" | "cn" | "co" | "cr" | "cu" | "cv" | "cw" | "cx" | "cy" | "cz" | "de" | "dj" | "dk" | "dm" | "do" | "dz" | "ec" | "ee" | "eg" | "eh" | "er" | "es" | "et" | "fi" | "fj" | "fk" | "fm" | "fo" | "fr" | "ga" | "gb" | "gd" | "ge" | "gf" | "gg" | "gh" | "gi" | "gl" | "gm" | "gn" | "gp" | "gq" | "gr" | "gs" | "gt" | "gu" | "gw" | "gy" | "hk" | "hm" | "hn" | "hr" | "ht" | "hu" | "ie" | "il" | "im" | "in" | "io" | "iq" | "ir" | "is" | "it" | "je" | "jm" | "jo" | "jp" | "ke" | "kg" | "kh" | "ki" | "km" | "kn" | "kp" | "kr" | "kw" | "ky" | "kz" | "la" | "lb" | "lc" | "li" | "lk" | "lr" | "ls" | "lt" | "lu" | "lv" | "ly" | "ma" | "mc" | "md" | "me" | "mf" | "mg" | "mh" | "mk" | "ml" | "mm" | "mn" | "mo" | "mp" | "mq" | "mr" | "ms" | "mt" | "mu" | "mv" | "mw" | "mx" | "my" | "mz" | "na" | "nc" | "ne" | "nf" | "ng" | "ni" | "nl" | "no" | "np" | "nr" | "nu" | "nz" | "om" | "pa" | "pe" | "pf" | "ph" | "pk" | "pl" | "pm" | "pn" | "pr" | "ps" | "pt" | "pw" | "py" | "qa" | "re" | "ro" | "rs" | "ru" | "rw" | "sa" | "sb" | "sc" | "sd" | "se" | "sg" | "sh" | "si" | "sj" | "sk" | "sl" | "sm" | "sn" | "so" | "sr" | "ss" | "st" | "sv" | "sx" | "sy" | "sz" | "tc" | "td" | "tf" | "tg" | "th" | "tj" | "tk" | "tl" | "tm" | "tn" | "to" | "tr" | "tt" | "tv" | "tw" | "tz" | "ua" | "ug" | "um" | "us" | "uy" | "uz" | "va" | "vc" | "ve" | "vg" | "vi" | "vn" | "vu" | "wf" | "ws" | "ye" | "yt" | "za" | "zm" | "zw" | null; }[] | null; }, {}, void>; - "\n query Organization($input: QueryOrganizationInput!, $first: Int!) {\n organization(input: $input) {\n id\n name\n members(first: $first) {\n edges {\n node {\n id\n name\n }\n }\n }\n }\n }\n ": - TadaDocumentNode<{ organization: { id: string; name: string | null; members: { edges: ({ node: { id: string; name: string | null; } | null; } | null)[] | null; } | null; } | null; }, { first: number; input: { id: string; }; }, void>; + + TadaDocumentNode<{ organizations: { id: string; avatarURL: string | null; name: string | null; city: string | null; state: string | null; countryCode: "at" | "pg" | "ad" | "ae" | "af" | "ag" | "ai" | "al" | "am" | "ao" | "aq" | "ar" | "as" | "au" | "aw" | "ax" | "az" | "ba" | "bb" | "bd" | "be" | "bf" | "bg" | "bh" | "bi" | "bj" | "bl" | "bm" | "bn" | "bo" | "bq" | "br" | "bs" | "bt" | "bv" | "bw" | "by" | "bz" | "ca" | "cc" | "cd" | "cf" | "cg" | "ch" | "ci" | "ck" | "cl" | "cm" | "cn" | "co" | "cr" | "cu" | "cv" | "cw" | "cx" | "cy" | "cz" | "de" | "dj" | "dk" | "dm" | "do" | "dz" | "ec" | "ee" | "eg" | "eh" | "er" | "es" | "et" | "fi" | "fj" | "fk" | "fm" | "fo" | "fr" | "ga" | "gb" | "gd" | "ge" | "gf" | "gg" | "gh" | "gi" | "gl" | "gm" | "gn" | "gp" | "gq" | "gr" | "gs" | "gt" | "gu" | "gw" | "gy" | "hk" | "hm" | "hn" | "hr" | "ht" | "hu" | "id" | "ie" | "il" | "im" | "in" | "io" | "iq" | "ir" | "is" | "it" | "je" | "jm" | "jo" | "jp" | "ke" | "kg" | "kh" | "ki" | "km" | "kn" | "kp" | "kr" | "kw" | "ky" | "kz" | "la" | "lb" | "lc" | "li" | "lk" | "lr" | "ls" | "lt" | "lu" | "lv" | "ly" | "ma" | "mc" | "md" | "me" | "mf" | "mg" | "mh" | "mk" | "ml" | "mm" | "mn" | "mo" | "mp" | "mq" | "mr" | "ms" | "mt" | "mu" | "mv" | "mw" | "mx" | "my" | "mz" | "na" | "nc" | "ne" | "nf" | "ng" | "ni" | "nl" | "no" | "np" | "nr" | "nu" | "nz" | "om" | "pa" | "pe" | "pf" | "ph" | "pk" | "pl" | "pm" | "pn" | "pr" | "ps" | "pt" | "pw" | "py" | "qa" | "re" | "ro" | "rs" | "ru" | "rw" | "sa" | "sb" | "sc" | "sd" | "se" | "sg" | "sh" | "si" | "sj" | "sk" | "sl" | "sm" | "sn" | "so" | "sr" | "ss" | "st" | "sv" | "sx" | "sy" | "sz" | "tc" | "td" | "tf" | "tg" | "th" | "tj" | "tk" | "tl" | "tm" | "tn" | "to" | "tr" | "tt" | "tv" | "tw" | "tz" | "ua" | "ug" | "um" | "us" | "uy" | "uz" | "va" | "vc" | "ve" | "vg" | "vi" | "vn" | "vu" | "wf" | "ws" | "ye" | "yt" | "za" | "zm" | "zw" | null; }[] | null; }, {}, void>; + "\n query Organization($input: QueryOrganizationInput!, $first: Int, $after: String,$last: Int, $before: String, $where: MembersWhereInput) {\n organization(input: $input) {\n id\n name\n members(first: $first, after: $after, last: $last, before: $before, where: $where) {\n pageInfo {\n endCursor\n hasNextPage\n hasPreviousPage\n startCursor\n }\n edges {\n cursor\n node {\n id\n name\n role\n }\n }\n }\n }\n }\n ": + TadaDocumentNode<{ organization: { id: string; name: string | null; members: { pageInfo: { endCursor: string | null; hasNextPage: boolean; hasPreviousPage: boolean; startCursor: string | null; }; edges: ({ cursor: string; node: { id: string; name: string | null; role: "administrator" | "regular" | null; } | null; } | null)[] | null; } | null; } | null; }, { where?: { role?: { notEqual?: "administrator" | "regular" | null | undefined; equal?: "administrator" | "regular" | null | undefined; } | null | undefined; } | null | undefined; before?: string | null | undefined; last?: number | null | undefined; after?: string | null | undefined; first?: number | null | undefined; input: { id: string; }; }, void>; + "query Query_agendaItem($input: QueryAgendaItemInput!) {\n agendaItem(input: $input) {\n id\n name\n description\n duration\n key\n type\n }\n}": TadaDocumentNode<{ agendaItem: { id: string; name: string | null; description: string | null; duration: string | null; key: string | null; type: "note" | "general" | "scripture" | "song" | null; } | null; }, { input: { id: string; }; }, void>; "\n mutation Mutation_createAgendaFolder($input: MutationCreateAgendaFolderInput!) {\n createAgendaFolder(input: $input) {\n id\n name\n event {\n id\n }\n }\n }\n": diff --git a/test/routes/graphql/gql.tada.d.ts b/test/routes/graphql/gql.tada.d.ts index ddd4fcf1f30..17f08cba4bd 100644 --- a/test/routes/graphql/gql.tada.d.ts +++ b/test/routes/graphql/gql.tada.d.ts @@ -53,10 +53,16 @@ export type introspection_types = { 'Iso3166Alpha2CountryCode': { name: 'Iso3166Alpha2CountryCode'; enumValues: 'ad' | 'ae' | 'af' | 'ag' | 'ai' | 'al' | 'am' | 'ao' | 'aq' | 'ar' | 'as' | 'at' | 'au' | 'aw' | 'ax' | 'az' | 'ba' | 'bb' | 'bd' | 'be' | 'bf' | 'bg' | 'bh' | 'bi' | 'bj' | 'bl' | 'bm' | 'bn' | 'bo' | 'bq' | 'br' | 'bs' | 'bt' | 'bv' | 'bw' | 'by' | 'bz' | 'ca' | 'cc' | 'cd' | 'cf' | 'cg' | 'ch' | 'ci' | 'ck' | 'cl' | 'cm' | 'cn' | 'co' | 'cr' | 'cu' | 'cv' | 'cw' | 'cx' | 'cy' | 'cz' | 'de' | 'dj' | 'dk' | 'dm' | 'do' | 'dz' | 'ec' | 'ee' | 'eg' | 'eh' | 'er' | 'es' | 'et' | 'fi' | 'fj' | 'fk' | 'fm' | 'fo' | 'fr' | 'ga' | 'gb' | 'gd' | 'ge' | 'gf' | 'gg' | 'gh' | 'gi' | 'gl' | 'gm' | 'gn' | 'gp' | 'gq' | 'gr' | 'gs' | 'gt' | 'gu' | 'gw' | 'gy' | 'hk' | 'hm' | 'hn' | 'hr' | 'ht' | 'hu' | 'id' | 'ie' | 'il' | 'im' | 'in' | 'io' | 'iq' | 'ir' | 'is' | 'it' | 'je' | 'jm' | 'jo' | 'jp' | 'ke' | 'kg' | 'kh' | 'ki' | 'km' | 'kn' | 'kp' | 'kr' | 'kw' | 'ky' | 'kz' | 'la' | 'lb' | 'lc' | 'li' | 'lk' | 'lr' | 'ls' | 'lt' | 'lu' | 'lv' | 'ly' | 'ma' | 'mc' | 'md' | 'me' | 'mf' | 'mg' | 'mh' | 'mk' | 'ml' | 'mm' | 'mn' | 'mo' | 'mp' | 'mq' | 'mr' | 'ms' | 'mt' | 'mu' | 'mv' | 'mw' | 'mx' | 'my' | 'mz' | 'na' | 'nc' | 'ne' | 'nf' | 'ng' | 'ni' | 'nl' | 'no' | 'np' | 'nr' | 'nu' | 'nz' | 'om' | 'pa' | 'pe' | 'pf' | 'pg' | 'ph' | 'pk' | 'pl' | 'pm' | 'pn' | 'pr' | 'ps' | 'pt' | 'pw' | 'py' | 'qa' | 're' | 'ro' | 'rs' | 'ru' | 'rw' | 'sa' | 'sb' | 'sc' | 'sd' | 'se' | 'sg' | 'sh' | 'si' | 'sj' | 'sk' | 'sl' | 'sm' | 'sn' | 'so' | 'sr' | 'ss' | 'st' | 'sv' | 'sx' | 'sy' | 'sz' | 'tc' | 'td' | 'tf' | 'tg' | 'th' | 'tj' | 'tk' | 'tl' | 'tm' | 'tn' | 'to' | 'tr' | 'tt' | 'tv' | 'tw' | 'tz' | 'ua' | 'ug' | 'um' | 'us' | 'uy' | 'uz' | 'va' | 'vc' | 've' | 'vg' | 'vi' | 'vn' | 'vu' | 'wf' | 'ws' | 'ye' | 'yt' | 'za' | 'zm' | 'zw'; }; 'Iso4217CurrencyCode': { name: 'Iso4217CurrencyCode'; enumValues: 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SOS' | 'SRD' | 'SSP' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UYW' | 'UZS' | 'VED' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWG'; }; 'Iso639Set1LanguageCode': { name: 'Iso639Set1LanguageCode'; enumValues: 'aa' | 'ab' | 'ae' | 'af' | 'ak' | 'am' | 'an' | 'ar' | 'as' | 'av' | 'ay' | 'az' | 'ba' | 'be' | 'bg' | 'bi' | 'bm' | 'bn' | 'bo' | 'br' | 'bs' | 'ca' | 'ce' | 'ch' | 'co' | 'cr' | 'cs' | 'cu' | 'cv' | 'cy' | 'da' | 'de' | 'dv' | 'dz' | 'ee' | 'el' | 'en' | 'eo' | 'es' | 'et' | 'eu' | 'fa' | 'ff' | 'fi' | 'fj' | 'fo' | 'fr' | 'fy' | 'ga' | 'gd' | 'gl' | 'gn' | 'gu' | 'gv' | 'ha' | 'he' | 'hi' | 'ho' | 'hr' | 'ht' | 'hu' | 'hy' | 'hz' | 'ia' | 'id' | 'ie' | 'ig' | 'ii' | 'ik' | 'io' | 'is' | 'it' | 'iu' | 'ja' | 'jv' | 'ka' | 'kg' | 'ki' | 'kj' | 'kk' | 'kl' | 'km' | 'kn' | 'ko' | 'kr' | 'ks' | 'ku' | 'kv' | 'kw' | 'ky' | 'la' | 'lb' | 'lg' | 'li' | 'ln' | 'lo' | 'lt' | 'lu' | 'lv' | 'mg' | 'mh' | 'mi' | 'mk' | 'ml' | 'mn' | 'mr' | 'ms' | 'mt' | 'my' | 'na' | 'nb' | 'nd' | 'ne' | 'ng' | 'nl' | 'nn' | 'no' | 'nr' | 'nv' | 'ny' | 'oc' | 'oj' | 'om' | 'or' | 'os' | 'pa' | 'pi' | 'pl' | 'ps' | 'pt' | 'qu' | 'rm' | 'rn' | 'ro' | 'ru' | 'rw' | 'sa' | 'sc' | 'sd' | 'se' | 'sg' | 'si' | 'sk' | 'sl' | 'sm' | 'sn' | 'so' | 'sq' | 'sr' | 'ss' | 'st' | 'su' | 'sv' | 'sw' | 'ta' | 'te' | 'tg' | 'th' | 'ti' | 'tk' | 'tl' | 'tn' | 'to' | 'tr' | 'ts' | 'tt' | 'tw' | 'ty' | 'ug' | 'uk' | 'ur' | 'uz' | 've' | 'vi' | 'vo' | 'wa' | 'wo' | 'xh' | 'yi' | 'yo' | 'za' | 'zh' | 'zu'; }; + 'MembershipRequestObject': { kind: 'OBJECT'; name: 'MembershipRequestObject'; fields: { 'createdAt': { name: 'createdAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'membershipRequestId': { name: 'membershipRequestId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; } }; 'organizationId': { name: 'organizationId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'status': { name: 'status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'userId': { name: 'userId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; }; 'MembershipRequestStatus': { name: 'MembershipRequestStatus'; enumValues: 'approved' | 'pending' | 'rejected'; }; 'Mutation': { kind: 'OBJECT'; name: 'Mutation'; fields: { 'cancelMembershipRequest': { name: 'cancelMembershipRequest'; type: { kind: 'OBJECT'; name: 'CancelMembershipResponse'; ofType: null; } }; 'createAdvertisement': { name: 'createAdvertisement'; type: { kind: 'OBJECT'; name: 'Advertisement'; ofType: null; } }; 'createAgendaFolder': { name: 'createAgendaFolder'; type: { kind: 'OBJECT'; name: 'AgendaFolder'; ofType: null; } }; 'createAgendaItem': { name: 'createAgendaItem'; type: { kind: 'OBJECT'; name: 'AgendaItem'; ofType: null; } }; 'createChat': { name: 'createChat'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'createChatMembership': { name: 'createChatMembership'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'createChatMessage': { name: 'createChatMessage'; type: { kind: 'OBJECT'; name: 'ChatMessage'; ofType: null; } }; 'createComment': { name: 'createComment'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'createCommentVote': { name: 'createCommentVote'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'createEvent': { name: 'createEvent'; type: { kind: 'OBJECT'; name: 'Event'; ofType: null; } }; 'createFund': { name: 'createFund'; type: { kind: 'OBJECT'; name: 'Fund'; ofType: null; } }; 'createFundCampaign': { name: 'createFundCampaign'; type: { kind: 'OBJECT'; name: 'FundCampaign'; ofType: null; } }; 'createFundCampaignPledge': { name: 'createFundCampaignPledge'; type: { kind: 'OBJECT'; name: 'FundCampaignPledge'; ofType: null; } }; 'createOrganization': { name: 'createOrganization'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'createOrganizationMembership': { name: 'createOrganizationMembership'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'createPost': { name: 'createPost'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'createPostVote': { name: 'createPostVote'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'createPresignedUrl': { name: 'createPresignedUrl'; type: { kind: 'OBJECT'; name: 'UploadUrlResponse'; ofType: null; } }; 'createTag': { name: 'createTag'; type: { kind: 'OBJECT'; name: 'Tag'; ofType: null; } }; 'createTagFolder': { name: 'createTagFolder'; type: { kind: 'OBJECT'; name: 'TagFolder'; ofType: null; } }; 'createUser': { name: 'createUser'; type: { kind: 'OBJECT'; name: 'AuthenticationPayload'; ofType: null; } }; 'createVenue': { name: 'createVenue'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'createVenueBooking': { name: 'createVenueBooking'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'deleteAdvertisement': { name: 'deleteAdvertisement'; type: { kind: 'OBJECT'; name: 'Advertisement'; ofType: null; } }; 'deleteAgendaFolder': { name: 'deleteAgendaFolder'; type: { kind: 'OBJECT'; name: 'AgendaFolder'; ofType: null; } }; 'deleteAgendaItem': { name: 'deleteAgendaItem'; type: { kind: 'OBJECT'; name: 'AgendaItem'; ofType: null; } }; 'deleteChat': { name: 'deleteChat'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'deleteChatMembership': { name: 'deleteChatMembership'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'deleteChatMessage': { name: 'deleteChatMessage'; type: { kind: 'OBJECT'; name: 'ChatMessage'; ofType: null; } }; 'deleteComment': { name: 'deleteComment'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'deleteCommentVote': { name: 'deleteCommentVote'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'deleteCurrentUser': { name: 'deleteCurrentUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'deleteEvent': { name: 'deleteEvent'; type: { kind: 'OBJECT'; name: 'Event'; ofType: null; } }; 'deleteFund': { name: 'deleteFund'; type: { kind: 'OBJECT'; name: 'Fund'; ofType: null; } }; 'deleteFundCampaign': { name: 'deleteFundCampaign'; type: { kind: 'OBJECT'; name: 'FundCampaign'; ofType: null; } }; 'deleteFundCampaignPledge': { name: 'deleteFundCampaignPledge'; type: { kind: 'OBJECT'; name: 'FundCampaignPledge'; ofType: null; } }; 'deleteOrganization': { name: 'deleteOrganization'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'deleteOrganizationMembership': { name: 'deleteOrganizationMembership'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'deletePost': { name: 'deletePost'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'deletePostVote': { name: 'deletePostVote'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'deleteTag': { name: 'deleteTag'; type: { kind: 'OBJECT'; name: 'Tag'; ofType: null; } }; 'deleteTagFolder': { name: 'deleteTagFolder'; type: { kind: 'OBJECT'; name: 'TagFolder'; ofType: null; } }; 'deleteUser': { name: 'deleteUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'deleteVenue': { name: 'deleteVenue'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'deleteVenueBooking': { name: 'deleteVenueBooking'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'joinPublicOrganization': { name: 'joinPublicOrganization'; type: { kind: 'OBJECT'; name: 'OrganizationMembershipObject'; ofType: null; } }; 'sendMembershipRequest': { name: 'sendMembershipRequest'; type: { kind: 'OBJECT'; name: 'MembershipRequestObject'; ofType: null; } }; 'signUp': { name: 'signUp'; type: { kind: 'OBJECT'; name: 'AuthenticationPayload'; ofType: null; } }; 'updateAdvertisement': { name: 'updateAdvertisement'; type: { kind: 'OBJECT'; name: 'Advertisement'; ofType: null; } }; 'updateAgendaFolder': { name: 'updateAgendaFolder'; type: { kind: 'OBJECT'; name: 'AgendaFolder'; ofType: null; } }; 'updateAgendaItem': { name: 'updateAgendaItem'; type: { kind: 'OBJECT'; name: 'AgendaItem'; ofType: null; } }; 'updateChat': { name: 'updateChat'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'updateChatMembership': { name: 'updateChatMembership'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'updateChatMessage': { name: 'updateChatMessage'; type: { kind: 'OBJECT'; name: 'ChatMessage'; ofType: null; } }; 'updateComment': { name: 'updateComment'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'updateCommentVote': { name: 'updateCommentVote'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'updateCommunity': { name: 'updateCommunity'; type: { kind: 'OBJECT'; name: 'Community'; ofType: null; } }; 'updateCurrentUser': { name: 'updateCurrentUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'updateEvent': { name: 'updateEvent'; type: { kind: 'OBJECT'; name: 'Event'; ofType: null; } }; 'updateFund': { name: 'updateFund'; type: { kind: 'OBJECT'; name: 'Fund'; ofType: null; } }; 'updateFundCampaign': { name: 'updateFundCampaign'; type: { kind: 'OBJECT'; name: 'FundCampaign'; ofType: null; } }; 'updateFundCampaignPledge': { name: 'updateFundCampaignPledge'; type: { kind: 'OBJECT'; name: 'FundCampaignPledge'; ofType: null; } }; 'updateOrganization': { name: 'updateOrganization'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'updateOrganizationMembership': { name: 'updateOrganizationMembership'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'updatePost': { name: 'updatePost'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'updatePostVote': { name: 'updatePostVote'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'updateTag': { name: 'updateTag'; type: { kind: 'OBJECT'; name: 'Tag'; ofType: null; } }; 'updateTagFolder': { name: 'updateTagFolder'; type: { kind: 'OBJECT'; name: 'TagFolder'; ofType: null; } }; 'updateUser': { name: 'updateUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'updateVenue': { name: 'updateVenue'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; }; }; 'MutationCancelMembershipRequestInput': { kind: 'INPUT_OBJECT'; name: 'MutationCancelMembershipRequestInput'; isOneOf: false; inputFields: [{ name: 'membershipRequestId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; }; defaultValue: null }]; }; + + 'MembersRoleWhereInput': { kind: 'INPUT_OBJECT'; name: 'MembersRoleWhereInput'; isOneOf: false; inputFields: [{ name: 'equal'; type: { kind: 'ENUM'; name: 'OrganizationMembershipRole'; ofType: null; }; defaultValue: null }, { name: 'notEqual'; type: { kind: 'ENUM'; name: 'OrganizationMembershipRole'; ofType: null; }; defaultValue: null }]; }; + 'MembersWhereInput': { kind: 'INPUT_OBJECT'; name: 'MembersWhereInput'; isOneOf: false; inputFields: [{ name: 'role'; type: { kind: 'INPUT_OBJECT'; name: 'MembersRoleWhereInput'; ofType: null; }; defaultValue: null }]; }; + 'Mutation': { kind: 'OBJECT'; name: 'Mutation'; fields: { 'createAdvertisement': { name: 'createAdvertisement'; type: { kind: 'OBJECT'; name: 'Advertisement'; ofType: null; } }; 'createAgendaFolder': { name: 'createAgendaFolder'; type: { kind: 'OBJECT'; name: 'AgendaFolder'; ofType: null; } }; 'createAgendaItem': { name: 'createAgendaItem'; type: { kind: 'OBJECT'; name: 'AgendaItem'; ofType: null; } }; 'createChat': { name: 'createChat'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'createChatMembership': { name: 'createChatMembership'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'createChatMessage': { name: 'createChatMessage'; type: { kind: 'OBJECT'; name: 'ChatMessage'; ofType: null; } }; 'createComment': { name: 'createComment'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'createCommentVote': { name: 'createCommentVote'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'createEvent': { name: 'createEvent'; type: { kind: 'OBJECT'; name: 'Event'; ofType: null; } }; 'createFund': { name: 'createFund'; type: { kind: 'OBJECT'; name: 'Fund'; ofType: null; } }; 'createFundCampaign': { name: 'createFundCampaign'; type: { kind: 'OBJECT'; name: 'FundCampaign'; ofType: null; } }; 'createFundCampaignPledge': { name: 'createFundCampaignPledge'; type: { kind: 'OBJECT'; name: 'FundCampaignPledge'; ofType: null; } }; 'createOrganization': { name: 'createOrganization'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'createOrganizationMembership': { name: 'createOrganizationMembership'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'createPost': { name: 'createPost'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'createPostVote': { name: 'createPostVote'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'createPresignedUrl': { name: 'createPresignedUrl'; type: { kind: 'OBJECT'; name: 'UploadUrlResponse'; ofType: null; } }; 'createTag': { name: 'createTag'; type: { kind: 'OBJECT'; name: 'Tag'; ofType: null; } }; 'createTagFolder': { name: 'createTagFolder'; type: { kind: 'OBJECT'; name: 'TagFolder'; ofType: null; } }; 'createUser': { name: 'createUser'; type: { kind: 'OBJECT'; name: 'AuthenticationPayload'; ofType: null; } }; 'createVenue': { name: 'createVenue'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'createVenueBooking': { name: 'createVenueBooking'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'deleteAdvertisement': { name: 'deleteAdvertisement'; type: { kind: 'OBJECT'; name: 'Advertisement'; ofType: null; } }; 'deleteAgendaFolder': { name: 'deleteAgendaFolder'; type: { kind: 'OBJECT'; name: 'AgendaFolder'; ofType: null; } }; 'deleteAgendaItem': { name: 'deleteAgendaItem'; type: { kind: 'OBJECT'; name: 'AgendaItem'; ofType: null; } }; 'deleteChat': { name: 'deleteChat'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'deleteChatMembership': { name: 'deleteChatMembership'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'deleteChatMessage': { name: 'deleteChatMessage'; type: { kind: 'OBJECT'; name: 'ChatMessage'; ofType: null; } }; 'deleteComment': { name: 'deleteComment'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'deleteCommentVote': { name: 'deleteCommentVote'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'deleteCurrentUser': { name: 'deleteCurrentUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'deleteEvent': { name: 'deleteEvent'; type: { kind: 'OBJECT'; name: 'Event'; ofType: null; } }; 'deleteFund': { name: 'deleteFund'; type: { kind: 'OBJECT'; name: 'Fund'; ofType: null; } }; 'deleteFundCampaign': { name: 'deleteFundCampaign'; type: { kind: 'OBJECT'; name: 'FundCampaign'; ofType: null; } }; 'deleteFundCampaignPledge': { name: 'deleteFundCampaignPledge'; type: { kind: 'OBJECT'; name: 'FundCampaignPledge'; ofType: null; } }; 'deleteOrganization': { name: 'deleteOrganization'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'deleteOrganizationMembership': { name: 'deleteOrganizationMembership'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'deletePost': { name: 'deletePost'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'deletePostVote': { name: 'deletePostVote'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'deleteTag': { name: 'deleteTag'; type: { kind: 'OBJECT'; name: 'Tag'; ofType: null; } }; 'deleteTagFolder': { name: 'deleteTagFolder'; type: { kind: 'OBJECT'; name: 'TagFolder'; ofType: null; } }; 'deleteUser': { name: 'deleteUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'deleteVenue': { name: 'deleteVenue'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'deleteVenueBooking': { name: 'deleteVenueBooking'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; 'signUp': { name: 'signUp'; type: { kind: 'OBJECT'; name: 'AuthenticationPayload'; ofType: null; } }; 'updateAdvertisement': { name: 'updateAdvertisement'; type: { kind: 'OBJECT'; name: 'Advertisement'; ofType: null; } }; 'updateAgendaFolder': { name: 'updateAgendaFolder'; type: { kind: 'OBJECT'; name: 'AgendaFolder'; ofType: null; } }; 'updateAgendaItem': { name: 'updateAgendaItem'; type: { kind: 'OBJECT'; name: 'AgendaItem'; ofType: null; } }; 'updateChat': { name: 'updateChat'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'updateChatMembership': { name: 'updateChatMembership'; type: { kind: 'OBJECT'; name: 'Chat'; ofType: null; } }; 'updateChatMessage': { name: 'updateChatMessage'; type: { kind: 'OBJECT'; name: 'ChatMessage'; ofType: null; } }; 'updateComment': { name: 'updateComment'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'updateCommentVote': { name: 'updateCommentVote'; type: { kind: 'OBJECT'; name: 'Comment'; ofType: null; } }; 'updateCommunity': { name: 'updateCommunity'; type: { kind: 'OBJECT'; name: 'Community'; ofType: null; } }; 'updateCurrentUser': { name: 'updateCurrentUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'updateEvent': { name: 'updateEvent'; type: { kind: 'OBJECT'; name: 'Event'; ofType: null; } }; 'updateFund': { name: 'updateFund'; type: { kind: 'OBJECT'; name: 'Fund'; ofType: null; } }; 'updateFundCampaign': { name: 'updateFundCampaign'; type: { kind: 'OBJECT'; name: 'FundCampaign'; ofType: null; } }; 'updateFundCampaignPledge': { name: 'updateFundCampaignPledge'; type: { kind: 'OBJECT'; name: 'FundCampaignPledge'; ofType: null; } }; 'updateOrganization': { name: 'updateOrganization'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'updateOrganizationMembership': { name: 'updateOrganizationMembership'; type: { kind: 'OBJECT'; name: 'Organization'; ofType: null; } }; 'updatePost': { name: 'updatePost'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'updatePostVote': { name: 'updatePostVote'; type: { kind: 'OBJECT'; name: 'Post'; ofType: null; } }; 'updateTag': { name: 'updateTag'; type: { kind: 'OBJECT'; name: 'Tag'; ofType: null; } }; 'updateTagFolder': { name: 'updateTagFolder'; type: { kind: 'OBJECT'; name: 'TagFolder'; ofType: null; } }; 'updateUser': { name: 'updateUser'; type: { kind: 'OBJECT'; name: 'User'; ofType: null; } }; 'updateVenue': { name: 'updateVenue'; type: { kind: 'OBJECT'; name: 'Venue'; ofType: null; } }; }; }; + 'MutationCreateAdvertisementInput': { kind: 'INPUT_OBJECT'; name: 'MutationCreateAdvertisementInput'; isOneOf: false; inputFields: [{ name: 'attachments'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Upload'; ofType: null; }; }; }; defaultValue: null }, { name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'endAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; }; defaultValue: null }, { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'organizationId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; }; defaultValue: null }, { name: 'startAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; }; defaultValue: null }, { name: 'type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'AdvertisementType'; ofType: null; }; }; defaultValue: null }]; }; 'MutationCreateAgendaFolderInput': { kind: 'INPUT_OBJECT'; name: 'MutationCreateAgendaFolderInput'; isOneOf: false; inputFields: [{ name: 'eventId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; }; defaultValue: null }, { name: 'isAgendaItemFolder'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; }; defaultValue: null }, { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'parentFolderId'; type: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; defaultValue: null }]; }; 'MutationCreateAgendaItemInput': { kind: 'INPUT_OBJECT'; name: 'MutationCreateAgendaItemInput'; isOneOf: false; inputFields: [{ name: 'description'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'duration'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'folderId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; }; defaultValue: null }, { name: 'key'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; }; defaultValue: null }, { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; }; defaultValue: null }, { name: 'type'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'AgendaItemType'; ofType: null; }; }; defaultValue: null }]; };