From 1432ce3b16270879513192705076b587a7700289 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sat, 3 Feb 2024 07:45:20 -1000 Subject: [PATCH 001/109] Removed the ts-node dependency (#1781) * Fixes #1559 * Fixes #1559 * Removed the ts-node dependency * Removed the ts-node dependency --------- Co-authored-by: Peter Harrison --- package-lock.json | 225 +--------------------------------------------- package.json | 3 +- 2 files changed, 4 insertions(+), 224 deletions(-) diff --git a/package-lock.json b/package-lock.json index cea404e0ca..9b98cfc6fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,6 @@ "pm2": "^5.2.0", "redis": "^4.6.12", "shortid": "^2.2.16", - "ts-node": "^10.9.2", "typedoc-plugin-markdown": "^3.17.1", "uuid": "^9.0.0", "validator": "^13.7.0", @@ -1495,26 +1494,6 @@ "node": ">=0.1.90" } }, - "node_modules/@cspotcode/source-map-support": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", - "dependencies": { - "@jridgewell/trace-mapping": "0.3.9" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, "node_modules/@cwasm/webp": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/@cwasm/webp/-/webp-0.1.5.tgz", @@ -5810,26 +5789,6 @@ "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==" }, - "node_modules/@tsconfig/node10": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==" - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" - }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" - }, - "node_modules/@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" - }, "node_modules/@types/accepts": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.7.tgz", @@ -6675,6 +6634,7 @@ "version": "8.11.3", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "dev": true, "bin": { "acorn": "bin/acorn" }, @@ -6691,14 +6651,6 @@ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "node_modules/acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", - "engines": { - "node": ">=0.4.0" - } - }, "node_modules/agent-base": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", @@ -6833,11 +6785,6 @@ "node": ">= 8" } }, - "node_modules/arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" - }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -8234,11 +8181,6 @@ "node": ">=10" } }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" - }, "node_modules/croner": { "version": "4.1.97", "resolved": "https://registry.npmjs.org/croner/-/croner-4.1.97.tgz", @@ -8518,14 +8460,6 @@ "node": ">=0.8.0" } }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "engines": { - "node": ">=0.3.1" - } - }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -12906,11 +12840,6 @@ "node": ">=10" } }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" - }, "node_modules/make-plural": { "version": "7.3.0", "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.3.0.tgz", @@ -16165,48 +16094,6 @@ "integrity": "sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==", "dev": true }, - "node_modules/ts-node": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", - "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true - } - } - }, "node_modules/tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -16680,11 +16567,6 @@ "uuid": "dist/bin/uuid" } }, - "node_modules/v8-compile-cache-lib": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" - }, "node_modules/v8-to-istanbul": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", @@ -17295,14 +17177,6 @@ "node": ">=12" } }, - "node_modules/yn": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", - "engines": { - "node": ">=6" - } - }, "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", @@ -18327,25 +18201,6 @@ "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "optional": true }, - "@cspotcode/source-map-support": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", - "requires": { - "@jridgewell/trace-mapping": "0.3.9" - }, - "dependencies": { - "@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", - "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - } - } - }, "@cwasm/webp": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/@cwasm/webp/-/webp-0.1.5.tgz", @@ -21369,26 +21224,6 @@ "resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", "integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==" }, - "@tsconfig/node10": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==" - }, - "@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==" - }, - "@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==" - }, - "@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" - }, "@types/accepts": { "version": "1.3.7", "resolved": "https://registry.npmjs.org/@types/accepts/-/accepts-1.3.7.tgz", @@ -22103,7 +21938,8 @@ "acorn": { "version": "8.11.3", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "dev": true }, "acorn-jsx": { "version": "5.3.2", @@ -22112,11 +21948,6 @@ "dev": true, "requires": {} }, - "acorn-walk": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", - "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" - }, "agent-base": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz", @@ -22214,11 +22045,6 @@ "picomatch": "^2.0.4" } }, - "arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==" - }, "argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -23278,11 +23104,6 @@ "yaml": "^1.10.0" } }, - "create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==" - }, "croner": { "version": "4.1.97", "resolved": "https://registry.npmjs.org/croner/-/croner-4.1.97.tgz", @@ -23483,11 +23304,6 @@ "resolved": "https://registry.npmjs.org/diacritics-map/-/diacritics-map-0.1.0.tgz", "integrity": "sha512-3omnDTYrGigU0i4cJjvaKwD52B8aoqyX/NEIkukFFkogBemsIbhSa1O414fpTp5nuszJG6lvQ5vBvDVNCbSsaQ==" }, - "diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" - }, "dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", @@ -26644,11 +26460,6 @@ } } }, - "make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==" - }, "make-plural": { "version": "7.3.0", "resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.3.0.tgz", @@ -29063,26 +28874,6 @@ "integrity": "sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==", "dev": true }, - "ts-node": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", - "requires": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - } - }, "tsconfig-paths": { "version": "3.15.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", @@ -29412,11 +29203,6 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" }, - "v8-compile-cache-lib": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==" - }, "v8-to-istanbul": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", @@ -29843,11 +29629,6 @@ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true }, - "yn": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==" - }, "yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 7bbc0d1f22..29cb12c0af 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "generate:graphql-markdown": "graphql-markdown http://localhost:4000/graphql > docs/Schema.md", "generate:graphql-schema": "get-graphql-schema http://localhost:4000/graphql --json > docs/schema.json", "generate:ssl-private-key": "openssl genrsa -out ./key.pem", - "import:sample-data": "ts-node ./src/utilities/loadSampleData.ts", + "import:sample-data": "tsx ./src/utilities/loadSampleData.ts", "import:sample-data:prod": "node ./build/utilities/loadSampleData.js", "gen:schema": "graphql-inspector introspect ./src/typeDefs/**/**/*.ts --write ./schema.graphql ", "update:toc": "node scripts/githooks/update-toc.js" @@ -87,7 +87,6 @@ "pm2": "^5.2.0", "redis": "^4.6.12", "shortid": "^2.2.16", - "ts-node": "^10.9.2", "typedoc-plugin-markdown": "^3.17.1", "uuid": "^9.0.0", "validator": "^13.7.0", From 318c5e3600997612710ac699fee3836ec8697864 Mon Sep 17 00:00:00 2001 From: palisadoes <16875803+palisadoes@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:51:22 +0000 Subject: [PATCH 002/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 196 ++--- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 668 +++++++++--------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- 367 files changed, 1101 insertions(+), 1101 deletions(-) diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index bd65ecda98..86e8f233da 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index 95bb9f0f97..b4c263facd 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index f0091955d8..da7c150549 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index 6d720ec3af..2116827545 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index df34720b0d..36f17dcbb2 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index a59eeae1b5..09c931ae10 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index e0740546d2..aed68c0bb4 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index b8f290f135..ef9a262d2a 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index 71237e725b..924a18a057 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index b6ae83a628..952dcf85e5 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index e7a0344750..d17ceeac86 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L528) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L528) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L530) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L530) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L529) +[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L529) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index 82c1d4fef7..9f31d58478 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index ce6aca8fb3..824edfd785 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index 91389445f2..96e4d181b9 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index de2fb6f11b..507f9f2bf0 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index 07e5dc51dc..05b3e32823 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index fba70b1cb3..c2a81f59df 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index e8f29eb452..63e56c80be 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index 9f702fe2ee..b90d1e9271 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index 197bea95eb..5094562533 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index 907ed81abf..cb7bfba254 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index 5f0ad45e63..ddbf81bcf3 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index 486c9183b2..2bd3fefdc0 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index c6b19ef8e5..23ad381150 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index f89845d21f..bb9cd5ddea 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index ff8be9d317..48399a2bd4 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index e5dad7a996..a2dd723c38 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index daf5a704ff..01aa098286 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index 93d061bc55..f5a83e4a58 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index ccc900927f..7943079aed 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index 92be1abe45..dbfee9f795 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index 9d7c688395..cf2d364917 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index b28c2e530c..072a42bc8a 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index 47520a998c..3424aa0f69 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index 9f5a7c09d0..e8ccf21aa7 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index b1f64e7f6b..44ac9efb5c 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index d4cd0365d7..4ae661dc47 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index b68588492d..f8bdcf873f 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index a181f41c34..235b111393 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index fb06b98508..d1fb0f3e90 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index 952e869df5..76802ad938 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index 4e7c0ccb36..2ee78dbf9a 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index 68704e4196..1d9fdf0cf3 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index 73ace72e89..031af1dc60 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index 23cc355cf9..4a2e2d4038 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index 8cedaeb98b..0cf1f4685c 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index 84735da5d5..bdf8165cc4 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index a207fd1c75..95a2d4fd7e 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index 9ed91a914b..4a7cf2b2f3 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2394) +[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2394) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index 9ecfee9ad3..8ec398c5f5 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2449) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index fd86e17aef..41d66a1259 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2453) +[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2453) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index b8363e50f3..7bab1dd777 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2457) +[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2457) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index e901f54946..dc6f49e56c 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2501) +[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2501) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index 5e1620e6df..4c1da2fed3 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2600) +[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2600) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index 2f2092fb6c..efa8363cb0 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2621) +[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2621) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index 77b15c9cd1..d0fb89150a 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2625) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index 22b1b77d2e..c5ce343fe3 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2836) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index 0d32f07b86..6c490d5211 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2857) +[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2857) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index eb7aa62107..73e30996cc 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2013) +[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2013) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index 8a6971f17e..7c0bb815a8 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2009) +[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2009) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2008) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2008) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index e7330fa80b..0b1b1a5fba 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2934) +[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2934) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index 218a42e2d2..9f164de5f5 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2965) +[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2965) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index 3da160c040..0062519af4 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2946) +[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2946) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index e3cddf222f..0fa03b6ba3 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index c8c2bc4d19..937a751d0b 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index ce788cae12..daba9b381b 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index fb9d916a11..0c1ee04ad3 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index b5f7eea7b2..8c66d2a38d 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index 6efedbb6a0..638b3647dd 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index da55bd96e5..1ecd955312 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -117,7 +117,7 @@ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L490) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L490) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L24) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L17) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L10) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L254) +[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L254) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L247) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L247) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L235) +[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L235) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L241) +[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L241) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L340) +[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L340) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L488) +[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L488) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L31) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L37) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L460) +[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L460) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L472) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L472) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L466) +[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L466) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L478) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L478) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L426) +[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L426) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L155) ___ @@ -432,7 +432,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L43) ___ @@ -451,7 +451,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L44) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L51) ___ @@ -487,7 +487,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L167) ___ @@ -505,7 +505,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L124) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L299) +[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L299) ___ @@ -541,7 +541,7 @@ ___ #### Defined in -[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L346) +[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L346) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L143) ___ @@ -578,7 +578,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L406) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L406) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L118) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L57) ___ @@ -625,7 +625,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L412) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L412) ___ @@ -644,7 +644,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L130) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L292) +[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L292) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L59) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L502) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L502) ___ @@ -700,7 +700,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L174) ___ @@ -710,7 +710,7 @@ ___ #### Defined in -[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L523) +[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L523) ___ @@ -720,7 +720,7 @@ ___ #### Defined in -[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L525) +[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L525) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L500) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L500) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L498) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L498) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L484) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L484) ___ @@ -760,7 +760,7 @@ ___ #### Defined in -[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L486) +[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L486) ___ @@ -770,7 +770,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L72) ___ @@ -789,7 +789,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L66) ___ @@ -808,7 +808,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L60) ___ @@ -818,7 +818,7 @@ ___ #### Defined in -[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L518) +[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L518) ___ @@ -828,7 +828,7 @@ ___ #### Defined in -[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L494) +[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L494) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L305) +[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L305) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L93) ___ @@ -884,7 +884,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L75) ___ @@ -903,7 +903,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L81) ___ @@ -922,7 +922,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L87) ___ @@ -940,7 +940,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L266) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L266) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L99) ___ @@ -977,7 +977,7 @@ ___ #### Defined in -[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L260) +[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L260) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L105) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L496) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L496) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L514) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L514) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L516) +[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L516) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L515) +[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L515) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L492) +[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L492) ___ @@ -1064,7 +1064,7 @@ ___ #### Defined in -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L180) +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L180) ___ @@ -1083,7 +1083,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L111) ___ @@ -1101,7 +1101,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L137) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L453) +[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L453) ___ @@ -1141,7 +1141,7 @@ ___ #### Defined in -[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L505) +[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L505) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L161) ___ @@ -1169,7 +1169,7 @@ ___ #### Defined in -[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L351) +[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L351) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L394) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L394) ___ @@ -1205,7 +1205,7 @@ ___ #### Defined in -[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L312) +[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L312) ___ @@ -1223,7 +1223,7 @@ ___ #### Defined in -[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L279) +[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L279) ___ @@ -1242,7 +1242,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L400) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L400) ___ @@ -1260,7 +1260,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L149) ___ @@ -1270,7 +1270,7 @@ ___ #### Defined in -[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L353) +[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L353) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L447) +[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L447) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L326) +[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L326) ___ @@ -1325,7 +1325,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L358) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L358) ___ @@ -1343,7 +1343,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L198) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L198) ___ @@ -1362,7 +1362,7 @@ ___ #### Defined in -[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L364) +[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L364) ___ @@ -1380,7 +1380,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L222) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L222) ___ @@ -1398,7 +1398,7 @@ ___ #### Defined in -[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L285) +[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L285) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L333) +[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L333) ___ @@ -1434,7 +1434,7 @@ ___ #### Defined in -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L192) +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L192) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L370) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L370) ___ @@ -1471,7 +1471,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L186) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L186) ___ @@ -1489,7 +1489,7 @@ ___ #### Defined in -[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L319) +[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L319) ___ @@ -1507,7 +1507,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L272) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L272) ___ @@ -1525,7 +1525,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L210) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L210) ___ @@ -1544,7 +1544,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L376) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L376) ___ @@ -1563,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L382) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L382) ___ @@ -1581,7 +1581,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L216) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L216) ___ @@ -1599,7 +1599,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L204) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L204) ___ @@ -1618,7 +1618,7 @@ ___ #### Defined in -[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L419) +[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L419) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L228) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L228) ___ @@ -1655,7 +1655,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L388) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L388) ___ @@ -1674,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L433) +[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L433) ___ @@ -1693,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L440) +[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L440) ___ @@ -1703,7 +1703,7 @@ ___ #### Defined in -[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L521) +[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L521) ___ @@ -1713,4 +1713,4 @@ ___ #### Defined in -[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/constants.ts#L520) +[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L520) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index a7046b3f30..e759df99a9 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index 1060d55da6..a7a8752499 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index 67015ccd7d..16a1c32dc4 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index b4f96ee407..867b377004 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index b727f5eacb..cfd397c5e7 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index 7a81d66bb0..6b076d2187 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index 325800f2fc..84650d4079 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index c441d28449..4df1387a0d 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index 842b425a7d..9a806ac0e9 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index f5b01e7d93..38e76b96dd 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index 88c3853c48..641dd9d467 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index f062bd8f36..9441fa32ec 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index 8e8dc3cca6..886e679a7a 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index 4e3de7300d..e7f1edca2d 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index 29c129cf27..042352a758 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index e73abdcfb1..637f236224 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index aa27b1b279..71b6d5fbb9 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index d9ecab122e..9a96d70d00 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 6d0fe69f6e..2208e99145 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index 9a15fa783a..76e8eaa2f4 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index 536743f787..4dcce59607 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index c8149c7ae3..62b059f618 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index dfafe50761..c1a009c956 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index 49ea4c3935..8210f3aa58 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index 7e8e2b8251..99a62be0d6 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index db9283734c..f26e19c1dc 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index fe088bfd21..8aa3a8a28d 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index c2b7a743cc..e6b18dc8ee 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index 9a199ac208..1064ac119c 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index 172b2e8d55..528cb93e94 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index e59c727d26..aea872efd6 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index f0f26e6f62..571df8a71e 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index 1134659108..3c5073cb63 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index 9afdc4ea28..9590230555 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index a86cb5bbc6..89c03ad498 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index fef54451f1..422c10a967 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index 08866c8251..5a26bd0481 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index 2730d64172..e96256cbb8 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index b64f49743d..5d162e2532 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index 5cf4db8631..dbcdfd5432 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index f1c74ee2c5..e2be12dd31 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index 660a7c2090..e4ac0b213d 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index 7ea0a6b701..9ed3aa1890 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index 4769ea7c2f..0f0f0352bf 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index 60635a6005..0b7c647e7f 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index 80ed328dff..7211c65dca 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index 8a0e5255f6..4b9815f94f 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index 621a3f0b23..f560f6b117 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/index.ts#L92) +[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/index.ts#L92) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index c1d209294d..fdff61bb70 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index e70b3a815d..a19472ef6f 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index a18eeac528..e1532b74d3 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index ddf0631cbb..a006f104c7 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index 019dcdbbf2..4ea484ac5d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index b64bc27eb1..76261372a8 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index 8c3c5430f7..eae80cec5d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 662e03cfab..2d42f83a29 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index de22193ba1..39db6a61ff 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index b889c28dae..32c0abd9e7 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index f138f2c210..b5c86be491 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index fb68e8d786..841cadacdd 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index 1f5e5ac58b..dbb98a2982 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index 252aca6da1..8c2f2043db 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index 54d62063a3..7dd45e3595 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index 0788541f15..96a558ef63 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index dcbd45b702..91a6162f86 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index a81f4aa3fd..75a5317286 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index 74268e1695..c5be62681e 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index a1ea3eac70..5aa76199b6 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index db41315487..c523581a74 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index 19d3fb012e..6eeb51ce85 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index 9b9f759959..bcdd45476a 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index b1dd61b69f..e4e053d710 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index f6689e4877..85f5475801 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index d6d9147e9c..3e8af42814 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index a9334b4c92..fb1fe95d23 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index 4dc348e1c9..d7dfc32c05 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index 15fd1ee7d8..cd9a3ee30c 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index 328d59d4d8..b3cbeda8a9 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index eb5b897431..8495f48683 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index fc829f55e1..be0f5a04fb 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index d066140aaa..b89420ef9b 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index 4c6d9f9705..0dcba4c031 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index e1904eafed..0bb7b97745 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index aa96219a3b..66278dbd3f 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index 3fe481aa0b..e3f5f5d451 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index 8d5fc06eea..af16343852 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index bd49aa4a6d..2594e4cc47 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index 0a783ffea9..d494e1328f 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index 1af69bdce6..38333c2cc8 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index 4de4b46541..bf4c51c338 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index c90c8e6914..287d0edd44 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index 1ec861722b..56b556ec3b 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index 4d8563ac9d..0040e5fb9e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/index.ts#L94) +[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index 531d378b4f..786c24db99 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index c028109f2f..06d8f977e6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index b12f79d50d..5d35cd13a4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index c4bd4ad776..8c2d64df4f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index ef7a54891e..bda15edbad 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index 37fb868baa..e92ea74a8d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index 34402909a5..52467b2841 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index 590c2b61af..1a2a1d3750 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index 9689884535..86ca3ddb90 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index 1aaff277b3..affd5872b1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index dcd795ae65..527d6d0cba 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index ccdb38275a..0419ed9c7e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index 7403c3e790..5b15d9abe3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index d4e401a3fc..e71ade71db 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index 6f0572397c..f16068c958 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index 4d07b8f8c9..6f72128c77 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index fb2a8c1315..17b9d24a2d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index adf2743104..9bfab15597 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index 29d4776c8d..4b5b0a508d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index 9b651cbb95..647b5a85c1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index df36075de9..5b7d14c703 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index 58a9b68137..9aefb01bbb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index dae6a73601..1921c226be 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index 54039474d9..c04c8ad00d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index 66606024cc..a201abb220 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index ad894fab8e..0bb0340e37 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index bbe46bdfda..edfa754c75 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index 8304d81b0a..c1345db9bb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index f80c770bd1..e7481504e3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index daf90d4bc1..c13e12e38d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index 947660d02d..b477c2c851 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index 21ea5a3ca7..67e2c123ad 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index b24fc7f1ff..a0c431c455 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index 08779cf58b..840a817e22 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index 3e49e97111..b861eb6dea 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index 0abe09e9b7..d447bb8d53 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index fc02410a7b..42d9484122 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index 2c48688ff8..72396f7763 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index b0ca43789d..3e3e0f24c8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index da01d51d6c..fc137b1c12 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index 77d3c573f2..f4c83a783c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index 9bdaaaad50..3e71d0a350 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index 9dc3a275c2..07839a5dbd 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index 379d5bce22..cd78b909bb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index e49644c671..e2d0f2405e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index 4e3c5d9032..cd460ef48d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index aedb2661ed..a4d40d0db6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index acfe8bd169..31c351cc15 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index 3e0a9231b7..23d35d5b0c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index f0d6babb74..06cd44cab5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index cbe45c4a43..ca5e7923ee 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index f3fdc33966..907cbef627 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index e66bb76a79..83d2ae3f06 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index ec9526fa32..b47a7ae47a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index e00d665d58..eb2eb410d5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index 9f9e07c1b4..779324571f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index 6c86ad4faa..4746fafd86 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index d138307fec..f39754c1e6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index cdf5d6532f..1adf6dd629 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index b6b8c199d3..a37bcae3d3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index 1b07b6a669..1cbed19229 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index 50a26bea07..f222966f9a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index 6baeb9010c..a802a1739b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index d46588890f..bdd56ea0b4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index 81ec6f5155..7937aa1e5b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index 10ce2e352b..b704533991 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index 5a5c25a52f..d026c1e19f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index 717731d9c7..c915ad5305 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index 051c4dad72..bd5eef2ad7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index f2b7e70fea..97c9b11961 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index d6a1f3b155..4240d051e1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index 5d07d7a510..de23bcb765 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index 8bc539d166..ca72f5db1f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index 2afb86d99b..2caea6f0ac 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index b283e0cb7d..07cbc4a469 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index 561df04962..ed3bec3c0b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index 9b57c0a996..d3dc6f54aa 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index e8f62c0de6..bea10c2567 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index a29aa55184..14979a00c3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index 693b637996..6e3f25aa4d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index e31bd7bf61..55d6cafcb0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index 2e41ffae24..b1cde090d5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index 3ac444d148..ec2a9c8b7d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index 4e989ad90d..ec20ab6c4b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index 40235da9b4..de6654f1ae 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index 130f270c3f..9221720481 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index 85aa8ad899..5e231b5802 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index fed860d5d9..f850a5ff6e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index 80fce5b5a3..7a0bb7790e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index 0ae71a639e..0631386428 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index 77123a6f87..795e04f6dc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index 04158b4de5..485e0222e4 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index 151f2988ac..ee31f46fb4 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index 149f4c786d..3374ae629a 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index 787058e2a3..43bd511faa 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index 48fac1a0be..f41f4a5c61 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index 68fdeaed13..a74e49eba8 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index 93d3e68cab..163d327ba6 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index dac25468ba..4137b3110f 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index 4323b97156..b4e4def931 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index 3f980bd1ec..b2dd02fd32 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index 0a1e0dd055..44f536bfc1 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index 5fc9a317ae..b477469748 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index 946bc4f9a4..135227bd6c 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index 2e87ab1cd0..220e2ad75c 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index 0a2fed26b5..836fef0564 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index e79d6f9d4a..6407444a51 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index b95c39e7ee..1e335ccd8b 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index 1101879634..e86b45a753 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index 6f32d999f8..23750d39e7 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index d4a03badf9..35314514af 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index b0bb9cd39f..d4bf164183 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index 35475b4e9d..4bd3a69616 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index 9b7b42bd79..e2a53fa287 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index 827689e3a7..3a8f451f6a 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index 861c446477..2017703ee2 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index cbd49afb98..2288692592 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index c3bfdf5067..fc43943107 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index 989dd3db17..096d8c964e 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index 33988f7795..d76be231c5 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index 0595979597..2af39b3737 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index 8958f2a9b3..a6bc8e66b5 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index 3b3f17835b..3cfb500294 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index 7d3a1e7f73..23f8624326 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index 917a2dcbe7..939cd00835 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index f2ac5f0698..003776b6e3 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index c40d3945ac..2381b46e3f 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index ffc47d2eaf..5e2050dd26 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index 98756bb684..ea4882005e 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index 5a8d9a6e06..99a1d62e5e 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index 49661558b2..9646795dd5 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index b4e3df05dd..532b88482a 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index 1adf7465bc..3dfa63c213 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index 17a465beed..d1a1f7c0bc 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index 9fb9be43b8..5a9de9f048 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index 72969d9c26..ca9a4924af 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index c858bfb5e6..c6fa917c9b 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index e8aaecca93..3f009ad5e0 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index 48c0c09c3e..2ab05cc00f 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index 9acc235d0b..2de7415482 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index 5e054ab83a..707336e547 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index 48735ee928..e76119c05b 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index fd0f9d8389..3fb1b7c953 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index ebf69b34e6..b15247e061 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index 0339b7c890..5f110d9a79 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index 9d951863d6..75736d2b71 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index dbc8df7f71..4f9f3971ce 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index 9f98ee871e..e80ee8ae93 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index ca4e0b6a80..328e2d7ecf 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index 79e5648512..f4bb5fa256 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index 919fcaf290..b358cd70be 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index e591cebff4..abf793456d 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index 9f0e690918..7c0bfdf260 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index b6f32e2ec2..b4500bb1e6 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index ddde770290..ccb2179444 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index 7dadba0556..2f971e532e 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index 507bb317d4..6da3463ef2 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index 1c7bf23eb4..5686bd8da6 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index 77c9d57636..cffc3ba255 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index fe0ff4c8ad..b7df1d9595 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index 2da4c97c0e..267fece634 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index 9ca4bba556..f530e88079 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index 94d7feb476..367144b090 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index 908a8e6aeb..b0f2ae00c5 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index cacb266c3c..1eb104688d 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index 17dd41fcc9..859bba8811 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index 5400d16317..0bee9a608a 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index dd95d595e4..ceb80c159f 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index ecb2508de6..3425dda685 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index f95d383762..ea6f138c06 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index bf662f6330..77e72345dd 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index 1dc1a69199..5eecfcf893 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index 5c32a74b11..a6f0c974c4 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index 73ceff28cf..681fedc10d 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index f770e82fe8..c94bf21eeb 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index 69dabf8510..69b5498a18 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index 73f6418635..67b36d5313 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index a9b09b4219..285cb86e55 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index 7bdbb3a450..6716e64223 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index 19b0bfddd6..1f437e5930 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index 96a0b72605..ec467d67e8 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -387,7 +387,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L56) +[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L56) ___ @@ -410,7 +410,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L74) +[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L74) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2346) +[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2346) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2328) +[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2328) ___ @@ -501,7 +501,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L85) +[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L85) ___ @@ -524,7 +524,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L97) +[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L97) ___ @@ -555,7 +555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2357) +[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2357) ___ @@ -581,7 +581,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L108) +[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L108) ___ @@ -614,7 +614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2369) +[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2369) ___ @@ -624,7 +624,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L122) +[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L122) ___ @@ -641,7 +641,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L127) +[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L127) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2383) +[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2383) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L132) +[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L132) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2388) +[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2388) ___ @@ -725,7 +725,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L137) +[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L137) ___ @@ -751,7 +751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2397) +[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2397) ___ @@ -761,7 +761,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2318) +[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2318) ___ @@ -780,7 +780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2320) +[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2320) ___ @@ -805,7 +805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L144) +[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L144) ___ @@ -824,7 +824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L157) +[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L157) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2404) +[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2404) ___ @@ -875,7 +875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L164) +[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L164) ___ @@ -901,7 +901,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2417) +[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2417) ___ @@ -925,7 +925,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L171) +[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L171) ___ @@ -941,7 +941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L183) +[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L183) ___ @@ -972,7 +972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2424) +[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2424) ___ @@ -982,7 +982,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L187) +[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L187) ___ @@ -1005,7 +1005,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -1025,7 +1025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L189) +[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L189) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2440) +[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2440) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L197) +[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L197) ___ @@ -1088,7 +1088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1969) +[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1969) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1974) +[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1974) ___ @@ -1124,7 +1124,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L204) +[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L204) ___ @@ -1142,7 +1142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L210) +[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L210) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L216) +[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L216) ___ @@ -1183,7 +1183,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2460) +[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2460) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L221) +[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L221) ___ @@ -1229,7 +1229,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L232) +[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L232) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2476) +[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2476) ___ @@ -1289,7 +1289,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2465) +[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2465) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2035) +[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2035) ___ @@ -1349,7 +1349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3145) +[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3145) ___ @@ -1374,7 +1374,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L243) +[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L243) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2487) +[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2487) ___ @@ -1433,7 +1433,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L256) +[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L256) ___ @@ -1443,7 +1443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L271) +[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L271) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L289) +[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L289) ___ @@ -1469,7 +1469,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L294) +[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L294) ___ @@ -1493,7 +1493,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2504) +[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2504) ___ @@ -1535,7 +1535,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L298) +[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L298) ___ @@ -1551,7 +1551,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L329) +[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L329) ___ @@ -1568,7 +1568,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L333) +[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L333) ___ @@ -1598,7 +1598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L338) +[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L338) ___ @@ -1608,7 +1608,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L356) +[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L356) ___ @@ -1657,7 +1657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2509) +[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2509) ___ @@ -1697,7 +1697,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L378) +[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L378) ___ @@ -1713,7 +1713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L27) ___ @@ -1731,7 +1731,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L406) +[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L406) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2539) +[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2539) ___ @@ -1778,7 +1778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L412) +[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L412) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L422) +[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L422) ___ @@ -1825,7 +1825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2545) +[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2545) ___ @@ -1842,7 +1842,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L428) +[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L428) ___ @@ -1867,7 +1867,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2555) +[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2555) ___ @@ -1885,7 +1885,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L433) +[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L433) ___ @@ -1895,7 +1895,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L439) +[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L439) ___ @@ -1918,7 +1918,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L444) +[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L444) ___ @@ -1941,7 +1941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L455) +[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L455) ___ @@ -1963,7 +1963,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L466) +[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L466) ___ @@ -1992,7 +1992,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2583) +[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2583) ___ @@ -2022,7 +2022,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2572) +[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2572) ___ @@ -2052,7 +2052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2561) +[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2561) ___ @@ -2068,7 +2068,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -2084,7 +2084,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L26) ___ @@ -2094,7 +2094,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L476) +[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L476) ___ @@ -2119,7 +2119,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2152,7 +2152,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2031) +[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2031) ___ @@ -2172,7 +2172,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L482) +[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L482) ___ @@ -2190,7 +2190,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L490) +[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L490) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L496) +[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L496) ___ @@ -2239,7 +2239,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2611) +[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2611) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2603) +[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2603) ___ @@ -2283,7 +2283,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L505) +[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L505) ___ @@ -2300,7 +2300,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2317,7 +2317,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2334,7 +2334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -2344,7 +2344,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L510) +[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L510) ___ @@ -2354,7 +2354,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L518) +[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L518) ___ @@ -2379,7 +2379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2628) +[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2628) ___ @@ -2389,7 +2389,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L524) +[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L524) ___ @@ -2415,7 +2415,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2634) +[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2634) ___ @@ -2431,7 +2431,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L25) +[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L25) ___ @@ -2450,7 +2450,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L531) +[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L531) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2641) +[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2641) ___ @@ -2499,7 +2499,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L538) +[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L538) ___ @@ -2522,7 +2522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L549) +[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L549) ___ @@ -2539,7 +2539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L560) +[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L560) ___ @@ -2569,7 +2569,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2659) +[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2659) ___ @@ -2599,7 +2599,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2648) +[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2648) ___ @@ -2609,7 +2609,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L565) +[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L565) ___ @@ -2635,7 +2635,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2670) +[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2670) ___ @@ -2645,7 +2645,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L572) +[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L572) ___ @@ -2670,7 +2670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2677) +[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2677) ___ @@ -2777,7 +2777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L578) +[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L578) ___ @@ -2793,7 +2793,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L674) +[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L674) ___ @@ -2809,7 +2809,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L679) +[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L679) ___ @@ -2825,7 +2825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L684) +[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L684) ___ @@ -2841,7 +2841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L689) +[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L689) ___ @@ -2857,7 +2857,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L694) +[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L694) ___ @@ -2875,7 +2875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L699) +[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L699) ___ @@ -2892,7 +2892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L706) +[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L706) ___ @@ -2910,7 +2910,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L712) +[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L712) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L719) +[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L719) ___ @@ -2943,7 +2943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L724) +[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L724) ___ @@ -2959,7 +2959,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L730) +[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L730) ___ @@ -2975,7 +2975,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L735) +[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L735) ___ @@ -2991,7 +2991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L740) +[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L740) ___ @@ -3008,7 +3008,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L745) +[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L745) ___ @@ -3025,7 +3025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L751) +[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L751) ___ @@ -3041,7 +3041,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L757) +[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L757) ___ @@ -3057,7 +3057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L762) +[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L762) ___ @@ -3074,7 +3074,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L767) +[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L767) ___ @@ -3091,7 +3091,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L773) +[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L773) ___ @@ -3107,7 +3107,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L779) +[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L779) ___ @@ -3128,7 +3128,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L784) +[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L784) ___ @@ -3145,7 +3145,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L794) +[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L794) ___ @@ -3161,7 +3161,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L800) +[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L800) ___ @@ -3182,7 +3182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L805) +[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L805) ___ @@ -3198,7 +3198,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L815) +[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L815) ___ @@ -3214,7 +3214,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L820) +[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L820) ___ @@ -3230,7 +3230,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L825) +[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L825) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L830) +[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L830) ___ @@ -3263,7 +3263,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L835) +[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L835) ___ @@ -3282,7 +3282,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L841) +[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L841) ___ @@ -3299,7 +3299,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L849) +[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L849) ___ @@ -3315,7 +3315,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L855) +[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L855) ___ @@ -3331,7 +3331,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L860) +[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L860) ___ @@ -3347,7 +3347,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L865) +[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L865) ___ @@ -3363,7 +3363,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L870) +[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L870) ___ @@ -3379,7 +3379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L875) +[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L875) ___ @@ -3395,7 +3395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L880) +[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L880) ___ @@ -3411,7 +3411,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L885) +[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L885) ___ @@ -3427,7 +3427,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L890) +[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L890) ___ @@ -3443,7 +3443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L895) +[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L895) ___ @@ -3459,7 +3459,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L900) +[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L900) ___ @@ -3475,7 +3475,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L905) +[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L905) ___ @@ -3491,7 +3491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L910) +[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L910) ___ @@ -3507,7 +3507,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L915) +[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L915) ___ @@ -3523,7 +3523,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L920) +[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L920) ___ @@ -3539,7 +3539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L925) +[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L925) ___ @@ -3555,7 +3555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L930) +[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L930) ___ @@ -3571,7 +3571,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L935) +[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L935) ___ @@ -3587,7 +3587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L940) +[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L940) ___ @@ -3603,7 +3603,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L945) +[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L945) ___ @@ -3620,7 +3620,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L950) +[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L950) ___ @@ -3636,7 +3636,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L956) +[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L956) ___ @@ -3652,7 +3652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L961) +[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L961) ___ @@ -3668,7 +3668,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L966) +[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L966) ___ @@ -3684,7 +3684,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L971) +[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L971) ___ @@ -3700,7 +3700,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L976) +[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L976) ___ @@ -3717,7 +3717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L981) +[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L981) ___ @@ -3733,7 +3733,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L987) +[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L987) ___ @@ -3749,7 +3749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L992) +[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L992) ___ @@ -3765,7 +3765,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L997) +[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L997) ___ @@ -3782,7 +3782,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1002) +[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1002) ___ @@ -3798,7 +3798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1008) +[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1008) ___ @@ -3911,7 +3911,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2683) +[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2683) ___ @@ -3927,7 +3927,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1013) +[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1013) ___ @@ -3943,7 +3943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1018) +[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1018) ___ @@ -3960,7 +3960,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1023) +[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1023) ___ @@ -3977,7 +3977,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1029) +[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1029) ___ @@ -3994,7 +3994,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1035) +[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1035) ___ @@ -4011,7 +4011,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1041) +[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1041) ___ @@ -4027,7 +4027,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1047) +[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1047) ___ @@ -4044,7 +4044,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1052) +[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1052) ___ @@ -4060,7 +4060,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1058) +[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1058) ___ @@ -4076,7 +4076,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1063) +[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1063) ___ @@ -4092,7 +4092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1068) +[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1068) ___ @@ -4109,7 +4109,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1073) +[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1073) ___ @@ -4126,7 +4126,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1079) +[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1079) ___ @@ -4142,7 +4142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1085) +[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1085) ___ @@ -4159,7 +4159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1090) +[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1090) ___ @@ -4175,7 +4175,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1096) +[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1096) ___ @@ -4193,7 +4193,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1101) +[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1101) ___ @@ -4210,7 +4210,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1108) +[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1108) ___ @@ -4227,7 +4227,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1114) +[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1114) ___ @@ -4243,7 +4243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1120) +[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1120) ___ @@ -4260,7 +4260,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1125) +[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1125) ___ @@ -4278,7 +4278,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1131) +[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1131) ___ @@ -4294,7 +4294,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1138) +[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1138) ___ @@ -4310,7 +4310,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1143) +[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1143) ___ @@ -4334,7 +4334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2033) +[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2033) ___ @@ -4351,7 +4351,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -4386,7 +4386,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1151) +[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1151) ___ @@ -4402,7 +4402,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1175) +[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1175) ___ @@ -4422,7 +4422,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1187) +[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1187) ___ @@ -4449,7 +4449,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2800) +[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2800) ___ @@ -4473,7 +4473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1195) +[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1195) ___ @@ -4504,7 +4504,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2808) +[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2808) ___ @@ -4527,7 +4527,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1207) +[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1207) ___ @@ -4537,7 +4537,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1218) +[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1218) ___ @@ -4579,7 +4579,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2777) +[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2777) ___ @@ -4598,7 +4598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1180) +[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1180) ___ @@ -4639,7 +4639,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1230) +[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1230) ___ @@ -4656,7 +4656,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1259) +[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1259) ___ @@ -4680,7 +4680,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2820) +[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2820) ___ @@ -4696,7 +4696,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1147) +[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1147) ___ @@ -4720,7 +4720,7 @@ Information about pagination in a connection. #### Defined in -[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1265) +[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1265) ___ @@ -4749,7 +4749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2825) +[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2825) ___ @@ -4759,7 +4759,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1277) +[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1277) ___ @@ -4780,7 +4780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1281) +[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1281) ___ @@ -4800,7 +4800,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4817,7 +4817,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1298) +[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1298) ___ @@ -4844,7 +4844,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2848) +[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2848) ___ @@ -4864,7 +4864,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1303) +[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1303) ___ @@ -4892,7 +4892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2839) +[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2839) ___ @@ -4922,7 +4922,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1311) +[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1311) ___ @@ -4943,7 +4943,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1330) +[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1330) ___ @@ -4969,7 +4969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2878) +[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2878) ___ @@ -4991,7 +4991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1339) +[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1339) ___ @@ -5001,7 +5001,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1349) +[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1349) ___ @@ -5038,7 +5038,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2860) +[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2860) ___ @@ -5057,7 +5057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1367) +[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1367) ___ @@ -5090,7 +5090,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5144,7 +5144,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1395) +[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1395) ___ @@ -5160,7 +5160,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1438) +[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1438) ___ @@ -5176,7 +5176,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1443) +[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1443) ___ @@ -5192,7 +5192,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1448) +[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1448) ___ @@ -5208,7 +5208,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1453) +[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1453) ___ @@ -5224,7 +5224,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1458) +[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1458) ___ @@ -5240,7 +5240,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5256,7 +5256,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5272,7 +5272,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5288,7 +5288,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5304,7 +5304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5320,7 +5320,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5337,7 +5337,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5356,7 +5356,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1499) +[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1499) ___ @@ -5372,7 +5372,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1507) +[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1507) ___ @@ -5388,7 +5388,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1512) +[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1512) ___ @@ -5407,7 +5407,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1517) +[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1517) ___ @@ -5423,7 +5423,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1525) +[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1525) ___ @@ -5440,7 +5440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1530) +[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1530) ___ @@ -5456,7 +5456,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1536) +[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1536) ___ @@ -5472,7 +5472,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1541) +[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1541) ___ @@ -5489,7 +5489,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1546) +[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1546) ___ @@ -5508,7 +5508,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1552) +[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1552) ___ @@ -5528,7 +5528,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1560) +[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1560) ___ @@ -5544,7 +5544,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1569) +[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1569) ___ @@ -5560,7 +5560,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1574) +[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1574) ___ @@ -5577,7 +5577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1579) +[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1579) ___ @@ -5597,7 +5597,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5614,7 +5614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5630,7 +5630,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1600) +[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1600) ___ @@ -5690,7 +5690,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2885) +[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2885) ___ @@ -5706,7 +5706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1605) +[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1605) ___ @@ -5722,7 +5722,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5743,7 +5743,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1615) +[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1615) ___ @@ -5762,7 +5762,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5778,7 +5778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1632) +[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1632) ___ @@ -5788,7 +5788,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1636) +[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1636) ___ @@ -5805,7 +5805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L33) +[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L33) ___ @@ -5824,7 +5824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1984) +[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1984) ___ @@ -5860,7 +5860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1986) +[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1986) ___ @@ -5876,7 +5876,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1982) +[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1982) ___ @@ -5971,7 +5971,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3068) +[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3068) ___ @@ -5996,7 +5996,7 @@ Mapping of interface types #### Defined in -[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2049) +[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2049) ___ @@ -6134,7 +6134,7 @@ Mapping between all available schema types and the resolvers parents #### Defined in -[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2194) +[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2194) ___ @@ -6286,7 +6286,7 @@ Mapping between all available schema types and the resolvers types #### Defined in -[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2055) +[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2055) ___ @@ -6310,7 +6310,7 @@ Mapping of union types #### Defined in -[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2044) +[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2044) ___ @@ -6326,7 +6326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2322) +[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2322) ___ @@ -6345,7 +6345,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2326) +[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2326) ___ @@ -6416,7 +6416,7 @@ All built-in and custom scalars, mapped to their actual values #### Defined in -[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L35) +[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L35) ___ @@ -6426,7 +6426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1643) +[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1643) ___ @@ -6446,7 +6446,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1648) +[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1648) ___ @@ -6466,7 +6466,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2017) +[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2017) ___ @@ -6502,7 +6502,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2000) +[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2000) ___ @@ -6522,7 +6522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -6548,7 +6548,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2926) +[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2926) ___ @@ -6584,7 +6584,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1993) +[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1993) ___ @@ -6601,7 +6601,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1656) +[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1656) ___ @@ -6621,7 +6621,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -6648,7 +6648,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2937) +[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2937) ___ @@ -6658,7 +6658,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1669) +[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1669) ___ @@ -6692,7 +6692,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2025) ___ @@ -6702,7 +6702,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6726,7 +6726,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2949) +[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2949) ___ @@ -6736,7 +6736,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1678) +[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1678) ___ @@ -6760,7 +6760,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2954) +[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2954) ___ @@ -6777,7 +6777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1683) +[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1683) ___ @@ -6798,7 +6798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1688) +[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1688) ___ @@ -6819,7 +6819,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1697) +[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1697) ___ @@ -6836,7 +6836,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1706) +[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1706) ___ @@ -6860,7 +6860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2959) +[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2959) ___ @@ -6889,7 +6889,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1711) +[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1711) ___ @@ -6909,7 +6909,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1728) +[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1728) ___ @@ -6934,7 +6934,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6952,7 +6952,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1749) +[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1749) ___ @@ -6969,7 +6969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1755) +[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1755) ___ @@ -6986,7 +6986,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1760) +[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1760) ___ @@ -7030,7 +7030,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1765) +[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1765) ___ @@ -7047,7 +7047,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1806) +[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1806) ___ @@ -7066,7 +7066,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1811) +[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1811) ___ @@ -7092,7 +7092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3000) +[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3000) ___ @@ -7112,7 +7112,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1818) +[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1818) ___ @@ -7139,7 +7139,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3007) +[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3007) ___ @@ -7157,7 +7157,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1826) +[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1826) ___ @@ -7182,7 +7182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3015) +[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3015) ___ @@ -7203,7 +7203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1832) +[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1832) ___ @@ -7213,7 +7213,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1841) +[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1841) ___ @@ -7232,7 +7232,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1853) +[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1853) ___ @@ -7250,7 +7250,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1860) +[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1860) ___ @@ -7276,7 +7276,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3021) +[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3021) ___ @@ -7327,7 +7327,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L2968) +[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2968) ___ @@ -7349,7 +7349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7365,7 +7365,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1877) +[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1877) ___ @@ -7383,7 +7383,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1886) +[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1886) ___ @@ -7408,7 +7408,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3038) +[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3038) ___ @@ -7437,7 +7437,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3028) +[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3028) ___ @@ -7453,7 +7453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1882) +[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1882) ___ @@ -7473,7 +7473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1798) +[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1798) ___ @@ -7491,7 +7491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1892) +[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1892) ___ @@ -7509,7 +7509,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1898) +[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1898) ___ @@ -7534,7 +7534,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3044) +[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3044) ___ @@ -7552,7 +7552,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1904) +[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1904) ___ @@ -7577,7 +7577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3050) +[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3050) ___ @@ -7587,7 +7587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1910) +[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1910) ___ @@ -7634,7 +7634,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7652,7 +7652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1951) +[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1951) ___ @@ -7670,7 +7670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1957) +[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1957) ___ @@ -7695,7 +7695,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3056) +[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3056) ___ @@ -7713,7 +7713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L1963) +[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1963) ___ @@ -7738,4 +7738,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/types/generatedGraphQLTypes.ts#L3062) +[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3062) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index edc8862077..aabae2bb9e 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index 55a57cc728..94d771643a 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index 1fdf19e306..2d1dc49114 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index 6371082d7c..4676c3f038 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index 1f57c23d13..17ad41f276 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index 8e51683f72..12d59daf0f 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index 11e9234ac0..65dc819b85 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index efdf8f64c3..d84511b56f 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index ee3735c648..e1883329f1 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index f9a8b64082..d939538be1 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index f91518e370..a80cb5162e 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index 03835ce057..7159f2d6ba 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index ff32027f8b..eeb287f245 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index ff9e52db23..73688b1d0a 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index 9b9be64c45..73db12d183 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index d6d5cfc75a..37347112c8 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index 12de06946d..9c03709257 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index ed28c8d873..41420f6789 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index 25cac07613..7c1406b0b5 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index 98bb00f9b1..54689269e6 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index 888e202b3b..868009acf1 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index 97effd0a01..3183e6b889 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index 5ede1212ba..bb25831915 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/2c2e70a/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/uploadImage.ts#L16) From 8707a9c944f4840f75d1c8286c44b390d6533389 Mon Sep 17 00:00:00 2001 From: Aditya Rai <118007662+AdityaRaimec22@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:13:42 +0530 Subject: [PATCH 003/109] Added Support for User Family Members (#1713) * added all the tests * fixed formatting * all tests succeeded * added sample data * corrected format * new commit * new commit * fixed tests * fixed tests --- codegen.ts | 2 + sample_data/userFamilies.json | 20 + schema.graphql | 21 + src/constants.ts | 12 + src/models/userFamily.ts | 56 + src/resolvers/Mutation/addUserToUserFamily.ts | 82 + src/resolvers/Mutation/createUserFamily.ts | 81 + src/resolvers/Mutation/index.ts | 8 + src/resolvers/Mutation/removeUserFamily.ts | 59 + .../Mutation/removeUserFromUserFamily.ts | 129 ++ src/resolvers/UserFamily/admins.ts | 14 + src/resolvers/UserFamily/creator.ts | 24 + src/resolvers/UserFamily/index.ts | 10 + src/resolvers/UserFamily/users.ts | 14 + src/resolvers/index.ts | 2 + src/typeDefs/inputs.ts | 5 + src/typeDefs/mutations.ts | 8 + src/typeDefs/types.ts | 8 + src/types/generatedGraphQLTypes.ts | 1454 +++++++++-------- src/utilities/userFamilyAdminCheck.ts | 36 + tests/helpers/userAndUserFamily.ts | 75 + .../Mutation/addUserToUserFamily.spec.ts | 147 ++ .../Mutation/createUserFamily.spec.ts | 188 +++ .../Mutation/removeUserFamily.spec.ts | 139 ++ .../Mutation/removeUserFromUserFamily.spec.ts | 286 ++++ tests/resolvers/UserFamily/admins.spec.ts | 37 + tests/resolvers/UserFamily/creator.spec.ts | 111 ++ tests/resolvers/UserFamily/users.spec.ts | 37 + tests/utilities/userFamilyAdminCheck.spec.ts | 157 ++ 29 files changed, 2518 insertions(+), 704 deletions(-) create mode 100644 sample_data/userFamilies.json create mode 100644 src/models/userFamily.ts create mode 100644 src/resolvers/Mutation/addUserToUserFamily.ts create mode 100644 src/resolvers/Mutation/createUserFamily.ts create mode 100644 src/resolvers/Mutation/removeUserFamily.ts create mode 100644 src/resolvers/Mutation/removeUserFromUserFamily.ts create mode 100644 src/resolvers/UserFamily/admins.ts create mode 100644 src/resolvers/UserFamily/creator.ts create mode 100644 src/resolvers/UserFamily/index.ts create mode 100644 src/resolvers/UserFamily/users.ts create mode 100644 src/utilities/userFamilyAdminCheck.ts create mode 100644 tests/helpers/userAndUserFamily.ts create mode 100644 tests/resolvers/Mutation/addUserToUserFamily.spec.ts create mode 100644 tests/resolvers/Mutation/createUserFamily.spec.ts create mode 100644 tests/resolvers/Mutation/removeUserFamily.spec.ts create mode 100644 tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts create mode 100644 tests/resolvers/UserFamily/admins.spec.ts create mode 100644 tests/resolvers/UserFamily/creator.spec.ts create mode 100644 tests/resolvers/UserFamily/users.spec.ts create mode 100644 tests/utilities/userFamilyAdminCheck.spec.ts diff --git a/codegen.ts b/codegen.ts index 47f6985cad..3f49de49f0 100644 --- a/codegen.ts +++ b/codegen.ts @@ -47,6 +47,8 @@ const config: CodegenConfig = { EventAttendee: "../models/EventAttendee#InterfaceEventAttendee", + UserFamily: "../models/userFamily#InterfaceUserFamily", + Feedback: "../models/Feedback#InterfaceFeedback", // File: '../models/File#InterfaceFile', diff --git a/sample_data/userFamilies.json b/sample_data/userFamilies.json new file mode 100644 index 0000000000..b936f13366 --- /dev/null +++ b/sample_data/userFamilies.json @@ -0,0 +1,20 @@ +[ + { + "_id": "60f18f31b7e5c4a2a4c3f905", + "title": "Smith Family", + "users": [ + "64378abd85008f171cf2990d", + "65378abd85008f171cf2990d", + "66378abd85008f171cf2990d" + ] + }, + { + "_id": "60f18f31b7e5c4a2a4c3f906", + "title": "Johnson Family", + "users": [ + "66378abd85008f171cf2990d", + "65378abd85008f171cf2990d", + "64378abd85008f171cf2990d" + ] + } +] diff --git a/schema.graphql b/schema.graphql index 8ea527723c..f83ea65881 100644 --- a/schema.graphql +++ b/schema.graphql @@ -350,6 +350,14 @@ type ExtendSession { refreshToken: String! } +type UserFamily { + _id: ID! + title: String! + users: [User!]! + admins: [User!]! + creator: User! +} + type Feedback { _id: ID! createdAt: DateTime! @@ -521,6 +529,7 @@ type Mutation { addUserCustomData(dataName: String!, dataValue: Any!, organizationId: ID!): UserCustomData! addUserImage(file: String!): User! addUserToGroupChat(chatId: ID!, userId: ID!): GroupChat! + addUserToUserFamily(familyId: ID!, userId: ID!): UserFamily! adminRemoveEvent(eventId: ID!): Event! adminRemoveGroup(groupId: ID!): GroupChat! assignUserTag(input: ToggleUserTagAssignInput!): User @@ -537,6 +546,7 @@ type Mutation { createDonation(amount: Float!, nameOfOrg: String!, nameOfUser: String!, orgId: ID!, payPalId: ID!, userId: ID!): Donation! createEvent(data: EventInput): Event! createGroupChat(data: createGroupChatInput!): GroupChat! + createUserFamily(data: createUserFamilyInput): UserFamily! createMember(input: UserAndOrganizationInput!): Organization! createMessageChat(data: MessageChatInput!): MessageChat! createOrganization(data: OrganizationInput, file: String): Organization! @@ -566,6 +576,7 @@ type Mutation { removeDirectChat(chatId: ID!, organizationId: ID!): DirectChat! removeEvent(id: ID!): Event! removeEventAttendee(data: EventAttendeeInput!): User! + removeUserFamily(familyId: ID!): UserFamily! removeGroupChat(chatId: ID!): GroupChat! removeMember(data: UserAndOrganizationInput!): Organization! removeOrganization(id: ID!): User! @@ -575,6 +586,7 @@ type Mutation { removeSampleOrganization: Boolean! removeUserCustomData(organizationId: ID!): UserCustomData! removeUserFromGroupChat(chatId: ID!, userId: ID!): GroupChat! + removeUserFromUserFamily(familyId: ID!, userId: ID!): UserFamily! removeUserImage: User! removeUserTag(id: ID!): UserTag revokeRefreshTokenForUser: Boolean! @@ -856,6 +868,7 @@ type Query { event(id: ID!): Event eventsByOrganization(id: ID, orderBy: EventOrderByInput): [Event] eventsByOrganizationConnection(first: Int, orderBy: EventOrderByInput, skip: Int, where: EventWhereInput): [Event!]! + userFamily(id: ID!): [UserFamily]! getAdvertisements: [Advertisement] getDonationById(id: ID!): Donation! getDonationByOrgId(orgId: ID!): [Donation] @@ -1024,11 +1037,13 @@ type User { address: Address adminApproved: Boolean adminFor: [Organization] + adminForUserFamily: [UserFamily] appLanguageCode: String! birthDate: Date createdAt: DateTime! createdEvents: [Event] createdOrganizations: [Organization] + createdUserFamily: [UserFamily] educationGrade: EducationGrade email: EmailAddress! employmentStatus: EmploymentStatus @@ -1037,6 +1052,7 @@ type User { gender: Gender image: String joinedOrganizations: [Organization] + joinedUserFamily: [UserFamily] lastName: String! maritalStatus: MaritalStatus membershipRequests: [MembershipRequest] @@ -1204,4 +1220,9 @@ input createGroupChatInput { organizationId: ID! title: String! userIds: [ID!]! +} + +input createUserFamilyInput { + title: String! + userIds: [ID!]! } \ No newline at end of file diff --git a/src/constants.ts b/src/constants.ts index e5945d7454..b9700d235f 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -177,12 +177,24 @@ export const LENGTH_VALIDATION_ERROR = { PARAM: "stringValidation", }; +export const USER_FAMILY_MIN_MEMBERS_ERROR_CODE = { + MESSAGE: undefined, + CODE: "membersInUserFamilyLessThanOne", + PARAM: "membersInUserFamilyLessThanOne", +}; + export const REGEX_VALIDATION_ERROR = { MESSAGE: "Error: Entered value must be a valid string", CODE: "string.notValid", PARAM: "stringValidation", }; +export const USER_FAMILY_NOT_FOUND_ERROR = { + MESSAGE: "Error: User Family Not Found", + CODE: "userfamilyNotFound", + PARAM: "userfamilyNotFound", +}; + export const USER_NOT_AUTHORIZED_SUPERADMIN = { MESSAGE: "Error: Current user must be a SUPERADMIN", CODE: "role.notValid.superadmin", diff --git a/src/models/userFamily.ts b/src/models/userFamily.ts new file mode 100644 index 0000000000..89851443d0 --- /dev/null +++ b/src/models/userFamily.ts @@ -0,0 +1,56 @@ +import type { PopulatedDoc, Types, Document, Model } from "mongoose"; +import { Schema, model, models } from "mongoose"; +import type { InterfaceUser } from "./User"; +/** + * This is an interface that represents a database(MongoDB) document for Family. + */ + +export interface InterfaceUserFamily { + _id: Types.ObjectId; + title: string; + users: PopulatedDoc[]; + admins: PopulatedDoc[]; + creator: PopulatedDoc[]; +} + +/** + * @param title - Name of the user Family (type: String) + * Description: Name of the user Family. + */ + +/** + * @param users - Members associated with the user Family (type: String) + * Description: Members associated with the user Family. + */ +const UserFamilySchema = new Schema({ + title: { + type: String, + required: true, + }, + users: [ + { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, + ], + admins: [ + { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, + ], + creator: { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, +}); + +const userFamilyModel = (): Model => + model("UserFamily", UserFamilySchema); + +// This syntax is needed to prevent Mongoose OverwriteModelError while running tests. +export const UserFamily = (models.UserFamily || + userFamilyModel()) as ReturnType; diff --git a/src/resolvers/Mutation/addUserToUserFamily.ts b/src/resolvers/Mutation/addUserToUserFamily.ts new file mode 100644 index 0000000000..1c1cd590e3 --- /dev/null +++ b/src/resolvers/Mutation/addUserToUserFamily.ts @@ -0,0 +1,82 @@ +import "dotenv/config"; +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { adminCheck } from "../../utilities/userFamilyAdminCheck"; +import { User } from "../../models"; +import { UserFamily } from "../../models/userFamily"; +import { + USER_FAMILY_NOT_FOUND_ERROR, + USER_ALREADY_MEMBER_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +/** + * This function adds user to the family. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of the entire application + * @remarks The following checks are done: + * 1. If the family exists + * 2. If the user exists + * 3. If the user is already member of the family + * 4. If the user is admin of the user Family + * @returns Updated family + */ +export const addUserToUserFamily: MutationResolvers["addUserToUserFamily"] = + async (_parent, args, context) => { + const userFamily = await UserFamily.findOne({ + _id: args.familyId, + }).lean(); + + const currentUser = await User.findById({ + _id: context.userId, + }); + + // Checks whether user with _id === args.userId exists. + if (currentUser === null) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + //check wheather family exists + if (!userFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), + USER_FAMILY_NOT_FOUND_ERROR.CODE, + USER_FAMILY_NOT_FOUND_ERROR.PARAM + ); + } + + //check whether user is admin of the family + await adminCheck(currentUser?._id, userFamily); + + const isUserMemberOfUserFamily = userFamily.users.some((user) => { + user.equals(args.userId); + }); + + // Checks whether user with _id === args.userId is already a member of Family. + if (isUserMemberOfUserFamily) { + throw new errors.ConflictError( + requestContext.translate(USER_ALREADY_MEMBER_ERROR.MESSAGE), + USER_ALREADY_MEMBER_ERROR.CODE, + USER_ALREADY_MEMBER_ERROR.PARAM + ); + } + + // Adds args.userId to users lists on family group and return the updated family. + return await UserFamily.findOneAndUpdate( + { + _id: args.familyId, + }, + { + $push: { + users: args.userId, + }, + }, + { + new: true, + } + ).lean(); + }; diff --git a/src/resolvers/Mutation/createUserFamily.ts b/src/resolvers/Mutation/createUserFamily.ts new file mode 100644 index 0000000000..a3d50b408a --- /dev/null +++ b/src/resolvers/Mutation/createUserFamily.ts @@ -0,0 +1,81 @@ +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { User } from "../../models"; +import { errors, requestContext } from "../../libraries"; +import { + LENGTH_VALIDATION_ERROR, + USER_FAMILY_MIN_MEMBERS_ERROR_CODE, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +import { isValidString } from "../../libraries/validators/validateString"; +import { UserFamily } from "../../models/userFamily"; +import { superAdminCheck } from "../../utilities"; +/** + * This Function enables to create a user Family + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire application + * @remarks - The following checks are done: + * 1. If the user exists + * 2. If the user is super admin + * 3. If there are atleast two members in the family. + * @returns Created user Family + */ +export const createUserFamily: MutationResolvers["createUserFamily"] = async ( + _parent, + args, + context +) => { + const currentUser = await User.findById({ + _id: context.userId, + }); + + // Checks whether user with _id === args.userId exists. + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + // Check whether the user is super admin. + superAdminCheck(currentUser); + + let ValidationResultName = { + isLessThanMaxLength: false, + }; + + if (args && args.data && typeof args.data.title === "string") { + ValidationResultName = isValidString(args.data.title, 256); + } + + if (!ValidationResultName.isLessThanMaxLength) { + throw new errors.InputValidationError( + requestContext.translate( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + ), + LENGTH_VALIDATION_ERROR.CODE + ); + } + + // Check if there are at least 2 members + if (args.data?.userIds.length < 2) { + throw new errors.InputValidationError( + requestContext.translate(USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE), + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.CODE, + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.PARAM + ); + } + + const userfamilyTitle = args.data?.title; + + const createdUserFamily = await UserFamily.create({ + ...args.data, + title: userfamilyTitle, + users: [context.userId, ...args.data.userIds], + admins: [context.userId], + creator: context.userId, + }); + + return createdUserFamily.toObject(); +}; diff --git a/src/resolvers/Mutation/index.ts b/src/resolvers/Mutation/index.ts index 68e6c4c916..2d3332bcf8 100644 --- a/src/resolvers/Mutation/index.ts +++ b/src/resolvers/Mutation/index.ts @@ -53,6 +53,10 @@ import { removeComment } from "./removeComment"; import { removeDirectChat } from "./removeDirectChat"; import { removeEvent } from "./removeEvent"; import { removeEventAttendee } from "./removeEventAttendee"; +import { addUserToUserFamily } from "./addUserToUserFamily"; +import { removeUserFromUserFamily } from "./removeUserFromUserFamily"; +import { removeUserFamily } from "./removeUserFamily"; +import { createUserFamily } from "./createUserFamily"; import { removeGroupChat } from "./removeGroupChat"; import { removeAdvertisement } from "./removeAdvertisement"; import { removeMember } from "./removeMember"; @@ -104,6 +108,10 @@ export const Mutation: MutationResolvers = { addUserToGroupChat, adminRemoveEvent, adminRemoveGroup, + addUserToUserFamily, + removeUserFamily, + removeUserFromUserFamily, + createUserFamily, assignUserTag, blockPluginCreationBySuperadmin, blockUser, diff --git a/src/resolvers/Mutation/removeUserFamily.ts b/src/resolvers/Mutation/removeUserFamily.ts new file mode 100644 index 0000000000..79a5333615 --- /dev/null +++ b/src/resolvers/Mutation/removeUserFamily.ts @@ -0,0 +1,59 @@ +import { + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { UserFamily } from "../../models/userFamily"; +import { User } from "../../models"; +import { superAdminCheck } from "../../utilities"; +/** + * This function enables to remove a user family. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @context The following checks are done: + * 1. If the user family exists + * 2. If the user is super admin. + * @returns Deleted user family. + */ +export const removeUserFamily: MutationResolvers["removeUserFamily"] = async ( + _parent, + args, + context +) => { + const userFamily = await UserFamily.findOne({ + _id: args.familyId, + }).lean(); + + const currentUser = await User.findOne({ + _id: context.userId, + }); + + // Checks whether currentUser exists. + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + // Checks whether currentUser is a SUPERADMIN + superAdminCheck(currentUser); + + // Checks if a family with _id === args.familyId exists + if (!userFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), + USER_FAMILY_NOT_FOUND_ERROR.CODE, + USER_FAMILY_NOT_FOUND_ERROR.PARAM + ); + } + + // Deletes the UserFamily. + await UserFamily.deleteOne({ + _id: userFamily._id, + }); + + return userFamily; +}; diff --git a/src/resolvers/Mutation/removeUserFromUserFamily.ts b/src/resolvers/Mutation/removeUserFromUserFamily.ts new file mode 100644 index 0000000000..875b2e1d98 --- /dev/null +++ b/src/resolvers/Mutation/removeUserFromUserFamily.ts @@ -0,0 +1,129 @@ +import { + ADMIN_REMOVING_ADMIN, + ADMIN_REMOVING_CREATOR, + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, + USER_REMOVING_SELF, +} from "../../constants"; +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { User } from "../../models"; +import { UserFamily } from "../../models/userFamily"; +import { adminCheck } from "../../utilities/userFamilyAdminCheck"; +import { Types } from "mongoose"; +/** + * This function enables to remove a user from group chat. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire publication + * @remarks The following checks are done: + * 1. If the family exists. + * 2. If the user to be removed is member of the organisation. + * 3. If the user is admin of the family + * @returns Updated group chat. + */ +export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFamily"] = + async (_parent, args, context) => { + const userFamily = await UserFamily.findById({ + _id: args.familyId, + }).lean(); + + const currentUser = await User.findById({ + _id: context.userId, + }); + + const user = await User.findById({ + _id: args.userId, + }); + + // Check whether the user exists. + if (!user) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + const userIsMemberOfUserFamily = userFamily?.users.some((member) => { + return Types.ObjectId(member).equals(user?._id); + }); + + const userIdUserFamilyAdmin = userFamily?.admins.some((admin) => { + Types.ObjectId(admin).equals(user?._id); + }); + + //Check whether user family exists. + if (!userFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), + USER_FAMILY_NOT_FOUND_ERROR.CODE, + USER_FAMILY_NOT_FOUND_ERROR.PARAM + ); + } + + //check whether user is admin of the family. + await adminCheck(currentUser?._id, userFamily); + + //Check whether user is member of the family. + if (!userIsMemberOfUserFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + // Check if the current user is removing self + if (user!._id.equals(currentUser?._id)) { + throw new errors.ConflictError( + requestContext.translate(USER_REMOVING_SELF.MESSAGE), + USER_REMOVING_SELF.CODE, + USER_REMOVING_SELF.PARAM + ); + } + + /* + userIsUserFamilyAdmin being true implies that the current user is an admin of userFamily. + If userIsUserFamilyAdmin is true pushes error message to errors list and breaks out of loop. + */ + if (userIdUserFamilyAdmin) { + throw new errors.ConflictError( + requestContext.translate(ADMIN_REMOVING_ADMIN.MESSAGE), + ADMIN_REMOVING_ADMIN.CODE, + ADMIN_REMOVING_ADMIN.PARAM + ); + } + + /* + Administrators cannot remove creator of userFamily from the members list. + Following if block matches userFamily's creator's id to + user's id. Match being true implies that current user is the creator + of userFamily. If match is true assigns error message to errors list + and breaks out of loop. + */ + if (Types.ObjectId(userFamily.creator.toString()).equals(user!._id)) { + throw new errors.UnauthorizedError( + requestContext.translate(ADMIN_REMOVING_CREATOR.MESSAGE), + ADMIN_REMOVING_CREATOR.CODE, + ADMIN_REMOVING_CREATOR.PARAM + ); + } + + //Removes args.userId from users list of user family ans return the updated family. + return await UserFamily.findOneAndUpdate( + { + _id: args.familyId, + }, + { + $set: { + users: userFamily.users.filter( + (user) => user.toString() !== args.userId.toString() + ), + }, + }, + { + new: true, + } + ).lean(); + }; diff --git a/src/resolvers/UserFamily/admins.ts b/src/resolvers/UserFamily/admins.ts new file mode 100644 index 0000000000..9571bd0c02 --- /dev/null +++ b/src/resolvers/UserFamily/admins.ts @@ -0,0 +1,14 @@ +import { User } from "../../models"; +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +/** + * This resolver function will fetch and return the admins of the Organization from database. + * @param parent - An object that is the return value of the resolver for this field's parent. + * @returns An object that contains the list of all admins of the organization. + */ +export const admins: UserFamilyResolvers["admins"] = async (parent) => { + return await User.find({ + _id: { + $in: parent.admins, + }, + }).lean(); +}; diff --git a/src/resolvers/UserFamily/creator.ts b/src/resolvers/UserFamily/creator.ts new file mode 100644 index 0000000000..9e10abf8f4 --- /dev/null +++ b/src/resolvers/UserFamily/creator.ts @@ -0,0 +1,24 @@ +import { User } from "../../models"; +import { errors, requestContext } from "../../libraries"; +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +import { USER_NOT_FOUND_ERROR } from "../../constants"; +/** + * This resolver function will fetch and return the creator of the Organization from database. + * @param parent - An object that is the return value of the resolver for this field's parent. + * @returns An object that contains the creator data. If the creator not exists then throws an `NotFoundError` error. + */ +export const creator: UserFamilyResolvers["creator"] = async (parent) => { + const user = await User.findOne({ + _id: parent.creator.toString(), + }).lean(); + + if (!user) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + return user; +}; diff --git a/src/resolvers/UserFamily/index.ts b/src/resolvers/UserFamily/index.ts new file mode 100644 index 0000000000..a89939e37d --- /dev/null +++ b/src/resolvers/UserFamily/index.ts @@ -0,0 +1,10 @@ +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +import { users } from "./users"; +import { admins } from "./admins"; +import { creator } from "./creator"; + +export const UserFamily: UserFamilyResolvers = { + users, + admins, + creator, +}; diff --git a/src/resolvers/UserFamily/users.ts b/src/resolvers/UserFamily/users.ts new file mode 100644 index 0000000000..c02ba909f4 --- /dev/null +++ b/src/resolvers/UserFamily/users.ts @@ -0,0 +1,14 @@ +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +import { User } from "../../models"; +/** + * This resolver function will fetch and return the list of all Members of the user family from database. + * @param parent - An object that is the return value of the resolver for this field's parent. + * @returns An `object` that contains the Member data. + */ +export const users: UserFamilyResolvers["users"] = async (parent) => { + return await User.find({ + _id: { + $in: parent.users, + }, + }).lean(); +}; diff --git a/src/resolvers/index.ts b/src/resolvers/index.ts index 7ded81a68f..fbfe904d28 100644 --- a/src/resolvers/index.ts +++ b/src/resolvers/index.ts @@ -11,6 +11,7 @@ import { GroupChat } from "./GroupChat"; import { GroupChatMessage } from "./GroupChatMessage"; import { MembershipRequest } from "./MembershipRequest"; import { Mutation } from "./Mutation"; +import { UserFamily } from "./UserFamily"; import { Organization } from "./Organization"; import { Post } from "./Post"; import { Query } from "./Query"; @@ -42,6 +43,7 @@ const resolvers: Resolvers = { Event, Feedback, GroupChat, + UserFamily, GroupChatMessage, MembershipRequest, Mutation, diff --git a/src/typeDefs/inputs.ts b/src/typeDefs/inputs.ts index e4aa13d73e..d0bdd94af4 100644 --- a/src/typeDefs/inputs.ts +++ b/src/typeDefs/inputs.ts @@ -29,6 +29,11 @@ export const inputs = gql` title: String! } + input createUserFamilyInput { + title: String! + userIds: [ID!]! + } + input CreateUserTagInput { name: String! parentTagId: ID diff --git a/src/typeDefs/mutations.ts b/src/typeDefs/mutations.ts index 1843e92141..a2439dccef 100644 --- a/src/typeDefs/mutations.ts +++ b/src/typeDefs/mutations.ts @@ -34,6 +34,14 @@ export const mutations = gql` addUserToGroupChat(userId: ID!, chatId: ID!): GroupChat! @auth + addUserToUserFamily(userId: ID!, familyId: ID!): UserFamily! @auth + + removeUserFromUserFamily(userId: ID!, familyId: ID!): UserFamily! @auth + + removeUserFamily(familyId: ID!): UserFamily! @auth + + createUserFamily(data: createUserFamilyInput!): UserFamily! @auth + adminRemoveEvent(eventId: ID!): Event! @auth adminRemoveGroup(groupId: ID!): GroupChat! @auth diff --git a/src/typeDefs/types.ts b/src/typeDefs/types.ts index c58764ccbe..1923a9a37a 100644 --- a/src/typeDefs/types.ts +++ b/src/typeDefs/types.ts @@ -75,6 +75,14 @@ export const types = gql` updatedAt: DateTime! } + type UserFamily { + _id: ID! + title: String + users: [User!]! + admins: [User!]! + creator: User! + } + # A page info type adhering to Relay Specification for both cursor based pagination type ConnectionPageInfo { hasNextPage: Boolean! diff --git a/src/types/generatedGraphQLTypes.ts b/src/types/generatedGraphQLTypes.ts index fd68a701a1..7f286dbec9 100644 --- a/src/types/generatedGraphQLTypes.ts +++ b/src/types/generatedGraphQLTypes.ts @@ -9,6 +9,7 @@ import type { InterfaceDirectChatMessage as InterfaceDirectChatMessageModel } fr import type { InterfaceDonation as InterfaceDonationModel } from '../models/Donation'; import type { InterfaceEvent as InterfaceEventModel } from '../models/Event'; import type { InterfaceEventAttendee as InterfaceEventAttendeeModel } from '../models/EventAttendee'; +import type { InterfaceUserFamily as InterfaceUserFamilyModel } from '../models/userFamily'; import type { InterfaceFeedback as InterfaceFeedbackModel } from '../models/Feedback'; import type { InterfaceGroup as InterfaceGroupModel } from '../models/Group'; import type { InterfaceGroupChat as InterfaceGroupChatModel } from '../models/GroupChat'; @@ -27,96 +28,94 @@ export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; -export type MakeEmpty = { [_ in K]?: never }; -export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; export type Omit = Pick>; export type RequireFields = Omit & { [P in K]-?: NonNullable }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { - ID: { input: string; output: string; } - String: { input: string; output: string; } - Boolean: { input: boolean; output: boolean; } - Int: { input: number; output: number; } - Float: { input: number; output: number; } - Any: { input: any; output: any; } - CountryCode: { input: any; output: any; } - Date: { input: any; output: any; } - DateTime: { input: any; output: any; } - EmailAddress: { input: any; output: any; } - JSON: { input: any; output: any; } - Latitude: { input: any; output: any; } - Longitude: { input: any; output: any; } - PhoneNumber: { input: any; output: any; } - PositiveInt: { input: any; output: any; } - Time: { input: any; output: any; } - URL: { input: any; output: any; } - Upload: { input: any; output: any; } + ID: string; + String: string; + Boolean: boolean; + Int: number; + Float: number; + Any: any; + CountryCode: any; + Date: any; + DateTime: any; + EmailAddress: any; + JSON: any; + Latitude: any; + Longitude: any; + PhoneNumber: any; + PositiveInt: any; + Time: any; + URL: any; + Upload: any; }; export type ActionItem = { __typename?: 'ActionItem'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; actionItemCategory?: Maybe; assignee?: Maybe; assigner?: Maybe; - assignmentDate: Scalars['Date']['output']; - completionDate: Scalars['Date']['output']; - createdAt: Scalars['Date']['output']; + assignmentDate: Scalars['Date']; + completionDate: Scalars['Date']; + createdAt: Scalars['Date']; creator?: Maybe; - dueDate: Scalars['Date']['output']; + dueDate: Scalars['Date']; event?: Maybe; - isCompleted: Scalars['Boolean']['output']; - postCompletionNotes?: Maybe; - preCompletionNotes?: Maybe; - updatedAt: Scalars['Date']['output']; + isCompleted: Scalars['Boolean']; + postCompletionNotes?: Maybe; + preCompletionNotes?: Maybe; + updatedAt: Scalars['Date']; }; export type ActionItemCategory = { __typename?: 'ActionItemCategory'; - _id: Scalars['ID']['output']; - createdAt: Scalars['Date']['output']; + _id: Scalars['ID']; + createdAt: Scalars['Date']; creator?: Maybe; - isDisabled: Scalars['Boolean']['output']; - name: Scalars['String']['output']; + isDisabled: Scalars['Boolean']; + name: Scalars['String']; organization?: Maybe; - updatedAt: Scalars['Date']['output']; + updatedAt: Scalars['Date']; }; export type Address = { __typename?: 'Address'; - city?: Maybe; - countryCode?: Maybe; - dependentLocality?: Maybe; - line1?: Maybe; - line2?: Maybe; - postalCode?: Maybe; - sortingCode?: Maybe; - state?: Maybe; + city?: Maybe; + countryCode?: Maybe; + dependentLocality?: Maybe; + line1?: Maybe; + line2?: Maybe; + postalCode?: Maybe; + sortingCode?: Maybe; + state?: Maybe; }; export type AddressInput = { - city?: InputMaybe; - countryCode?: InputMaybe; - dependentLocality?: InputMaybe; - line1?: InputMaybe; - line2?: InputMaybe; - postalCode?: InputMaybe; - sortingCode?: InputMaybe; - state?: InputMaybe; + city?: InputMaybe; + countryCode?: InputMaybe; + dependentLocality?: InputMaybe; + line1?: InputMaybe; + line2?: InputMaybe; + postalCode?: InputMaybe; + sortingCode?: InputMaybe; + state?: InputMaybe; }; export type Advertisement = { __typename?: 'Advertisement'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; creator?: Maybe; - endDate: Scalars['Date']['output']; - link: Scalars['String']['output']; - name: Scalars['String']['output']; - orgId: Scalars['ID']['output']; - startDate: Scalars['Date']['output']; + endDate: Scalars['Date']; + link: Scalars['String']; + name: Scalars['String']; + orgId: Scalars['ID']; + startDate: Scalars['Date']; type: AdvertisementType; - updatedAt: Scalars['DateTime']['output']; + updatedAt: Scalars['DateTime']; }; export type AdvertisementType = @@ -126,146 +125,146 @@ export type AdvertisementType = export type AggregatePost = { __typename?: 'AggregatePost'; - count: Scalars['Int']['output']; + count: Scalars['Int']; }; export type AggregateUser = { __typename?: 'AggregateUser'; - count: Scalars['Int']['output']; + count: Scalars['Int']; }; export type AuthData = { __typename?: 'AuthData'; - accessToken: Scalars['String']['output']; - refreshToken: Scalars['String']['output']; + accessToken: Scalars['String']; + refreshToken: Scalars['String']; user: User; }; export type CheckIn = { __typename?: 'CheckIn'; - _id: Scalars['ID']['output']; - allotedRoom?: Maybe; - allotedSeat?: Maybe; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + allotedRoom?: Maybe; + allotedSeat?: Maybe; + createdAt: Scalars['DateTime']; event: Event; - feedbackSubmitted: Scalars['Boolean']['output']; - time: Scalars['DateTime']['output']; - updatedAt: Scalars['DateTime']['output']; + feedbackSubmitted: Scalars['Boolean']; + time: Scalars['DateTime']; + updatedAt: Scalars['DateTime']; user: User; }; export type CheckInInput = { - allotedRoom?: InputMaybe; - allotedSeat?: InputMaybe; - eventId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + allotedRoom?: InputMaybe; + allotedSeat?: InputMaybe; + eventId: Scalars['ID']; + userId: Scalars['ID']; }; export type CheckInStatus = { __typename?: 'CheckInStatus'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; checkIn?: Maybe; user: User; }; export type Comment = { __typename?: 'Comment'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; creator?: Maybe; - likeCount?: Maybe; + likeCount?: Maybe; likedBy?: Maybe>>; post: Post; - text: Scalars['String']['output']; - updatedAt: Scalars['DateTime']['output']; + text: Scalars['String']; + updatedAt: Scalars['DateTime']; }; export type CommentInput = { - text: Scalars['String']['input']; + text: Scalars['String']; }; export type ConnectionError = InvalidCursor | MaximumValueError; export type ConnectionPageInfo = { __typename?: 'ConnectionPageInfo'; - endCursor?: Maybe; - hasNextPage: Scalars['Boolean']['output']; - hasPreviousPage: Scalars['Boolean']['output']; - startCursor?: Maybe; + endCursor?: Maybe; + hasNextPage: Scalars['Boolean']; + hasPreviousPage: Scalars['Boolean']; + startCursor?: Maybe; }; export type CreateActionItemInput = { - assigneeId: Scalars['ID']['input']; - dueDate?: InputMaybe; - eventId?: InputMaybe; - preCompletionNotes?: InputMaybe; + assigneeId: Scalars['ID']; + dueDate?: InputMaybe; + eventId?: InputMaybe; + preCompletionNotes?: InputMaybe; }; export type CreateUserTagInput = { - name: Scalars['String']['input']; - organizationId: Scalars['ID']['input']; - parentTagId?: InputMaybe; + name: Scalars['String']; + organizationId: Scalars['ID']; + parentTagId?: InputMaybe; }; export type CursorPaginationInput = { - cursor?: InputMaybe; + cursor?: InputMaybe; direction: PaginationDirection; - limit: Scalars['PositiveInt']['input']; + limit: Scalars['PositiveInt']; }; export type DeletePayload = { __typename?: 'DeletePayload'; - success: Scalars['Boolean']['output']; + success: Scalars['Boolean']; }; export type DirectChat = { __typename?: 'DirectChat'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; creator?: Maybe; messages?: Maybe>>; organization: Organization; - updatedAt: Scalars['DateTime']['output']; + updatedAt: Scalars['DateTime']; users: Array; }; export type DirectChatMessage = { __typename?: 'DirectChatMessage'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; directChatMessageBelongsTo: DirectChat; - messageContent: Scalars['String']['output']; + messageContent: Scalars['String']; receiver: User; sender: User; - updatedAt: Scalars['DateTime']['output']; + updatedAt: Scalars['DateTime']; }; export type Donation = { __typename?: 'Donation'; - _id: Scalars['ID']['output']; - amount: Scalars['Float']['output']; - createdAt: Scalars['DateTime']['output']; - nameOfOrg: Scalars['String']['output']; - nameOfUser: Scalars['String']['output']; - orgId: Scalars['ID']['output']; - payPalId: Scalars['String']['output']; - updatedAt: Scalars['DateTime']['output']; - userId: Scalars['ID']['output']; + _id: Scalars['ID']; + amount: Scalars['Float']; + createdAt: Scalars['DateTime']; + nameOfOrg: Scalars['String']; + nameOfUser: Scalars['String']; + orgId: Scalars['ID']; + payPalId: Scalars['String']; + updatedAt: Scalars['DateTime']; + userId: Scalars['ID']; }; export type DonationWhereInput = { - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - name_of_user?: InputMaybe; - name_of_user_contains?: InputMaybe; - name_of_user_in?: InputMaybe>; - name_of_user_not?: InputMaybe; - name_of_user_not_in?: InputMaybe>; - name_of_user_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + name_of_user?: InputMaybe; + name_of_user_contains?: InputMaybe; + name_of_user_in?: InputMaybe>; + name_of_user_not?: InputMaybe; + name_of_user_not_in?: InputMaybe>; + name_of_user_starts_with?: InputMaybe; }; export type EducationGrade = @@ -292,65 +291,65 @@ export type EmploymentStatus = | 'UNEMPLOYED'; export type Error = { - message: Scalars['String']['output']; + message: Scalars['String']; }; export type Event = { __typename?: 'Event'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; actionItems?: Maybe>>; admins?: Maybe>; - allDay: Scalars['Boolean']['output']; + allDay: Scalars['Boolean']; attendees?: Maybe>>; attendeesCheckInStatus: Array; - averageFeedbackScore?: Maybe; - createdAt: Scalars['DateTime']['output']; + averageFeedbackScore?: Maybe; + createdAt: Scalars['DateTime']; creator?: Maybe; - description: Scalars['String']['output']; - endDate: Scalars['Date']['output']; - endTime?: Maybe; + description: Scalars['String']; + endDate: Scalars['Date']; + endTime?: Maybe; feedback: Array; - isPublic: Scalars['Boolean']['output']; - isRegisterable: Scalars['Boolean']['output']; - latitude?: Maybe; - location?: Maybe; - longitude?: Maybe; + isPublic: Scalars['Boolean']; + isRegisterable: Scalars['Boolean']; + latitude?: Maybe; + location?: Maybe; + longitude?: Maybe; organization?: Maybe; recurrance?: Maybe; - recurring: Scalars['Boolean']['output']; - startDate: Scalars['Date']['output']; - startTime?: Maybe; + recurring: Scalars['Boolean']; + startDate: Scalars['Date']; + startTime?: Maybe; status: Status; - title: Scalars['String']['output']; - updatedAt: Scalars['DateTime']['output']; + title: Scalars['String']; + updatedAt: Scalars['DateTime']; }; export type EventAdminsArgs = { - adminId?: InputMaybe; + adminId?: InputMaybe; }; export type EventAttendeeInput = { - eventId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + eventId: Scalars['ID']; + userId: Scalars['ID']; }; export type EventInput = { - allDay: Scalars['Boolean']['input']; - description: Scalars['String']['input']; - endDate?: InputMaybe; - endTime?: InputMaybe; - isPublic: Scalars['Boolean']['input']; - isRegisterable: Scalars['Boolean']['input']; - latitude?: InputMaybe; - location?: InputMaybe; - longitude?: InputMaybe; - organizationId: Scalars['ID']['input']; + allDay: Scalars['Boolean']; + description: Scalars['String']; + endDate?: InputMaybe; + endTime?: InputMaybe; + isPublic: Scalars['Boolean']; + isRegisterable: Scalars['Boolean']; + latitude?: InputMaybe; + location?: InputMaybe; + longitude?: InputMaybe; + organizationId: Scalars['ID']; recurrance?: InputMaybe; - recurring: Scalars['Boolean']['input']; - startDate: Scalars['Date']['input']; - startTime?: InputMaybe; - title: Scalars['String']['input']; + recurring: Scalars['Boolean']; + startDate: Scalars['Date']; + startTime?: InputMaybe; + title: Scalars['String']; }; export type EventOrderByInput = @@ -376,64 +375,64 @@ export type EventOrderByInput = | 'title_DESC'; export type EventWhereInput = { - description?: InputMaybe; - description_contains?: InputMaybe; - description_in?: InputMaybe>; - description_not?: InputMaybe; - description_not_in?: InputMaybe>; - description_starts_with?: InputMaybe; - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - location?: InputMaybe; - location_contains?: InputMaybe; - location_in?: InputMaybe>; - location_not?: InputMaybe; - location_not_in?: InputMaybe>; - location_starts_with?: InputMaybe; - organization_id?: InputMaybe; - title?: InputMaybe; - title_contains?: InputMaybe; - title_in?: InputMaybe>; - title_not?: InputMaybe; - title_not_in?: InputMaybe>; - title_starts_with?: InputMaybe; + description?: InputMaybe; + description_contains?: InputMaybe; + description_in?: InputMaybe>; + description_not?: InputMaybe; + description_not_in?: InputMaybe>; + description_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + location?: InputMaybe; + location_contains?: InputMaybe; + location_in?: InputMaybe>; + location_not?: InputMaybe; + location_not_in?: InputMaybe>; + location_starts_with?: InputMaybe; + organization_id?: InputMaybe; + title?: InputMaybe; + title_contains?: InputMaybe; + title_in?: InputMaybe>; + title_not?: InputMaybe; + title_not_in?: InputMaybe>; + title_starts_with?: InputMaybe; }; export type ExtendSession = { __typename?: 'ExtendSession'; - accessToken: Scalars['String']['output']; - refreshToken: Scalars['String']['output']; + accessToken: Scalars['String']; + refreshToken: Scalars['String']; }; export type Feedback = { __typename?: 'Feedback'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; event: Event; - rating: Scalars['Int']['output']; - review?: Maybe; - updatedAt: Scalars['DateTime']['output']; + rating: Scalars['Int']; + review?: Maybe; + updatedAt: Scalars['DateTime']; }; export type FeedbackInput = { - eventId: Scalars['ID']['input']; - rating: Scalars['Int']['input']; - review?: InputMaybe; + eventId: Scalars['ID']; + rating: Scalars['Int']; + review?: InputMaybe; }; export type FieldError = { - message: Scalars['String']['output']; - path: Array; + message: Scalars['String']; + path: Array; }; export type ForgotPasswordData = { - newPassword: Scalars['String']['input']; - otpToken: Scalars['String']['input']; - userOtp: Scalars['String']['input']; + newPassword: Scalars['String']; + otpToken: Scalars['String']; + userOtp: Scalars['String']; }; export type Gender = @@ -443,68 +442,68 @@ export type Gender = export type Group = { __typename?: 'Group'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; admins: Array; - createdAt: Scalars['DateTime']['output']; - description?: Maybe; + createdAt: Scalars['DateTime']; + description?: Maybe; organization: Organization; - title: Scalars['String']['output']; - updatedAt: Scalars['DateTime']['output']; + title: Scalars['String']; + updatedAt: Scalars['DateTime']; }; export type GroupChat = { __typename?: 'GroupChat'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; creator?: Maybe; messages?: Maybe>>; organization: Organization; - updatedAt: Scalars['DateTime']['output']; + updatedAt: Scalars['DateTime']; users: Array; }; export type GroupChatMessage = { __typename?: 'GroupChatMessage'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; groupChatMessageBelongsTo: GroupChat; - messageContent: Scalars['String']['output']; + messageContent: Scalars['String']; sender: User; - updatedAt: Scalars['DateTime']['output']; + updatedAt: Scalars['DateTime']; }; export type InvalidCursor = FieldError & { __typename?: 'InvalidCursor'; - message: Scalars['String']['output']; - path: Array; + message: Scalars['String']; + path: Array; }; export type Language = { __typename?: 'Language'; - _id: Scalars['ID']['output']; - createdAt: Scalars['String']['output']; - en: Scalars['String']['output']; + _id: Scalars['ID']; + createdAt: Scalars['String']; + en: Scalars['String']; translation?: Maybe>>; }; export type LanguageInput = { - en_value: Scalars['String']['input']; - translation_lang_code: Scalars['String']['input']; - translation_value: Scalars['String']['input']; + en_value: Scalars['String']; + translation_lang_code: Scalars['String']; + translation_value: Scalars['String']; }; export type LanguageModel = { __typename?: 'LanguageModel'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; - lang_code: Scalars['String']['output']; - value: Scalars['String']['output']; - verified: Scalars['Boolean']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; + lang_code: Scalars['String']; + value: Scalars['String']; + verified: Scalars['Boolean']; }; export type LoginInput = { - email: Scalars['EmailAddress']['input']; - password: Scalars['String']['input']; + email: Scalars['EmailAddress']; + password: Scalars['String']; }; export type MaritalStatus = @@ -517,67 +516,67 @@ export type MaritalStatus = export type MaximumLengthError = FieldError & { __typename?: 'MaximumLengthError'; - message: Scalars['String']['output']; - path: Array; + message: Scalars['String']; + path: Array; }; export type MaximumValueError = FieldError & { __typename?: 'MaximumValueError'; - limit: Scalars['Int']['output']; - message: Scalars['String']['output']; - path: Array; + limit: Scalars['Int']; + message: Scalars['String']; + path: Array; }; export type MembershipRequest = { __typename?: 'MembershipRequest'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; organization: Organization; user: User; }; export type Message = { __typename?: 'Message'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; creator?: Maybe; - imageUrl?: Maybe; - text: Scalars['String']['output']; - updatedAt: Scalars['DateTime']['output']; - videoUrl?: Maybe; + imageUrl?: Maybe; + text: Scalars['String']; + updatedAt: Scalars['DateTime']; + videoUrl?: Maybe; }; export type MessageChat = { __typename?: 'MessageChat'; - _id: Scalars['ID']['output']; - createdAt: Scalars['DateTime']['output']; - languageBarrier?: Maybe; - message: Scalars['String']['output']; + _id: Scalars['ID']; + createdAt: Scalars['DateTime']; + languageBarrier?: Maybe; + message: Scalars['String']; receiver: User; sender: User; - updatedAt: Scalars['DateTime']['output']; + updatedAt: Scalars['DateTime']; }; export type MessageChatInput = { - message: Scalars['String']['input']; - receiver: Scalars['ID']['input']; + message: Scalars['String']; + receiver: Scalars['ID']; }; export type MinimumLengthError = FieldError & { __typename?: 'MinimumLengthError'; - limit: Scalars['Int']['output']; - message: Scalars['String']['output']; - path: Array; + limit: Scalars['Int']; + message: Scalars['String']; + path: Array; }; export type MinimumValueError = FieldError & { __typename?: 'MinimumValueError'; - message: Scalars['String']['output']; - path: Array; + message: Scalars['String']; + path: Array; }; export type Mutation = { __typename?: 'Mutation'; - acceptAdmin: Scalars['Boolean']['output']; + acceptAdmin: Scalars['Boolean']; acceptMembershipRequest: MembershipRequest; addEventAttendee: User; addFeedback: Feedback; @@ -587,6 +586,7 @@ export type Mutation = { addUserCustomData: UserCustomData; addUserImage: User; addUserToGroupChat: GroupChat; + addUserToUserFamily: UserFamily; adminRemoveEvent: Event; adminRemoveGroup: GroupChat; assignUserTag?: Maybe; @@ -608,22 +608,23 @@ export type Mutation = { createOrganization: Organization; createPlugin: Plugin; createPost?: Maybe; - createSampleOrganization: Scalars['Boolean']['output']; + createSampleOrganization: Scalars['Boolean']; + createUserFamily: UserFamily; createUserTag?: Maybe; deleteAdvertisementById: DeletePayload; deleteDonationById: DeletePayload; - forgotPassword: Scalars['Boolean']['output']; + forgotPassword: Scalars['Boolean']; joinPublicOrganization: User; leaveOrganization: User; likeComment?: Maybe; likePost?: Maybe; login: AuthData; - logout: Scalars['Boolean']['output']; + logout: Scalars['Boolean']; otp: OtpData; - recaptcha: Scalars['Boolean']['output']; + recaptcha: Scalars['Boolean']; refreshToken: ExtendSession; registerForEvent: Event; - rejectAdmin: Scalars['Boolean']['output']; + rejectAdmin: Scalars['Boolean']; rejectMembershipRequest: MembershipRequest; removeActionItem: ActionItem; removeAdmin: User; @@ -638,13 +639,15 @@ export type Mutation = { removeOrganizationCustomField: OrganizationCustomField; removeOrganizationImage: Organization; removePost?: Maybe; - removeSampleOrganization: Scalars['Boolean']['output']; + removeSampleOrganization: Scalars['Boolean']; removeUserCustomData: UserCustomData; + removeUserFamily: UserFamily; removeUserFromGroupChat: GroupChat; + removeUserFromUserFamily: UserFamily; removeUserImage: User; removeUserTag?: Maybe; - revokeRefreshTokenForUser: Scalars['Boolean']['output']; - saveFcmToken: Scalars['Boolean']['output']; + revokeRefreshTokenForUser: Scalars['Boolean']; + saveFcmToken: Scalars['Boolean']; sendMembershipRequest: MembershipRequest; sendMessageToDirectChat: DirectChatMessage; sendMessageToGroupChat: GroupChatMessage; @@ -667,17 +670,17 @@ export type Mutation = { updateUserProfile: User; updateUserRoleInOrganization: Organization; updateUserTag?: Maybe; - updateUserType: Scalars['Boolean']['output']; + updateUserType: Scalars['Boolean']; }; export type MutationAcceptAdminArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationAcceptMembershipRequestArgs = { - membershipRequestId: Scalars['ID']['input']; + membershipRequestId: Scalars['ID']; }; @@ -697,43 +700,49 @@ export type MutationAddLanguageTranslationArgs = { export type MutationAddOrganizationCustomFieldArgs = { - name: Scalars['String']['input']; - organizationId: Scalars['ID']['input']; - type: Scalars['String']['input']; + name: Scalars['String']; + organizationId: Scalars['ID']; + type: Scalars['String']; }; export type MutationAddOrganizationImageArgs = { - file: Scalars['String']['input']; - organizationId: Scalars['String']['input']; + file: Scalars['String']; + organizationId: Scalars['String']; }; export type MutationAddUserCustomDataArgs = { - dataName: Scalars['String']['input']; - dataValue: Scalars['Any']['input']; - organizationId: Scalars['ID']['input']; + dataName: Scalars['String']; + dataValue: Scalars['Any']; + organizationId: Scalars['ID']; }; export type MutationAddUserImageArgs = { - file: Scalars['String']['input']; + file: Scalars['String']; }; export type MutationAddUserToGroupChatArgs = { - chatId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + chatId: Scalars['ID']; + userId: Scalars['ID']; +}; + + +export type MutationAddUserToUserFamilyArgs = { + familyId: Scalars['ID']; + userId: Scalars['ID']; }; export type MutationAdminRemoveEventArgs = { - eventId: Scalars['ID']['input']; + eventId: Scalars['ID']; }; export type MutationAdminRemoveGroupArgs = { - groupId: Scalars['ID']['input']; + groupId: Scalars['ID']; }; @@ -743,19 +752,19 @@ export type MutationAssignUserTagArgs = { export type MutationBlockPluginCreationBySuperadminArgs = { - blockUser: Scalars['Boolean']['input']; - userId: Scalars['ID']['input']; + blockUser: Scalars['Boolean']; + userId: Scalars['ID']; }; export type MutationBlockUserArgs = { - organizationId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + organizationId: Scalars['ID']; + userId: Scalars['ID']; }; export type MutationCancelMembershipRequestArgs = { - membershipRequestId: Scalars['ID']['input']; + membershipRequestId: Scalars['ID']; }; @@ -765,14 +774,14 @@ export type MutationCheckInArgs = { export type MutationCreateActionItemArgs = { - actionItemCategoryId: Scalars['ID']['input']; + actionItemCategoryId: Scalars['ID']; data: CreateActionItemInput; }; export type MutationCreateActionItemCategoryArgs = { - name: Scalars['String']['input']; - organizationId: Scalars['ID']['input']; + name: Scalars['String']; + organizationId: Scalars['ID']; }; @@ -782,18 +791,18 @@ export type MutationCreateAdminArgs = { export type MutationCreateAdvertisementArgs = { - endDate: Scalars['Date']['input']; - link: Scalars['String']['input']; - name: Scalars['String']['input']; - orgId: Scalars['ID']['input']; - startDate: Scalars['Date']['input']; - type: Scalars['String']['input']; + endDate: Scalars['Date']; + link: Scalars['String']; + name: Scalars['String']; + orgId: Scalars['ID']; + startDate: Scalars['Date']; + type: Scalars['String']; }; export type MutationCreateCommentArgs = { data: CommentInput; - postId: Scalars['ID']['input']; + postId: Scalars['ID']; }; @@ -803,12 +812,12 @@ export type MutationCreateDirectChatArgs = { export type MutationCreateDonationArgs = { - amount: Scalars['Float']['input']; - nameOfOrg: Scalars['String']['input']; - nameOfUser: Scalars['String']['input']; - orgId: Scalars['ID']['input']; - payPalId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + amount: Scalars['Float']; + nameOfOrg: Scalars['String']; + nameOfUser: Scalars['String']; + orgId: Scalars['ID']; + payPalId: Scalars['ID']; + userId: Scalars['ID']; }; @@ -834,21 +843,26 @@ export type MutationCreateMessageChatArgs = { export type MutationCreateOrganizationArgs = { data?: InputMaybe; - file?: InputMaybe; + file?: InputMaybe; }; export type MutationCreatePluginArgs = { - pluginCreatedBy: Scalars['String']['input']; - pluginDesc: Scalars['String']['input']; - pluginName: Scalars['String']['input']; - uninstalledOrgs?: InputMaybe>; + pluginCreatedBy: Scalars['String']; + pluginDesc: Scalars['String']; + pluginName: Scalars['String']; + uninstalledOrgs?: InputMaybe>; }; export type MutationCreatePostArgs = { data: PostInput; - file?: InputMaybe; + file?: InputMaybe; +}; + + +export type MutationCreateUserFamilyArgs = { + data: CreateUserFamilyInput; }; @@ -858,12 +872,12 @@ export type MutationCreateUserTagArgs = { export type MutationDeleteAdvertisementByIdArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationDeleteDonationByIdArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; @@ -873,22 +887,22 @@ export type MutationForgotPasswordArgs = { export type MutationJoinPublicOrganizationArgs = { - organizationId: Scalars['ID']['input']; + organizationId: Scalars['ID']; }; export type MutationLeaveOrganizationArgs = { - organizationId: Scalars['ID']['input']; + organizationId: Scalars['ID']; }; export type MutationLikeCommentArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationLikePostArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; @@ -908,27 +922,27 @@ export type MutationRecaptchaArgs = { export type MutationRefreshTokenArgs = { - refreshToken: Scalars['String']['input']; + refreshToken: Scalars['String']; }; export type MutationRegisterForEventArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationRejectAdminArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationRejectMembershipRequestArgs = { - membershipRequestId: Scalars['ID']['input']; + membershipRequestId: Scalars['ID']; }; export type MutationRemoveActionItemArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; @@ -938,23 +952,23 @@ export type MutationRemoveAdminArgs = { export type MutationRemoveAdvertisementArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationRemoveCommentArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationRemoveDirectChatArgs = { - chatId: Scalars['ID']['input']; - organizationId: Scalars['ID']['input']; + chatId: Scalars['ID']; + organizationId: Scalars['ID']; }; export type MutationRemoveEventArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; @@ -964,7 +978,7 @@ export type MutationRemoveEventAttendeeArgs = { export type MutationRemoveGroupChatArgs = { - chatId: Scalars['ID']['input']; + chatId: Scalars['ID']; }; @@ -974,73 +988,84 @@ export type MutationRemoveMemberArgs = { export type MutationRemoveOrganizationArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationRemoveOrganizationCustomFieldArgs = { - customFieldId: Scalars['ID']['input']; - organizationId: Scalars['ID']['input']; + customFieldId: Scalars['ID']; + organizationId: Scalars['ID']; }; export type MutationRemoveOrganizationImageArgs = { - organizationId: Scalars['String']['input']; + organizationId: Scalars['String']; }; export type MutationRemovePostArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationRemoveUserCustomDataArgs = { - organizationId: Scalars['ID']['input']; + organizationId: Scalars['ID']; +}; + + +export type MutationRemoveUserFamilyArgs = { + familyId: Scalars['ID']; }; export type MutationRemoveUserFromGroupChatArgs = { - chatId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + chatId: Scalars['ID']; + userId: Scalars['ID']; +}; + + +export type MutationRemoveUserFromUserFamilyArgs = { + familyId: Scalars['ID']; + userId: Scalars['ID']; }; export type MutationRemoveUserTagArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationSaveFcmTokenArgs = { - token?: InputMaybe; + token?: InputMaybe; }; export type MutationSendMembershipRequestArgs = { - organizationId: Scalars['ID']['input']; + organizationId: Scalars['ID']; }; export type MutationSendMessageToDirectChatArgs = { - chatId: Scalars['ID']['input']; - messageContent: Scalars['String']['input']; + chatId: Scalars['ID']; + messageContent: Scalars['String']; }; export type MutationSendMessageToGroupChatArgs = { - chatId: Scalars['ID']['input']; - messageContent: Scalars['String']['input']; + chatId: Scalars['ID']; + messageContent: Scalars['String']; }; export type MutationSignUpArgs = { data: UserInput; - file?: InputMaybe; + file?: InputMaybe; }; export type MutationTogglePostPinArgs = { - id: Scalars['ID']['input']; - title?: InputMaybe; + id: Scalars['ID']; + title?: InputMaybe; }; @@ -1050,35 +1075,35 @@ export type MutationUnassignUserTagArgs = { export type MutationUnblockUserArgs = { - organizationId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + organizationId: Scalars['ID']; + userId: Scalars['ID']; }; export type MutationUnlikeCommentArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationUnlikePostArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationUnregisterForEventByUserArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationUpdateActionItemArgs = { data: UpdateActionItemInput; - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationUpdateActionItemCategoryArgs = { data: UpdateActionItemCategoryInput; - id: Scalars['ID']['input']; + id: Scalars['ID']; }; @@ -1089,31 +1114,31 @@ export type MutationUpdateAdvertisementArgs = { export type MutationUpdateEventArgs = { data?: InputMaybe; - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type MutationUpdateLanguageArgs = { - languageCode: Scalars['String']['input']; + languageCode: Scalars['String']; }; export type MutationUpdateOrganizationArgs = { data?: InputMaybe; - file?: InputMaybe; - id: Scalars['ID']['input']; + file?: InputMaybe; + id: Scalars['ID']; }; export type MutationUpdatePluginStatusArgs = { - id: Scalars['ID']['input']; - orgId: Scalars['ID']['input']; + id: Scalars['ID']; + orgId: Scalars['ID']; }; export type MutationUpdatePostArgs = { data?: InputMaybe; - id: Scalars['ID']['input']; + id: Scalars['ID']; }; @@ -1124,14 +1149,14 @@ export type MutationUpdateUserPasswordArgs = { export type MutationUpdateUserProfileArgs = { data?: InputMaybe; - file?: InputMaybe; + file?: InputMaybe; }; export type MutationUpdateUserRoleInOrganizationArgs = { - organizationId: Scalars['ID']['input']; - role: Scalars['String']['input']; - userId: Scalars['ID']['input']; + organizationId: Scalars['ID']; + role: Scalars['String']; + userId: Scalars['ID']; }; @@ -1145,74 +1170,74 @@ export type MutationUpdateUserTypeArgs = { }; export type OtpInput = { - email: Scalars['EmailAddress']['input']; + email: Scalars['EmailAddress']; }; export type Organization = { __typename?: 'Organization'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; actionItemCategories?: Maybe>>; address?: Maybe
; admins?: Maybe>; - apiUrl: Scalars['URL']['output']; + apiUrl: Scalars['URL']; blockedUsers?: Maybe>>; - createdAt: Scalars['DateTime']['output']; + createdAt: Scalars['DateTime']; creator?: Maybe; customFields: Array; - description: Scalars['String']['output']; - image?: Maybe; + description: Scalars['String']; + image?: Maybe; members?: Maybe>>; membershipRequests?: Maybe>>; - name: Scalars['String']['output']; + name: Scalars['String']; pinnedPosts?: Maybe>>; - updatedAt: Scalars['DateTime']['output']; - userRegistrationRequired: Scalars['Boolean']['output']; + updatedAt: Scalars['DateTime']; + userRegistrationRequired: Scalars['Boolean']; userTags?: Maybe; - visibleInSearch: Scalars['Boolean']['output']; + visibleInSearch: Scalars['Boolean']; }; export type OrganizationAdminsArgs = { - adminId?: InputMaybe; + adminId?: InputMaybe; }; export type OrganizationUserTagsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; export type OrganizationCustomField = { __typename?: 'OrganizationCustomField'; - _id: Scalars['ID']['output']; - name: Scalars['String']['output']; - organizationId: Scalars['String']['output']; - type: Scalars['String']['output']; + _id: Scalars['ID']; + name: Scalars['String']; + organizationId: Scalars['String']; + type: Scalars['String']; }; export type OrganizationInfoNode = { __typename?: 'OrganizationInfoNode'; - _id: Scalars['ID']['output']; - apiUrl: Scalars['URL']['output']; + _id: Scalars['ID']; + apiUrl: Scalars['URL']; creator?: Maybe; - description: Scalars['String']['output']; - image?: Maybe; - name: Scalars['String']['output']; - userRegistrationRequired: Scalars['Boolean']['output']; - visibleInSearch: Scalars['Boolean']['output']; + description: Scalars['String']; + image?: Maybe; + name: Scalars['String']; + userRegistrationRequired: Scalars['Boolean']; + visibleInSearch: Scalars['Boolean']; }; export type OrganizationInput = { address: AddressInput; - apiUrl?: InputMaybe; - attendees?: InputMaybe; - description: Scalars['String']['input']; - image?: InputMaybe; - name: Scalars['String']['input']; - userRegistrationRequired?: InputMaybe; - visibleInSearch?: InputMaybe; + apiUrl?: InputMaybe; + attendees?: InputMaybe; + description: Scalars['String']; + image?: InputMaybe; + name: Scalars['String']; + userRegistrationRequired?: InputMaybe; + visibleInSearch?: InputMaybe; }; export type OrganizationOrderByInput = @@ -1228,50 +1253,50 @@ export type OrganizationOrderByInput = | 'name_DESC'; export type OrganizationWhereInput = { - apiUrl?: InputMaybe; - apiUrl_contains?: InputMaybe; - apiUrl_in?: InputMaybe>; - apiUrl_not?: InputMaybe; - apiUrl_not_in?: InputMaybe>; - apiUrl_starts_with?: InputMaybe; - description?: InputMaybe; - description_contains?: InputMaybe; - description_in?: InputMaybe>; - description_not?: InputMaybe; - description_not_in?: InputMaybe>; - description_starts_with?: InputMaybe; - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - name?: InputMaybe; - name_contains?: InputMaybe; - name_in?: InputMaybe>; - name_not?: InputMaybe; - name_not_in?: InputMaybe>; - name_starts_with?: InputMaybe; - userRegistrationRequired?: InputMaybe; - visibleInSearch?: InputMaybe; + apiUrl?: InputMaybe; + apiUrl_contains?: InputMaybe; + apiUrl_in?: InputMaybe>; + apiUrl_not?: InputMaybe; + apiUrl_not_in?: InputMaybe>; + apiUrl_starts_with?: InputMaybe; + description?: InputMaybe; + description_contains?: InputMaybe; + description_in?: InputMaybe>; + description_not?: InputMaybe; + description_not_in?: InputMaybe>; + description_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_in?: InputMaybe>; + name_not?: InputMaybe; + name_not_in?: InputMaybe>; + name_starts_with?: InputMaybe; + userRegistrationRequired?: InputMaybe; + visibleInSearch?: InputMaybe; }; export type OtpData = { __typename?: 'OtpData'; - otpToken: Scalars['String']['output']; + otpToken: Scalars['String']; }; /** Information about pagination in a connection. */ export type PageInfo = { __typename?: 'PageInfo'; - currPageNo?: Maybe; + currPageNo?: Maybe; /** When paginating forwards, are there more items? */ - hasNextPage: Scalars['Boolean']['output']; + hasNextPage: Scalars['Boolean']; /** When paginating backwards, are there more items? */ - hasPreviousPage: Scalars['Boolean']['output']; - nextPageNo?: Maybe; - prevPageNo?: Maybe; - totalPages?: Maybe; + hasPreviousPage: Scalars['Boolean']; + nextPageNo?: Maybe; + prevPageNo?: Maybe; + totalPages?: Maybe; }; export type PaginationDirection = @@ -1280,50 +1305,50 @@ export type PaginationDirection = export type Plugin = { __typename?: 'Plugin'; - _id: Scalars['ID']['output']; - pluginCreatedBy: Scalars['String']['output']; - pluginDesc: Scalars['String']['output']; - pluginName: Scalars['String']['output']; - uninstalledOrgs?: Maybe>; + _id: Scalars['ID']; + pluginCreatedBy: Scalars['String']; + pluginDesc: Scalars['String']; + pluginName: Scalars['String']; + uninstalledOrgs?: Maybe>; }; export type PluginField = { __typename?: 'PluginField'; - createdAt: Scalars['DateTime']['output']; - key: Scalars['String']['output']; + createdAt: Scalars['DateTime']; + key: Scalars['String']; status: Status; - value: Scalars['String']['output']; + value: Scalars['String']; }; export type PluginFieldInput = { - key: Scalars['String']['input']; - value: Scalars['String']['input']; + key: Scalars['String']; + value: Scalars['String']; }; export type PluginInput = { fields?: InputMaybe>>; - orgId: Scalars['ID']['input']; - pluginKey?: InputMaybe; - pluginName: Scalars['String']['input']; + orgId: Scalars['ID']; + pluginKey?: InputMaybe; + pluginName: Scalars['String']; pluginType?: InputMaybe; }; export type Post = { __typename?: 'Post'; - _id?: Maybe; - commentCount?: Maybe; + _id?: Maybe; + commentCount?: Maybe; comments?: Maybe>>; - createdAt: Scalars['DateTime']['output']; + createdAt: Scalars['DateTime']; creator?: Maybe; - imageUrl?: Maybe; - likeCount?: Maybe; + imageUrl?: Maybe; + likeCount?: Maybe; likedBy?: Maybe>>; organization: Organization; - pinned?: Maybe; - text: Scalars['String']['output']; - title?: Maybe; - updatedAt: Scalars['DateTime']['output']; - videoUrl?: Maybe; + pinned?: Maybe; + text: Scalars['String']; + title?: Maybe; + updatedAt: Scalars['DateTime']; + videoUrl?: Maybe; }; /** A connection to a list of items. */ @@ -1337,13 +1362,13 @@ export type PostConnection = { }; export type PostInput = { - _id?: InputMaybe; - imageUrl?: InputMaybe; - organizationId: Scalars['ID']['input']; - pinned?: InputMaybe; - text: Scalars['String']['input']; - title?: InputMaybe; - videoUrl?: InputMaybe; + _id?: InputMaybe; + imageUrl?: InputMaybe; + organizationId: Scalars['ID']; + pinned?: InputMaybe; + text: Scalars['String']; + title?: InputMaybe; + videoUrl?: InputMaybe; }; export type PostOrderByInput = @@ -1365,31 +1390,31 @@ export type PostOrderByInput = | 'videoUrl_DESC'; export type PostUpdateInput = { - imageUrl?: InputMaybe; - text?: InputMaybe; - title?: InputMaybe; - videoUrl?: InputMaybe; + imageUrl?: InputMaybe; + text?: InputMaybe; + title?: InputMaybe; + videoUrl?: InputMaybe; }; export type PostWhereInput = { - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - text?: InputMaybe; - text_contains?: InputMaybe; - text_in?: InputMaybe>; - text_not?: InputMaybe; - text_not_in?: InputMaybe>; - text_starts_with?: InputMaybe; - title?: InputMaybe; - title_contains?: InputMaybe; - title_in?: InputMaybe>; - title_not?: InputMaybe; - title_not_in?: InputMaybe>; - title_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + text?: InputMaybe; + text_contains?: InputMaybe; + text_in?: InputMaybe>; + text_not?: InputMaybe; + text_not_in?: InputMaybe>; + text_starts_with?: InputMaybe; + title?: InputMaybe; + title_contains?: InputMaybe; + title_in?: InputMaybe>; + title_not?: InputMaybe; + title_not_in?: InputMaybe>; + title_starts_with?: InputMaybe; }; export type Query = { @@ -1414,11 +1439,11 @@ export type Query = { getDonationByOrgIdConnection: Array; getPlugins?: Maybe>>; getlanguage?: Maybe>>; - hasSubmittedFeedback?: Maybe; - isSampleOrganization: Scalars['Boolean']['output']; + hasSubmittedFeedback?: Maybe; + isSampleOrganization: Scalars['Boolean']; joinedOrganizations?: Maybe>>; me: User; - myLanguage?: Maybe; + myLanguage?: Maybe; organizations?: Maybe>>; organizationsConnection: Array>; organizationsMemberConnection: UserConnection; @@ -1429,208 +1454,208 @@ export type Query = { registeredEventsByUser?: Maybe>>; registrantsByEvent?: Maybe>>; user: User; - userLanguage?: Maybe; + userLanguage?: Maybe; users?: Maybe>>; usersConnection: Array>; }; export type QueryActionItemArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryActionItemCategoriesByOrganizationArgs = { - organizationId: Scalars['ID']['input']; + organizationId: Scalars['ID']; }; export type QueryActionItemCategoryArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryActionItemsByEventArgs = { - eventId: Scalars['ID']['input']; + eventId: Scalars['ID']; }; export type QueryActionItemsByOrganizationArgs = { - organizationId: Scalars['ID']['input']; + organizationId: Scalars['ID']; }; export type QueryAdminPluginArgs = { - orgId: Scalars['ID']['input']; + orgId: Scalars['ID']; }; export type QueryCustomDataByOrganizationArgs = { - organizationId: Scalars['ID']['input']; + organizationId: Scalars['ID']; }; export type QueryCustomFieldsByOrganizationArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryDirectChatsByUserIdArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryDirectChatsMessagesByChatIdArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryEventArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryEventsByOrganizationArgs = { - id?: InputMaybe; + id?: InputMaybe; orderBy?: InputMaybe; }; export type QueryEventsByOrganizationConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryGetDonationByIdArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryGetDonationByOrgIdArgs = { - orgId: Scalars['ID']['input']; + orgId: Scalars['ID']; }; export type QueryGetDonationByOrgIdConnectionArgs = { - first?: InputMaybe; - orgId: Scalars['ID']['input']; - skip?: InputMaybe; + first?: InputMaybe; + orgId: Scalars['ID']; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryGetlanguageArgs = { - lang_code: Scalars['String']['input']; + lang_code: Scalars['String']; }; export type QueryHasSubmittedFeedbackArgs = { - eventId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + eventId: Scalars['ID']; + userId: Scalars['ID']; }; export type QueryIsSampleOrganizationArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryJoinedOrganizationsArgs = { - id?: InputMaybe; + id?: InputMaybe; }; export type QueryOrganizationsArgs = { - id?: InputMaybe; + id?: InputMaybe; orderBy?: InputMaybe; }; export type QueryOrganizationsConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryOrganizationsMemberConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - orgId: Scalars['ID']['input']; - skip?: InputMaybe; + orgId: Scalars['ID']; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryPluginArgs = { - orgId: Scalars['ID']['input']; + orgId: Scalars['ID']; }; export type QueryPostArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryPostsByOrganizationArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; orderBy?: InputMaybe; }; export type QueryPostsByOrganizationConnectionArgs = { - first?: InputMaybe; - id: Scalars['ID']['input']; + first?: InputMaybe; + id: Scalars['ID']; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryRegisteredEventsByUserArgs = { - id?: InputMaybe; + id?: InputMaybe; orderBy?: InputMaybe; }; export type QueryRegistrantsByEventArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryUserArgs = { - id: Scalars['ID']['input']; + id: Scalars['ID']; }; export type QueryUserLanguageArgs = { - userId: Scalars['ID']['input']; + userId: Scalars['ID']; }; export type QueryUsersArgs = { - adminApproved?: InputMaybe; - first?: InputMaybe; + adminApproved?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; - userType?: InputMaybe; + skip?: InputMaybe; + userType?: InputMaybe; where?: InputMaybe; }; export type QueryUsersConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type RecaptchaVerification = { - recaptchaToken: Scalars['String']['input']; + recaptchaToken: Scalars['String']; }; export type Recurrance = @@ -1654,16 +1679,16 @@ export type Subscription = { }; export type ToggleUserTagAssignInput = { - tagId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + tagId: Scalars['ID']; + userId: Scalars['ID']; }; export type Translation = { __typename?: 'Translation'; - en_value?: Maybe; - lang_code?: Maybe; - translation?: Maybe; - verified?: Maybe; + en_value?: Maybe; + lang_code?: Maybe; + translation?: Maybe; + verified?: Maybe; }; export type Type = @@ -1672,34 +1697,34 @@ export type Type = export type UnauthenticatedError = Error & { __typename?: 'UnauthenticatedError'; - message: Scalars['String']['output']; + message: Scalars['String']; }; export type UnauthorizedError = Error & { __typename?: 'UnauthorizedError'; - message: Scalars['String']['output']; + message: Scalars['String']; }; export type UpdateActionItemCategoryInput = { - isDisabled?: InputMaybe; - name?: InputMaybe; + isDisabled?: InputMaybe; + name?: InputMaybe; }; export type UpdateActionItemInput = { - assigneeId?: InputMaybe; - completionDate?: InputMaybe; - dueDate?: InputMaybe; - isCompleted?: InputMaybe; - postCompletionNotes?: InputMaybe; - preCompletionNotes?: InputMaybe; + assigneeId?: InputMaybe; + completionDate?: InputMaybe; + dueDate?: InputMaybe; + isCompleted?: InputMaybe; + postCompletionNotes?: InputMaybe; + preCompletionNotes?: InputMaybe; }; export type UpdateAdvertisementInput = { - _id: Scalars['ID']['input']; - endDate?: InputMaybe; - link?: InputMaybe; - name?: InputMaybe; - startDate?: InputMaybe; + _id: Scalars['ID']; + endDate?: InputMaybe; + link?: InputMaybe; + name?: InputMaybe; + startDate?: InputMaybe; type?: InputMaybe; }; @@ -1709,103 +1734,103 @@ export type UpdateAdvertisementPayload = { }; export type UpdateEventInput = { - allDay?: InputMaybe; - description?: InputMaybe; - endDate?: InputMaybe; - endTime?: InputMaybe; - isPublic?: InputMaybe; - isRegisterable?: InputMaybe; - latitude?: InputMaybe; - location?: InputMaybe; - longitude?: InputMaybe; + allDay?: InputMaybe; + description?: InputMaybe; + endDate?: InputMaybe; + endTime?: InputMaybe; + isPublic?: InputMaybe; + isRegisterable?: InputMaybe; + latitude?: InputMaybe; + location?: InputMaybe; + longitude?: InputMaybe; recurrance?: InputMaybe; - recurring?: InputMaybe; - startDate?: InputMaybe; - startTime?: InputMaybe; - title?: InputMaybe; + recurring?: InputMaybe; + startDate?: InputMaybe; + startTime?: InputMaybe; + title?: InputMaybe; }; export type UpdateOrganizationInput = { address?: InputMaybe; - description?: InputMaybe; - name?: InputMaybe; - userRegistrationRequired?: InputMaybe; - visibleInSearch?: InputMaybe; + description?: InputMaybe; + name?: InputMaybe; + userRegistrationRequired?: InputMaybe; + visibleInSearch?: InputMaybe; }; export type UpdateUserInput = { address?: InputMaybe; - birthDate?: InputMaybe; + birthDate?: InputMaybe; educationGrade?: InputMaybe; - email?: InputMaybe; + email?: InputMaybe; employmentStatus?: InputMaybe; - firstName?: InputMaybe; + firstName?: InputMaybe; gender?: InputMaybe; - lastName?: InputMaybe; + lastName?: InputMaybe; maritalStatus?: InputMaybe; phone?: InputMaybe; }; export type UpdateUserPasswordInput = { - confirmNewPassword: Scalars['String']['input']; - newPassword: Scalars['String']['input']; - previousPassword: Scalars['String']['input']; + confirmNewPassword: Scalars['String']; + newPassword: Scalars['String']; + previousPassword: Scalars['String']; }; export type UpdateUserTagInput = { - _id: Scalars['ID']['input']; - name: Scalars['String']['input']; + _id: Scalars['ID']; + name: Scalars['String']; }; export type UpdateUserTypeInput = { - id?: InputMaybe; - userType?: InputMaybe; + id?: InputMaybe; + userType?: InputMaybe; }; export type User = { __typename?: 'User'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; address?: Maybe
; - adminApproved?: Maybe; + adminApproved?: Maybe; adminFor?: Maybe>>; - appLanguageCode: Scalars['String']['output']; - birthDate?: Maybe; - createdAt: Scalars['DateTime']['output']; + appLanguageCode: Scalars['String']; + birthDate?: Maybe; + createdAt: Scalars['DateTime']; createdEvents?: Maybe>>; createdOrganizations?: Maybe>>; educationGrade?: Maybe; - email: Scalars['EmailAddress']['output']; + email: Scalars['EmailAddress']; employmentStatus?: Maybe; eventAdmin?: Maybe>>; - firstName: Scalars['String']['output']; + firstName: Scalars['String']; gender?: Maybe; - image?: Maybe; + image?: Maybe; joinedOrganizations?: Maybe>>; - lastName: Scalars['String']['output']; + lastName: Scalars['String']; maritalStatus?: Maybe; membershipRequests?: Maybe>>; organizationsBlockedBy?: Maybe>>; phone?: Maybe; - pluginCreationAllowed: Scalars['Boolean']['output']; + pluginCreationAllowed: Scalars['Boolean']; registeredEvents?: Maybe>>; tagsAssignedWith?: Maybe; - tokenVersion: Scalars['Int']['output']; - updatedAt: Scalars['DateTime']['output']; + tokenVersion: Scalars['Int']; + updatedAt: Scalars['DateTime']; userType: UserType; }; export type UserTagsAssignedWithArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; - organizationId?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; + organizationId?: InputMaybe; }; export type UserAndOrganizationInput = { - organizationId: Scalars['ID']['input']; - userId: Scalars['ID']['input']; + organizationId: Scalars['ID']; + userId: Scalars['ID']; }; export type UserConnection = { @@ -1817,25 +1842,34 @@ export type UserConnection = { export type UserCustomData = { __typename?: 'UserCustomData'; - _id: Scalars['ID']['output']; - organizationId: Scalars['ID']['output']; - userId: Scalars['ID']['output']; - values: Scalars['JSON']['output']; + _id: Scalars['ID']; + organizationId: Scalars['ID']; + userId: Scalars['ID']; + values: Scalars['JSON']; }; export type UserEdge = { __typename?: 'UserEdge'; - cursor: Scalars['String']['output']; + cursor: Scalars['String']; node: User; }; +export type UserFamily = { + __typename?: 'UserFamily'; + _id: Scalars['ID']; + admins: Array; + creator: User; + title?: Maybe; + users: Array; +}; + export type UserInput = { - appLanguageCode?: InputMaybe; - email: Scalars['EmailAddress']['input']; - firstName: Scalars['String']['input']; - lastName: Scalars['String']['input']; - organizationUserBelongsToId?: InputMaybe; - password: Scalars['String']['input']; + appLanguageCode?: InputMaybe; + email: Scalars['EmailAddress']; + firstName: Scalars['String']; + lastName: Scalars['String']; + organizationUserBelongsToId?: InputMaybe; + password: Scalars['String']; }; export type UserOrderByInput = @@ -1852,22 +1886,22 @@ export type UserOrderByInput = export type UserPhone = { __typename?: 'UserPhone'; - home?: Maybe; - mobile?: Maybe; - work?: Maybe; + home?: Maybe; + mobile?: Maybe; + work?: Maybe; }; export type UserPhoneInput = { - home?: InputMaybe; - mobile?: InputMaybe; - work?: InputMaybe; + home?: InputMaybe; + mobile?: InputMaybe; + work?: InputMaybe; }; export type UserTag = { __typename?: 'UserTag'; - _id: Scalars['ID']['output']; + _id: Scalars['ID']; childTags: UserTagsConnectionResult; - name: Scalars['String']['output']; + name: Scalars['String']; organization?: Maybe; parentTag?: Maybe; usersAssignedTo: UsersConnectionResult; @@ -1885,7 +1919,7 @@ export type UserTagUsersAssignedToArgs = { export type UserTagEdge = { __typename?: 'UserTagEdge'; - cursor: Scalars['String']['output']; + cursor: Scalars['String']; node: UserTag; }; @@ -1896,9 +1930,9 @@ export type UserTagsConnection = { }; export type UserTagsConnectionInput = { - cursor?: InputMaybe; + cursor?: InputMaybe; direction: PaginationDirection; - limit: Scalars['PositiveInt']['input']; + limit: Scalars['PositiveInt']; }; export type UserTagsConnectionResult = { @@ -1914,38 +1948,38 @@ export type UserType = | 'USER'; export type UserWhereInput = { - admin_for?: InputMaybe; - appLanguageCode?: InputMaybe; - appLanguageCode_contains?: InputMaybe; - appLanguageCode_in?: InputMaybe>; - appLanguageCode_not?: InputMaybe; - appLanguageCode_not_in?: InputMaybe>; - appLanguageCode_starts_with?: InputMaybe; - email?: InputMaybe; - email_contains?: InputMaybe; - email_in?: InputMaybe>; - email_not?: InputMaybe; - email_not_in?: InputMaybe>; - email_starts_with?: InputMaybe; - event_title_contains?: InputMaybe; - firstName?: InputMaybe; - firstName_contains?: InputMaybe; - firstName_in?: InputMaybe>; - firstName_not?: InputMaybe; - firstName_not_in?: InputMaybe>; - firstName_starts_with?: InputMaybe; - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - lastName?: InputMaybe; - lastName_contains?: InputMaybe; - lastName_in?: InputMaybe>; - lastName_not?: InputMaybe; - lastName_not_in?: InputMaybe>; - lastName_starts_with?: InputMaybe; + admin_for?: InputMaybe; + appLanguageCode?: InputMaybe; + appLanguageCode_contains?: InputMaybe; + appLanguageCode_in?: InputMaybe>; + appLanguageCode_not?: InputMaybe; + appLanguageCode_not_in?: InputMaybe>; + appLanguageCode_starts_with?: InputMaybe; + email?: InputMaybe; + email_contains?: InputMaybe; + email_in?: InputMaybe>; + email_not?: InputMaybe; + email_not_in?: InputMaybe>; + email_starts_with?: InputMaybe; + event_title_contains?: InputMaybe; + firstName?: InputMaybe; + firstName_contains?: InputMaybe; + firstName_in?: InputMaybe>; + firstName_not?: InputMaybe; + firstName_not_in?: InputMaybe>; + firstName_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + lastName?: InputMaybe; + lastName_contains?: InputMaybe; + lastName_in?: InputMaybe>; + lastName_not?: InputMaybe; + lastName_not_in?: InputMaybe>; + lastName_starts_with?: InputMaybe; }; export type UsersConnection = { @@ -1955,9 +1989,9 @@ export type UsersConnection = { }; export type UsersConnectionInput = { - cursor?: InputMaybe; + cursor?: InputMaybe; direction: PaginationDirection; - limit: Scalars['PositiveInt']['input']; + limit: Scalars['PositiveInt']; }; export type UsersConnectionResult = { @@ -1967,14 +2001,19 @@ export type UsersConnectionResult = { }; export type CreateChatInput = { - organizationId: Scalars['ID']['input']; - userIds: Array; + organizationId: Scalars['ID']; + userIds: Array; }; export type CreateGroupChatInput = { - organizationId: Scalars['ID']['input']; - title: Scalars['String']['input']; - userIds: Array; + organizationId: Scalars['ID']; + title: Scalars['String']; + userIds: Array; +}; + +export type CreateUserFamilyInput = { + title: Scalars['String']; + userIds: Array; }; @@ -2040,17 +2079,6 @@ export type DirectiveResolverFn TResult | Promise; -/** Mapping of union types */ -export type ResolversUnionTypes> = { - ConnectionError: ( InvalidCursor ) | ( MaximumValueError ); -}; - -/** Mapping of interface types */ -export type ResolversInterfaceTypes> = { - Error: ( UnauthenticatedError ) | ( UnauthorizedError ); - FieldError: ( InvalidCursor ) | ( MaximumLengthError ) | ( MaximumValueError ) | ( MinimumLengthError ) | ( MinimumValueError ); -}; - /** Mapping between all available schema types and the resolvers types */ export type ResolversTypes = { ActionItem: ResolverTypeWrapper; @@ -2061,31 +2089,31 @@ export type ResolversTypes = { AdvertisementType: AdvertisementType; AggregatePost: ResolverTypeWrapper; AggregateUser: ResolverTypeWrapper; - Any: ResolverTypeWrapper; + Any: ResolverTypeWrapper; AuthData: ResolverTypeWrapper & { user: ResolversTypes['User'] }>; - Boolean: ResolverTypeWrapper; + Boolean: ResolverTypeWrapper; CheckIn: ResolverTypeWrapper; CheckInInput: CheckInInput; CheckInStatus: ResolverTypeWrapper & { checkIn?: Maybe, user: ResolversTypes['User'] }>; Comment: ResolverTypeWrapper; CommentInput: CommentInput; - ConnectionError: ResolverTypeWrapper['ConnectionError']>; + ConnectionError: ResolversTypes['InvalidCursor'] | ResolversTypes['MaximumValueError']; ConnectionPageInfo: ResolverTypeWrapper; - CountryCode: ResolverTypeWrapper; + CountryCode: ResolverTypeWrapper; CreateActionItemInput: CreateActionItemInput; CreateUserTagInput: CreateUserTagInput; CursorPaginationInput: CursorPaginationInput; - Date: ResolverTypeWrapper; - DateTime: ResolverTypeWrapper; + Date: ResolverTypeWrapper; + DateTime: ResolverTypeWrapper; DeletePayload: ResolverTypeWrapper; DirectChat: ResolverTypeWrapper; DirectChatMessage: ResolverTypeWrapper; Donation: ResolverTypeWrapper; DonationWhereInput: DonationWhereInput; EducationGrade: EducationGrade; - EmailAddress: ResolverTypeWrapper; + EmailAddress: ResolverTypeWrapper; EmploymentStatus: EmploymentStatus; - Error: ResolverTypeWrapper['Error']>; + Error: ResolversTypes['UnauthenticatedError'] | ResolversTypes['UnauthorizedError']; Event: ResolverTypeWrapper; EventAttendeeInput: EventAttendeeInput; EventInput: EventInput; @@ -2094,23 +2122,23 @@ export type ResolversTypes = { ExtendSession: ResolverTypeWrapper; Feedback: ResolverTypeWrapper; FeedbackInput: FeedbackInput; - FieldError: ResolverTypeWrapper['FieldError']>; - Float: ResolverTypeWrapper; + FieldError: ResolversTypes['InvalidCursor'] | ResolversTypes['MaximumLengthError'] | ResolversTypes['MaximumValueError'] | ResolversTypes['MinimumLengthError'] | ResolversTypes['MinimumValueError']; + Float: ResolverTypeWrapper; ForgotPasswordData: ForgotPasswordData; Gender: Gender; Group: ResolverTypeWrapper; GroupChat: ResolverTypeWrapper; GroupChatMessage: ResolverTypeWrapper; - ID: ResolverTypeWrapper; - Int: ResolverTypeWrapper; + ID: ResolverTypeWrapper; + Int: ResolverTypeWrapper; InvalidCursor: ResolverTypeWrapper; - JSON: ResolverTypeWrapper; + JSON: ResolverTypeWrapper; Language: ResolverTypeWrapper; LanguageInput: LanguageInput; LanguageModel: ResolverTypeWrapper; - Latitude: ResolverTypeWrapper; + Latitude: ResolverTypeWrapper; LoginInput: LoginInput; - Longitude: ResolverTypeWrapper; + Longitude: ResolverTypeWrapper; MaritalStatus: MaritalStatus; MaximumLengthError: ResolverTypeWrapper; MaximumValueError: ResolverTypeWrapper; @@ -2131,12 +2159,12 @@ export type ResolversTypes = { OtpData: ResolverTypeWrapper; PageInfo: ResolverTypeWrapper; PaginationDirection: PaginationDirection; - PhoneNumber: ResolverTypeWrapper; + PhoneNumber: ResolverTypeWrapper; Plugin: ResolverTypeWrapper; PluginField: ResolverTypeWrapper; PluginFieldInput: PluginFieldInput; PluginInput: PluginInput; - PositiveInt: ResolverTypeWrapper; + PositiveInt: ResolverTypeWrapper; Post: ResolverTypeWrapper; PostConnection: ResolverTypeWrapper & { edges: Array> }>; PostInput: PostInput; @@ -2147,13 +2175,13 @@ export type ResolversTypes = { RecaptchaVerification: RecaptchaVerification; Recurrance: Recurrance; Status: Status; - String: ResolverTypeWrapper; + String: ResolverTypeWrapper; Subscription: ResolverTypeWrapper<{}>; - Time: ResolverTypeWrapper; + Time: ResolverTypeWrapper; ToggleUserTagAssignInput: ToggleUserTagAssignInput; Translation: ResolverTypeWrapper; Type: Type; - URL: ResolverTypeWrapper; + URL: ResolverTypeWrapper; UnauthenticatedError: ResolverTypeWrapper; UnauthorizedError: ResolverTypeWrapper; UpdateActionItemCategoryInput: UpdateActionItemCategoryInput; @@ -2166,12 +2194,13 @@ export type ResolversTypes = { UpdateUserPasswordInput: UpdateUserPasswordInput; UpdateUserTagInput: UpdateUserTagInput; UpdateUserTypeInput: UpdateUserTypeInput; - Upload: ResolverTypeWrapper; + Upload: ResolverTypeWrapper; User: ResolverTypeWrapper; UserAndOrganizationInput: UserAndOrganizationInput; UserConnection: ResolverTypeWrapper & { edges: Array> }>; UserCustomData: ResolverTypeWrapper; UserEdge: ResolverTypeWrapper & { node: ResolversTypes['User'] }>; + UserFamily: ResolverTypeWrapper; UserInput: UserInput; UserOrderByInput: UserOrderByInput; UserPhone: ResolverTypeWrapper; @@ -2188,6 +2217,7 @@ export type ResolversTypes = { UsersConnectionResult: ResolverTypeWrapper & { data?: Maybe, errors: Array }>; createChatInput: CreateChatInput; createGroupChatInput: CreateGroupChatInput; + createUserFamilyInput: CreateUserFamilyInput; }; /** Mapping between all available schema types and the resolvers parents */ @@ -2199,29 +2229,29 @@ export type ResolversParentTypes = { Advertisement: Omit & { creator?: Maybe }; AggregatePost: AggregatePost; AggregateUser: AggregateUser; - Any: Scalars['Any']['output']; + Any: Scalars['Any']; AuthData: Omit & { user: ResolversParentTypes['User'] }; - Boolean: Scalars['Boolean']['output']; + Boolean: Scalars['Boolean']; CheckIn: InterfaceCheckInModel; CheckInInput: CheckInInput; CheckInStatus: Omit & { checkIn?: Maybe, user: ResolversParentTypes['User'] }; Comment: InterfaceCommentModel; CommentInput: CommentInput; - ConnectionError: ResolversUnionTypes['ConnectionError']; + ConnectionError: ResolversParentTypes['InvalidCursor'] | ResolversParentTypes['MaximumValueError']; ConnectionPageInfo: ConnectionPageInfo; - CountryCode: Scalars['CountryCode']['output']; + CountryCode: Scalars['CountryCode']; CreateActionItemInput: CreateActionItemInput; CreateUserTagInput: CreateUserTagInput; CursorPaginationInput: CursorPaginationInput; - Date: Scalars['Date']['output']; - DateTime: Scalars['DateTime']['output']; + Date: Scalars['Date']; + DateTime: Scalars['DateTime']; DeletePayload: DeletePayload; DirectChat: InterfaceDirectChatModel; DirectChatMessage: InterfaceDirectChatMessageModel; Donation: InterfaceDonationModel; DonationWhereInput: DonationWhereInput; - EmailAddress: Scalars['EmailAddress']['output']; - Error: ResolversInterfaceTypes['Error']; + EmailAddress: Scalars['EmailAddress']; + Error: ResolversParentTypes['UnauthenticatedError'] | ResolversParentTypes['UnauthorizedError']; Event: InterfaceEventModel; EventAttendeeInput: EventAttendeeInput; EventInput: EventInput; @@ -2229,22 +2259,22 @@ export type ResolversParentTypes = { ExtendSession: ExtendSession; Feedback: InterfaceFeedbackModel; FeedbackInput: FeedbackInput; - FieldError: ResolversInterfaceTypes['FieldError']; - Float: Scalars['Float']['output']; + FieldError: ResolversParentTypes['InvalidCursor'] | ResolversParentTypes['MaximumLengthError'] | ResolversParentTypes['MaximumValueError'] | ResolversParentTypes['MinimumLengthError'] | ResolversParentTypes['MinimumValueError']; + Float: Scalars['Float']; ForgotPasswordData: ForgotPasswordData; Group: InterfaceGroupModel; GroupChat: InterfaceGroupChatModel; GroupChatMessage: InterfaceGroupChatMessageModel; - ID: Scalars['ID']['output']; - Int: Scalars['Int']['output']; + ID: Scalars['ID']; + Int: Scalars['Int']; InvalidCursor: InvalidCursor; - JSON: Scalars['JSON']['output']; + JSON: Scalars['JSON']; Language: InterfaceLanguageModel; LanguageInput: LanguageInput; LanguageModel: LanguageModel; - Latitude: Scalars['Latitude']['output']; + Latitude: Scalars['Latitude']; LoginInput: LoginInput; - Longitude: Scalars['Longitude']['output']; + Longitude: Scalars['Longitude']; MaximumLengthError: MaximumLengthError; MaximumValueError: MaximumValueError; MembershipRequest: InterfaceMembershipRequestModel; @@ -2262,12 +2292,12 @@ export type ResolversParentTypes = { OrganizationWhereInput: OrganizationWhereInput; OtpData: OtpData; PageInfo: PageInfo; - PhoneNumber: Scalars['PhoneNumber']['output']; + PhoneNumber: Scalars['PhoneNumber']; Plugin: InterfacePluginModel; PluginField: InterfacePluginFieldModel; PluginFieldInput: PluginFieldInput; PluginInput: PluginInput; - PositiveInt: Scalars['PositiveInt']['output']; + PositiveInt: Scalars['PositiveInt']; Post: InterfacePostModel; PostConnection: Omit & { edges: Array> }; PostInput: PostInput; @@ -2275,12 +2305,12 @@ export type ResolversParentTypes = { PostWhereInput: PostWhereInput; Query: {}; RecaptchaVerification: RecaptchaVerification; - String: Scalars['String']['output']; + String: Scalars['String']; Subscription: {}; - Time: Scalars['Time']['output']; + Time: Scalars['Time']; ToggleUserTagAssignInput: ToggleUserTagAssignInput; Translation: Translation; - URL: Scalars['URL']['output']; + URL: Scalars['URL']; UnauthenticatedError: UnauthenticatedError; UnauthorizedError: UnauthorizedError; UpdateActionItemCategoryInput: UpdateActionItemCategoryInput; @@ -2293,12 +2323,13 @@ export type ResolversParentTypes = { UpdateUserPasswordInput: UpdateUserPasswordInput; UpdateUserTagInput: UpdateUserTagInput; UpdateUserTypeInput: UpdateUserTypeInput; - Upload: Scalars['Upload']['output']; + Upload: Scalars['Upload']; User: InterfaceUserModel; UserAndOrganizationInput: UserAndOrganizationInput; UserConnection: Omit & { edges: Array> }; UserCustomData: UserCustomData; UserEdge: Omit & { node: ResolversParentTypes['User'] }; + UserFamily: InterfaceUserFamilyModel; UserInput: UserInput; UserPhone: UserPhone; UserPhoneInput: UserPhoneInput; @@ -2313,6 +2344,7 @@ export type ResolversParentTypes = { UsersConnectionResult: Omit & { data?: Maybe, errors: Array }; createChatInput: CreateChatInput; createGroupChatInput: CreateGroupChatInput; + createUserFamilyInput: CreateUserFamilyInput; }; export type AuthDirectiveArgs = { }; @@ -2691,6 +2723,7 @@ export type MutationResolvers>; addUserImage?: Resolver>; addUserToGroupChat?: Resolver>; + addUserToUserFamily?: Resolver>; adminRemoveEvent?: Resolver>; adminRemoveGroup?: Resolver>; assignUserTag?: Resolver, ParentType, ContextType, RequireFields>; @@ -2713,6 +2746,7 @@ export type MutationResolvers>; createPost?: Resolver, ParentType, ContextType, RequireFields>; createSampleOrganization?: Resolver; + createUserFamily?: Resolver>; createUserTag?: Resolver, ParentType, ContextType, RequireFields>; deleteAdvertisementById?: Resolver>; deleteDonationById?: Resolver>; @@ -2744,7 +2778,9 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; removeSampleOrganization?: Resolver; removeUserCustomData?: Resolver>; + removeUserFamily?: Resolver>; removeUserFromGroupChat?: Resolver>; + removeUserFromUserFamily?: Resolver>; removeUserImage?: Resolver; removeUserTag?: Resolver, ParentType, ContextType, RequireFields>; revokeRefreshTokenForUser?: Resolver; @@ -3018,6 +3054,15 @@ export type UserEdgeResolvers; }; +export type UserFamilyResolvers = { + _id?: Resolver; + admins?: Resolver, ParentType, ContextType>; + creator?: Resolver; + title?: Resolver, ParentType, ContextType>; + users?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}; + export type UserPhoneResolvers = { home?: Resolver, ParentType, ContextType>; mobile?: Resolver, ParentType, ContextType>; @@ -3133,6 +3178,7 @@ export type Resolvers = { UserConnection?: UserConnectionResolvers; UserCustomData?: UserCustomDataResolvers; UserEdge?: UserEdgeResolvers; + UserFamily?: UserFamilyResolvers; UserPhone?: UserPhoneResolvers; UserTag?: UserTagResolvers; UserTagEdge?: UserTagEdgeResolvers; diff --git a/src/utilities/userFamilyAdminCheck.ts b/src/utilities/userFamilyAdminCheck.ts new file mode 100644 index 0000000000..bf482733bf --- /dev/null +++ b/src/utilities/userFamilyAdminCheck.ts @@ -0,0 +1,36 @@ +import { Types } from "mongoose"; +import { errors, requestContext } from "../libraries"; +import { USER_NOT_AUTHORIZED_ADMIN } from "../constants"; +import type { InterfaceUserFamily } from "../models/userFamily"; +import { User } from "../models"; +/** + * If the current user is an admin of the organisation, this function returns `true` otherwise it returns `false`. + * @remarks + * This is a utility method. + * @param userId - Current user id. + * @param userFamily - userFamily data of `InterfaceuserFamily` type. + * @returns `True` or `False`. + */ +export const adminCheck = async ( + userId: string | Types.ObjectId, + userFamily: InterfaceUserFamily +): Promise => { + const userIsUserFamilyAdmin = userFamily.admins.some( + (admin) => admin === userId || Types.ObjectId(admin).equals(userId) + ); + + const user = await User.findOne({ + _id: userId, + }); + const isUserSuperAdmin: boolean = user + ? user.userType === "SUPERADMIN" + : false; + + if (!userIsUserFamilyAdmin && !isUserSuperAdmin) { + throw new errors.UnauthorizedError( + requestContext.translate(`${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`), + USER_NOT_AUTHORIZED_ADMIN.CODE, + USER_NOT_AUTHORIZED_ADMIN.PARAM + ); + } +}; diff --git a/tests/helpers/userAndUserFamily.ts b/tests/helpers/userAndUserFamily.ts new file mode 100644 index 0000000000..8a44a588a8 --- /dev/null +++ b/tests/helpers/userAndUserFamily.ts @@ -0,0 +1,75 @@ +import { nanoid } from "nanoid"; +import type { InterfaceUserFamily } from "../../src/models/userFamily"; +import { User } from "../../src/models"; +import { UserFamily } from "../../src/models/userFamily"; +import type { InterfaceUser } from "../../src/models"; + +import type { Document } from "mongoose"; + +export type TestUserFamilyType = + | (InterfaceUserFamily & Document) + | null; + +export type TestUserType = + | (InterfaceUser & Document) + | null; + +export const createTestUserFunc = async (): Promise => { + const testUser = await User.create({ + email: `email${nanoid().toLowerCase()}@gmail.com`, + password: `pass${nanoid().toLowerCase()}`, + firstName: `firstName${nanoid().toLowerCase()}`, + lastName: `lastName${nanoid().toLowerCase()}`, + appLanguageCode: "en", + userType: "SUPERADMIN", + }); + + return testUser; +}; + +export const createTestUserFamilyWithAdmin = async ( + userID: string, + isMember = true, + isAdmin = true +): Promise => { + const testUser = await createTestUserFunc(); + if (testUser) { + const testUserFamily = await UserFamily.create({ + title: `name${nanoid().toLocaleLowerCase()}`, + users: isMember ? [testUser._id] : [], + admins: isAdmin ? [testUser._id] : [], + creator: [testUser._id], + }); + + await User.updateOne( + { + _id: userID, + }, + { + $push: { + createdUserFamily: testUserFamily._id, + joinedUserFamily: testUserFamily._id, + adminForUserFamily: testUserFamily._id, + }, + } + ); + + return testUserFamily; + } else { + return null; + } +}; + +export const createTestUserAndUserFamily = async ( + isMember = true, + isAdmin = true +): Promise<[TestUserType, TestUserFamilyType]> => { + const testUser = await createTestUserFunc(); + const testUserFamily = await createTestUserFamilyWithAdmin( + testUser?._id, + isMember, + isAdmin + ); + + return [testUser, testUserFamily]; +}; diff --git a/tests/resolvers/Mutation/addUserToUserFamily.spec.ts b/tests/resolvers/Mutation/addUserToUserFamily.spec.ts new file mode 100644 index 0000000000..aea2fbda70 --- /dev/null +++ b/tests/resolvers/Mutation/addUserToUserFamily.spec.ts @@ -0,0 +1,147 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { UserFamily } from "../../../src/models/userFamily"; +import type { MutationAddUserToUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + USER_ALREADY_MEMBER_ERROR, + USER_NOT_FOUND_ERROR, + USER_FAMILY_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; +import type { TestUserType } from "../../helpers/userAndUserFamily"; +import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let testUser: TestUserType; +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultsArray = await createTestUserAndUserFamily(); + testUser = resultsArray[0]; + testUserFamily = resultsArray[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolver -> mutation -> addUserToUserFamily", () => { + afterAll(() => { + vi.doUnmock("../../../src/constants"); + vi.resetModules(); + }); + + it(`throws NotFoundError if no user Family exists with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationAddUserToUserFamilyArgs = { + familyId: Types.ObjectId().toString(), + userId: testUser?.id, + }; + + const context = { + userId: testUser?.id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + await addUserToUserFamily?.({}, args, context); + } catch (error: any) { + expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it(`throws NotFoundError if no user exists with _id === args.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationAddUserToUserFamilyArgs = { + familyId: testUserFamily?._id, + userId: Types.ObjectId().toString(), + }; + + const context = { + userId: testUser?._id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + await addUserToUserFamily?.({}, args, context); + } catch (error: any) { + expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it(`throws ConflictError if user with _id === args.userId is already a member + of user family group with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationAddUserToUserFamilyArgs = { + familyId: testUserFamily?._id, + userId: testUser?.id, + }; + + const context = { + userId: testUser?._id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + await addUserToUserFamily?.({}, args, context); + } catch (error: any) { + expect(spy).toBeCalledWith(USER_ALREADY_MEMBER_ERROR.MESSAGE); + expect(error.message).toEqual(USER_ALREADY_MEMBER_ERROR.MESSAGE); + } + }); + + it(`add the user family with _id === args.familyId and returns it`, async () => { + await UserFamily.updateOne( + { + _id: testUserFamily?._id, + }, + { + $set: { + users: [], + }, + } + ); + + const args: MutationAddUserToUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUser?.id, + }; + + const context = { + userId: testUser?.id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + const addUserToUserFamilyPayload = await addUserToUserFamily?.( + {}, + args, + context + ); + expect(addUserToUserFamilyPayload?._id).toEqual(testUserFamily?._id); + expect(addUserToUserFamilyPayload?.users).toEqual([testUser?._id]); + }); +}); diff --git a/tests/resolvers/Mutation/createUserFamily.spec.ts b/tests/resolvers/Mutation/createUserFamily.spec.ts new file mode 100644 index 0000000000..78f27f9e83 --- /dev/null +++ b/tests/resolvers/Mutation/createUserFamily.spec.ts @@ -0,0 +1,188 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import type { MutationCreateUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + LENGTH_VALIDATION_ERROR, + USER_FAMILY_MIN_MEMBERS_ERROR_CODE, + USER_NOT_AUTHORIZED_SUPERADMIN, + USER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; +import type { TestUserType } from "../../helpers/userAndUserFamily"; +import { createTestUserFunc } from "../../helpers/userAndUserFamily"; +import { createTestUserFunc as createTestUser } from "../../helpers/user"; +import { User } from "../../../src/models"; + +let testUser: TestUserType; +let testUser2: TestUserType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultsArray = await createTestUserFunc(); + const secondUser = await createTestUser(); + + testUser = resultsArray; + testUser2 = secondUser; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> createUserFamily", () => { + it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser?._id, testUser2?._id], + }, + }; + + const context = { + userId: Types.ObjectId().toString(), + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws Not Authorized error if user is not a super admin`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser?._id, testUser2?._id], + }, + }; + + const context = { + userId: testUser2?._id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); + expect(error.message).toEqual( + `${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + ); + } + }); + + it(`throws String Length Validation error if name is greater than 256 characters`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: + "JWQPfpdkGGGKyryb86K4YN85nDj4m4F7gEAMBbMXLax73pn2okV6kpWY0EYO0XSlUc0fAlp45UCgg3s6mqsRYF9FOlzNIDFLZ1rd03Z17cdJRuvBcAmbC0imyqGdXHGDUQmVyOjDkaOLAvjhB5uDeuEqajcAPTcKpZ6LMpigXuqRAd0xGdPNXyITC03FEeKZAjjJL35cSIUeMv5eWmiFlmmm70FU1Bp6575zzBtEdyWPLflcA2GpGmmf4zvT7nfgN3NIkwQIhk9OwP8dn75YYczcYuUzLpxBu1Lyog77YlAj5DNdTIveXu9zHeC6V4EEUcPQtf1622mhdU3jZNMIAyxcAG4ErtztYYRqFs0ApUxXiQI38rmiaLcicYQgcOxpmFvqRGiSduiCprCYm90CHWbQFq4w2uhr8HhR3r9HYMIYtrRyO6C3rPXaQ7otpjuNgE0AKI57AZ4nGG1lvNwptFCY60JEndSLX9Za6XP1zkVRLaMZArQNl", + userIds: [testUser?._id, testUser2?._id], + }, + }; + const context = { + userId: testUser?._id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + ); + expect(error.message).toEqual( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + ); + } + }); + + it(`throws InputValidationError if userIds array has fewer than 2 members`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser?._id], + }, + }; + + const context = { + userId: testUser?.id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith( + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE + ); + expect(error.code).toEqual(USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE); + } + }); + + it(`creates the user Family and returns it`, async () => { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser2?._id, testUser?._id], + }, + }; + + const context = { + userId: testUser?.id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + const createUserFamilyPayload = await createUserFamilyResolver?.( + {}, + args, + context + ); + + expect(createUserFamilyPayload).toEqual( + expect.objectContaining({ + title: "title", + }) + ); + }); +}); diff --git a/tests/resolvers/Mutation/removeUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFamily.spec.ts new file mode 100644 index 0000000000..1e3e6fa812 --- /dev/null +++ b/tests/resolvers/Mutation/removeUserFamily.spec.ts @@ -0,0 +1,139 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { UserFamily } from "../../../src/models/userFamily"; +import { removeUserFamily as removeUserFamilyResolver } from "../../../src/resolvers/Mutation/removeUserFamily"; +import type { MutationRemoveUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_AUTHORIZED_SUPERADMIN, + USER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + afterEach, + vi, +} from "vitest"; +import { + createTestUserFunc, + type TestUserType, +} from "../../helpers/userAndUserFamily"; +import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUsers: TestUserType[]; +let testUserFamily: TestUserFamilyType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const tempUser1 = await createTestUserFunc(); + const tempUser2 = await createTestUserFunc(); + testUsers = [tempUser1, tempUser2]; + + testUserFamily = await UserFamily.create({ + title: "Family", + admins: [tempUser1, tempUser2], + creator: tempUser1, + users: [tempUser1, tempUser2], + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> removeUserFamily", () => { + afterEach(() => { + vi.resetAllMocks(); + vi.doMock("../../src/constants"); + vi.resetModules(); + }); + + it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + const args: MutationRemoveUserFamilyArgs = { + familyId: testUserFamily?._id, + }; + + const context = { + userId: Types.ObjectId().toString(), + }; + + const { removeUserFamily: removeUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/removeUserFamily" + ); + + await removeUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws NotFoundError if no user family exists with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + const args: MutationRemoveUserFamilyArgs = { + familyId: testUserFamily?._id, + }; + + const context = { + userId: testUsers[1]?._id, + }; + + const { removeUserFamily: removeUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/removeUserFamily" + ); + + await removeUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws User is not SUPERADMIN error if current user is with _id === context.userId is not a SUPERADMIN`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + + try { + const args: MutationRemoveUserFamilyArgs = { + familyId: testUserFamily?.id, + }; + + const context = { + userId: testUsers[0]?.id, + }; + + const { removeUserFamily: removeUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/removeUserFamily" + ); + + await removeUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual(`${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}`); + } + }); +}); diff --git a/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts new file mode 100644 index 0000000000..b8e86fff28 --- /dev/null +++ b/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts @@ -0,0 +1,286 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { User } from "../../../src/models"; +import { UserFamily } from "../../../src/models/userFamily"; +import type { MutationRemoveUserFromUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + ADMIN_REMOVING_ADMIN, + ADMIN_REMOVING_CREATOR, + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_AUTHORIZED_ERROR, + USER_NOT_FOUND_ERROR, + USER_REMOVING_SELF, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; +import { + createTestUserFunc, + type TestUserType, +} from "../../helpers/userAndUserFamily"; +import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUsers: TestUserType[]; +let testUserFamily: TestUserFamilyType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const tempUser1 = await createTestUserFunc(); + const tempUser2 = await createTestUserFunc(); + const tempUser3 = await createTestUserFunc(); + const tempUser4 = await createTestUserFunc(); + const tempUser5 = await createTestUserFunc(); + testUsers = [tempUser1, tempUser2, tempUser3, tempUser4, tempUser5]; + testUserFamily = await UserFamily.create({ + title: "title", + users: [ + testUsers[0]?._id, + testUsers[1]?._id, + testUsers[2]?._id, + testUsers[4]?._id, + ], + admins: [testUsers[2]?._id, testUsers[1]?._id], + creator: testUsers[2]?._id, + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolver -> Mutation -> removerUserFromUserFamily", () => { + it("should throw user not found error when user with _id === args.userId does not exist", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[4]?._id, + }; + + const context = { + userId: testUsers[1]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws NotFoundError if no user family exists with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => message); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: Types.ObjectId().toString(), + userId: testUsers[4]?._id, + }; + + const context = { + userId: testUsers[0]?._id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it(`throws UnauthorizedError if users field of user family with _id === args.familyId + does not contain user with _id === args.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => message); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[3]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it("should throw member not found error when user with _id === args.data.userId does not exist in the user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[3]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it("should throw admin cannot remove self error when user with _id === args.data.userId === context.userId", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[2]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_REMOVING_SELF.MESSAGE); + expect(error.message).toEqual(`Translated ${USER_REMOVING_SELF.MESSAGE}`); + } + }); + + it("should throw admin cannot remove another admin error when user with _id === args.data.userId is also an admin in the user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[1]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it("should throw admin cannot remove creator error when user with _id === args.data.userId is the user Family creator in the user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[2]?._id, + }; + + const context = { + userId: testUsers[1]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(ADMIN_REMOVING_CREATOR.MESSAGE); + expect(error.message).toEqual( + `Translated ${ADMIN_REMOVING_CREATOR.MESSAGE}` + ); + } + }); + + it("remove that user with _id === args.data.userId from that user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[4]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + const updatedUserFamily = await removeUserFromUserFamilyResolver?.( + {}, + args, + context + ); + + expect(updatedUserFamily?.users).not.toContain(testUsers[4]?._id); + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); +}); diff --git a/tests/resolvers/UserFamily/admins.spec.ts b/tests/resolvers/UserFamily/admins.spec.ts new file mode 100644 index 0000000000..c4d776a3e2 --- /dev/null +++ b/tests/resolvers/UserFamily/admins.spec.ts @@ -0,0 +1,37 @@ +import "dotenv/config"; +import { admins as usersResolver } from "../../../src/resolvers/UserFamily/admins"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { User } from "../../../src/models"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultArray = await createTestUserAndUserFamily(); + testUserFamily = resultArray[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> UserFamily -> admins", () => { + it(`returns user objects for parent.admins`, async () => { + const parent = testUserFamily!.toObject(); + + const usersPayload = await usersResolver?.(parent, {}, {}); + + const users = await User.find({ + _id: { + $in: testUserFamily?.admins, + }, + }).lean(); + + expect(usersPayload).toEqual(users); + }); +}); diff --git a/tests/resolvers/UserFamily/creator.spec.ts b/tests/resolvers/UserFamily/creator.spec.ts new file mode 100644 index 0000000000..eb5c65081e --- /dev/null +++ b/tests/resolvers/UserFamily/creator.spec.ts @@ -0,0 +1,111 @@ +import "dotenv/config"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { User } from "../../../src/models"; +import { UserFamily } from "../../../src/models/userFamily"; + +import { USER_NOT_FOUND_ERROR } from "../../../src/constants"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + afterEach, + vi, +} from "vitest"; +import type { + TestUserType, + TestUserFamilyType, +} from "../../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUser: TestUserType; +let testUserFamily: TestUserFamilyType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const userAndUserFamily = await createTestUserAndUserFamily(); + testUser = userAndUserFamily[0]; + testUserFamily = userAndUserFamily[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> UserFamily -> creator", () => { + afterEach(() => { + vi.doUnmock("../../../src/constants"); + vi.resetModules(); + }); + + it(`throws NotFoundError if no user exists with _id === parent.creator`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + testUserFamily = await UserFamily.findOneAndUpdate( + { + _id: testUserFamily?._id, + }, + { + $set: { + creator: Types.ObjectId().toString(), + }, + }, + { + new: true, + } + ); + + const parent = testUserFamily?.toObject(); + + const { creator: creatorResolver } = await import( + "../../../src/resolvers/UserFamily/creator" + ); + if (parent) { + await creatorResolver?.(parent, {}, {}); + } + } catch (error: any) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`returns user object for parent.creator`, async () => { + testUserFamily = await UserFamily.findOneAndUpdate( + { + _id: testUserFamily?._id, + }, + { + $set: { + creator: testUser?._id, + }, + }, + { + new: true, + } + ); + + const parent = testUserFamily?.toObject(); + + const { creator: creatorResolver } = await import( + "../../../src/resolvers/UserFamily/creator" + ); + if (parent) { + const creatorPayload = await creatorResolver?.(parent, {}, {}); + const creator = await User.findOne({ + _id: testUserFamily?.creator.toString(), + }).lean(); + + expect(creatorPayload).toEqual(creator); + } + }); +}); diff --git a/tests/resolvers/UserFamily/users.spec.ts b/tests/resolvers/UserFamily/users.spec.ts new file mode 100644 index 0000000000..6a5f7b5124 --- /dev/null +++ b/tests/resolvers/UserFamily/users.spec.ts @@ -0,0 +1,37 @@ +import "dotenv/config"; +import { users as usersResolver } from "../../../src/resolvers/UserFamily/users"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { User } from "../../../src/models"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultArray = await createTestUserAndUserFamily(); + testUserFamily = resultArray[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> UserFamily -> users", () => { + it(`returns user objects for parent.users`, async () => { + const parent = testUserFamily!.toObject(); + + const usersPayload = await usersResolver?.(parent, {}, {}); + + const users = await User.find({ + _id: { + $in: testUserFamily?.users, + }, + }).lean(); + + expect(usersPayload).toEqual(users); + }); +}); diff --git a/tests/utilities/userFamilyAdminCheck.spec.ts b/tests/utilities/userFamilyAdminCheck.spec.ts new file mode 100644 index 0000000000..756f8d2bdc --- /dev/null +++ b/tests/utilities/userFamilyAdminCheck.spec.ts @@ -0,0 +1,157 @@ +import "dotenv/config"; +import { + afterAll, + afterEach, + beforeAll, + describe, + expect, + it, + vi, +} from "vitest"; +import { connect, disconnect } from "../helpers/db"; +import { USER_NOT_AUTHORIZED_ADMIN } from "../../src/constants"; +import type { + TestUserFamilyType, + TestUserType, +} from "../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../helpers/userAndUserFamily"; +import { createTestUserFunc } from "../helpers/user"; +import mongoose from "mongoose"; +import type { InterfaceUserFamily } from "../../src/models/userFamily"; +import { User } from "../../src/models"; +import { UserFamily } from "../../src/models/userFamily"; +import { ApplicationError } from "../../src/libraries/errors"; + +let testUser: TestUserType; +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const userAndUserFamily = await createTestUserAndUserFamily(false, false); + testUser = await createTestUserFunc(); + testUserFamily = userAndUserFamily[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("utilities -> adminCheck", () => { + afterEach(() => { + vi.resetModules(); + }); + + it("throws error if userIsUserFamilyAdmin === false and isUserSuperAdmin === false", async () => { + const { requestContext } = await import("../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + await adminCheck( + testUser?._id, + testUserFamily ?? ({} as InterfaceUserFamily) + ); + } catch (error: any) { + expect(error.message).toEqual( + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + ); + } + expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); + }); + + it("throws no error if userIsUserFamilyAdmin === false and isUserSuperAdmin === true", async () => { + const updatedUser = await User.findOneAndUpdate( + { + _id: testUser?._id, + }, + { + userType: "SUPERADMIN", + }, + { + new: true, + upsert: true, + } + ); + + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + + await expect( + adminCheck( + updatedUser?._id, + testUserFamily ?? ({} as InterfaceUserFamily) + ) + ).resolves.not.toThrowError(); + }); + + it("throws no error if user is an admin in that user family but not super admin", async () => { + const updatedUser = await User.findOneAndUpdate( + { + _id: testUser?._id, + }, + { + userType: "USER", + }, + { + new: true, + upsert: true, + } + ); + + const updatedUserFamily = await UserFamily.findOneAndUpdate( + { + _id: testUserFamily?._id, + }, + { + $push: { + admins: testUser?._id, + }, + }, + { + new: true, + upsert: true, + } + ); + + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + + await expect( + adminCheck( + updatedUser?._id, + updatedUserFamily ?? ({} as InterfaceUserFamily) + ) + ).resolves.not.toThrowError(); + }); + it("throws error if user is not found with the specific Id", async () => { + const { requestContext } = await import("../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + await adminCheck( + new mongoose.Types.ObjectId(), + testUserFamily ?? ({} as InterfaceUserFamily) + ); + } catch (error: unknown) { + if (!(error instanceof ApplicationError)) return; + expect(error.message).toEqual( + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + ); + } + expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); + }); +}); From c4dc1b82dd02b1221be182b3c70dc652ff30e9b1 Mon Sep 17 00:00:00 2001 From: palisadoes <118007662+AdityaRaimec22@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:50:14 +0000 Subject: [PATCH 004/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- .../models_userFamily.InterfaceUserFamily.md | 67 + ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules.md | 10 + talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 234 +- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/models_userFamily.md | 23 + talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_addUserToUserFamily.md | 41 + .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserFamily.md | 40 + .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- .../resolvers_Mutation_removeUserFamily.md | 35 + ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- ...lvers_Mutation_removeUserFromUserFamily.md | 40 + .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- .../modules/resolvers_UserFamily.md | 19 + .../modules/resolvers_UserFamily_admins.md | 25 + .../modules/resolvers_UserFamily_creator.md | 25 + .../modules/resolvers_UserFamily_users.md | 25 + talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 2308 +++++++++-------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- .../modules/utilities_userFamilyAdminCheck.md | 38 + 379 files changed, 2362 insertions(+), 1906 deletions(-) create mode 100644 talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md create mode 100644 talawa-api-docs/modules/models_userFamily.md create mode 100644 talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md create mode 100644 talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md create mode 100644 talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md create mode 100644 talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md create mode 100644 talawa-api-docs/modules/resolvers_UserFamily.md create mode 100644 talawa-api-docs/modules/resolvers_UserFamily_admins.md create mode 100644 talawa-api-docs/modules/resolvers_UserFamily_creator.md create mode 100644 talawa-api-docs/modules/resolvers_UserFamily_users.md create mode 100644 talawa-api-docs/modules/utilities_userFamilyAdminCheck.md diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index 86e8f233da..2fe546e716 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index b4c263facd..28b34e603b 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index da7c150549..b79a22eedb 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index 2116827545..c971430020 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index 36f17dcbb2..e9394631d8 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index 09c931ae10..114d98bd30 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index aed68c0bb4..65085a7706 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index ef9a262d2a..087dc2f895 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index 924a18a057..e0705b0bcc 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index 952dcf85e5..df848a2021 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index d17ceeac86..41e5fa45e9 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L528) +[src/constants.ts:540](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L540) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L530) +[src/constants.ts:542](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L542) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L529) +[src/constants.ts:541](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L541) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index 9f31d58478..1f201ff06b 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index 824edfd785..22256b808f 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index 96e4d181b9..11cd9085d3 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index 507f9f2bf0..4a2180b723 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index 05b3e32823..d37f731472 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index c2a81f59df..16ef141cc7 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index 63e56c80be..9a19ae4bde 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index b90d1e9271..10f7986442 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index 5094562533..4035b95f8f 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index cb7bfba254..ef0166b278 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index ddbf81bcf3..014cf95fe1 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index 2bd3fefdc0..b283b2eddc 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index 23ad381150..3d04b11f38 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index bb9cd5ddea..500f2abebb 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index 48399a2bd4..b9980fcef3 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index a2dd723c38..a0f81aefb7 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index 01aa098286..74bded5559 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index f5a83e4a58..b90bbbd4b9 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index 7943079aed..0674c562a4 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index dbfee9f795..706c08e3da 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index cf2d364917..8db17734b7 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index 072a42bc8a..c121bf5246 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index 3424aa0f69..b6be8e11c0 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index e8ccf21aa7..ba91680201 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index 44ac9efb5c..75ad2d1bf6 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index 4ae661dc47..3fb8411b74 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index f8bdcf873f..e261adb15a 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index 235b111393..4590f4c3b8 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index d1fb0f3e90..dc489a0cec 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index 76802ad938..b55b5b13eb 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index 2ee78dbf9a..9f02b45279 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index 1d9fdf0cf3..f8896061f0 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index 031af1dc60..a42eec4326 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index 4a2e2d4038..17ea882b67 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index 0cf1f4685c..925c1eecc2 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index bdf8165cc4..463a103f16 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index 95a2d4fd7e..9d1e5ec8ac 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md b/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md new file mode 100644 index 0000000000..79186d233d --- /dev/null +++ b/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md @@ -0,0 +1,67 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / [models/userFamily](../modules/models_userFamily.md) / InterfaceUserFamily + +# Interface: InterfaceUserFamily + +[models/userFamily](../modules/models_userFamily.md).InterfaceUserFamily + +This is an interface that represents a database(MongoDB) document for Family. + +## Table of contents + +### Properties + +- [\_id](models_userFamily.InterfaceUserFamily.md#_id) +- [admins](models_userFamily.InterfaceUserFamily.md#admins) +- [creator](models_userFamily.InterfaceUserFamily.md#creator) +- [title](models_userFamily.InterfaceUserFamily.md#title) +- [users](models_userFamily.InterfaceUserFamily.md#users) + +## Properties + +### \_id + +• **\_id**: `ObjectId` + +#### Defined in + +[src/models/userFamily.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L9) + +___ + +### admins + +• **admins**: `any`[] + +#### Defined in + +[src/models/userFamily.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L12) + +___ + +### creator + +• **creator**: `any`[] + +#### Defined in + +[src/models/userFamily.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L13) + +___ + +### title + +• **title**: `string` + +#### Defined in + +[src/models/userFamily.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L10) + +___ + +### users + +• **users**: `any`[] + +#### Defined in + +[src/models/userFamily.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L11) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index 4a7cf2b2f3..929e028301 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2394) +[src/types/generatedGraphQLTypes.ts:2426](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2426) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index 8ec398c5f5..fbb10c021e 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2481](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2481) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index 41d66a1259..09e3cefaaa 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2453) +[src/types/generatedGraphQLTypes.ts:2485](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2485) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index 7bab1dd777..4ae389801b 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2457) +[src/types/generatedGraphQLTypes.ts:2489](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2489) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index dc6f49e56c..b4c1bd4d3e 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2501) +[src/types/generatedGraphQLTypes.ts:2533](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2533) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index 4c1da2fed3..23aa9b4b3a 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2600) +[src/types/generatedGraphQLTypes.ts:2632](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2632) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index efa8363cb0..53fbe9b684 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2621) +[src/types/generatedGraphQLTypes.ts:2653](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2653) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index d0fb89150a..af744b8e38 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2657](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2657) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index c5ce343fe3..448921dbe5 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2872](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2872) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index 6c490d5211..73c205b36b 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2857) +[src/types/generatedGraphQLTypes.ts:2893](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2893) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index 73e30996cc..7cdddc602b 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:2053](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2053) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2013) +[src/types/generatedGraphQLTypes.ts:2052](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2052) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index 7c0bb815a8..6a780bb755 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2009) +[src/types/generatedGraphQLTypes.ts:2048](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2048) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2008) +[src/types/generatedGraphQLTypes.ts:2047](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2047) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index 0b1b1a5fba..c12739571a 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2934) +[src/types/generatedGraphQLTypes.ts:2970](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2970) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index 9f164de5f5..ce28bd8dc7 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2965) +[src/types/generatedGraphQLTypes.ts:3001](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3001) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index 0062519af4..2ed762d472 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2946) +[src/types/generatedGraphQLTypes.ts:2982](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2982) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index 0fa03b6ba3..6db1cd3f66 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index 937a751d0b..661df4e294 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules.md b/talawa-api-docs/modules.md index 27908154ab..89651d9ec7 100644 --- a/talawa-api-docs/modules.md +++ b/talawa-api-docs/modules.md @@ -75,6 +75,7 @@ - [models/TagUser](modules/models_TagUser.md) - [models/User](modules/models_User.md) - [models/UserCustomData](modules/models_UserCustomData.md) +- [models/userFamily](modules/models_userFamily.md) - [resolvers](modules/resolvers.md) - [resolvers/ActionItem](modules/resolvers_ActionItem.md) - [resolvers/ActionItem/actionItemCategory](modules/resolvers_ActionItem_actionItemCategory.md) @@ -131,6 +132,7 @@ - [resolvers/Mutation/addUserCustomData](modules/resolvers_Mutation_addUserCustomData.md) - [resolvers/Mutation/addUserImage](modules/resolvers_Mutation_addUserImage.md) - [resolvers/Mutation/addUserToGroupChat](modules/resolvers_Mutation_addUserToGroupChat.md) +- [resolvers/Mutation/addUserToUserFamily](modules/resolvers_Mutation_addUserToUserFamily.md) - [resolvers/Mutation/adminRemoveEvent](modules/resolvers_Mutation_adminRemoveEvent.md) - [resolvers/Mutation/adminRemoveGroup](modules/resolvers_Mutation_adminRemoveGroup.md) - [resolvers/Mutation/assignUserTag](modules/resolvers_Mutation_assignUserTag.md) @@ -153,6 +155,7 @@ - [resolvers/Mutation/createPlugin](modules/resolvers_Mutation_createPlugin.md) - [resolvers/Mutation/createPost](modules/resolvers_Mutation_createPost.md) - [resolvers/Mutation/createSampleOrganization](modules/resolvers_Mutation_createSampleOrganization.md) +- [resolvers/Mutation/createUserFamily](modules/resolvers_Mutation_createUserFamily.md) - [resolvers/Mutation/createUserTag](modules/resolvers_Mutation_createUserTag.md) - [resolvers/Mutation/deleteAdvertisementById](modules/resolvers_Mutation_deleteAdvertisementById.md) - [resolvers/Mutation/deleteDonationById](modules/resolvers_Mutation_deleteDonationById.md) @@ -184,7 +187,9 @@ - [resolvers/Mutation/removePost](modules/resolvers_Mutation_removePost.md) - [resolvers/Mutation/removeSampleOrganization](modules/resolvers_Mutation_removeSampleOrganization.md) - [resolvers/Mutation/removeUserCustomData](modules/resolvers_Mutation_removeUserCustomData.md) +- [resolvers/Mutation/removeUserFamily](modules/resolvers_Mutation_removeUserFamily.md) - [resolvers/Mutation/removeUserFromGroupChat](modules/resolvers_Mutation_removeUserFromGroupChat.md) +- [resolvers/Mutation/removeUserFromUserFamily](modules/resolvers_Mutation_removeUserFromUserFamily.md) - [resolvers/Mutation/removeUserImage](modules/resolvers_Mutation_removeUserImage.md) - [resolvers/Mutation/removeUserTag](modules/resolvers_Mutation_removeUserTag.md) - [resolvers/Mutation/revokeRefreshTokenForUser](modules/resolvers_Mutation_revokeRefreshTokenForUser.md) @@ -267,6 +272,10 @@ - [resolvers/Subscription/messageSentToGroupChat](modules/resolvers_Subscription_messageSentToGroupChat.md) - [resolvers/Subscription/onPluginUpdate](modules/resolvers_Subscription_onPluginUpdate.md) - [resolvers/User](modules/resolvers_User.md) +- [resolvers/UserFamily](modules/resolvers_UserFamily.md) +- [resolvers/UserFamily/admins](modules/resolvers_UserFamily_admins.md) +- [resolvers/UserFamily/creator](modules/resolvers_UserFamily_creator.md) +- [resolvers/UserFamily/users](modules/resolvers_UserFamily_users.md) - [resolvers/UserTag](modules/resolvers_UserTag.md) - [resolvers/UserTag/childTags](modules/resolvers_UserTag_childTags.md) - [resolvers/UserTag/organization](modules/resolvers_UserTag_organization.md) @@ -328,3 +337,4 @@ - [utilities/reuploadDuplicateCheck](modules/utilities_reuploadDuplicateCheck.md) - [utilities/superAdminCheck](modules/utilities_superAdminCheck.md) - [utilities/uploadImage](modules/utilities_uploadImage.md) +- [utilities/userFamilyAdminCheck](modules/utilities_userFamilyAdminCheck.md) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index daba9b381b..bc318ea852 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index 0c1ee04ad3..8f5b539b5d 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index 8c66d2a38d..11a7715a33 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index 638b3647dd..f643536083 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index 1ecd955312..ef1989af93 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -91,6 +91,8 @@ - [USER\_BLOCKING\_SELF](constants.md#user_blocking_self) - [USER\_DOES\_NOT\_BELONG\_TO\_TAGS\_ORGANIZATION](constants.md#user_does_not_belong_to_tags_organization) - [USER\_DOES\_NOT\_HAVE\_THE\_TAG](constants.md#user_does_not_have_the_tag) +- [USER\_FAMILY\_MIN\_MEMBERS\_ERROR\_CODE](constants.md#user_family_min_members_error_code) +- [USER\_FAMILY\_NOT\_FOUND\_ERROR](constants.md#user_family_not_found_error) - [USER\_NOT\_AUTHORIZED\_ADMIN](constants.md#user_not_authorized_admin) - [USER\_NOT\_AUTHORIZED\_ERROR](constants.md#user_not_authorized_error) - [USER\_NOT\_AUTHORIZED\_SUPERADMIN](constants.md#user_not_authorized_superadmin) @@ -117,7 +119,7 @@ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L490) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L502) ___ @@ -136,7 +138,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L24) ___ @@ -155,7 +157,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L17) ___ @@ -174,7 +176,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L10) ___ @@ -192,7 +194,7 @@ ___ #### Defined in -[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L254) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L266) ___ @@ -210,7 +212,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L247) +[src/constants.ts:259](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L259) ___ @@ -228,7 +230,7 @@ ___ #### Defined in -[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L235) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L247) ___ @@ -246,7 +248,7 @@ ___ #### Defined in -[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L241) +[src/constants.ts:253](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L253) ___ @@ -265,7 +267,7 @@ ___ #### Defined in -[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L340) +[src/constants.ts:352](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L352) ___ @@ -275,7 +277,7 @@ ___ #### Defined in -[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L488) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L500) ___ @@ -294,7 +296,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L31) ___ @@ -313,7 +315,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L37) ___ @@ -331,7 +333,7 @@ ___ #### Defined in -[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L460) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L472) ___ @@ -349,7 +351,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L472) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L484) ___ @@ -367,7 +369,7 @@ ___ #### Defined in -[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L466) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L478) ___ @@ -385,7 +387,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L478) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L490) ___ @@ -404,7 +406,7 @@ ___ #### Defined in -[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L426) +[src/constants.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L438) ___ @@ -422,7 +424,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L155) ___ @@ -432,7 +434,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L43) ___ @@ -451,7 +453,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L44) ___ @@ -469,7 +471,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L51) ___ @@ -487,7 +489,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L167) ___ @@ -505,7 +507,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L124) ___ @@ -523,7 +525,7 @@ ___ #### Defined in -[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L299) +[src/constants.ts:311](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L311) ___ @@ -541,7 +543,7 @@ ___ #### Defined in -[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L346) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L358) ___ @@ -559,7 +561,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L143) ___ @@ -578,7 +580,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L406) +[src/constants.ts:418](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L418) ___ @@ -596,7 +598,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L118) ___ @@ -606,7 +608,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L57) ___ @@ -625,7 +627,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L412) +[src/constants.ts:424](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L424) ___ @@ -644,7 +646,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L130) ___ @@ -662,7 +664,7 @@ ___ #### Defined in -[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L292) +[src/constants.ts:304](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L304) ___ @@ -672,7 +674,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L59) ___ @@ -682,7 +684,7 @@ ___ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L502) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L514) ___ @@ -700,7 +702,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L174) ___ @@ -710,7 +712,7 @@ ___ #### Defined in -[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L523) +[src/constants.ts:535](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L535) ___ @@ -720,7 +722,7 @@ ___ #### Defined in -[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L525) +[src/constants.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L537) ___ @@ -730,7 +732,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L500) +[src/constants.ts:512](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L512) ___ @@ -740,7 +742,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L498) +[src/constants.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L510) ___ @@ -750,7 +752,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L484) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L496) ___ @@ -760,7 +762,7 @@ ___ #### Defined in -[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L486) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L498) ___ @@ -770,7 +772,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L72) ___ @@ -789,7 +791,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L66) ___ @@ -808,7 +810,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L60) ___ @@ -818,7 +820,7 @@ ___ #### Defined in -[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L518) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L530) ___ @@ -828,7 +830,7 @@ ___ #### Defined in -[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L494) +[src/constants.ts:506](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L506) ___ @@ -846,7 +848,7 @@ ___ #### Defined in -[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L305) +[src/constants.ts:317](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L317) ___ @@ -865,7 +867,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L93) ___ @@ -884,7 +886,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L75) ___ @@ -903,7 +905,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L81) ___ @@ -922,7 +924,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L87) ___ @@ -940,7 +942,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L266) +[src/constants.ts:278](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L278) ___ @@ -959,7 +961,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L99) ___ @@ -977,7 +979,7 @@ ___ #### Defined in -[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L260) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L272) ___ @@ -996,7 +998,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L105) ___ @@ -1006,7 +1008,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L496) +[src/constants.ts:508](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L508) ___ @@ -1016,7 +1018,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L514) +[src/constants.ts:526](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L526) ___ @@ -1026,7 +1028,7 @@ ___ #### Defined in -[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L516) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L528) ___ @@ -1036,7 +1038,7 @@ ___ #### Defined in -[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L515) +[src/constants.ts:527](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L527) ___ @@ -1046,7 +1048,7 @@ ___ #### Defined in -[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L492) +[src/constants.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L504) ___ @@ -1064,7 +1066,7 @@ ___ #### Defined in -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L180) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L186) ___ @@ -1083,7 +1085,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L111) ___ @@ -1101,7 +1103,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L137) ___ @@ -1120,7 +1122,7 @@ ___ #### Defined in -[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L453) +[src/constants.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L465) ___ @@ -1141,7 +1143,7 @@ ___ #### Defined in -[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L505) +[src/constants.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L517) ___ @@ -1159,7 +1161,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L161) ___ @@ -1169,7 +1171,7 @@ ___ #### Defined in -[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L351) +[src/constants.ts:363](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L363) ___ @@ -1187,7 +1189,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L394) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L406) ___ @@ -1205,7 +1207,7 @@ ___ #### Defined in -[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L312) +[src/constants.ts:324](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L324) ___ @@ -1223,7 +1225,7 @@ ___ #### Defined in -[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L279) +[src/constants.ts:291](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L291) ___ @@ -1242,7 +1244,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L400) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L412) ___ @@ -1260,7 +1262,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L149) ___ @@ -1270,7 +1272,7 @@ ___ #### Defined in -[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L353) +[src/constants.ts:365](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L365) ___ @@ -1288,7 +1290,7 @@ ___ #### Defined in -[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L447) +[src/constants.ts:459](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L459) ___ @@ -1306,7 +1308,7 @@ ___ #### Defined in -[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L326) +[src/constants.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L338) ___ @@ -1325,7 +1327,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L358) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L370) ___ @@ -1343,7 +1345,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L198) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L210) ___ @@ -1362,7 +1364,7 @@ ___ #### Defined in -[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L364) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L376) ___ @@ -1380,7 +1382,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L222) +[src/constants.ts:234](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L234) ___ @@ -1398,7 +1400,7 @@ ___ #### Defined in -[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L285) +[src/constants.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L297) ___ @@ -1416,7 +1418,43 @@ ___ #### Defined in -[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L333) +[src/constants.ts:345](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L345) + +___ + +### USER\_FAMILY\_MIN\_MEMBERS\_ERROR\_CODE + +• `Const` **USER\_FAMILY\_MIN\_MEMBERS\_ERROR\_CODE**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `CODE` | `string` | +| `MESSAGE` | `undefined` | +| `PARAM` | `string` | + +#### Defined in + +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L180) + +___ + +### USER\_FAMILY\_NOT\_FOUND\_ERROR + +• `Const` **USER\_FAMILY\_NOT\_FOUND\_ERROR**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `CODE` | `string` | +| `MESSAGE` | `string` | +| `PARAM` | `string` | + +#### Defined in + +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L192) ___ @@ -1434,7 +1472,7 @@ ___ #### Defined in -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L192) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L204) ___ @@ -1453,7 +1491,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L370) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L382) ___ @@ -1471,7 +1509,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L186) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L198) ___ @@ -1489,7 +1527,7 @@ ___ #### Defined in -[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L319) +[src/constants.ts:331](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L331) ___ @@ -1507,7 +1545,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L272) +[src/constants.ts:284](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L284) ___ @@ -1525,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L210) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L222) ___ @@ -1544,7 +1582,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L376) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L388) ___ @@ -1563,7 +1601,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L382) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L394) ___ @@ -1581,7 +1619,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L216) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L228) ___ @@ -1599,7 +1637,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L204) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L216) ___ @@ -1618,7 +1656,7 @@ ___ #### Defined in -[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L419) +[src/constants.ts:431](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L431) ___ @@ -1636,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L228) +[src/constants.ts:240](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L240) ___ @@ -1655,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L388) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L400) ___ @@ -1674,7 +1712,7 @@ ___ #### Defined in -[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L433) +[src/constants.ts:445](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L445) ___ @@ -1693,7 +1731,7 @@ ___ #### Defined in -[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L440) +[src/constants.ts:452](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L452) ___ @@ -1703,7 +1741,7 @@ ___ #### Defined in -[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L521) +[src/constants.ts:533](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L533) ___ @@ -1713,4 +1751,4 @@ ___ #### Defined in -[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/constants.ts#L520) +[src/constants.ts:532](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L532) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index e759df99a9..d4b65be47c 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index a7a8752499..8d826bc861 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index 16a1c32dc4..03f25a4c2f 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index 867b377004..e2d11c9e8b 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index cfd397c5e7..70b6ee6d23 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index 6b076d2187..4ea7e84615 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index 84650d4079..5c23805e7d 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index 4df1387a0d..022a6603cf 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index 9a806ac0e9..8a709d958f 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index 38e76b96dd..96133865a7 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index 641dd9d467..1edb3bf7a0 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index 9441fa32ec..abcd539ba6 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index 886e679a7a..197c32bc3e 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index e7f1edca2d..2b416e2d76 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index 042352a758..dc94c13c1d 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index 637f236224..75c9afc2fb 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index 71b6d5fbb9..84b6046dc0 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index 9a96d70d00..1594fe2d35 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 2208e99145..1cb63e15a8 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index 76e8eaa2f4..f9b0019516 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index 4dcce59607..71685e3988 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index 62b059f618..5debc38cf3 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index c1a009c956..6e64cbdf0f 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index 8210f3aa58..694f347bc4 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index 99a62be0d6..54225932da 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index f26e19c1dc..d3a78225a5 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index 8aa3a8a28d..60692b66a9 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index e6b18dc8ee..3e6d8cc31e 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index 1064ac119c..7393b12087 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index 528cb93e94..11da6ba02d 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index aea872efd6..62ac348c77 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index 571df8a71e..25de362cc0 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index 3c5073cb63..a581b7e9c3 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index 9590230555..d3c8305b23 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index 89c03ad498..27cb51be58 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index 422c10a967..be3b5e6bad 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index 5a26bd0481..34c55d7e6a 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index e96256cbb8..51596619df 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index 5d162e2532..d5c0f132ea 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index dbcdfd5432..2d7d17217c 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index e2be12dd31..93d4d48030 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index e4ac0b213d..d3ad81300a 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index 9ed3aa1890..bde844a722 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index 0f0f0352bf..eff90fb747 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index 0b7c647e7f..c0c2094306 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index 7211c65dca..9f7401795e 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index 4b9815f94f..ef32916445 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/models_userFamily.md b/talawa-api-docs/modules/models_userFamily.md new file mode 100644 index 0000000000..2084676856 --- /dev/null +++ b/talawa-api-docs/modules/models_userFamily.md @@ -0,0 +1,23 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / models/userFamily + +# Module: models/userFamily + +## Table of contents + +### Interfaces + +- [InterfaceUserFamily](../interfaces/models_userFamily.InterfaceUserFamily.md) + +### Variables + +- [UserFamily](models_userFamily.md#userfamily) + +## Variables + +### UserFamily + +• `Const` **UserFamily**: `Model`\<[`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md), \{\}, \{\}\> + +#### Defined in + +[src/models/userFamily.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L55) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index f560f6b117..091e0b3c52 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/index.ts#L92) +[src/resolvers/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index fdff61bb70..7c133bc3e4 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index a19472ef6f..74133d2fe6 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index e1532b74d3..a5365a6694 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index a006f104c7..84cbed2dcf 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index 4ea484ac5d..e574c7c79c 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index 76261372a8..fd76ea02a4 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index eae80cec5d..c372b494ec 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 2d42f83a29..1a98807f7e 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index 39db6a61ff..b48685f905 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index 32c0abd9e7..f93bdf810b 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index b5c86be491..38064ce14a 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index 841cadacdd..0e5dc7da6a 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index dbb98a2982..3203830eed 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index 8c2f2043db..a994d9079d 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index 7dd45e3595..1ac1b455bd 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index 96a558ef63..e9bcaa4946 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index 91a6162f86..9b2e115325 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index 75a5317286..602ae9bdea 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index c5be62681e..89aef9a751 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index 5aa76199b6..4b64c059a7 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index c523581a74..f87d1e2f06 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index 6eeb51ce85..5675cd8a66 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index bcdd45476a..39edfdc4d1 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index e4e053d710..3f70e1e5d0 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index 85f5475801..965f46caad 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index 3e8af42814..2b436be2d8 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index fb1fe95d23..4d97d69a2b 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index d7dfc32c05..0bbd929ec4 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index cd9a3ee30c..b58a063c6d 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index b3cbeda8a9..51afcf8788 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index 8495f48683..3ae021de24 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index be0f5a04fb..53ff22f42e 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index b89420ef9b..4f6b012cb7 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index 0dcba4c031..9e89cce1de 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index 0bb7b97745..a18b326d12 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index 66278dbd3f..58f228b037 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index e3f5f5d451..b74d4baa52 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index af16343852..fdf4a7ebab 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index 2594e4cc47..1e79edba8f 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index d494e1328f..0442d5ad77 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index 38333c2cc8..fd2965f5a5 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index bf4c51c338..a09a4875bf 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index 287d0edd44..cd051b5f0a 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index 56b556ec3b..b308a716cd 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index 0040e5fb9e..eb247afb2a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/index.ts#L94) +[src/resolvers/Mutation/index.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/index.ts#L98) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index 786c24db99..5bd47f4770 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index 06d8f977e6..35517aedc5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index 5d35cd13a4..25f2e7de85 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index 8c2d64df4f..b4d03148fa 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index bda15edbad..3a4db80261 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index e92ea74a8d..98fe6b32d8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index 52467b2841..37697e72b2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index 1a2a1d3750..b2de9efc99 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index 86ca3ddb90..86a54f7671 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index affd5872b1..b12c3be8dc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md new file mode 100644 index 0000000000..c3c56a3068 --- /dev/null +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md @@ -0,0 +1,41 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/addUserToUserFamily + +# Module: resolvers/Mutation/addUserToUserFamily + +## Table of contents + +### Variables + +- [addUserToUserFamily](resolvers_Mutation_addUserToUserFamily.md#addusertouserfamily) + +## Variables + +### addUserToUserFamily + +• `Const` **addUserToUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"addUserToUserFamily"``] + +This function adds user to the family. + +**`Param`** + +parent of current request + +**`Param`** + +payload provided with the request + +**`Param`** + +context of the entire application + +**`Remarks`** + +The following checks are done: +1. If the family exists +2. If the user exists +3. If the user is already member of the family +4. If the user is admin of the user Family + +#### Defined in + +[src/resolvers/Mutation/addUserToUserFamily.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserToUserFamily.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index 527d6d0cba..58a7477224 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index 0419ed9c7e..28c49af608 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index 5b15d9abe3..c880372a9f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index e71ade71db..57cfd9062e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index f16068c958..facaa7df09 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index 6f72128c77..5b18c44496 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index 17b9d24a2d..45eb28a8a6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index 9bfab15597..241d3dcfa7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index 4b5b0a508d..382572ab83 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index 647b5a85c1..f51d2e7a61 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index 5b7d14c703..4271a75007 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index 9aefb01bbb..a4b3887f87 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index 1921c226be..3238ca6650 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index c04c8ad00d..d0ae9235d4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index a201abb220..67f6415891 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index 0bb0340e37..0f7f64a718 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index edfa754c75..b60d0258f3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index c1345db9bb..ed248c037b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index e7481504e3..0b96c791f4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index c13e12e38d..780f9b2fe1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index b477c2c851..117469ace8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index 67e2c123ad..31d6f6fbce 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md new file mode 100644 index 0000000000..5cdb367fa8 --- /dev/null +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md @@ -0,0 +1,40 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/createUserFamily + +# Module: resolvers/Mutation/createUserFamily + +## Table of contents + +### Variables + +- [createUserFamily](resolvers_Mutation_createUserFamily.md#createuserfamily) + +## Variables + +### createUserFamily + +• `Const` **createUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"createUserFamily"``] + +This Function enables to create a user Family + +**`Param`** + +parent of current request + +**`Param`** + +payload provided with the request + +**`Param`** + +context of entire application + +**`Remarks`** + +- The following checks are done: +1. If the user exists +2. If the user is super admin +3. If there are atleast two members in the family. + +#### Defined in + +[src/resolvers/Mutation/createUserFamily.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createUserFamily.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index a0c431c455..0a8b1739cd 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index 840a817e22..2505079815 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index b861eb6dea..134f79b878 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index d447bb8d53..4fac65bc7b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index 42d9484122..6dc6250e0b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index 72396f7763..a865bff8c7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index 3e3e0f24c8..6bd8865ea4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index fc137b1c12..ef9dadba7e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index f4c83a783c..2fc44ff989 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index 3e71d0a350..adf497f7de 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index 07839a5dbd..f4a87afe8c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index cd78b909bb..ba641f13b6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index e2d0f2405e..4b6a2fc306 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index cd460ef48d..fb296f0014 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index a4d40d0db6..af8206db7e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index 31c351cc15..a355a2d7e4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index 23d35d5b0c..ac6281a727 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index 06cd44cab5..adf714e27a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index ca5e7923ee..6a2768ffc2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index 907cbef627..b5abdf6e9d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index 83d2ae3f06..a21237bdba 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index b47a7ae47a..ff405eef24 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index eb2eb410d5..c348a4085f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index 779324571f..17131ef7ba 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index 4746fafd86..0ed37c9d40 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index f39754c1e6..290e297446 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index 1adf6dd629..87b0176aff 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index a37bcae3d3..58d2c7abe3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index 1cbed19229..c543562c53 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index f222966f9a..3225e9af15 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index a802a1739b..0b3eba2752 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md new file mode 100644 index 0000000000..ae398f3c57 --- /dev/null +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md @@ -0,0 +1,35 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/removeUserFamily + +# Module: resolvers/Mutation/removeUserFamily + +## Table of contents + +### Variables + +- [removeUserFamily](resolvers_Mutation_removeUserFamily.md#removeuserfamily) + +## Variables + +### removeUserFamily + +• `Const` **removeUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"removeUserFamily"``] + +This function enables to remove a user family. + +**`Param`** + +parent of current request + +**`Param`** + +payload provided with the request + +**`Context`** + +The following checks are done: +1. If the user family exists +2. If the user is super admin. + +#### Defined in + +[src/resolvers/Mutation/removeUserFamily.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserFamily.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index bdd56ea0b4..da62149cb4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md new file mode 100644 index 0000000000..98bedb796f --- /dev/null +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md @@ -0,0 +1,40 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/removeUserFromUserFamily + +# Module: resolvers/Mutation/removeUserFromUserFamily + +## Table of contents + +### Variables + +- [removeUserFromUserFamily](resolvers_Mutation_removeUserFromUserFamily.md#removeuserfromuserfamily) + +## Variables + +### removeUserFromUserFamily + +• `Const` **removeUserFromUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"removeUserFromUserFamily"``] + +This function enables to remove a user from group chat. + +**`Param`** + +parent of current request + +**`Param`** + +payload provided with the request + +**`Param`** + +context of entire publication + +**`Remarks`** + +The following checks are done: +1. If the family exists. +2. If the user to be removed is member of the organisation. +3. If the user is admin of the family + +#### Defined in + +[src/resolvers/Mutation/removeUserFromUserFamily.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserFromUserFamily.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index 7937aa1e5b..5811538e0d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index b704533991..07b186f176 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index d026c1e19f..6a16cab155 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index c915ad5305..4a65c5f766 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index bd5eef2ad7..0211350ad8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index 97c9b11961..cfa66a51ad 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index 4240d051e1..1319af2fcb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index de23bcb765..a53ea6ded4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index ca72f5db1f..253ec9d5a2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index 2caea6f0ac..4db1a34b26 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index 07cbc4a469..fcd87c298d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index ed3bec3c0b..23b3054f83 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index d3dc6f54aa..9db4992f05 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index bea10c2567..3706d6d4ee 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index 14979a00c3..c173b97582 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index 6e3f25aa4d..808dcb7e8b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index 55d6cafcb0..a00d8288df 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index b1cde090d5..9ccb88ad4f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index ec2a9c8b7d..f1082c9910 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index ec20ab6c4b..20d379ee4d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index de6654f1ae..fb5c8c9817 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index 9221720481..3d049b9e27 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index 5e231b5802..de01f2c4b0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index f850a5ff6e..1b9132a638 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index 7a0bb7790e..f74473461b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index 0631386428..ab9b50d9dd 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index 795e04f6dc..19b78f9666 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index 485e0222e4..e12b5a30ee 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index ee31f46fb4..c54be7e56d 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index 3374ae629a..17605b27e8 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index 43bd511faa..83c4450084 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index f41f4a5c61..a308249af6 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index a74e49eba8..042593f3b0 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index 163d327ba6..46f6f3ceb8 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index 4137b3110f..d1f151b1bf 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index b4e4def931..dffea174b9 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index b2dd02fd32..169d09c3a0 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index 44f536bfc1..6358082c9f 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index b477469748..88ce259a5c 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index 135227bd6c..d446f91bc0 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index 220e2ad75c..3ccf2961de 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index 836fef0564..1cd903bc51 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index 6407444a51..df4206d8f8 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index 1e335ccd8b..d685c84ee5 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index e86b45a753..7051e6a5f4 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index 23750d39e7..8e4f669e56 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index 35314514af..085b5e483c 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index d4bf164183..c9c7f87357 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index 4bd3a69616..c453d00902 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index e2a53fa287..67b4ac06a0 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index 3a8f451f6a..813134acac 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index 2017703ee2..ac8d7bbb9a 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index 2288692592..b48ab629fc 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index fc43943107..1b893279e2 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index 096d8c964e..a63925168e 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index d76be231c5..d3162ba90b 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index 2af39b3737..85ac2a0af5 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index a6bc8e66b5..6514eca13d 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index 3cfb500294..aeaf3d52e8 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index 23f8624326..0e3a30719b 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index 939cd00835..1421dd5abb 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index 003776b6e3..327e0ba1ef 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index 2381b46e3f..2b449ebcdb 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index 5e2050dd26..91f46f124c 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index ea4882005e..2eefd7bbc3 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index 99a1d62e5e..4afd1a892a 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index 9646795dd5..bff8d128a3 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index 532b88482a..60841141d2 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index 3dfa63c213..225feca2dd 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index d1a1f7c0bc..8dd556ca57 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index 5a9de9f048..929bf1f735 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index ca9a4924af..314da11913 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index c6fa917c9b..01f55adba1 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index 3f009ad5e0..e10604f287 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index 2ab05cc00f..46df829946 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index 2de7415482..37deca18aa 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index 707336e547..62eb941977 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index e76119c05b..2f8ef997dd 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index 3fb1b7c953..17f90491f8 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index b15247e061..dc1cc5f2f8 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index 5f110d9a79..2cefde398c 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index 75736d2b71..d41f2b3ad7 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserFamily.md b/talawa-api-docs/modules/resolvers_UserFamily.md new file mode 100644 index 0000000000..3ba551690f --- /dev/null +++ b/talawa-api-docs/modules/resolvers_UserFamily.md @@ -0,0 +1,19 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily + +# Module: resolvers/UserFamily + +## Table of contents + +### Variables + +- [UserFamily](resolvers_UserFamily.md#userfamily) + +## Variables + +### UserFamily + +• `Const` **UserFamily**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers) + +#### Defined in + +[src/resolvers/UserFamily/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_admins.md b/talawa-api-docs/modules/resolvers_UserFamily_admins.md new file mode 100644 index 0000000000..557fd34a33 --- /dev/null +++ b/talawa-api-docs/modules/resolvers_UserFamily_admins.md @@ -0,0 +1,25 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily/admins + +# Module: resolvers/UserFamily/admins + +## Table of contents + +### Variables + +- [admins](resolvers_UserFamily_admins.md#admins) + +## Variables + +### admins + +• `Const` **admins**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)[``"admins"``] + +This resolver function will fetch and return the admins of the Organization from database. + +**`Param`** + +An object that is the return value of the resolver for this field's parent. + +#### Defined in + +[src/resolvers/UserFamily/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_creator.md b/talawa-api-docs/modules/resolvers_UserFamily_creator.md new file mode 100644 index 0000000000..6f9149e3c7 --- /dev/null +++ b/talawa-api-docs/modules/resolvers_UserFamily_creator.md @@ -0,0 +1,25 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily/creator + +# Module: resolvers/UserFamily/creator + +## Table of contents + +### Variables + +- [creator](resolvers_UserFamily_creator.md#creator) + +## Variables + +### creator + +• `Const` **creator**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)[``"creator"``] + +This resolver function will fetch and return the creator of the Organization from database. + +**`Param`** + +An object that is the return value of the resolver for this field's parent. + +#### Defined in + +[src/resolvers/UserFamily/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_users.md b/talawa-api-docs/modules/resolvers_UserFamily_users.md new file mode 100644 index 0000000000..a463e7511e --- /dev/null +++ b/talawa-api-docs/modules/resolvers_UserFamily_users.md @@ -0,0 +1,25 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily/users + +# Module: resolvers/UserFamily/users + +## Table of contents + +### Variables + +- [users](resolvers_UserFamily_users.md#users) + +## Variables + +### users + +• `Const` **users**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)[``"users"``] + +This resolver function will fetch and return the list of all Members of the user family from database. + +**`Param`** + +An object that is the return value of the resolver for this field's parent. + +#### Defined in + +[src/resolvers/UserFamily/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index 4f9f3971ce..b10b942ed8 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index e80ee8ae93..5c836f323f 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index 328e2d7ecf..55f1f2a80a 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index f4bb5fa256..80c43d0b89 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index b358cd70be..ec4cd79cc1 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index abf793456d..73ba1281a8 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index 7c0bfdf260..85978b60a7 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index b4500bb1e6..59bf42e7a7 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index ccb2179444..39a4933ce1 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index 2f971e532e..0341a9282b 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index 6da3463ef2..d6e6c44f0e 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index 5686bd8da6..53e8091c22 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index cffc3ba255..b0a0b0dfd3 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index b7df1d9595..2d5a36badf 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index 267fece634..ba9cc76aa8 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index f530e88079..607585990a 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index 367144b090..dd4096f33e 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index b0f2ae00c5..f9ec73cfd8 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index 1eb104688d..a63df9c3de 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index 859bba8811..02aa6b8a85 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index 0bee9a608a..58ac693280 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index ceb80c159f..20a18830a1 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index 3425dda685..f1980ee027 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index ea6f138c06..bd84e9a2bd 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index 77e72345dd..811a166736 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index 5eecfcf893..b77e71608a 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index a6f0c974c4..775e8ecdb7 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index 681fedc10d..a276a8b1fe 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index c94bf21eeb..50b93a7a14 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index 69b5498a18..5030efa771 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index 67b36d5313..5133f682d8 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index 285cb86e55..5f0893b5ef 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index 6716e64223..43395d2bd2 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index 1f437e5930..b72ac0dae1 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index ec467d67e8..9d95e6cc39 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -57,6 +57,7 @@ - [CreateActionItemInput](types_generatedGraphQLTypes.md#createactioniteminput) - [CreateChatInput](types_generatedGraphQLTypes.md#createchatinput) - [CreateGroupChatInput](types_generatedGraphQLTypes.md#creategroupchatinput) +- [CreateUserFamilyInput](types_generatedGraphQLTypes.md#createuserfamilyinput) - [CreateUserTagInput](types_generatedGraphQLTypes.md#createusertaginput) - [CursorPaginationInput](types_generatedGraphQLTypes.md#cursorpaginationinput) - [DeletePayload](types_generatedGraphQLTypes.md#deletepayload) @@ -97,7 +98,6 @@ - [GroupChatMessageResolvers](types_generatedGraphQLTypes.md#groupchatmessageresolvers) - [GroupChatResolvers](types_generatedGraphQLTypes.md#groupchatresolvers) - [GroupResolvers](types_generatedGraphQLTypes.md#groupresolvers) -- [Incremental](types_generatedGraphQLTypes.md#incremental) - [InputMaybe](types_generatedGraphQLTypes.md#inputmaybe) - [InvalidCursor](types_generatedGraphQLTypes.md#invalidcursor) - [InvalidCursorResolvers](types_generatedGraphQLTypes.md#invalidcursorresolvers) @@ -108,7 +108,6 @@ - [LanguageModelResolvers](types_generatedGraphQLTypes.md#languagemodelresolvers) - [LanguageResolvers](types_generatedGraphQLTypes.md#languageresolvers) - [LoginInput](types_generatedGraphQLTypes.md#logininput) -- [MakeEmpty](types_generatedGraphQLTypes.md#makeempty) - [MakeMaybe](types_generatedGraphQLTypes.md#makemaybe) - [MakeOptional](types_generatedGraphQLTypes.md#makeoptional) - [MaritalStatus](types_generatedGraphQLTypes.md#maritalstatus) @@ -139,6 +138,7 @@ - [MutationAddUserCustomDataArgs](types_generatedGraphQLTypes.md#mutationaddusercustomdataargs) - [MutationAddUserImageArgs](types_generatedGraphQLTypes.md#mutationadduserimageargs) - [MutationAddUserToGroupChatArgs](types_generatedGraphQLTypes.md#mutationaddusertogroupchatargs) +- [MutationAddUserToUserFamilyArgs](types_generatedGraphQLTypes.md#mutationaddusertouserfamilyargs) - [MutationAdminRemoveEventArgs](types_generatedGraphQLTypes.md#mutationadminremoveeventargs) - [MutationAdminRemoveGroupArgs](types_generatedGraphQLTypes.md#mutationadminremovegroupargs) - [MutationAssignUserTagArgs](types_generatedGraphQLTypes.md#mutationassignusertagargs) @@ -160,6 +160,7 @@ - [MutationCreateOrganizationArgs](types_generatedGraphQLTypes.md#mutationcreateorganizationargs) - [MutationCreatePluginArgs](types_generatedGraphQLTypes.md#mutationcreatepluginargs) - [MutationCreatePostArgs](types_generatedGraphQLTypes.md#mutationcreatepostargs) +- [MutationCreateUserFamilyArgs](types_generatedGraphQLTypes.md#mutationcreateuserfamilyargs) - [MutationCreateUserTagArgs](types_generatedGraphQLTypes.md#mutationcreateusertagargs) - [MutationDeleteAdvertisementByIdArgs](types_generatedGraphQLTypes.md#mutationdeleteadvertisementbyidargs) - [MutationDeleteDonationByIdArgs](types_generatedGraphQLTypes.md#mutationdeletedonationbyidargs) @@ -189,7 +190,9 @@ - [MutationRemoveOrganizationImageArgs](types_generatedGraphQLTypes.md#mutationremoveorganizationimageargs) - [MutationRemovePostArgs](types_generatedGraphQLTypes.md#mutationremovepostargs) - [MutationRemoveUserCustomDataArgs](types_generatedGraphQLTypes.md#mutationremoveusercustomdataargs) +- [MutationRemoveUserFamilyArgs](types_generatedGraphQLTypes.md#mutationremoveuserfamilyargs) - [MutationRemoveUserFromGroupChatArgs](types_generatedGraphQLTypes.md#mutationremoveuserfromgroupchatargs) +- [MutationRemoveUserFromUserFamilyArgs](types_generatedGraphQLTypes.md#mutationremoveuserfromuserfamilyargs) - [MutationRemoveUserTagArgs](types_generatedGraphQLTypes.md#mutationremoveusertagargs) - [MutationResolvers](types_generatedGraphQLTypes.md#mutationresolvers) - [MutationSaveFcmTokenArgs](types_generatedGraphQLTypes.md#mutationsavefcmtokenargs) @@ -291,10 +294,8 @@ - [ResolverFn](types_generatedGraphQLTypes.md#resolverfn) - [ResolverTypeWrapper](types_generatedGraphQLTypes.md#resolvertypewrapper) - [Resolvers](types_generatedGraphQLTypes.md#resolvers) -- [ResolversInterfaceTypes](types_generatedGraphQLTypes.md#resolversinterfacetypes) - [ResolversParentTypes](types_generatedGraphQLTypes.md#resolversparenttypes) - [ResolversTypes](types_generatedGraphQLTypes.md#resolverstypes) -- [ResolversUnionTypes](types_generatedGraphQLTypes.md#resolversuniontypes) - [RoleDirectiveArgs](types_generatedGraphQLTypes.md#roledirectiveargs) - [RoleDirectiveResolver](types_generatedGraphQLTypes.md#roledirectiveresolver) - [Scalars](types_generatedGraphQLTypes.md#scalars) @@ -333,6 +334,8 @@ - [UserCustomDataResolvers](types_generatedGraphQLTypes.md#usercustomdataresolvers) - [UserEdge](types_generatedGraphQLTypes.md#useredge) - [UserEdgeResolvers](types_generatedGraphQLTypes.md#useredgeresolvers) +- [UserFamily](types_generatedGraphQLTypes.md#userfamily) +- [UserFamilyResolvers](types_generatedGraphQLTypes.md#userfamilyresolvers) - [UserInput](types_generatedGraphQLTypes.md#userinput) - [UserOrderByInput](types_generatedGraphQLTypes.md#userorderbyinput) - [UserPhone](types_generatedGraphQLTypes.md#userphone) @@ -370,24 +373,24 @@ | Name | Type | | :------ | :------ | | `__typename?` | ``"ActionItem"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `actionItemCategory?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ActionItemCategory`](types_generatedGraphQLTypes.md#actionitemcategory)\> | | `assignee?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `assigner?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `assignmentDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | -| `completionDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `assignmentDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `completionDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `dueDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `dueDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | | `event?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\> | -| `isCompleted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `postCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `preCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `isCompleted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `postCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `preCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L56) +[src/types/generatedGraphQLTypes.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L55) ___ @@ -400,17 +403,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"ActionItemCategory"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `isDisabled` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `isDisabled` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `organization?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L74) +[src/types/generatedGraphQLTypes.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L73) ___ @@ -440,7 +443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2346) +[src/types/generatedGraphQLTypes.ts:2378](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2378) ___ @@ -477,7 +480,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2328) +[src/types/generatedGraphQLTypes.ts:2360](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2360) ___ @@ -490,18 +493,18 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Address"`` | -| `city?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `countryCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `dependentLocality?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `line1?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `line2?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `postalCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `sortingCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `state?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `city?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `countryCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `dependentLocality?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `line1?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `line2?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `postalCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `sortingCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `state?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L85) +[src/types/generatedGraphQLTypes.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L84) ___ @@ -513,18 +516,18 @@ ___ | Name | Type | | :------ | :------ | -| `city?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `countryCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `dependentLocality?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `line1?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `line2?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `postalCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `sortingCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `state?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `city?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `countryCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `dependentLocality?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `line1?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `line2?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `postalCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `sortingCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `state?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L97) +[src/types/generatedGraphQLTypes.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L96) ___ @@ -555,7 +558,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2357) +[src/types/generatedGraphQLTypes.ts:2389](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2389) ___ @@ -568,20 +571,20 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Advertisement"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | -| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | | `type` | [`AdvertisementType`](types_generatedGraphQLTypes.md#advertisementtype) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L108) +[src/types/generatedGraphQLTypes.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L107) ___ @@ -614,7 +617,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2369) +[src/types/generatedGraphQLTypes.ts:2401](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2401) ___ @@ -624,7 +627,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L122) +[src/types/generatedGraphQLTypes.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L121) ___ @@ -637,11 +640,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"AggregatePost"`` | -| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | +| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L127) +[src/types/generatedGraphQLTypes.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L126) ___ @@ -665,7 +668,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2383) +[src/types/generatedGraphQLTypes.ts:2415](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2415) ___ @@ -678,11 +681,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"AggregateUser"`` | -| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | +| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L132) +[src/types/generatedGraphQLTypes.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L131) ___ @@ -706,7 +709,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2388) +[src/types/generatedGraphQLTypes.ts:2420](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2420) ___ @@ -719,13 +722,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"AuthData"`` | -| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L137) +[src/types/generatedGraphQLTypes.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L136) ___ @@ -751,7 +754,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2397) +[src/types/generatedGraphQLTypes.ts:2429](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2429) ___ @@ -761,7 +764,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2318) +[src/types/generatedGraphQLTypes.ts:2350](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2350) ___ @@ -780,7 +783,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2320) +[src/types/generatedGraphQLTypes.ts:2352](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2352) ___ @@ -793,19 +796,19 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"CheckIn"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `allotedRoom?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `allotedSeat?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `allotedRoom?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `allotedSeat?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `event` | [`Event`](types_generatedGraphQLTypes.md#event) | -| `feedbackSubmitted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `feedbackSubmitted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L144) +[src/types/generatedGraphQLTypes.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L143) ___ @@ -817,14 +820,14 @@ ___ | Name | Type | | :------ | :------ | -| `allotedRoom?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `allotedSeat?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `allotedRoom?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `allotedSeat?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L157) +[src/types/generatedGraphQLTypes.ts:156](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L156) ___ @@ -856,7 +859,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2404) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -869,13 +872,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"CheckInStatus"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `checkIn?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`CheckIn`](types_generatedGraphQLTypes.md#checkin)\> | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L164) +[src/types/generatedGraphQLTypes.ts:163](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L163) ___ @@ -901,7 +904,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2417) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2449) ___ @@ -914,18 +917,18 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Comment"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | +| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `likedBy?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `post` | [`Post`](types_generatedGraphQLTypes.md#post) | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L171) +[src/types/generatedGraphQLTypes.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L170) ___ @@ -937,11 +940,11 @@ ___ | Name | Type | | :------ | :------ | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L183) +[src/types/generatedGraphQLTypes.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L182) ___ @@ -972,7 +975,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2424) +[src/types/generatedGraphQLTypes.ts:2456](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2456) ___ @@ -982,7 +985,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L187) +[src/types/generatedGraphQLTypes.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L186) ___ @@ -1005,7 +1008,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2468](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2468) ___ @@ -1018,14 +1021,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"ConnectionPageInfo"`` | -| `endCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `startCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `endCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `startCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L189) +[src/types/generatedGraphQLTypes.ts:188](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L188) ___ @@ -1052,7 +1055,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2440) +[src/types/generatedGraphQLTypes.ts:2472](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2472) ___ @@ -1064,14 +1067,14 @@ ___ | Name | Type | | :------ | :------ | -| `assigneeId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | -| `eventId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `assigneeId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `eventId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L197) +[src/types/generatedGraphQLTypes.ts:196](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L196) ___ @@ -1083,12 +1086,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1969) +[src/types/generatedGraphQLTypes.ts:2003](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2003) ___ @@ -1100,13 +1103,30 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1974) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2008) + +___ + +### CreateUserFamilyInput + +Ƭ **CreateUserFamilyInput**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][] | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -1118,13 +1138,13 @@ ___ | Name | Type | | :------ | :------ | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `parentTagId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `parentTagId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L204) +[src/types/generatedGraphQLTypes.ts:203](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L203) ___ @@ -1136,13 +1156,13 @@ ___ | Name | Type | | :------ | :------ | -| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `direction` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``] | +| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L210) +[src/types/generatedGraphQLTypes.ts:209](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L209) ___ @@ -1155,11 +1175,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"DeletePayload"`` | -| `success` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `success` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L216) +[src/types/generatedGraphQLTypes.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L215) ___ @@ -1183,7 +1203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2460) +[src/types/generatedGraphQLTypes.ts:2492](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2492) ___ @@ -1196,17 +1216,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"DirectChat"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `messages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`DirectChatMessage`](types_generatedGraphQLTypes.md#directchatmessage)\>[]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `users` | [`User`](types_generatedGraphQLTypes.md#user)[] | #### Defined in -[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L221) +[src/types/generatedGraphQLTypes.ts:220](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L220) ___ @@ -1219,17 +1239,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"DirectChatMessage"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `directChatMessageBelongsTo` | [`DirectChat`](types_generatedGraphQLTypes.md#directchat) | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `receiver` | [`User`](types_generatedGraphQLTypes.md#user) | | `sender` | [`User`](types_generatedGraphQLTypes.md#user) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L232) +[src/types/generatedGraphQLTypes.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L231) ___ @@ -1259,7 +1279,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2476) +[src/types/generatedGraphQLTypes.ts:2508](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2508) ___ @@ -1289,7 +1309,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2465) +[src/types/generatedGraphQLTypes.ts:2497](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2497) ___ @@ -1326,7 +1346,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2035) +[src/types/generatedGraphQLTypes.ts:2074](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2074) ___ @@ -1349,7 +1369,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3145) +[src/types/generatedGraphQLTypes.ts:3191](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3191) ___ @@ -1362,19 +1382,19 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Donation"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L243) +[src/types/generatedGraphQLTypes.ts:242](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L242) ___ @@ -1406,7 +1426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2487) +[src/types/generatedGraphQLTypes.ts:2519](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2519) ___ @@ -1418,22 +1438,22 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `name_of_user?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name_of_user_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name_of_user_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `name_of_user_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name_of_user_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `name_of_user_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `name_of_user?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name_of_user_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name_of_user_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `name_of_user_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name_of_user_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `name_of_user_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L256) +[src/types/generatedGraphQLTypes.ts:255](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L255) ___ @@ -1443,7 +1463,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L271) +[src/types/generatedGraphQLTypes.ts:270](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L270) ___ @@ -1453,7 +1473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L289) +[src/types/generatedGraphQLTypes.ts:288](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L288) ___ @@ -1465,11 +1485,11 @@ ___ | Name | Type | | :------ | :------ | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L294) +[src/types/generatedGraphQLTypes.ts:293](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L293) ___ @@ -1493,7 +1513,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2504) +[src/types/generatedGraphQLTypes.ts:2536](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2536) ___ @@ -1506,36 +1526,36 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Event"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `actionItems?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ActionItem`](types_generatedGraphQLTypes.md#actionitem)\>[]\> | | `admins?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)[]\> | -| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `attendees?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `attendeesCheckInStatus` | [`CheckInStatus`](types_generatedGraphQLTypes.md#checkinstatus)[] | -| `averageFeedbackScore?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `averageFeedbackScore?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | -| `endTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``]\> | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `endTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | | `feedback` | [`Feedback`](types_generatedGraphQLTypes.md#feedback)[] | -| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `latitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"output"``]\> | -| `location?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `longitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"output"``]\> | +| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `latitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | +| `location?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `longitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | | `organization?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\> | | `recurrance?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Recurrance`](types_generatedGraphQLTypes.md#recurrance)\> | -| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | -| `startTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``]\> | +| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `startTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | | `status` | [`Status`](types_generatedGraphQLTypes.md#status) | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L298) +[src/types/generatedGraphQLTypes.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L297) ___ @@ -1547,11 +1567,11 @@ ___ | Name | Type | | :------ | :------ | -| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L329) +[src/types/generatedGraphQLTypes.ts:328](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L328) ___ @@ -1563,12 +1583,12 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L333) +[src/types/generatedGraphQLTypes.ts:332](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L332) ___ @@ -1580,25 +1600,25 @@ ___ | Name | Type | | :------ | :------ | -| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | -| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | -| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | -| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | -| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"input"``]\> | -| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"input"``]\> | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | +| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | +| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `recurrance?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Recurrance`](types_generatedGraphQLTypes.md#recurrance)\> | -| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``] | -| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L338) +[src/types/generatedGraphQLTypes.ts:337](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L337) ___ @@ -1608,7 +1628,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L356) +[src/types/generatedGraphQLTypes.ts:355](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L355) ___ @@ -1657,7 +1677,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2509) +[src/types/generatedGraphQLTypes.ts:2541](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2541) ___ @@ -1669,35 +1689,35 @@ ___ | Name | Type | | :------ | :------ | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `location_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `location_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `location_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `location_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `location_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `organization_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `location_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `location_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `location_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `location_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `location_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `organization_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L378) +[src/types/generatedGraphQLTypes.ts:377](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L377) ___ @@ -1713,7 +1733,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -1726,12 +1746,12 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"ExtendSession"`` | -| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L406) +[src/types/generatedGraphQLTypes.ts:405](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L405) ___ @@ -1756,7 +1776,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2539) +[src/types/generatedGraphQLTypes.ts:2571](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2571) ___ @@ -1769,16 +1789,16 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Feedback"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `event` | [`Event`](types_generatedGraphQLTypes.md#event) | -| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | -| `review?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | +| `review?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L412) +[src/types/generatedGraphQLTypes.ts:411](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L411) ___ @@ -1790,13 +1810,13 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``] | -| `review?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | +| `review?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L422) +[src/types/generatedGraphQLTypes.ts:421](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L421) ___ @@ -1825,7 +1845,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2545) +[src/types/generatedGraphQLTypes.ts:2577](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2577) ___ @@ -1837,12 +1857,12 @@ ___ | Name | Type | | :------ | :------ | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `path` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `path` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] | #### Defined in -[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L428) +[src/types/generatedGraphQLTypes.ts:427](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L427) ___ @@ -1867,7 +1887,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2555) +[src/types/generatedGraphQLTypes.ts:2587](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2587) ___ @@ -1879,13 +1899,13 @@ ___ | Name | Type | | :------ | :------ | -| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `userOtp` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `userOtp` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L433) +[src/types/generatedGraphQLTypes.ts:432](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L432) ___ @@ -1895,7 +1915,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L439) +[src/types/generatedGraphQLTypes.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L438) ___ @@ -1908,17 +1928,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Group"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `admins` | [`User`](types_generatedGraphQLTypes.md#user)[] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `description?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `description?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L444) +[src/types/generatedGraphQLTypes.ts:443](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L443) ___ @@ -1931,17 +1951,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"GroupChat"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `messages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`GroupChatMessage`](types_generatedGraphQLTypes.md#groupchatmessage)\>[]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `users` | [`User`](types_generatedGraphQLTypes.md#user)[] | #### Defined in -[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L455) +[src/types/generatedGraphQLTypes.ts:454](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L454) ___ @@ -1954,16 +1974,16 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"GroupChatMessage"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `groupChatMessageBelongsTo` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `sender` | [`User`](types_generatedGraphQLTypes.md#user) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L466) +[src/types/generatedGraphQLTypes.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L465) ___ @@ -1992,7 +2012,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2583) +[src/types/generatedGraphQLTypes.ts:2615](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2615) ___ @@ -2022,7 +2042,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2572) +[src/types/generatedGraphQLTypes.ts:2604](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2604) ___ @@ -2052,23 +2072,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2561) - -___ - -### Incremental - -Ƭ **Incremental**\<`T`\>: `T` \| \{ [P in keyof T]?: P extends " $fragmentName" \| "\_\_typename" ? T[P] : never \} - -#### Type parameters - -| Name | -| :------ | -| `T` | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2084,17 +2088,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L27) ___ ### InvalidCursor -Ƭ **InvalidCursor**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"InvalidCursor"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} +Ƭ **InvalidCursor**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"InvalidCursor"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L476) +[src/types/generatedGraphQLTypes.ts:475](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L475) ___ @@ -2119,7 +2123,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2625) ___ @@ -2152,7 +2156,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2031) +[src/types/generatedGraphQLTypes.ts:2070](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2070) ___ @@ -2165,14 +2169,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Language"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `en` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `en` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `translation?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`LanguageModel`](types_generatedGraphQLTypes.md#languagemodel)\>[]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L482) +[src/types/generatedGraphQLTypes.ts:481](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L481) ___ @@ -2184,13 +2188,13 @@ ___ | Name | Type | | :------ | :------ | -| `en_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `translation_lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `translation_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `en_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `translation_lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `translation_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L490) +[src/types/generatedGraphQLTypes.ts:489](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L489) ___ @@ -2203,15 +2207,15 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"LanguageModel"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `verified` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `verified` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L496) +[src/types/generatedGraphQLTypes.ts:495](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L495) ___ @@ -2239,7 +2243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2611) +[src/types/generatedGraphQLTypes.ts:2643](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2643) ___ @@ -2266,7 +2270,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2603) +[src/types/generatedGraphQLTypes.ts:2635](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2635) ___ @@ -2278,29 +2282,12 @@ ___ | Name | Type | | :------ | :------ | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``] | -| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L505) - -___ - -### MakeEmpty - -Ƭ **MakeEmpty**\<`T`, `K`\>: \{ [\_ in K]?: never \} - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `T` | extends `Object` | -| `K` | extends keyof `T` | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | +| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L504) ___ @@ -2317,7 +2304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2334,7 +2321,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2344,17 +2331,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L510) +[src/types/generatedGraphQLTypes.ts:509](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L509) ___ ### MaximumLengthError -Ƭ **MaximumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumLengthError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} +Ƭ **MaximumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumLengthError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L518) +[src/types/generatedGraphQLTypes.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L517) ___ @@ -2379,17 +2366,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2628) +[src/types/generatedGraphQLTypes.ts:2660](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2660) ___ ### MaximumValueError -Ƭ **MaximumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumValueError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} +Ƭ **MaximumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumValueError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L524) +[src/types/generatedGraphQLTypes.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L523) ___ @@ -2415,7 +2402,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2634) +[src/types/generatedGraphQLTypes.ts:2666](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2666) ___ @@ -2431,7 +2418,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L25) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L26) ___ @@ -2444,13 +2431,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"MembershipRequest"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L531) +[src/types/generatedGraphQLTypes.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L530) ___ @@ -2476,7 +2463,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2641) +[src/types/generatedGraphQLTypes.ts:2673](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2673) ___ @@ -2489,17 +2476,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Message"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | +| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L538) +[src/types/generatedGraphQLTypes.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L537) ___ @@ -2512,17 +2499,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"MessageChat"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `languageBarrier?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `languageBarrier?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `receiver` | [`User`](types_generatedGraphQLTypes.md#user) | | `sender` | [`User`](types_generatedGraphQLTypes.md#user) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L549) +[src/types/generatedGraphQLTypes.ts:548](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L548) ___ @@ -2534,12 +2521,12 @@ ___ | Name | Type | | :------ | :------ | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `receiver` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `receiver` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L560) +[src/types/generatedGraphQLTypes.ts:559](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L559) ___ @@ -2569,7 +2556,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2659) +[src/types/generatedGraphQLTypes.ts:2691](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2691) ___ @@ -2599,17 +2586,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2648) +[src/types/generatedGraphQLTypes.ts:2680](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2680) ___ ### MinimumLengthError -Ƭ **MinimumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumLengthError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} +Ƭ **MinimumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumLengthError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L565) +[src/types/generatedGraphQLTypes.ts:564](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L564) ___ @@ -2635,17 +2622,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2670) +[src/types/generatedGraphQLTypes.ts:2702](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2702) ___ ### MinimumValueError -Ƭ **MinimumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumValueError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} +Ƭ **MinimumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumValueError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L572) +[src/types/generatedGraphQLTypes.ts:571](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L571) ___ @@ -2670,7 +2657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2677) +[src/types/generatedGraphQLTypes.ts:2709](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2709) ___ @@ -2683,7 +2670,7 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Mutation"`` | -| `acceptAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `acceptAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `acceptMembershipRequest` | [`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest) | | `addEventAttendee` | [`User`](types_generatedGraphQLTypes.md#user) | | `addFeedback` | [`Feedback`](types_generatedGraphQLTypes.md#feedback) | @@ -2693,6 +2680,7 @@ ___ | `addUserCustomData` | [`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata) | | `addUserImage` | [`User`](types_generatedGraphQLTypes.md#user) | | `addUserToGroupChat` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | +| `addUserToUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | | `adminRemoveEvent` | [`Event`](types_generatedGraphQLTypes.md#event) | | `adminRemoveGroup` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | | `assignUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | @@ -2714,22 +2702,23 @@ ___ | `createOrganization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `createPlugin` | [`Plugin`](types_generatedGraphQLTypes.md#plugin) | | `createPost?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\> | -| `createSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `createSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `createUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | | `createUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | | `deleteAdvertisementById` | [`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload) | | `deleteDonationById` | [`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload) | -| `forgotPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `forgotPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `joinPublicOrganization` | [`User`](types_generatedGraphQLTypes.md#user) | | `leaveOrganization` | [`User`](types_generatedGraphQLTypes.md#user) | | `likeComment?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Comment`](types_generatedGraphQLTypes.md#comment)\> | | `likePost?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\> | | `login` | [`AuthData`](types_generatedGraphQLTypes.md#authdata) | -| `logout` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `logout` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `otp` | [`OtpData`](types_generatedGraphQLTypes.md#otpdata) | -| `recaptcha` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `recaptcha` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `refreshToken` | [`ExtendSession`](types_generatedGraphQLTypes.md#extendsession) | | `registerForEvent` | [`Event`](types_generatedGraphQLTypes.md#event) | -| `rejectAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `rejectAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `rejectMembershipRequest` | [`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest) | | `removeActionItem` | [`ActionItem`](types_generatedGraphQLTypes.md#actionitem) | | `removeAdmin` | [`User`](types_generatedGraphQLTypes.md#user) | @@ -2744,13 +2733,15 @@ ___ | `removeOrganizationCustomField` | [`OrganizationCustomField`](types_generatedGraphQLTypes.md#organizationcustomfield) | | `removeOrganizationImage` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `removePost?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\> | -| `removeSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `removeSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `removeUserCustomData` | [`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata) | +| `removeUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | | `removeUserFromGroupChat` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | +| `removeUserFromUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | | `removeUserImage` | [`User`](types_generatedGraphQLTypes.md#user) | | `removeUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | -| `revokeRefreshTokenForUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `saveFcmToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `revokeRefreshTokenForUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `saveFcmToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `sendMembershipRequest` | [`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest) | | `sendMessageToDirectChat` | [`DirectChatMessage`](types_generatedGraphQLTypes.md#directchatmessage) | | `sendMessageToGroupChat` | [`GroupChatMessage`](types_generatedGraphQLTypes.md#groupchatmessage) | @@ -2773,11 +2764,11 @@ ___ | `updateUserProfile` | [`User`](types_generatedGraphQLTypes.md#user) | | `updateUserRoleInOrganization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `updateUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | -| `updateUserType` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `updateUserType` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L578) +[src/types/generatedGraphQLTypes.ts:577](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L577) ___ @@ -2789,11 +2780,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L674) +[src/types/generatedGraphQLTypes.ts:677](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L677) ___ @@ -2805,11 +2796,11 @@ ___ | Name | Type | | :------ | :------ | -| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L679) +[src/types/generatedGraphQLTypes.ts:682](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L682) ___ @@ -2825,7 +2816,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L684) +[src/types/generatedGraphQLTypes.ts:687](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L687) ___ @@ -2841,7 +2832,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L689) +[src/types/generatedGraphQLTypes.ts:692](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L692) ___ @@ -2857,7 +2848,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L694) +[src/types/generatedGraphQLTypes.ts:697](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L697) ___ @@ -2869,13 +2860,13 @@ ___ | Name | Type | | :------ | :------ | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L699) +[src/types/generatedGraphQLTypes.ts:702](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L702) ___ @@ -2887,12 +2878,12 @@ ___ | Name | Type | | :------ | :------ | -| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L706) +[src/types/generatedGraphQLTypes.ts:709](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L709) ___ @@ -2904,13 +2895,13 @@ ___ | Name | Type | | :------ | :------ | -| `dataName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `dataValue` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``][``"input"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `dataName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `dataValue` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L712) +[src/types/generatedGraphQLTypes.ts:715](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L715) ___ @@ -2922,11 +2913,11 @@ ___ | Name | Type | | :------ | :------ | -| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L719) +[src/types/generatedGraphQLTypes.ts:722](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L722) ___ @@ -2938,12 +2929,29 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:727](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L727) + +___ + +### MutationAddUserToUserFamilyArgs + +Ƭ **MutationAddUserToUserFamilyArgs**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `familyId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L724) +[src/types/generatedGraphQLTypes.ts:733](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L733) ___ @@ -2955,11 +2963,11 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L730) +[src/types/generatedGraphQLTypes.ts:739](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L739) ___ @@ -2971,11 +2979,11 @@ ___ | Name | Type | | :------ | :------ | -| `groupId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `groupId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L735) +[src/types/generatedGraphQLTypes.ts:744](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L744) ___ @@ -2991,7 +2999,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L740) +[src/types/generatedGraphQLTypes.ts:749](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L749) ___ @@ -3003,12 +3011,12 @@ ___ | Name | Type | | :------ | :------ | -| `blockUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `blockUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L745) +[src/types/generatedGraphQLTypes.ts:754](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L754) ___ @@ -3020,12 +3028,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L751) +[src/types/generatedGraphQLTypes.ts:760](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L760) ___ @@ -3037,11 +3045,11 @@ ___ | Name | Type | | :------ | :------ | -| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L757) +[src/types/generatedGraphQLTypes.ts:766](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L766) ___ @@ -3057,7 +3065,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L762) +[src/types/generatedGraphQLTypes.ts:771](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L771) ___ @@ -3069,12 +3077,12 @@ ___ | Name | Type | | :------ | :------ | -| `actionItemCategoryId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `actionItemCategoryId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `data` | [`CreateActionItemInput`](types_generatedGraphQLTypes.md#createactioniteminput) | #### Defined in -[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L767) +[src/types/generatedGraphQLTypes.ts:776](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L776) ___ @@ -3086,12 +3094,12 @@ ___ | Name | Type | | :------ | :------ | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L773) +[src/types/generatedGraphQLTypes.ts:782](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L782) ___ @@ -3107,7 +3115,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L779) +[src/types/generatedGraphQLTypes.ts:788](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L788) ___ @@ -3119,16 +3127,16 @@ ___ | Name | Type | | :------ | :------ | -| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``] | -| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``] | -| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L784) +[src/types/generatedGraphQLTypes.ts:793](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L793) ___ @@ -3141,11 +3149,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`CommentInput`](types_generatedGraphQLTypes.md#commentinput) | -| `postId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `postId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L794) +[src/types/generatedGraphQLTypes.ts:803](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L803) ___ @@ -3161,7 +3169,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L800) +[src/types/generatedGraphQLTypes.ts:809](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L809) ___ @@ -3173,16 +3181,16 @@ ___ | Name | Type | | :------ | :------ | -| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"input"``] | -| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``] | +| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L805) +[src/types/generatedGraphQLTypes.ts:814](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L814) ___ @@ -3198,7 +3206,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L815) +[src/types/generatedGraphQLTypes.ts:824](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L824) ___ @@ -3214,7 +3222,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L820) +[src/types/generatedGraphQLTypes.ts:829](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L829) ___ @@ -3230,7 +3238,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L825) +[src/types/generatedGraphQLTypes.ts:834](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L834) ___ @@ -3246,7 +3254,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L830) +[src/types/generatedGraphQLTypes.ts:839](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L839) ___ @@ -3259,11 +3267,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationInput`](types_generatedGraphQLTypes.md#organizationinput)\> | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L835) +[src/types/generatedGraphQLTypes.ts:844](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L844) ___ @@ -3275,14 +3283,14 @@ ___ | Name | Type | | :------ | :------ | -| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `uninstalledOrgs?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `uninstalledOrgs?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L841) +[src/types/generatedGraphQLTypes.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L850) ___ @@ -3295,11 +3303,27 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`PostInput`](types_generatedGraphQLTypes.md#postinput) | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L849) +[src/types/generatedGraphQLTypes.ts:858](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L858) + +___ + +### MutationCreateUserFamilyArgs + +Ƭ **MutationCreateUserFamilyArgs**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `data` | [`CreateUserFamilyInput`](types_generatedGraphQLTypes.md#createuserfamilyinput) | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:864](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L864) ___ @@ -3315,7 +3339,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L855) +[src/types/generatedGraphQLTypes.ts:869](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L869) ___ @@ -3327,11 +3351,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L860) +[src/types/generatedGraphQLTypes.ts:874](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L874) ___ @@ -3343,11 +3367,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L865) +[src/types/generatedGraphQLTypes.ts:879](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L879) ___ @@ -3363,7 +3387,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L870) +[src/types/generatedGraphQLTypes.ts:884](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L884) ___ @@ -3375,11 +3399,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L875) +[src/types/generatedGraphQLTypes.ts:889](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L889) ___ @@ -3391,11 +3415,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L880) +[src/types/generatedGraphQLTypes.ts:894](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L894) ___ @@ -3407,11 +3431,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L885) +[src/types/generatedGraphQLTypes.ts:899](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L899) ___ @@ -3423,11 +3447,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L890) +[src/types/generatedGraphQLTypes.ts:904](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L904) ___ @@ -3443,7 +3467,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L895) +[src/types/generatedGraphQLTypes.ts:909](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L909) ___ @@ -3459,7 +3483,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L900) +[src/types/generatedGraphQLTypes.ts:914](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L914) ___ @@ -3475,7 +3499,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L905) +[src/types/generatedGraphQLTypes.ts:919](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L919) ___ @@ -3487,11 +3511,11 @@ ___ | Name | Type | | :------ | :------ | -| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L910) +[src/types/generatedGraphQLTypes.ts:924](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L924) ___ @@ -3503,11 +3527,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L915) +[src/types/generatedGraphQLTypes.ts:929](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L929) ___ @@ -3519,11 +3543,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L920) +[src/types/generatedGraphQLTypes.ts:934](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L934) ___ @@ -3535,11 +3559,11 @@ ___ | Name | Type | | :------ | :------ | -| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L925) +[src/types/generatedGraphQLTypes.ts:939](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L939) ___ @@ -3551,11 +3575,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L930) +[src/types/generatedGraphQLTypes.ts:944](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L944) ___ @@ -3571,7 +3595,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L935) +[src/types/generatedGraphQLTypes.ts:949](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L949) ___ @@ -3583,11 +3607,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L940) +[src/types/generatedGraphQLTypes.ts:954](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L954) ___ @@ -3599,11 +3623,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L945) +[src/types/generatedGraphQLTypes.ts:959](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L959) ___ @@ -3615,12 +3639,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L950) +[src/types/generatedGraphQLTypes.ts:964](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L964) ___ @@ -3632,11 +3656,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L956) +[src/types/generatedGraphQLTypes.ts:970](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L970) ___ @@ -3652,7 +3676,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L961) +[src/types/generatedGraphQLTypes.ts:975](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L975) ___ @@ -3664,11 +3688,11 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L966) +[src/types/generatedGraphQLTypes.ts:980](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L980) ___ @@ -3684,7 +3708,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L971) +[src/types/generatedGraphQLTypes.ts:985](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L985) ___ @@ -3696,11 +3720,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L976) +[src/types/generatedGraphQLTypes.ts:990](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L990) ___ @@ -3712,12 +3736,12 @@ ___ | Name | Type | | :------ | :------ | -| `customFieldId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `customFieldId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L981) +[src/types/generatedGraphQLTypes.ts:995](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L995) ___ @@ -3729,11 +3753,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L987) +[src/types/generatedGraphQLTypes.ts:1001](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1001) ___ @@ -3745,11 +3769,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L992) +[src/types/generatedGraphQLTypes.ts:1006](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1006) ___ @@ -3761,11 +3785,27 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:1011](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1011) + +___ + +### MutationRemoveUserFamilyArgs + +Ƭ **MutationRemoveUserFamilyArgs**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `familyId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L997) +[src/types/generatedGraphQLTypes.ts:1016](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1016) ___ @@ -3777,12 +3817,29 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1002) +[src/types/generatedGraphQLTypes.ts:1021](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1021) + +___ + +### MutationRemoveUserFromUserFamilyArgs + +Ƭ **MutationRemoveUserFromUserFamilyArgs**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `familyId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:1027](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1027) ___ @@ -3794,11 +3851,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1008) +[src/types/generatedGraphQLTypes.ts:1033](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1033) ___ @@ -3827,6 +3884,7 @@ ___ | `addUserCustomData?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserCustomData"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserCustomDataArgs`](types_generatedGraphQLTypes.md#mutationaddusercustomdataargs), ``"dataName"`` \| ``"dataValue"`` \| ``"organizationId"``\>\> | | `addUserImage?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserImageArgs`](types_generatedGraphQLTypes.md#mutationadduserimageargs), ``"file"``\>\> | | `addUserToGroupChat?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"GroupChat"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserToGroupChatArgs`](types_generatedGraphQLTypes.md#mutationaddusertogroupchatargs), ``"chatId"`` \| ``"userId"``\>\> | +| `addUserToUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserToUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationaddusertouserfamilyargs), ``"familyId"`` \| ``"userId"``\>\> | | `adminRemoveEvent?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Event"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAdminRemoveEventArgs`](types_generatedGraphQLTypes.md#mutationadminremoveeventargs), ``"eventId"``\>\> | | `adminRemoveGroup?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"GroupChat"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAdminRemoveGroupArgs`](types_generatedGraphQLTypes.md#mutationadminremovegroupargs), ``"groupId"``\>\> | | `assignUserTag?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAssignUserTagArgs`](types_generatedGraphQLTypes.md#mutationassignusertagargs), ``"input"``\>\> | @@ -3849,6 +3907,7 @@ ___ | `createPlugin?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Plugin"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreatePluginArgs`](types_generatedGraphQLTypes.md#mutationcreatepluginargs), ``"pluginCreatedBy"`` \| ``"pluginDesc"`` \| ``"pluginName"``\>\> | | `createPost?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Post"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreatePostArgs`](types_generatedGraphQLTypes.md#mutationcreatepostargs), ``"data"``\>\> | | `createSampleOrganization?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Boolean"``], `ParentType`, `ContextType`\> | +| `createUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreateUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationcreateuserfamilyargs), ``"data"``\>\> | | `createUserTag?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserTag"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreateUserTagArgs`](types_generatedGraphQLTypes.md#mutationcreateusertagargs), ``"input"``\>\> | | `deleteAdvertisementById?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"DeletePayload"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationDeleteAdvertisementByIdArgs`](types_generatedGraphQLTypes.md#mutationdeleteadvertisementbyidargs), ``"id"``\>\> | | `deleteDonationById?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"DeletePayload"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationDeleteDonationByIdArgs`](types_generatedGraphQLTypes.md#mutationdeletedonationbyidargs), ``"id"``\>\> | @@ -3880,7 +3939,9 @@ ___ | `removePost?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Post"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemovePostArgs`](types_generatedGraphQLTypes.md#mutationremovepostargs), ``"id"``\>\> | | `removeSampleOrganization?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Boolean"``], `ParentType`, `ContextType`\> | | `removeUserCustomData?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserCustomData"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserCustomDataArgs`](types_generatedGraphQLTypes.md#mutationremoveusercustomdataargs), ``"organizationId"``\>\> | +| `removeUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationremoveuserfamilyargs), ``"familyId"``\>\> | | `removeUserFromGroupChat?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"GroupChat"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserFromGroupChatArgs`](types_generatedGraphQLTypes.md#mutationremoveuserfromgroupchatargs), ``"chatId"`` \| ``"userId"``\>\> | +| `removeUserFromUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserFromUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationremoveuserfromuserfamilyargs), ``"familyId"`` \| ``"userId"``\>\> | | `removeUserImage?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``], `ParentType`, `ContextType`\> | | `removeUserTag?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserTag"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserTagArgs`](types_generatedGraphQLTypes.md#mutationremoveusertagargs), ``"id"``\>\> | | `revokeRefreshTokenForUser?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Boolean"``], `ParentType`, `ContextType`\> | @@ -3911,7 +3972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2683) +[src/types/generatedGraphQLTypes.ts:2715](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2715) ___ @@ -3923,11 +3984,11 @@ ___ | Name | Type | | :------ | :------ | -| `token?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `token?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1013) +[src/types/generatedGraphQLTypes.ts:1038](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1038) ___ @@ -3939,11 +4000,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1018) +[src/types/generatedGraphQLTypes.ts:1043](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1043) ___ @@ -3955,12 +4016,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1023) +[src/types/generatedGraphQLTypes.ts:1048](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1048) ___ @@ -3972,12 +4033,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1029) +[src/types/generatedGraphQLTypes.ts:1054](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1054) ___ @@ -3990,11 +4051,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`UserInput`](types_generatedGraphQLTypes.md#userinput) | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1035) +[src/types/generatedGraphQLTypes.ts:1060](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1060) ___ @@ -4006,12 +4067,12 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1041) +[src/types/generatedGraphQLTypes.ts:1066](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1066) ___ @@ -4027,7 +4088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1047) +[src/types/generatedGraphQLTypes.ts:1072](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1072) ___ @@ -4039,12 +4100,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1052) +[src/types/generatedGraphQLTypes.ts:1077](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1077) ___ @@ -4056,11 +4117,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1058) +[src/types/generatedGraphQLTypes.ts:1083](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1083) ___ @@ -4072,11 +4133,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1063) +[src/types/generatedGraphQLTypes.ts:1088](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1088) ___ @@ -4088,11 +4149,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1068) +[src/types/generatedGraphQLTypes.ts:1093](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1093) ___ @@ -4105,11 +4166,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`UpdateActionItemInput`](types_generatedGraphQLTypes.md#updateactioniteminput) | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1073) +[src/types/generatedGraphQLTypes.ts:1098](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1098) ___ @@ -4122,11 +4183,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`UpdateActionItemCategoryInput`](types_generatedGraphQLTypes.md#updateactionitemcategoryinput) | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1079) +[src/types/generatedGraphQLTypes.ts:1104](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1104) ___ @@ -4142,7 +4203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1085) +[src/types/generatedGraphQLTypes.ts:1110](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1110) ___ @@ -4155,11 +4216,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UpdateEventInput`](types_generatedGraphQLTypes.md#updateeventinput)\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1090) +[src/types/generatedGraphQLTypes.ts:1115](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1115) ___ @@ -4171,11 +4232,11 @@ ___ | Name | Type | | :------ | :------ | -| `languageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `languageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1096) +[src/types/generatedGraphQLTypes.ts:1121](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1121) ___ @@ -4188,12 +4249,12 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UpdateOrganizationInput`](types_generatedGraphQLTypes.md#updateorganizationinput)\> | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1101) +[src/types/generatedGraphQLTypes.ts:1126](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1126) ___ @@ -4205,12 +4266,12 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1108) +[src/types/generatedGraphQLTypes.ts:1133](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1133) ___ @@ -4223,11 +4284,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostUpdateInput`](types_generatedGraphQLTypes.md#postupdateinput)\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1114) +[src/types/generatedGraphQLTypes.ts:1139](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1139) ___ @@ -4243,7 +4304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1120) +[src/types/generatedGraphQLTypes.ts:1145](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1145) ___ @@ -4256,11 +4317,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UpdateUserInput`](types_generatedGraphQLTypes.md#updateuserinput)\> | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1125) +[src/types/generatedGraphQLTypes.ts:1150](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1150) ___ @@ -4272,13 +4333,13 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `role` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `role` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1131) +[src/types/generatedGraphQLTypes.ts:1156](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1156) ___ @@ -4294,7 +4355,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1138) +[src/types/generatedGraphQLTypes.ts:1163](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1163) ___ @@ -4310,7 +4371,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1143) +[src/types/generatedGraphQLTypes.ts:1168](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1168) ___ @@ -4334,7 +4395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2033) +[src/types/generatedGraphQLTypes.ts:2072](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2072) ___ @@ -4351,7 +4412,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -4364,29 +4425,29 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Organization"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `actionItemCategories?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ActionItemCategory`](types_generatedGraphQLTypes.md#actionitemcategory)\>[]\> | | `address?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Address`](types_generatedGraphQLTypes.md#address)\> | | `admins?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)[]\> | -| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``] | +| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``] | | `blockedUsers?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `customFields` | [`OrganizationCustomField`](types_generatedGraphQLTypes.md#organizationcustomfield)[] | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `members?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `membershipRequests?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest)\>[]\> | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `pinnedPosts?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\>[]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `userTags?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTagsConnection`](types_generatedGraphQLTypes.md#usertagsconnection)\> | -| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1151) +[src/types/generatedGraphQLTypes.ts:1176](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1176) ___ @@ -4398,11 +4459,11 @@ ___ | Name | Type | | :------ | :------ | -| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1175) +[src/types/generatedGraphQLTypes.ts:1200](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1200) ___ @@ -4415,14 +4476,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"OrganizationCustomField"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1187) +[src/types/generatedGraphQLTypes.ts:1212](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1212) ___ @@ -4449,7 +4510,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2800) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2836) ___ @@ -4462,18 +4523,18 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"OrganizationInfoNode"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | -| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1195) +[src/types/generatedGraphQLTypes.ts:1220](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1220) ___ @@ -4504,7 +4565,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2808) +[src/types/generatedGraphQLTypes.ts:2844](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2844) ___ @@ -4517,17 +4578,17 @@ ___ | Name | Type | | :------ | :------ | | `address` | [`AddressInput`](types_generatedGraphQLTypes.md#addressinput) | -| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | -| `attendees?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `image?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `attendees?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `image?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1207) +[src/types/generatedGraphQLTypes.ts:1232](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1232) ___ @@ -4537,7 +4598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1218) +[src/types/generatedGraphQLTypes.ts:1243](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1243) ___ @@ -4579,7 +4640,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2777) +[src/types/generatedGraphQLTypes.ts:2813](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2813) ___ @@ -4591,14 +4652,14 @@ ___ | Name | Type | | :------ | :------ | -| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | -| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | +| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | +| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1180) +[src/types/generatedGraphQLTypes.ts:1205](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1205) ___ @@ -4610,36 +4671,36 @@ ___ | Name | Type | | :------ | :------ | -| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | -| `apiUrl_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | -| `apiUrl_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``][]\> | -| `apiUrl_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | -| `apiUrl_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``][]\> | -| `apiUrl_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `name_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `name_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `apiUrl_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `apiUrl_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][]\> | +| `apiUrl_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `apiUrl_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][]\> | +| `apiUrl_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `name_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `name_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1230) +[src/types/generatedGraphQLTypes.ts:1255](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1255) ___ @@ -4652,11 +4713,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"OtpData"`` | -| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1259) +[src/types/generatedGraphQLTypes.ts:1284](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1284) ___ @@ -4680,7 +4741,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2820) +[src/types/generatedGraphQLTypes.ts:2856](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2856) ___ @@ -4692,11 +4753,11 @@ ___ | Name | Type | | :------ | :------ | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``] | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1147) +[src/types/generatedGraphQLTypes.ts:1172](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1172) ___ @@ -4711,16 +4772,16 @@ Information about pagination in a connection. | Name | Type | Description | | :------ | :------ | :------ | | `__typename?` | ``"PageInfo"`` | - | -| `currPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | -| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | When paginating forwards, are there more items? | -| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | When paginating backwards, are there more items? | -| `nextPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | -| `prevPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | -| `totalPages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | +| `currPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | +| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | When paginating forwards, are there more items? | +| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | When paginating backwards, are there more items? | +| `nextPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | +| `prevPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | +| `totalPages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | #### Defined in -[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1265) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4749,7 +4810,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2825) +[src/types/generatedGraphQLTypes.ts:2861](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2861) ___ @@ -4759,7 +4820,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1277) +[src/types/generatedGraphQLTypes.ts:1302](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1302) ___ @@ -4772,15 +4833,15 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Plugin"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `uninstalledOrgs?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``][]\> | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `uninstalledOrgs?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1281) +[src/types/generatedGraphQLTypes.ts:1306](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1306) ___ @@ -4793,14 +4854,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"PluginField"`` | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `status` | [`Status`](types_generatedGraphQLTypes.md#status) | -| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1315](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1315) ___ @@ -4812,12 +4873,12 @@ ___ | Name | Type | | :------ | :------ | -| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1298) +[src/types/generatedGraphQLTypes.ts:1323](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1323) ___ @@ -4844,7 +4905,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2848) +[src/types/generatedGraphQLTypes.ts:2884](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2884) ___ @@ -4857,14 +4918,14 @@ ___ | Name | Type | | :------ | :------ | | `fields?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PluginFieldInput`](types_generatedGraphQLTypes.md#pluginfieldinput)\>[]\> | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `pluginKey?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `pluginKey?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `pluginType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Type`](types_generatedGraphQLTypes.md#type)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1303) +[src/types/generatedGraphQLTypes.ts:1328](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1328) ___ @@ -4892,7 +4953,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2839) +[src/types/generatedGraphQLTypes.ts:2875](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2875) ___ @@ -4905,24 +4966,24 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Post"`` | -| `_id?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``]\> | -| `commentCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | +| `_id?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `commentCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `comments?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Comment`](types_generatedGraphQLTypes.md#comment)\>[]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | -| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | +| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `likedBy?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `pinned?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `title?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | -| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | +| `pinned?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `title?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1311) +[src/types/generatedGraphQLTypes.ts:1336](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1336) ___ @@ -4943,7 +5004,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1330) +[src/types/generatedGraphQLTypes.ts:1355](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1355) ___ @@ -4969,7 +5030,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2878) +[src/types/generatedGraphQLTypes.ts:2914](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2914) ___ @@ -4981,17 +5042,17 @@ ___ | Name | Type | | :------ | :------ | -| `_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `pinned?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | +| `_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `pinned?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1339) +[src/types/generatedGraphQLTypes.ts:1364](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1364) ___ @@ -5001,7 +5062,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1349) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5038,7 +5099,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2860) +[src/types/generatedGraphQLTypes.ts:2896](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2896) ___ @@ -5050,14 +5111,14 @@ ___ | Name | Type | | :------ | :------ | -| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1367) +[src/types/generatedGraphQLTypes.ts:1392](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1392) ___ @@ -5069,28 +5130,28 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `text_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `text_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `text_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `text_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `text_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `text_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `text_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `text_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `text_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `text_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1399](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1399) ___ @@ -5123,11 +5184,11 @@ ___ | `getDonationByOrgIdConnection` | [`Donation`](types_generatedGraphQLTypes.md#donation)[] | | `getPlugins?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Plugin`](types_generatedGraphQLTypes.md#plugin)\>[]\> | | `getlanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Translation`](types_generatedGraphQLTypes.md#translation)\>[]\> | -| `hasSubmittedFeedback?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | -| `isSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `hasSubmittedFeedback?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `isSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `joinedOrganizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `me` | [`User`](types_generatedGraphQLTypes.md#user) | -| `myLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `myLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `organizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `organizationsConnection` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[] | | `organizationsMemberConnection` | [`UserConnection`](types_generatedGraphQLTypes.md#userconnection) | @@ -5138,13 +5199,13 @@ ___ | `registeredEventsByUser?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | | `registrantsByEvent?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | -| `userLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `userLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `users?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `usersConnection` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1395) +[src/types/generatedGraphQLTypes.ts:1420](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1420) ___ @@ -5156,11 +5217,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1438) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5172,11 +5233,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1443) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5188,11 +5249,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1448) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5204,11 +5265,11 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1453) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5220,11 +5281,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1458) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5236,11 +5297,11 @@ ___ | Name | Type | | :------ | :------ | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5252,11 +5313,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5268,11 +5329,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1498](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1498) ___ @@ -5284,11 +5345,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1503](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1503) ___ @@ -5300,11 +5361,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1508](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1508) ___ @@ -5316,11 +5377,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1513](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1513) ___ @@ -5332,12 +5393,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventOrderByInput`](types_generatedGraphQLTypes.md#eventorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1518](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1518) ___ @@ -5349,14 +5410,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventOrderByInput`](types_generatedGraphQLTypes.md#eventorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventWhereInput`](types_generatedGraphQLTypes.md#eventwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1499) +[src/types/generatedGraphQLTypes.ts:1524](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1524) ___ @@ -5368,11 +5429,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1507) +[src/types/generatedGraphQLTypes.ts:1532](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1532) ___ @@ -5384,11 +5445,11 @@ ___ | Name | Type | | :------ | :------ | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1512) +[src/types/generatedGraphQLTypes.ts:1537](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1537) ___ @@ -5400,14 +5461,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`DonationWhereInput`](types_generatedGraphQLTypes.md#donationwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1517) +[src/types/generatedGraphQLTypes.ts:1542](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1542) ___ @@ -5419,11 +5480,11 @@ ___ | Name | Type | | :------ | :------ | -| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1525) +[src/types/generatedGraphQLTypes.ts:1550](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1550) ___ @@ -5435,12 +5496,12 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1530) +[src/types/generatedGraphQLTypes.ts:1555](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1555) ___ @@ -5452,11 +5513,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1536) +[src/types/generatedGraphQLTypes.ts:1561](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1561) ___ @@ -5468,11 +5529,11 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1541) +[src/types/generatedGraphQLTypes.ts:1566](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1566) ___ @@ -5484,12 +5545,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationOrderByInput`](types_generatedGraphQLTypes.md#organizationorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1546) +[src/types/generatedGraphQLTypes.ts:1571](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1571) ___ @@ -5501,14 +5562,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationOrderByInput`](types_generatedGraphQLTypes.md#organizationorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationWhereInput`](types_generatedGraphQLTypes.md#organizationwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1552) +[src/types/generatedGraphQLTypes.ts:1577](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1577) ___ @@ -5520,15 +5581,15 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput)\> | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserWhereInput`](types_generatedGraphQLTypes.md#userwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1560) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5540,11 +5601,11 @@ ___ | Name | Type | | :------ | :------ | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1569) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5556,11 +5617,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1574) +[src/types/generatedGraphQLTypes.ts:1599](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1599) ___ @@ -5572,12 +5633,12 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostOrderByInput`](types_generatedGraphQLTypes.md#postorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1579) +[src/types/generatedGraphQLTypes.ts:1604](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1604) ___ @@ -5589,15 +5650,15 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostOrderByInput`](types_generatedGraphQLTypes.md#postorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostWhereInput`](types_generatedGraphQLTypes.md#postwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5609,12 +5670,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventOrderByInput`](types_generatedGraphQLTypes.md#eventorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1619](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1619) ___ @@ -5626,11 +5687,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1600) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5690,7 +5751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2885) +[src/types/generatedGraphQLTypes.ts:2921](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2921) ___ @@ -5702,11 +5763,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1605) +[src/types/generatedGraphQLTypes.ts:1630](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1630) ___ @@ -5718,11 +5779,11 @@ ___ | Name | Type | | :------ | :------ | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1635](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1635) ___ @@ -5734,16 +5795,16 @@ ___ | Name | Type | | :------ | :------ | -| `adminApproved?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `adminApproved?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | -| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserWhereInput`](types_generatedGraphQLTypes.md#userwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1615) +[src/types/generatedGraphQLTypes.ts:1640](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1640) ___ @@ -5755,14 +5816,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserWhereInput`](types_generatedGraphQLTypes.md#userwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1650](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1650) ___ @@ -5774,11 +5835,11 @@ ___ | Name | Type | | :------ | :------ | -| `recaptchaToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `recaptchaToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1632) +[src/types/generatedGraphQLTypes.ts:1657](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1657) ___ @@ -5788,7 +5849,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1636) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -5805,7 +5866,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L33) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -5824,7 +5885,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1984) +[src/types/generatedGraphQLTypes.ts:2023](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2023) ___ @@ -5860,7 +5921,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1986) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2025) ___ @@ -5876,7 +5937,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1982) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -5961,6 +6022,7 @@ ___ | `UserConnection?` | [`UserConnectionResolvers`](types_generatedGraphQLTypes.md#userconnectionresolvers)\<`ContextType`\> | | `UserCustomData?` | [`UserCustomDataResolvers`](types_generatedGraphQLTypes.md#usercustomdataresolvers)\<`ContextType`\> | | `UserEdge?` | [`UserEdgeResolvers`](types_generatedGraphQLTypes.md#useredgeresolvers)\<`ContextType`\> | +| `UserFamily?` | [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)\<`ContextType`\> | | `UserPhone?` | [`UserPhoneResolvers`](types_generatedGraphQLTypes.md#userphoneresolvers)\<`ContextType`\> | | `UserTag?` | [`UserTagResolvers`](types_generatedGraphQLTypes.md#usertagresolvers)\<`ContextType`\> | | `UserTagEdge?` | [`UserTagEdgeResolvers`](types_generatedGraphQLTypes.md#usertagedgeresolvers)\<`ContextType`\> | @@ -5971,32 +6033,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3068) - -___ - -### ResolversInterfaceTypes - -Ƭ **ResolversInterfaceTypes**\<`RefType`\>: `Object` - -Mapping of interface types - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RefType` | extends `Record`\<`string`, `unknown`\> | - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `Error` | [`UnauthenticatedError`](types_generatedGraphQLTypes.md#unauthenticatederror) \| [`UnauthorizedError`](types_generatedGraphQLTypes.md#unauthorizederror) | -| `FieldError` | [`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor) \| [`MaximumLengthError`](types_generatedGraphQLTypes.md#maximumlengtherror) \| [`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror) \| [`MinimumLengthError`](types_generatedGraphQLTypes.md#minimumlengtherror) \| [`MinimumValueError`](types_generatedGraphQLTypes.md#minimumvalueerror) | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2049) +[src/types/generatedGraphQLTypes.ts:3113](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3113) ___ @@ -6017,29 +6054,29 @@ Mapping between all available schema types and the resolvers parents | `Advertisement` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`Advertisement`](types_generatedGraphQLTypes.md#advertisement), ``"creator"``\> & \{ `creator?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``]\> \} | | `AggregatePost` | [`AggregatePost`](types_generatedGraphQLTypes.md#aggregatepost) | | `AggregateUser` | [`AggregateUser`](types_generatedGraphQLTypes.md#aggregateuser) | -| `Any` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``][``"output"``] | +| `Any` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``] | | `AuthData` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`AuthData`](types_generatedGraphQLTypes.md#authdata), ``"user"``\> & \{ `user`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``] \} | -| `Boolean` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `Boolean` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `CheckIn` | [`InterfaceCheckIn`](../interfaces/models_CheckIn.InterfaceCheckIn.md) | | `CheckInInput` | [`CheckInInput`](types_generatedGraphQLTypes.md#checkininput) | | `CheckInStatus` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`CheckInStatus`](types_generatedGraphQLTypes.md#checkinstatus), ``"checkIn"`` \| ``"user"``\> & \{ `checkIn?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"CheckIn"``]\> ; `user`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``] \} | | `Comment` | [`InterfaceComment`](../interfaces/models_Comment.InterfaceComment.md) | | `CommentInput` | [`CommentInput`](types_generatedGraphQLTypes.md#commentinput) | -| `ConnectionError` | [`ResolversUnionTypes`](types_generatedGraphQLTypes.md#resolversuniontypes)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)\>[``"ConnectionError"``] | +| `ConnectionError` | [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"InvalidCursor"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MaximumValueError"``] | | `ConnectionPageInfo` | [`ConnectionPageInfo`](types_generatedGraphQLTypes.md#connectionpageinfo) | -| `CountryCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``][``"output"``] | +| `CountryCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``] | | `CreateActionItemInput` | [`CreateActionItemInput`](types_generatedGraphQLTypes.md#createactioniteminput) | | `CreateUserTagInput` | [`CreateUserTagInput`](types_generatedGraphQLTypes.md#createusertaginput) | | `CursorPaginationInput` | [`CursorPaginationInput`](types_generatedGraphQLTypes.md#cursorpaginationinput) | -| `Date` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | -| `DateTime` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `Date` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `DateTime` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `DeletePayload` | [`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload) | | `DirectChat` | [`InterfaceDirectChat`](../interfaces/models_DirectChat.InterfaceDirectChat.md) | | `DirectChatMessage` | [`InterfaceDirectChatMessage`](../interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md) | | `Donation` | [`InterfaceDonation`](../interfaces/models_Donation.InterfaceDonation.md) | | `DonationWhereInput` | [`DonationWhereInput`](types_generatedGraphQLTypes.md#donationwhereinput) | -| `EmailAddress` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"output"``] | -| `Error` | [`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)\>[``"Error"``] | +| `EmailAddress` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | +| `Error` | [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UnauthenticatedError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UnauthorizedError"``] | | `Event` | [`InterfaceEvent`](../interfaces/models_Event.InterfaceEvent.md) | | `EventAttendeeInput` | [`EventAttendeeInput`](types_generatedGraphQLTypes.md#eventattendeeinput) | | `EventInput` | [`EventInput`](types_generatedGraphQLTypes.md#eventinput) | @@ -6047,22 +6084,22 @@ Mapping between all available schema types and the resolvers parents | `ExtendSession` | [`ExtendSession`](types_generatedGraphQLTypes.md#extendsession) | | `Feedback` | [`InterfaceFeedback`](../interfaces/models_Feedback.InterfaceFeedback.md) | | `FeedbackInput` | [`FeedbackInput`](types_generatedGraphQLTypes.md#feedbackinput) | -| `FieldError` | [`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)\>[``"FieldError"``] | -| `Float` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``] | +| `FieldError` | [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"InvalidCursor"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MaximumLengthError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MaximumValueError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MinimumLengthError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MinimumValueError"``] | +| `Float` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``] | | `ForgotPasswordData` | [`ForgotPasswordData`](types_generatedGraphQLTypes.md#forgotpassworddata) | | `Group` | [`InterfaceGroup`](../interfaces/models_Group.InterfaceGroup.md) | | `GroupChat` | [`InterfaceGroupChat`](../interfaces/models_GroupChat.InterfaceGroupChat.md) | | `GroupChatMessage` | [`InterfaceGroupChatMessage`](../interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md) | -| `ID` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `Int` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | +| `ID` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `Int` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | | `InvalidCursor` | [`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor) | -| `JSON` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``][``"output"``] | +| `JSON` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``] | | `Language` | [`InterfaceLanguage`](../interfaces/models_Language.InterfaceLanguage.md) | | `LanguageInput` | [`LanguageInput`](types_generatedGraphQLTypes.md#languageinput) | | `LanguageModel` | [`LanguageModel`](types_generatedGraphQLTypes.md#languagemodel) | -| `Latitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"output"``] | +| `Latitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``] | | `LoginInput` | [`LoginInput`](types_generatedGraphQLTypes.md#logininput) | -| `Longitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"output"``] | +| `Longitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``] | | `MaximumLengthError` | [`MaximumLengthError`](types_generatedGraphQLTypes.md#maximumlengtherror) | | `MaximumValueError` | [`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror) | | `MembershipRequest` | [`InterfaceMembershipRequest`](../interfaces/models_MembershipRequest.InterfaceMembershipRequest.md) | @@ -6080,12 +6117,12 @@ Mapping between all available schema types and the resolvers parents | `OrganizationWhereInput` | [`OrganizationWhereInput`](types_generatedGraphQLTypes.md#organizationwhereinput) | | `OtpData` | [`OtpData`](types_generatedGraphQLTypes.md#otpdata) | | `PageInfo` | [`PageInfo`](types_generatedGraphQLTypes.md#pageinfo) | -| `PhoneNumber` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``] | +| `PhoneNumber` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``] | | `Plugin` | [`InterfacePlugin`](../interfaces/models_Plugin.InterfacePlugin.md) | | `PluginField` | [`InterfacePluginField`](../interfaces/models_PluginField.InterfacePluginField.md) | | `PluginFieldInput` | [`PluginFieldInput`](types_generatedGraphQLTypes.md#pluginfieldinput) | | `PluginInput` | [`PluginInput`](types_generatedGraphQLTypes.md#plugininput) | -| `PositiveInt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"output"``] | +| `PositiveInt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | | `Post` | [`InterfacePost`](../interfaces/models_Post.InterfacePost.md) | | `PostConnection` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`PostConnection`](types_generatedGraphQLTypes.md#postconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"Post"``]\>[] \} | | `PostInput` | [`PostInput`](types_generatedGraphQLTypes.md#postinput) | @@ -6093,12 +6130,12 @@ Mapping between all available schema types and the resolvers parents | `PostWhereInput` | [`PostWhereInput`](types_generatedGraphQLTypes.md#postwhereinput) | | `Query` | \{\} | | `RecaptchaVerification` | [`RecaptchaVerification`](types_generatedGraphQLTypes.md#recaptchaverification) | -| `String` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `String` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `Subscription` | \{\} | -| `Time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``] | +| `Time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``] | | `ToggleUserTagAssignInput` | [`ToggleUserTagAssignInput`](types_generatedGraphQLTypes.md#toggleusertagassigninput) | | `Translation` | [`Translation`](types_generatedGraphQLTypes.md#translation) | -| `URL` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``] | +| `URL` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``] | | `UnauthenticatedError` | [`UnauthenticatedError`](types_generatedGraphQLTypes.md#unauthenticatederror) | | `UnauthorizedError` | [`UnauthorizedError`](types_generatedGraphQLTypes.md#unauthorizederror) | | `UpdateActionItemCategoryInput` | [`UpdateActionItemCategoryInput`](types_generatedGraphQLTypes.md#updateactionitemcategoryinput) | @@ -6111,12 +6148,13 @@ Mapping between all available schema types and the resolvers parents | `UpdateUserPasswordInput` | [`UpdateUserPasswordInput`](types_generatedGraphQLTypes.md#updateuserpasswordinput) | | `UpdateUserTagInput` | [`UpdateUserTagInput`](types_generatedGraphQLTypes.md#updateusertaginput) | | `UpdateUserTypeInput` | [`UpdateUserTypeInput`](types_generatedGraphQLTypes.md#updateusertypeinput) | -| `Upload` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``][``"output"``] | +| `Upload` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``] | | `User` | [`InterfaceUser`](../interfaces/models_User.InterfaceUser.md) | | `UserAndOrganizationInput` | [`UserAndOrganizationInput`](types_generatedGraphQLTypes.md#userandorganizationinput) | | `UserConnection` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserConnection`](types_generatedGraphQLTypes.md#userconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``]\>[] \} | | `UserCustomData` | [`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata) | | `UserEdge` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserEdge`](types_generatedGraphQLTypes.md#useredge), ``"node"``\> & \{ `node`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``] \} | +| `UserFamily` | [`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md) | | `UserInput` | [`UserInput`](types_generatedGraphQLTypes.md#userinput) | | `UserPhone` | [`UserPhone`](types_generatedGraphQLTypes.md#userphone) | | `UserPhoneInput` | [`UserPhoneInput`](types_generatedGraphQLTypes.md#userphoneinput) | @@ -6131,10 +6169,11 @@ Mapping between all available schema types and the resolvers parents | `UsersConnectionResult` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UsersConnectionResult`](types_generatedGraphQLTypes.md#usersconnectionresult), ``"data"`` \| ``"errors"``\> & \{ `data?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UsersConnection"``]\> ; `errors`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"ConnectionError"``][] \} | | `createChatInput` | [`CreateChatInput`](types_generatedGraphQLTypes.md#createchatinput) | | `createGroupChatInput` | [`CreateGroupChatInput`](types_generatedGraphQLTypes.md#creategroupchatinput) | +| `createUserFamilyInput` | [`CreateUserFamilyInput`](types_generatedGraphQLTypes.md#createuserfamilyinput) | #### Defined in -[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2194) +[src/types/generatedGraphQLTypes.ts:2224](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2224) ___ @@ -6156,31 +6195,31 @@ Mapping between all available schema types and the resolvers types | `AdvertisementType` | [`AdvertisementType`](types_generatedGraphQLTypes.md#advertisementtype) | | `AggregatePost` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`AggregatePost`](types_generatedGraphQLTypes.md#aggregatepost)\> | | `AggregateUser` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`AggregateUser`](types_generatedGraphQLTypes.md#aggregateuser)\> | -| `Any` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``][``"output"``]\> | +| `Any` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``]\> | | `AuthData` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`AuthData`](types_generatedGraphQLTypes.md#authdata), ``"user"``\> & \{ `user`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``] \}\> | -| `Boolean` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | +| `Boolean` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | | `CheckIn` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceCheckIn`](../interfaces/models_CheckIn.InterfaceCheckIn.md)\> | | `CheckInInput` | [`CheckInInput`](types_generatedGraphQLTypes.md#checkininput) | | `CheckInStatus` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`CheckInStatus`](types_generatedGraphQLTypes.md#checkinstatus), ``"checkIn"`` \| ``"user"``\> & \{ `checkIn?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"CheckIn"``]\> ; `user`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``] \}\> | | `Comment` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceComment`](../interfaces/models_Comment.InterfaceComment.md)\> | | `CommentInput` | [`CommentInput`](types_generatedGraphQLTypes.md#commentinput) | -| `ConnectionError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ResolversUnionTypes`](types_generatedGraphQLTypes.md#resolversuniontypes)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)\>[``"ConnectionError"``]\> | +| `ConnectionError` | [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"InvalidCursor"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MaximumValueError"``] | | `ConnectionPageInfo` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ConnectionPageInfo`](types_generatedGraphQLTypes.md#connectionpageinfo)\> | -| `CountryCode` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``][``"output"``]\> | +| `CountryCode` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``]\> | | `CreateActionItemInput` | [`CreateActionItemInput`](types_generatedGraphQLTypes.md#createactioniteminput) | | `CreateUserTagInput` | [`CreateUserTagInput`](types_generatedGraphQLTypes.md#createusertaginput) | | `CursorPaginationInput` | [`CursorPaginationInput`](types_generatedGraphQLTypes.md#cursorpaginationinput) | -| `Date` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``]\> | -| `DateTime` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``]\> | +| `Date` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `DateTime` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``]\> | | `DeletePayload` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload)\> | | `DirectChat` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceDirectChat`](../interfaces/models_DirectChat.InterfaceDirectChat.md)\> | | `DirectChatMessage` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceDirectChatMessage`](../interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md)\> | | `Donation` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceDonation`](../interfaces/models_Donation.InterfaceDonation.md)\> | | `DonationWhereInput` | [`DonationWhereInput`](types_generatedGraphQLTypes.md#donationwhereinput) | | `EducationGrade` | [`EducationGrade`](types_generatedGraphQLTypes.md#educationgrade) | -| `EmailAddress` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"output"``]\> | +| `EmailAddress` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | | `EmploymentStatus` | [`EmploymentStatus`](types_generatedGraphQLTypes.md#employmentstatus) | -| `Error` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)\>[``"Error"``]\> | +| `Error` | [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UnauthenticatedError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UnauthorizedError"``] | | `Event` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceEvent`](../interfaces/models_Event.InterfaceEvent.md)\> | | `EventAttendeeInput` | [`EventAttendeeInput`](types_generatedGraphQLTypes.md#eventattendeeinput) | | `EventInput` | [`EventInput`](types_generatedGraphQLTypes.md#eventinput) | @@ -6189,23 +6228,23 @@ Mapping between all available schema types and the resolvers types | `ExtendSession` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ExtendSession`](types_generatedGraphQLTypes.md#extendsession)\> | | `Feedback` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceFeedback`](../interfaces/models_Feedback.InterfaceFeedback.md)\> | | `FeedbackInput` | [`FeedbackInput`](types_generatedGraphQLTypes.md#feedbackinput) | -| `FieldError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)\>[``"FieldError"``]\> | -| `Float` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``]\> | +| `FieldError` | [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"InvalidCursor"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MaximumLengthError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MaximumValueError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MinimumLengthError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MinimumValueError"``] | +| `Float` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``]\> | | `ForgotPasswordData` | [`ForgotPasswordData`](types_generatedGraphQLTypes.md#forgotpassworddata) | | `Gender` | [`Gender`](types_generatedGraphQLTypes.md#gender) | | `Group` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceGroup`](../interfaces/models_Group.InterfaceGroup.md)\> | | `GroupChat` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceGroupChat`](../interfaces/models_GroupChat.InterfaceGroupChat.md)\> | | `GroupChatMessage` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceGroupChatMessage`](../interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md)\> | -| `ID` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``]\> | -| `Int` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | +| `ID` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `Int` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | | `InvalidCursor` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor)\> | -| `JSON` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``][``"output"``]\> | +| `JSON` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``]\> | | `Language` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceLanguage`](../interfaces/models_Language.InterfaceLanguage.md)\> | | `LanguageInput` | [`LanguageInput`](types_generatedGraphQLTypes.md#languageinput) | | `LanguageModel` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`LanguageModel`](types_generatedGraphQLTypes.md#languagemodel)\> | -| `Latitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"output"``]\> | +| `Latitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | | `LoginInput` | [`LoginInput`](types_generatedGraphQLTypes.md#logininput) | -| `Longitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"output"``]\> | +| `Longitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | | `MaritalStatus` | [`MaritalStatus`](types_generatedGraphQLTypes.md#maritalstatus) | | `MaximumLengthError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`MaximumLengthError`](types_generatedGraphQLTypes.md#maximumlengtherror)\> | | `MaximumValueError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror)\> | @@ -6226,12 +6265,12 @@ Mapping between all available schema types and the resolvers types | `OtpData` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`OtpData`](types_generatedGraphQLTypes.md#otpdata)\> | | `PageInfo` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`PageInfo`](types_generatedGraphQLTypes.md#pageinfo)\> | | `PaginationDirection` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `PhoneNumber` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | +| `PhoneNumber` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | | `Plugin` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfacePlugin`](../interfaces/models_Plugin.InterfacePlugin.md)\> | | `PluginField` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfacePluginField`](../interfaces/models_PluginField.InterfacePluginField.md)\> | | `PluginFieldInput` | [`PluginFieldInput`](types_generatedGraphQLTypes.md#pluginfieldinput) | | `PluginInput` | [`PluginInput`](types_generatedGraphQLTypes.md#plugininput) | -| `PositiveInt` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"output"``]\> | +| `PositiveInt` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | | `Post` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfacePost`](../interfaces/models_Post.InterfacePost.md)\> | | `PostConnection` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`PostConnection`](types_generatedGraphQLTypes.md#postconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Post"``]\>[] \}\> | | `PostInput` | [`PostInput`](types_generatedGraphQLTypes.md#postinput) | @@ -6242,13 +6281,13 @@ Mapping between all available schema types and the resolvers types | `RecaptchaVerification` | [`RecaptchaVerification`](types_generatedGraphQLTypes.md#recaptchaverification) | | `Recurrance` | [`Recurrance`](types_generatedGraphQLTypes.md#recurrance) | | `Status` | [`Status`](types_generatedGraphQLTypes.md#status) | -| `String` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `String` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `Subscription` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<\{\}\> | -| `Time` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``]\> | +| `Time` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | | `ToggleUserTagAssignInput` | [`ToggleUserTagAssignInput`](types_generatedGraphQLTypes.md#toggleusertagassigninput) | | `Translation` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Translation`](types_generatedGraphQLTypes.md#translation)\> | | `Type` | [`Type`](types_generatedGraphQLTypes.md#type) | -| `URL` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | +| `URL` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | | `UnauthenticatedError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UnauthenticatedError`](types_generatedGraphQLTypes.md#unauthenticatederror)\> | | `UnauthorizedError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UnauthorizedError`](types_generatedGraphQLTypes.md#unauthorizederror)\> | | `UpdateActionItemCategoryInput` | [`UpdateActionItemCategoryInput`](types_generatedGraphQLTypes.md#updateactionitemcategoryinput) | @@ -6261,12 +6300,13 @@ Mapping between all available schema types and the resolvers types | `UpdateUserPasswordInput` | [`UpdateUserPasswordInput`](types_generatedGraphQLTypes.md#updateuserpasswordinput) | | `UpdateUserTagInput` | [`UpdateUserTagInput`](types_generatedGraphQLTypes.md#updateusertaginput) | | `UpdateUserTypeInput` | [`UpdateUserTypeInput`](types_generatedGraphQLTypes.md#updateusertypeinput) | -| `Upload` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``][``"output"``]\> | +| `Upload` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``]\> | | `User` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceUser`](../interfaces/models_User.InterfaceUser.md)\> | | `UserAndOrganizationInput` | [`UserAndOrganizationInput`](types_generatedGraphQLTypes.md#userandorganizationinput) | | `UserConnection` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserConnection`](types_generatedGraphQLTypes.md#userconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``]\>[] \}\> | | `UserCustomData` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata)\> | | `UserEdge` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserEdge`](types_generatedGraphQLTypes.md#useredge), ``"node"``\> & \{ `node`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``] \}\> | +| `UserFamily` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md)\> | | `UserInput` | [`UserInput`](types_generatedGraphQLTypes.md#userinput) | | `UserOrderByInput` | [`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput) | | `UserPhone` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UserPhone`](types_generatedGraphQLTypes.md#userphone)\> | @@ -6283,34 +6323,11 @@ Mapping between all available schema types and the resolvers types | `UsersConnectionResult` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UsersConnectionResult`](types_generatedGraphQLTypes.md#usersconnectionresult), ``"data"`` \| ``"errors"``\> & \{ `data?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UsersConnection"``]\> ; `errors`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"ConnectionError"``][] \}\> | | `createChatInput` | [`CreateChatInput`](types_generatedGraphQLTypes.md#createchatinput) | | `createGroupChatInput` | [`CreateGroupChatInput`](types_generatedGraphQLTypes.md#creategroupchatinput) | +| `createUserFamilyInput` | [`CreateUserFamilyInput`](types_generatedGraphQLTypes.md#createuserfamilyinput) | #### Defined in -[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2055) - -___ - -### ResolversUnionTypes - -Ƭ **ResolversUnionTypes**\<`RefType`\>: `Object` - -Mapping of union types - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `RefType` | extends `Record`\<`string`, `unknown`\> | - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `ConnectionError` | [`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor) \| [`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror) | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2044) +[src/types/generatedGraphQLTypes.ts:2083](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2083) ___ @@ -6326,7 +6343,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2322) +[src/types/generatedGraphQLTypes.ts:2354](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2354) ___ @@ -6345,7 +6362,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2326) +[src/types/generatedGraphQLTypes.ts:2358](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2358) ___ @@ -6359,64 +6376,28 @@ All built-in and custom scalars, mapped to their actual values | Name | Type | | :------ | :------ | -| `Any` | \{ `input`: `any` ; `output`: `any` \} | -| `Any.input` | `any` | -| `Any.output` | `any` | -| `Boolean` | \{ `input`: `boolean` ; `output`: `boolean` \} | -| `Boolean.input` | `boolean` | -| `Boolean.output` | `boolean` | -| `CountryCode` | \{ `input`: `any` ; `output`: `any` \} | -| `CountryCode.input` | `any` | -| `CountryCode.output` | `any` | -| `Date` | \{ `input`: `any` ; `output`: `any` \} | -| `Date.input` | `any` | -| `Date.output` | `any` | -| `DateTime` | \{ `input`: `any` ; `output`: `any` \} | -| `DateTime.input` | `any` | -| `DateTime.output` | `any` | -| `EmailAddress` | \{ `input`: `any` ; `output`: `any` \} | -| `EmailAddress.input` | `any` | -| `EmailAddress.output` | `any` | -| `Float` | \{ `input`: `number` ; `output`: `number` \} | -| `Float.input` | `number` | -| `Float.output` | `number` | -| `ID` | \{ `input`: `string` ; `output`: `string` \} | -| `ID.input` | `string` | -| `ID.output` | `string` | -| `Int` | \{ `input`: `number` ; `output`: `number` \} | -| `Int.input` | `number` | -| `Int.output` | `number` | -| `JSON` | \{ `input`: `any` ; `output`: `any` \} | -| `JSON.input` | `any` | -| `JSON.output` | `any` | -| `Latitude` | \{ `input`: `any` ; `output`: `any` \} | -| `Latitude.input` | `any` | -| `Latitude.output` | `any` | -| `Longitude` | \{ `input`: `any` ; `output`: `any` \} | -| `Longitude.input` | `any` | -| `Longitude.output` | `any` | -| `PhoneNumber` | \{ `input`: `any` ; `output`: `any` \} | -| `PhoneNumber.input` | `any` | -| `PhoneNumber.output` | `any` | -| `PositiveInt` | \{ `input`: `any` ; `output`: `any` \} | -| `PositiveInt.input` | `any` | -| `PositiveInt.output` | `any` | -| `String` | \{ `input`: `string` ; `output`: `string` \} | -| `String.input` | `string` | -| `String.output` | `string` | -| `Time` | \{ `input`: `any` ; `output`: `any` \} | -| `Time.input` | `any` | -| `Time.output` | `any` | -| `URL` | \{ `input`: `any` ; `output`: `any` \} | -| `URL.input` | `any` | -| `URL.output` | `any` | -| `Upload` | \{ `input`: `any` ; `output`: `any` \} | -| `Upload.input` | `any` | -| `Upload.output` | `any` | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L35) +| `Any` | `any` | +| `Boolean` | `boolean` | +| `CountryCode` | `any` | +| `Date` | `any` | +| `DateTime` | `any` | +| `EmailAddress` | `any` | +| `Float` | `number` | +| `ID` | `string` | +| `Int` | `number` | +| `JSON` | `any` | +| `Latitude` | `any` | +| `Longitude` | `any` | +| `PhoneNumber` | `any` | +| `PositiveInt` | `any` | +| `String` | `string` | +| `Time` | `any` | +| `URL` | `any` | +| `Upload` | `any` | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L34) ___ @@ -6426,7 +6407,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1643) +[src/types/generatedGraphQLTypes.ts:1668](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1668) ___ @@ -6446,7 +6427,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1648) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6466,7 +6447,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2017) +[src/types/generatedGraphQLTypes.ts:2056](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2056) ___ @@ -6502,7 +6483,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2000) +[src/types/generatedGraphQLTypes.ts:2039](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2039) ___ @@ -6522,7 +6503,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:2060](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2060) ___ @@ -6548,7 +6529,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2926) +[src/types/generatedGraphQLTypes.ts:2962](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2962) ___ @@ -6584,7 +6565,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1993) +[src/types/generatedGraphQLTypes.ts:2032](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2032) ___ @@ -6596,12 +6577,12 @@ ___ | Name | Type | | :------ | :------ | -| `tagId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `tagId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1656) +[src/types/generatedGraphQLTypes.ts:1681](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1681) ___ @@ -6614,14 +6595,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Translation"`` | -| `en_value?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `lang_code?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `translation?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | -| `verified?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | +| `en_value?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `lang_code?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `translation?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `verified?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1686](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1686) ___ @@ -6648,7 +6629,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2937) +[src/types/generatedGraphQLTypes.ts:2973](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2973) ___ @@ -6658,7 +6639,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1669) +[src/types/generatedGraphQLTypes.ts:1694](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1694) ___ @@ -6692,17 +6673,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:2064](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2064) ___ ### UnauthenticatedError -Ƭ **UnauthenticatedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthenticatedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] \} +Ƭ **UnauthenticatedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthenticatedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1698](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1698) ___ @@ -6726,17 +6707,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2949) +[src/types/generatedGraphQLTypes.ts:2985](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2985) ___ ### UnauthorizedError -Ƭ **UnauthorizedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthorizedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] \} +Ƭ **UnauthorizedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthorizedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1678) +[src/types/generatedGraphQLTypes.ts:1703](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1703) ___ @@ -6760,7 +6741,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2954) +[src/types/generatedGraphQLTypes.ts:2990](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2990) ___ @@ -6772,12 +6753,12 @@ ___ | Name | Type | | :------ | :------ | -| `isDisabled?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `isDisabled?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1683) +[src/types/generatedGraphQLTypes.ts:1708](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1708) ___ @@ -6789,16 +6770,16 @@ ___ | Name | Type | | :------ | :------ | -| `assigneeId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `completionDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | -| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | -| `isCompleted?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `postCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `assigneeId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `completionDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `isCompleted?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `postCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1688) +[src/types/generatedGraphQLTypes.ts:1713](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1713) ___ @@ -6810,16 +6791,16 @@ ___ | Name | Type | | :------ | :------ | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | -| `link?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `link?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | | `type?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`AdvertisementType`](types_generatedGraphQLTypes.md#advertisementtype)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1697) +[src/types/generatedGraphQLTypes.ts:1722](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1722) ___ @@ -6836,7 +6817,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1706) +[src/types/generatedGraphQLTypes.ts:1731](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1731) ___ @@ -6860,7 +6841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2959) +[src/types/generatedGraphQLTypes.ts:2995](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2995) ___ @@ -6872,24 +6853,24 @@ ___ | Name | Type | | :------ | :------ | -| `allDay?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | -| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | -| `isPublic?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `isRegisterable?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"input"``]\> | -| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"input"``]\> | +| `allDay?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | +| `isPublic?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `isRegisterable?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | +| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | | `recurrance?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Recurrance`](types_generatedGraphQLTypes.md#recurrance)\> | -| `recurring?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | -| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `recurring?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1711) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6902,14 +6883,14 @@ ___ | Name | Type | | :------ | :------ | | `address?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`AddressInput`](types_generatedGraphQLTypes.md#addressinput)\> | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | -| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1728) +[src/types/generatedGraphQLTypes.ts:1753](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1753) ___ @@ -6922,19 +6903,19 @@ ___ | Name | Type | | :------ | :------ | | `address?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`AddressInput`](types_generatedGraphQLTypes.md#addressinput)\> | -| `birthDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `birthDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | | `educationGrade?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EducationGrade`](types_generatedGraphQLTypes.md#educationgrade)\> | -| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | +| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | | `employmentStatus?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EmploymentStatus`](types_generatedGraphQLTypes.md#employmentstatus)\> | -| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `gender?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Gender`](types_generatedGraphQLTypes.md#gender)\> | -| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `maritalStatus?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`MaritalStatus`](types_generatedGraphQLTypes.md#maritalstatus)\> | | `phone?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserPhoneInput`](types_generatedGraphQLTypes.md#userphoneinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1761](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1761) ___ @@ -6946,13 +6927,13 @@ ___ | Name | Type | | :------ | :------ | -| `confirmNewPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `previousPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `confirmNewPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `previousPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1749) +[src/types/generatedGraphQLTypes.ts:1774](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1774) ___ @@ -6964,12 +6945,12 @@ ___ | Name | Type | | :------ | :------ | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1755) +[src/types/generatedGraphQLTypes.ts:1780](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1780) ___ @@ -6981,12 +6962,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1760) +[src/types/generatedGraphQLTypes.ts:1785](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1785) ___ @@ -6999,38 +6980,38 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"User"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `address?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Address`](types_generatedGraphQLTypes.md#address)\> | -| `adminApproved?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | +| `adminApproved?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | | `adminFor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | -| `appLanguageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | -| `birthDate?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `appLanguageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `birthDate?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `createdEvents?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | | `createdOrganizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `educationGrade?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`EducationGrade`](types_generatedGraphQLTypes.md#educationgrade)\> | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"output"``] | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | | `employmentStatus?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`EmploymentStatus`](types_generatedGraphQLTypes.md#employmentstatus)\> | | `eventAdmin?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | -| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `gender?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Gender`](types_generatedGraphQLTypes.md#gender)\> | -| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `joinedOrganizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | -| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `maritalStatus?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`MaritalStatus`](types_generatedGraphQLTypes.md#maritalstatus)\> | | `membershipRequests?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest)\>[]\> | | `organizationsBlockedBy?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `phone?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserPhone`](types_generatedGraphQLTypes.md#userphone)\> | -| `pluginCreationAllowed` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `pluginCreationAllowed` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | | `registeredEvents?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | | `tagsAssignedWith?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTagsConnection`](types_generatedGraphQLTypes.md#usertagsconnection)\> | -| `tokenVersion` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `tokenVersion` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | | `userType` | [`UserType`](types_generatedGraphQLTypes.md#usertype) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1765) +[src/types/generatedGraphQLTypes.ts:1790](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1790) ___ @@ -7042,12 +7023,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1806) +[src/types/generatedGraphQLTypes.ts:1831](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1831) ___ @@ -7066,7 +7047,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1811) +[src/types/generatedGraphQLTypes.ts:1836](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1836) ___ @@ -7092,7 +7073,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3000) +[src/types/generatedGraphQLTypes.ts:3036](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3036) ___ @@ -7105,14 +7086,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserCustomData"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | -| `values` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `values` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1818) +[src/types/generatedGraphQLTypes.ts:1843](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1843) ___ @@ -7139,7 +7120,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3007) +[src/types/generatedGraphQLTypes.ts:3043](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3043) ___ @@ -7152,12 +7133,12 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserEdge"`` | -| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `node` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1826) +[src/types/generatedGraphQLTypes.ts:1851](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1851) ___ @@ -7182,7 +7163,56 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3015) +[src/types/generatedGraphQLTypes.ts:3051](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3051) + +___ + +### UserFamily + +Ƭ **UserFamily**: `Object` + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `__typename?` | ``"UserFamily"`` | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `admins` | [`User`](types_generatedGraphQLTypes.md#user)[] | +| `creator` | [`User`](types_generatedGraphQLTypes.md#user) | +| `title?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `users` | [`User`](types_generatedGraphQLTypes.md#user)[] | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:1857](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1857) + +___ + +### UserFamilyResolvers + +Ƭ **UserFamilyResolvers**\<`ContextType`, `ParentType`\>: `Object` + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `ContextType` | `any` | +| `ParentType` | extends [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UserFamily"``] = [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UserFamily"``] | + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `__isTypeOf?` | [`IsTypeOfResolverFn`](types_generatedGraphQLTypes.md#istypeofresolverfn)\<`ParentType`, `ContextType`\> | +| `_id?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"ID"``], `ParentType`, `ContextType`\> | +| `admins?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``][], `ParentType`, `ContextType`\> | +| `creator?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``], `ParentType`, `ContextType`\> | +| `title?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"String"``]\>, `ParentType`, `ContextType`\> | +| `users?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``][], `ParentType`, `ContextType`\> | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:3057](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3057) ___ @@ -7194,16 +7224,16 @@ ___ | Name | Type | | :------ | :------ | -| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``] | -| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | -| `organizationUserBelongsToId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | +| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `organizationUserBelongsToId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1832) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7213,7 +7243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1841) +[src/types/generatedGraphQLTypes.ts:1875](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1875) ___ @@ -7226,13 +7256,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserPhone"`` | -| `home?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | -| `mobile?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | -| `work?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | +| `home?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | +| `mobile?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | +| `work?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1853) +[src/types/generatedGraphQLTypes.ts:1887](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1887) ___ @@ -7244,13 +7274,13 @@ ___ | Name | Type | | :------ | :------ | -| `home?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"input"``]\> | -| `mobile?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"input"``]\> | -| `work?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"input"``]\> | +| `home?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | +| `mobile?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | +| `work?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1860) +[src/types/generatedGraphQLTypes.ts:1894](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1894) ___ @@ -7276,7 +7306,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3021) +[src/types/generatedGraphQLTypes.ts:3066](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3066) ___ @@ -7327,7 +7357,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L2968) +[src/types/generatedGraphQLTypes.ts:3004](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3004) ___ @@ -7340,16 +7370,16 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserTag"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | | `childTags` | [`UserTagsConnectionResult`](types_generatedGraphQLTypes.md#usertagsconnectionresult) | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `organization?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\> | | `parentTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | | `usersAssignedTo` | [`UsersConnectionResult`](types_generatedGraphQLTypes.md#usersconnectionresult) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1900](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1900) ___ @@ -7365,7 +7395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1877) +[src/types/generatedGraphQLTypes.ts:1911](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1911) ___ @@ -7378,12 +7408,12 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserTagEdge"`` | -| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | | `node` | [`UserTag`](types_generatedGraphQLTypes.md#usertag) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1886) +[src/types/generatedGraphQLTypes.ts:1920](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1920) ___ @@ -7408,7 +7438,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3038) +[src/types/generatedGraphQLTypes.ts:3083](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3083) ___ @@ -7437,7 +7467,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3028) +[src/types/generatedGraphQLTypes.ts:3073](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3073) ___ @@ -7453,7 +7483,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1882) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7465,15 +7495,15 @@ ___ | Name | Type | | :------ | :------ | -| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | -| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | -| `organizationId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | +| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | +| `organizationId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1798) +[src/types/generatedGraphQLTypes.ts:1823](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1823) ___ @@ -7491,7 +7521,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1892) +[src/types/generatedGraphQLTypes.ts:1926](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1926) ___ @@ -7503,13 +7533,13 @@ ___ | Name | Type | | :------ | :------ | -| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `direction` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``] | +| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1898) +[src/types/generatedGraphQLTypes.ts:1932](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1932) ___ @@ -7534,7 +7564,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3044) +[src/types/generatedGraphQLTypes.ts:3089](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3089) ___ @@ -7552,7 +7582,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1904) +[src/types/generatedGraphQLTypes.ts:1938](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1938) ___ @@ -7577,7 +7607,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3050) +[src/types/generatedGraphQLTypes.ts:3095](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3095) ___ @@ -7587,7 +7617,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1910) +[src/types/generatedGraphQLTypes.ts:1944](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1944) ___ @@ -7599,42 +7629,42 @@ ___ | Name | Type | | :------ | :------ | -| `admin_for?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `appLanguageCode_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `appLanguageCode_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `appLanguageCode_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `appLanguageCode_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `appLanguageCode_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | -| `email_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | -| `email_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``][]\> | -| `email_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | -| `email_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``][]\> | -| `email_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | -| `event_title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `firstName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `firstName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `firstName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `firstName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `firstName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | -| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `lastName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `lastName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `lastName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | -| `lastName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | -| `lastName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `admin_for?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `appLanguageCode_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `appLanguageCode_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `appLanguageCode_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `appLanguageCode_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `appLanguageCode_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | +| `email_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | +| `email_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][]\> | +| `email_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | +| `email_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][]\> | +| `email_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | +| `event_title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `firstName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `firstName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `firstName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `firstName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `firstName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `lastName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `lastName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `lastName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `lastName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | +| `lastName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1950](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1950) ___ @@ -7652,7 +7682,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1951) +[src/types/generatedGraphQLTypes.ts:1985](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1985) ___ @@ -7664,13 +7694,13 @@ ___ | Name | Type | | :------ | :------ | -| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | | `direction` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``] | +| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1957) +[src/types/generatedGraphQLTypes.ts:1991](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1991) ___ @@ -7695,7 +7725,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3056) +[src/types/generatedGraphQLTypes.ts:3101](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3101) ___ @@ -7713,7 +7743,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L1963) +[src/types/generatedGraphQLTypes.ts:1997](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1997) ___ @@ -7738,4 +7768,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/types/generatedGraphQLTypes.ts#L3062) +[src/types/generatedGraphQLTypes.ts:3107](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3107) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index aabae2bb9e..9591c22293 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index 94d771643a..7aff5745aa 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index 2d1dc49114..7f9b1ccd2c 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index 4676c3f038..c648c71a2c 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index 17ad41f276..f126d022bd 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index 12d59daf0f..ebf1cc984e 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index 65dc819b85..74472111e5 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index d84511b56f..277f3af2a4 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index e1883329f1..b96e2adfe2 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index d939538be1..a1a1e4b26d 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index a80cb5162e..bfc8dc32ed 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index 7159f2d6ba..15cbe3b1a7 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index eeb287f245..b56f271d37 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index 73688b1d0a..ea00713b8c 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index 73db12d183..d418e39246 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index 37347112c8..6f6df5a93a 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index 9c03709257..a725bd86f2 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index 41420f6789..166787ede6 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index 7c1406b0b5..b4bd13ad8f 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index 54689269e6..44c4438e25 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index 868009acf1..51b7831691 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index 3183e6b889..459ef5e4b0 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index bb25831915..636e3becfe 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/1432ce3/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/uploadImage.ts#L16) diff --git a/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md b/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md new file mode 100644 index 0000000000..0b3ddd5a06 --- /dev/null +++ b/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md @@ -0,0 +1,38 @@ +[talawa-api](../README.md) / [Exports](../modules.md) / utilities/userFamilyAdminCheck + +# Module: utilities/userFamilyAdminCheck + +## Table of contents + +### Functions + +- [adminCheck](utilities_userFamilyAdminCheck.md#admincheck) + +## Functions + +### adminCheck + +▸ **adminCheck**(`userId`, `userFamily`): `Promise`\<`void`\> + +If the current user is an admin of the organisation, this function returns `true` otherwise it returns `false`. + +#### Parameters + +| Name | Type | Description | +| :------ | :------ | :------ | +| `userId` | `string` \| `ObjectId` | Current user id. | +| `userFamily` | [`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md) | userFamily data of `InterfaceuserFamily` type. | + +#### Returns + +`Promise`\<`void`\> + +`True` or `False`. + +**`Remarks`** + +This is a utility method. + +#### Defined in + +[src/utilities/userFamilyAdminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/userFamilyAdminCheck.ts#L14) From b1dd6c9429e18577acbb12d67e76cd781529de69 Mon Sep 17 00:00:00 2001 From: Vasu Jain Date: Sun, 4 Feb 2024 02:39:20 +0530 Subject: [PATCH 005/109] Moved deploy.yml workflow to push.yml (#1748) * feat: Moved deploy.yaml workflow to push.yml * refactor: changed appleboy script to master version * refactor: Deleted deploy.yml and added proper comments to push.yml * refactor: changed appleboy script to v1.0.0 version * docs: Added Proper Docker Installation * feat: converted all scripts to python and env pass script * fix: fixed scripts path in push.yml * fix: Added write path to env * fix: formatting of push.yml * refactor: added allenvs to deploy action * fix: added INPUT_ prefix to secrets for testing * fix: upated appleboy ssh version to 1.0.2 * test * test2 * docs: updated Documentaion to refactor for python scripts * refactor: Changed to API_DEMO_SSH_PORT for consistency * refactor: Deploy workflow now needs Push-Workflow to execute first * feat: added access tokens passon logic from Push-Workflow to Deploy-Workflow * refactor: Action deletes the pre-existing .env file first then creates new one * docs: updated Documentaion to not require access token secrets * fix: .env rm in action * testing * refactor: Added token gen to Workflow itself * refactor: Made it to need Push-Workflow * feat: import sample data after every sucessfull deploy workflow * refactor: added python script to import sample data * fix: path of reset_database.py in workflow * fix: error in reset_database.py docker exec * fix2 * fix3 for reset_database.py * fix for importing sample data * fix4 * test * refactor: chnaged reset_database.py cron from daily to hourly --- .github/workflows/deploy.yml | 24 ----- .github/workflows/push.yml | 37 ++++++- scripts/cloud-api-demo/README.md | 139 +++++++++++++++------------ scripts/cloud-api-demo/create_env.py | 72 ++++++++++++++ scripts/cloud-api-demo/deploy.py | 4 +- 5 files changed, 190 insertions(+), 86 deletions(-) delete mode 100644 .github/workflows/deploy.yml create mode 100644 scripts/cloud-api-demo/create_env.py diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 953eee0d8a..0000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,24 +0,0 @@ -# You can find the deployment instructions in the scripts/cloud-api-demo/README.md file -name: Deploy to Cloud VPS - -on: - push: - branches: - - develop - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - name: Execute remote ssh commands - uses: appleboy/ssh-action@v1.0.0 - with: - host: ${{ secrets.API_DEMO_HOST }} - username: ${{ secrets.API_DEMO_USERNAME }} - key: ${{ secrets.API_DEMO_SSH_KEY }} - port: ${{ secrets.API_DEMO_PORT }} - command_timeout: 30m - script: | - /usr/local/bin/deploy.sh - diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a061354af5..24dd968368 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -167,4 +167,39 @@ jobs: user_email: '${{env.email}}' user_name: '${{github.actor}}' commit_message: 'Talawa API docs updated' - + +# You can find the deployment instructions in the scripts/cloud-api-demo/README.md file + Deploy-Workflow: + name: Deploying Application to Cloud VPS + needs: Push-Workflow + runs-on: ubuntu-latest + steps: + - name: Generate Access Token Secret + run: | + secret=$(openssl rand -hex 32) + echo "INPUT_ACCESS_TOKEN_SECRET=$secret" >> $GITHUB_ENV + echo "::add-mask::$secret" + + - name: Generate Refresh Token Secret + run: | + secret=$(openssl rand -hex 32) + echo "INPUT_REFRESH_TOKEN_SECRET=$secret" >> $GITHUB_ENV + echo "::add-mask::$secret" + + - name: Execute remote ssh commands + uses: appleboy/ssh-action@v1.0.3 + env: + INPUT_RECAPTCHA_SECRET_KEY: ${{ secrets.API_DEMO_RECAPTCHA_SECRET_KEY }} + INPUT_MAIL_USERNAME: ${{ secrets.API_DEMO_MAIL_USERNAME }} + INPUT_MAIL_PASSWORD: ${{ secrets.API_DEMO_MAIL_PASSWORD }} + INPUT_LAST_RESORT_SUPERADMIN_EMAIL: ${{ secrets.API_DEMO_LAST_RESORT_SUPERADMIN_EMAIL }} + with: + host: ${{ secrets.API_DEMO_HOST }} + username: ${{ secrets.API_DEMO_USERNAME }} + key: ${{ secrets.API_DEMO_SSH_KEY }} + port: ${{ secrets.API_DEMO_SSH_PORT}} + allenvs: true + command_timeout: 30m + script: | + python3 /usr/local/bin/scripts/create_env.py --access_token_secret $INPUT_ACCESS_TOKEN_SECRET --refresh_token_secret $INPUT_REFRESH_TOKEN_SECRET --recaptcha_secret_key $INPUT_RECAPTCHA_SECRET_KEY --mail_username $INPUT_MAIL_USERNAME --mail_password $INPUT_MAIL_PASSWORD --last_resort_superadmin_email $INPUT_LAST_RESORT_SUPERADMIN_EMAIL + python3 /usr/local/bin/scripts/deploy.py --path ~/develop --branch develop \ No newline at end of file diff --git a/scripts/cloud-api-demo/README.md b/scripts/cloud-api-demo/README.md index 7105f38553..6345eafde2 100644 --- a/scripts/cloud-api-demo/README.md +++ b/scripts/cloud-api-demo/README.md @@ -22,13 +22,13 @@ This guide provides step-by-step instructions for setting up a cloud instance of - [9. GitHub Action Setup](#9-github-action-setup) - [10. Cron Jobs](#10-cron-jobs) - [10.1 Setting up Scripts](#101-setting-up-scripts) - - [10.1.1 Setting Permissions and Owner for check_permissions.sh](#1011-setting-permissions-and-owner-for-check_permissionssh) + - [10.1.1 Setting Permissions and Owner for correct_permissions.py](#1011-setting-permissions-and-owner-for-check_permissionssh) - [10.1.2 Modify sudoers file to allow talawa-api to run chmod and chown without password prompt](#1012-modify-sudoers-file-to-allow-talawa-api-to-run-chmod-and-chown-without-password-prompt) - - [10.1.3 Run check_permissions.sh once to correct permissions for other scripts](#1013-run-check_permissionssh-once-to-correct-permissions-for-other-scripts) + - [10.1.3 Run correct_permissions.py once to correct permissions for other scripts](#1013-run-check_permissionssh-once-to-correct-permissions-for-other-scripts) - [10.2 Setting up Cronjobs](#102-setting-up-cronjobs) - - [10.2.1 Cron job to run check_permissions.sh](#1021-cron-job-to-run-check_permissionssh) - - [10.2.2 Cron job to run cert_renew.sh](#1022-cron-job-to-run-cert_renewsh) - - [10.2.3 Cron job to run reset_mongo.sh](#1023-cron-job-to-run-reset_mongosh) + - [10.2.1 Cron job to run correct_permissions.py](#1021-cron-job-to-run-check_permissionssh) + - [10.2.2 Cron job to run renew_certificates.py](#1022-cron-job-to-run-cert_renewsh) + - [10.2.3 Cron job to run eset_database.py](#1023-cron-job-to-run-reset_mongosh) - [10.3 Logging for cron jobs](#103-logging-for-cron-jobs) @@ -57,45 +57,64 @@ source ~/.bashrc nvm install --lts ``` -After that, install Docker: +## 2. Repository Setup + +Create a new directory and clone the Talawa API repository: + ```bash -sudo apt-get install docker.io -y +mkdir develop +cd develop +git clone https://github.com/PalisadoesFoundation/talawa-api.git . +npm install ``` -Finally, install Docker Compose: + +## 3. Docker Configuration + +After that, to setup docker first remove all the conflicting packages: ```bash -sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose -sudo chmod +x /usr/local/bin/docker-compose +for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done ``` +Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. -## 2. Repository Setup +### 3.1 Set up docker's repository: -Create a new directory and clone the Talawa API repository: +#### 3.1.1 Add Docker's official GPG key: ```bash -mkdir develop -cd developus -git clone https://github.com/PalisadoesFoundation/talawa-api.git -cd talawa-api -npm install -npm run setup +sudo apt-get update +sudo apt-get install ca-certificates curl +sudo install -m 0755 -d /etc/apt/keyrings +sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc +sudo chmod a+r /etc/apt/keyrings/docker.asc ``` -**Important Note:** After running `npm run setup`, you need to edit the `.env` file and change `TALAWA_ADMIN_URL=api-demo.talawa.io` (replace with your hostname) and `NODE_ENV = production`. +#### 3.1.2 Add the repository to apt sources: +```bash +echo \ + "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \ + $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ + sudo tee /etc/apt/sources.list.d/docker.list > /dev/null -## 3. Docker Configuration +sudo apt-get update +``` +### 3.2 Install the Docker packages: + +```bash +sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin +``` -To allow commands to run without sudo, execute the following: +### 3.3 Allow docker to run without sudo ```bash sudo groupadd docker sudo usermod -aG docker $USER -newgrp docker -rm -fr ~/.docker/ ``` +* **Note : Reboot the machine to apply the changes** + ## 4. Running the Containers Start the containers and import sample data: @@ -109,10 +128,10 @@ npm run import:sample-data Enable the firewall and allow SSH, HTTP, and HTTPS: ```bash -sudo ufw enable sudo ufw allow ssh sudo ufw allow http sudo ufw allow https +sudo ufw enable sudo ufw status ``` @@ -195,36 +214,36 @@ To enable continuous integration with GitHub Actions, you need to set up the nec 4. Click on the "New repository secret" button. - - For the first secret: - - - Name: `API_DEMO_HOST` - - Value: `api-demo.talawa.io` (Replace with your hostname) - - For the second secret: - - Name: `API_DEMO_USERNAME` - - Value: `talawa-api` - - For the third secret: - - Name: `API_DEMO_SSH_KEY` - - Value: (Paste the **private** SSH key you copied in previous step ) - - For the fourth secret: - - Name: `API_DEMO_PORT` - - Value: `22` +The application requires the following secrets to be set: + +- `API_DEMO_HOST`: Your hostname (e.g., `api-demo.talawa.io`) +- `API_DEMO_USERNAME`: Your API username (e.g., `talawa-api`) +- `API_DEMO_SSH_KEY`: Your **private** SSH key +- `API_DEMO_SSH_PORT`: Your port number (e.g., `22`) +- `API_DEMO_RECAPTCHA_SECRET_KEY`: Your reCAPTCHA secret key +- `API_DEMO_MAIL_USERNAME`: Your mail username +- `API_DEMO_MAIL_PASSWORD`: Your mail password (Not your main passowrd, App password you created) +- `API_DEMO_LAST_RESORT_SUPERADMIN_EMAIL`: Your last resort superadmin email + +Please replace the example values with your actual values. These secrets are crucial for the GitHub Actions workflow to connect securely to your VPS and deploy the Talawa API. ## 10. Cron Jobs ### 10.1 Setting up Scripts: -Copy the following scripts from **/home/talawa-api/develop/talawa-api/scripts/cloud-api-demo** to **/usr/local/bin**: -`cert_renew.sh` -`check_permissions.sh` -`deploy.sh` -`reset_mongo.sh` +Copy the following scripts from **/home/talawa-api/develop/talawa-api/scripts/cloud-api-demo** to **/usr/local/bin/scripts**: +`renew_certificates.py` +`correct_permissions.py` +`deploy.py` +`reset_database.py` +`create_env.py` -#### 10.1.1 Setting Permissions and Owner for check_permissions.sh: +#### 10.1.1 Setting Permissions and Owner for correct_permissions.py: ```bash -sudo chmod 700 /usr/local/bin/check_permissions.sh -sudo chown talawa-api /usr/local/bin/check_permissions.sh +sudo chmod 700 /usr/local/bin/scripts/correct_permissions.py +sudo chown talawa-api /usr/local/bin/scripts/correct_permissions.py ``` #### 10.1.2 Modify sudoers file to allow talawa-api to run chmod and chown without password prompt: @@ -235,28 +254,28 @@ talawa-api ALL=(ALL) NOPASSWD: /bin/chmod, /bin/chown ``` - Save and exit the editor -#### 10.1.3 Run check_permissions.sh once to correct permissions for other scripts: +#### 10.1.3 Run `correct_permissions.py` once to correct permissions for other scripts: ```bash -/usr/local/bin/check_permissions.sh +python3 correct_permissions.py --user talawa-api --files /usr/local/bin/scripts/deploy.py /usr/local/bin/scripts/reset_database.py /usr/local/bin/scripts/renew_certificates.py /usr/local/bin/scripts/create_env.py ``` -Executing check_permissions.sh once will ensure that the correct permissions are applied to the other scripts in the specified directory. +Executing `correct_permissions.py` once will ensure that the correct permissions are applied to the other scripts in the specified directory. ### 10.2 Setting up Cronjobs: -#### 10.2.1 Cron job to run check_permissions.sh -This cron job will execute check_permissions.sh every midnight, ensuring that the correct permissions are maintained for the scripts : +#### 10.2.1 Cron job to run correct_permissions.py +This cron job will execute correct_permissions.py every midnight, ensuring that the correct permissions are maintained for the scripts : ```bash -echo "0 0 * * * talawa-api /usr/local/bin/check_permissions.sh" | sudo tee /etc/cron.d/check_permissions +echo "0 0 * * * talawa-api python3 correct_permissions.py --user talawa-api --files /usr/local/bin/scripts/deploy.py /usr/local/bin/scripts/reset_database.py /usr/local/bin/scripts/renew_certificates.py /usr/local/bin/scripts/create_env.py" | sudo tee /etc/cron.d/check_permissions ``` -#### 10.2.2 Cron job to run cert_renew.sh -This cron job will execute `cert_renew.sh` every 90 days, ensuring that the certificates are renewed in a timely manner: +#### 10.2.2 Cron job to run renew_certificates.py +This cron job will execute `renew_certificates.py` every 90 days, ensuring that the certificates are renewed in a timely manner: ```bash -echo "0 0 */90 * * talawa-api /usr/local/bin/cert_renew.sh" | sudo tee /etc/cron.d/cert_renew +echo "0 0 * * * talawa-api python3 renew_certificates.py --config-dir ~/.certbot/config --logs-dir ~/.certbot/logs --work-dir ~/.certbot/work" | sudo tee /etc/cron.d/cert_renew ``` -#### 10.2.3 Cron job to run reset_mongo.sh -This cron job will execute `reset_mongo.sh` every 24 hours, ensuring that the MongoDB is reset on a daily basis: +#### 10.2.3 Cron job to run reset_database.py +This cron job will execute `reset_database.py` every 24 hours, ensuring that the MongoDB is reset on a daily basis: ```bash -echo "0 0 * * * talawa-api /usr/local/bin/reset_mongo.sh" | sudo tee /etc/cron.d/reset_mongo +echo "0 * * * * talawa-api python3 reset_database.py --mongo-container develop-mongodb-1 --mongo-db talawa-api --repo-dir /home/talawa-api/develop" | sudo tee /etc/cron.d/reset_mongo ``` #### 10.3 Logging for cron jobs @@ -264,6 +283,8 @@ echo "0 0 * * * talawa-api /usr/local/bin/reset_mongo.sh" | sudo tee /etc/cron.d ```bash sudo nano /etc/logrotate.d/talawa-api-cron +sudo mkdir -p /var/log/talawa-api/ +sudo chown talawa-api /var/log/talawa-api/ ``` 2. **Add the following content to the file:** ```log @@ -274,7 +295,7 @@ sudo nano /etc/logrotate.d/talawa-api-cron notifempty compress delaycompress - create 640 talawa-api talawa-api + create 640 talawa-api sharedscripts postrotate systemctl restart cron @@ -289,7 +310,7 @@ sudo nano /etc/logrotate.d/talawa-api-cron - `notifempty`: Does not rotate the log file if it is empty. - `compress`: Compresses rotated log files. - `delaycompress`: Delays compression until the next rotation cycle. -- `create 640 talawa-api talawa-api`: Creates new log files with the specified permissions and ownership. In this case, both the owner and group are set to talawa-api. +- `create 640 talawa-api`: Creates new log files with the specified permissions and ownership. In this case, the owner is set to talawa-api. - `sharedscripts`: Runs the `postrotate` script only once even if multiple log files are rotated. - `postrotate` ... endscript: Defines the actions to be taken after log rotation, in this case, restarting the cron service. diff --git a/scripts/cloud-api-demo/create_env.py b/scripts/cloud-api-demo/create_env.py new file mode 100644 index 0000000000..9c3c2e23cf --- /dev/null +++ b/scripts/cloud-api-demo/create_env.py @@ -0,0 +1,72 @@ +#!/usr/bin/env python3 +import argparse +import os + + +def main(): + """Main function to parse arguments and create .env file. + + Args: + None + + Raises: + IOError: If there is an issue writing to the .env file. + """ + # Define the command line arguments + parser = argparse.ArgumentParser(description="Create .env file") + parser.add_argument( + "--access_token_secret", required=True, help="Access token secret" + ) + parser.add_argument( + "--refresh_token_secret", required=True, help="Refresh token secret" + ) + parser.add_argument( + "--recaptcha_secret_key", required=True, help="Recaptcha secret key" + ) + parser.add_argument("--mail_username", required=True, help="Mail username") + parser.add_argument("--mail_password", required=True, help="Mail password") + parser.add_argument( + "--last_resort_superadmin_email", + required=True, + help="Last resort superadmin email", + ) + + # Parse the command line arguments + args = parser.parse_args() + + # Define the .env file contents + env_contents = f""" + NODE_ENV= + ACCESS_TOKEN_SECRET={args.access_token_secret} + REFRESH_TOKEN_SECRET={args.refresh_token_secret} + MONGO_DB_URL=mongodb://localhost:27017/talawa-api + RECAPTCHA_SECRET_KEY={args.recaptcha_secret_key} + MAIL_USERNAME={args.mail_username} + MAIL_PASSWORD={args.mail_password} + IS_SMTP= + SMTP_HOST= + SMTP_PASSWORD= + SMTP_USERNAME= + SMTP_PORT= + SMTP_SSL_TLS= + LAST_RESORT_SUPERADMIN_EMAIL={args.last_resort_superadmin_email} + COLORIZE_LOGS=false + LOG_LEVEL=info + REDIS_HOST=localhost + REDIS_PORT=6379 + REDIS_PASSWORD= + TALAWA_ADMIN_URL=api-demo.talawa.io + """ + + # Write the .env file + try: + home = os.path.expanduser("~") + with open(os.path.join(home, "develop", ".env"), "w") as f: + f.write(env_contents) + except IOError as e: + print(f"Error occurred: {e}") + raise SystemExit(1) + + +if __name__ == "__main__": + main() diff --git a/scripts/cloud-api-demo/deploy.py b/scripts/cloud-api-demo/deploy.py index 9efe6ee8ec..8469e8f276 100644 --- a/scripts/cloud-api-demo/deploy.py +++ b/scripts/cloud-api-demo/deploy.py @@ -48,10 +48,10 @@ def main(): execute_command(["git", "pull", "origin", args.branch]) # Stop and remove existing containers - execute_command(["docker-compose", "down"]) + execute_command(["docker","compose", "down"]) # Build and launch containers in the background - execute_command(["docker-compose", "up", "-d", "--build"]) + execute_command(["docker","compose", "up", "-d", "--build"]) # Remove all unused containers, networks, and images (both dangling and all unused) execute_command(["docker", "system", "prune", "-f"]) From 43d1bb9697bc8874454f638143cce3230f87af09 Mon Sep 17 00:00:00 2001 From: palisadoes Date: Sat, 3 Feb 2024 21:15:58 +0000 Subject: [PATCH 006/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- .../models_userFamily.InterfaceUserFamily.md | 10 +- ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 200 +++--- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/models_userFamily.md | 2 +- talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_addUserToUserFamily.md | 2 +- .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserFamily.md | 2 +- .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- .../resolvers_Mutation_removeUserFamily.md | 2 +- ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- ...lvers_Mutation_removeUserFromUserFamily.md | 2 +- .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- .../modules/resolvers_UserFamily.md | 2 +- .../modules/resolvers_UserFamily_admins.md | 2 +- .../modules/resolvers_UserFamily_creator.md | 2 +- .../modules/resolvers_UserFamily_users.md | 2 +- talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 674 +++++++++--------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- .../modules/utilities_userFamilyAdminCheck.md | 2 +- 378 files changed, 1121 insertions(+), 1121 deletions(-) diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index 2fe546e716..59b343bb59 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index 28b34e603b..534fe89bef 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index b79a22eedb..5f01d22a9f 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index c971430020..8b8ed38db5 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index e9394631d8..03aedba128 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index 114d98bd30..b07906d897 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index 65085a7706..4ed9eb0a20 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index 087dc2f895..9fb2d187a8 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index e0705b0bcc..dc02a0d9ba 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index df848a2021..a28df69ae6 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index 41e5fa45e9..fbc2893fbf 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:540](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L540) +[src/constants.ts:540](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L540) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:542](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L542) +[src/constants.ts:542](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L542) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:541](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L541) +[src/constants.ts:541](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L541) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index 1f201ff06b..befad68639 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index 22256b808f..968cf22438 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index 11cd9085d3..e4514aecdf 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index 4a2180b723..a2413fd6e4 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index d37f731472..f3b3f036b7 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index 16ef141cc7..2a99dd544c 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index 9a19ae4bde..c16b92c14c 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index 10f7986442..7b3af79626 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index 4035b95f8f..c94e1c6691 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index ef0166b278..45f5ea09ac 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index 014cf95fe1..6510502552 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index b283b2eddc..23c36fe797 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index 3d04b11f38..48fdd92e05 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index 500f2abebb..fb14469fa7 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index b9980fcef3..c6a042ac01 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index a0f81aefb7..54c5d4d417 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index 74bded5559..1f45fa9502 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index b90bbbd4b9..fcaee071c3 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index 0674c562a4..3e5ad63957 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index 706c08e3da..7cac89ddf7 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index 8db17734b7..e780468e70 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index c121bf5246..1cc2827019 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index b6be8e11c0..449f2fdbe1 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index ba91680201..43c8abac58 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index 75ad2d1bf6..81aa7e1bea 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index 3fb8411b74..2a4408f7e6 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index e261adb15a..9415a64655 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index 4590f4c3b8..d18fecd14e 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index dc489a0cec..d28f443240 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index b55b5b13eb..ae7d048e0b 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index 9f02b45279..d5cd10afd2 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index f8896061f0..1f6e1e3b49 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index a42eec4326..2d0f5a853c 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index 17ea882b67..956ac54f08 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index 925c1eecc2..7576d5e7c7 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index 463a103f16..ad1cffbeec 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index 9d1e5ec8ac..d65f679560 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md b/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md index 79186d233d..96a02cee4d 100644 --- a/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md +++ b/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Family. #### Defined in -[src/models/userFamily.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L9) +[src/models/userFamily.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L9) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/userFamily.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L12) +[src/models/userFamily.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L12) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/userFamily.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L13) +[src/models/userFamily.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L13) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/userFamily.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L10) +[src/models/userFamily.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/userFamily.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L11) +[src/models/userFamily.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L11) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index 929e028301..d2ff20d4e9 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2426](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2426) +[src/types/generatedGraphQLTypes.ts:2426](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2426) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index fbb10c021e..93842d4bd6 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2481](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2481) +[src/types/generatedGraphQLTypes.ts:2481](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2481) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index 09e3cefaaa..94906f43e4 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2485](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2485) +[src/types/generatedGraphQLTypes.ts:2485](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2485) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index 4ae389801b..091ad3d453 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2489](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2489) +[src/types/generatedGraphQLTypes.ts:2489](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2489) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index b4c1bd4d3e..d8f8391c3e 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2533](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2533) +[src/types/generatedGraphQLTypes.ts:2533](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2533) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index 23aa9b4b3a..4af99deead 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2632](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2632) +[src/types/generatedGraphQLTypes.ts:2632](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2632) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index 53fbe9b684..c5159e3eb6 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2653](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2653) +[src/types/generatedGraphQLTypes.ts:2653](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2653) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index af744b8e38..2700a4794c 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2657](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2657) +[src/types/generatedGraphQLTypes.ts:2657](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2657) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index 448921dbe5..2a3b1d0138 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2872](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2872) +[src/types/generatedGraphQLTypes.ts:2872](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2872) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index 73c205b36b..c35bf7f475 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2893](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2893) +[src/types/generatedGraphQLTypes.ts:2893](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2893) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index 7cdddc602b..00b9887ccf 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2053](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2053) +[src/types/generatedGraphQLTypes.ts:2053](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2053) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2052](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2052) +[src/types/generatedGraphQLTypes.ts:2052](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2052) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index 6a780bb755..6632558331 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2048](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2048) +[src/types/generatedGraphQLTypes.ts:2048](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2048) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2047](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2047) +[src/types/generatedGraphQLTypes.ts:2047](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2047) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index c12739571a..51fd4be4fd 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2970](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2970) +[src/types/generatedGraphQLTypes.ts:2970](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2970) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index ce28bd8dc7..165491add0 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:3001](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3001) +[src/types/generatedGraphQLTypes.ts:3001](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3001) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index 2ed762d472..9e0edd278c 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2982](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2982) +[src/types/generatedGraphQLTypes.ts:2982](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2982) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index 6db1cd3f66..8adb365b92 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index 661df4e294..527336417e 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index bc318ea852..c70d00dd01 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index 8f5b539b5d..42b55327b3 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index 11a7715a33..0678c32b8b 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index f643536083..72ed3aca81 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index ef1989af93..e1dbbacb65 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -119,7 +119,7 @@ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L502) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L502) ___ @@ -138,7 +138,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L24) ___ @@ -157,7 +157,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L17) ___ @@ -176,7 +176,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L10) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L266) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L266) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/constants.ts:259](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L259) +[src/constants.ts:259](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L259) ___ @@ -230,7 +230,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L247) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L247) ___ @@ -248,7 +248,7 @@ ___ #### Defined in -[src/constants.ts:253](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L253) +[src/constants.ts:253](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L253) ___ @@ -267,7 +267,7 @@ ___ #### Defined in -[src/constants.ts:352](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L352) +[src/constants.ts:352](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L352) ___ @@ -277,7 +277,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L500) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L500) ___ @@ -296,7 +296,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L31) ___ @@ -315,7 +315,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L37) ___ @@ -333,7 +333,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L472) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L472) ___ @@ -351,7 +351,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L484) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L484) ___ @@ -369,7 +369,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L478) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L478) ___ @@ -387,7 +387,7 @@ ___ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L490) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L490) ___ @@ -406,7 +406,7 @@ ___ #### Defined in -[src/constants.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L438) +[src/constants.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L438) ___ @@ -424,7 +424,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L155) ___ @@ -434,7 +434,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L43) ___ @@ -453,7 +453,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L44) ___ @@ -471,7 +471,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L51) ___ @@ -489,7 +489,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L167) ___ @@ -507,7 +507,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L124) ___ @@ -525,7 +525,7 @@ ___ #### Defined in -[src/constants.ts:311](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L311) +[src/constants.ts:311](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L311) ___ @@ -543,7 +543,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L358) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L358) ___ @@ -561,7 +561,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L143) ___ @@ -580,7 +580,7 @@ ___ #### Defined in -[src/constants.ts:418](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L418) +[src/constants.ts:418](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L418) ___ @@ -598,7 +598,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L118) ___ @@ -608,7 +608,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L57) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/constants.ts:424](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L424) +[src/constants.ts:424](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L424) ___ @@ -646,7 +646,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L130) ___ @@ -664,7 +664,7 @@ ___ #### Defined in -[src/constants.ts:304](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L304) +[src/constants.ts:304](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L304) ___ @@ -674,7 +674,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L59) ___ @@ -684,7 +684,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L514) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L514) ___ @@ -702,7 +702,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L174) ___ @@ -712,7 +712,7 @@ ___ #### Defined in -[src/constants.ts:535](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L535) +[src/constants.ts:535](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L535) ___ @@ -722,7 +722,7 @@ ___ #### Defined in -[src/constants.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L537) +[src/constants.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L537) ___ @@ -732,7 +732,7 @@ ___ #### Defined in -[src/constants.ts:512](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L512) +[src/constants.ts:512](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L512) ___ @@ -742,7 +742,7 @@ ___ #### Defined in -[src/constants.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L510) +[src/constants.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L510) ___ @@ -752,7 +752,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L496) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L496) ___ @@ -762,7 +762,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L498) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L498) ___ @@ -772,7 +772,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L72) ___ @@ -791,7 +791,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L66) ___ @@ -810,7 +810,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L60) ___ @@ -820,7 +820,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L530) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L530) ___ @@ -830,7 +830,7 @@ ___ #### Defined in -[src/constants.ts:506](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L506) +[src/constants.ts:506](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L506) ___ @@ -848,7 +848,7 @@ ___ #### Defined in -[src/constants.ts:317](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L317) +[src/constants.ts:317](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L317) ___ @@ -867,7 +867,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L93) ___ @@ -886,7 +886,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L75) ___ @@ -905,7 +905,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L81) ___ @@ -924,7 +924,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L87) ___ @@ -942,7 +942,7 @@ ___ #### Defined in -[src/constants.ts:278](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L278) +[src/constants.ts:278](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L278) ___ @@ -961,7 +961,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L99) ___ @@ -979,7 +979,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L272) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L272) ___ @@ -998,7 +998,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L105) ___ @@ -1008,7 +1008,7 @@ ___ #### Defined in -[src/constants.ts:508](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L508) +[src/constants.ts:508](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L508) ___ @@ -1018,7 +1018,7 @@ ___ #### Defined in -[src/constants.ts:526](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L526) +[src/constants.ts:526](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L526) ___ @@ -1028,7 +1028,7 @@ ___ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L528) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L528) ___ @@ -1038,7 +1038,7 @@ ___ #### Defined in -[src/constants.ts:527](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L527) +[src/constants.ts:527](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L527) ___ @@ -1048,7 +1048,7 @@ ___ #### Defined in -[src/constants.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L504) +[src/constants.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L504) ___ @@ -1066,7 +1066,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L186) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L186) ___ @@ -1085,7 +1085,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L111) ___ @@ -1103,7 +1103,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L137) ___ @@ -1122,7 +1122,7 @@ ___ #### Defined in -[src/constants.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L465) +[src/constants.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L465) ___ @@ -1143,7 +1143,7 @@ ___ #### Defined in -[src/constants.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L517) +[src/constants.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L517) ___ @@ -1161,7 +1161,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L161) ___ @@ -1171,7 +1171,7 @@ ___ #### Defined in -[src/constants.ts:363](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L363) +[src/constants.ts:363](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L363) ___ @@ -1189,7 +1189,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L406) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L406) ___ @@ -1207,7 +1207,7 @@ ___ #### Defined in -[src/constants.ts:324](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L324) +[src/constants.ts:324](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L324) ___ @@ -1225,7 +1225,7 @@ ___ #### Defined in -[src/constants.ts:291](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L291) +[src/constants.ts:291](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L291) ___ @@ -1244,7 +1244,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L412) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L412) ___ @@ -1262,7 +1262,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L149) ___ @@ -1272,7 +1272,7 @@ ___ #### Defined in -[src/constants.ts:365](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L365) +[src/constants.ts:365](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L365) ___ @@ -1290,7 +1290,7 @@ ___ #### Defined in -[src/constants.ts:459](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L459) +[src/constants.ts:459](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L459) ___ @@ -1308,7 +1308,7 @@ ___ #### Defined in -[src/constants.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L338) +[src/constants.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L338) ___ @@ -1327,7 +1327,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L370) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L370) ___ @@ -1345,7 +1345,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L210) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L210) ___ @@ -1364,7 +1364,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L376) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L376) ___ @@ -1382,7 +1382,7 @@ ___ #### Defined in -[src/constants.ts:234](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L234) +[src/constants.ts:234](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L234) ___ @@ -1400,7 +1400,7 @@ ___ #### Defined in -[src/constants.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L297) +[src/constants.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L297) ___ @@ -1418,7 +1418,7 @@ ___ #### Defined in -[src/constants.ts:345](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L345) +[src/constants.ts:345](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L345) ___ @@ -1436,7 +1436,7 @@ ___ #### Defined in -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L180) +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L180) ___ @@ -1454,7 +1454,7 @@ ___ #### Defined in -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L192) +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L192) ___ @@ -1472,7 +1472,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L204) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L204) ___ @@ -1491,7 +1491,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L382) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L382) ___ @@ -1509,7 +1509,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L198) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L198) ___ @@ -1527,7 +1527,7 @@ ___ #### Defined in -[src/constants.ts:331](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L331) +[src/constants.ts:331](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L331) ___ @@ -1545,7 +1545,7 @@ ___ #### Defined in -[src/constants.ts:284](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L284) +[src/constants.ts:284](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L284) ___ @@ -1563,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L222) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L222) ___ @@ -1582,7 +1582,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L388) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L388) ___ @@ -1601,7 +1601,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L394) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L394) ___ @@ -1619,7 +1619,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L228) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L228) ___ @@ -1637,7 +1637,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L216) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L216) ___ @@ -1656,7 +1656,7 @@ ___ #### Defined in -[src/constants.ts:431](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L431) +[src/constants.ts:431](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L431) ___ @@ -1674,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:240](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L240) +[src/constants.ts:240](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L240) ___ @@ -1693,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L400) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L400) ___ @@ -1712,7 +1712,7 @@ ___ #### Defined in -[src/constants.ts:445](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L445) +[src/constants.ts:445](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L445) ___ @@ -1731,7 +1731,7 @@ ___ #### Defined in -[src/constants.ts:452](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L452) +[src/constants.ts:452](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L452) ___ @@ -1741,7 +1741,7 @@ ___ #### Defined in -[src/constants.ts:533](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L533) +[src/constants.ts:533](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L533) ___ @@ -1751,4 +1751,4 @@ ___ #### Defined in -[src/constants.ts:532](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/constants.ts#L532) +[src/constants.ts:532](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L532) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index d4b65be47c..be8c4285bf 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index 8d826bc861..70b955b398 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index 03f25a4c2f..e5fd37f268 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index e2d11c9e8b..bf6f19e481 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index 70b6ee6d23..5506bed895 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index 4ea7e84615..9d4b9c96aa 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index 5c23805e7d..216814f3b0 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index 022a6603cf..be2ed4b75c 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index 8a709d958f..3cee11443b 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index 96133865a7..0648366253 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index 1edb3bf7a0..c645209a03 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index abcd539ba6..98fa7e91cf 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index 197c32bc3e..36514fcbbe 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index 2b416e2d76..d176ef7322 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index dc94c13c1d..5482188a44 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index 75c9afc2fb..89df14f253 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index 84b6046dc0..29e8f12866 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index 1594fe2d35..8924151697 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 1cb63e15a8..39c29979d8 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index f9b0019516..b69832c146 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index 71685e3988..c1d88c8981 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index 5debc38cf3..ce1028ded0 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index 6e64cbdf0f..d9d7fecaf4 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index 694f347bc4..5110298cbf 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index 54225932da..18498eaff4 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index d3a78225a5..9674734147 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index 60692b66a9..3b0dfa8bdd 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index 3e6d8cc31e..b83342c6d1 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index 7393b12087..387e9bbdc5 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index 11da6ba02d..05ab587775 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index 62ac348c77..4cce5a6a86 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index 25de362cc0..96dc12a82a 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index a581b7e9c3..b4ea86b1e7 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index d3c8305b23..35588c7fd2 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index 27cb51be58..e38d687666 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index be3b5e6bad..5274835d0a 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index 34c55d7e6a..fb4a8b7277 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index 51596619df..d4af33b630 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index d5c0f132ea..d0bd64467a 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index 2d7d17217c..4809fde670 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index 93d4d48030..f41e0cad02 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index d3ad81300a..7979aa18ee 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index bde844a722..7ef754897c 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index eff90fb747..a350d440df 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index c0c2094306..0c5075360c 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index 9f7401795e..b82f12488a 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index ef32916445..a4a81ac616 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/models_userFamily.md b/talawa-api-docs/modules/models_userFamily.md index 2084676856..755274da1e 100644 --- a/talawa-api-docs/modules/models_userFamily.md +++ b/talawa-api-docs/modules/models_userFamily.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/userFamily.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/models/userFamily.ts#L55) +[src/models/userFamily.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L55) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index 091e0b3c52..07a05608eb 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/index.ts#L94) +[src/resolvers/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index 7c133bc3e4..3b0dd3159c 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index 74133d2fe6..bfd1f63a1e 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index a5365a6694..7ebee6417a 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index 84cbed2dcf..be2deb37ee 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index e574c7c79c..7f808e5ca9 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index fd76ea02a4..a4673a5525 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index c372b494ec..e95fced571 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 1a98807f7e..156b1674ad 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index b48685f905..a8703c41bb 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index f93bdf810b..76339c38c6 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index 38064ce14a..6a5a4ebd2c 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index 0e5dc7da6a..6d7fe17a06 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index 3203830eed..8d11f77620 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index a994d9079d..e36887409e 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index 1ac1b455bd..33f8796649 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index e9bcaa4946..f5cf480438 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index 9b2e115325..fef61d73db 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index 602ae9bdea..0801ccf450 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index 89aef9a751..7fa2ff4e3e 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index 4b64c059a7..fa2c4c1a31 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index f87d1e2f06..0e10e3307c 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index 5675cd8a66..2d260573f6 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index 39edfdc4d1..30f575bf2c 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index 3f70e1e5d0..3270ae7518 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index 965f46caad..5f5ef27661 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index 2b436be2d8..7edd7061ec 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index 4d97d69a2b..9dd2ee198c 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index 0bbd929ec4..fa9969d65f 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index b58a063c6d..241b2f76c9 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index 51afcf8788..815884a990 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index 3ae021de24..6338a34c99 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index 53ff22f42e..fd43ceb52c 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index 4f6b012cb7..c3c93e7402 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index 9e89cce1de..9a6388e599 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index a18b326d12..96ac98b817 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index 58f228b037..1a4d7687d6 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index b74d4baa52..e071213df7 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index fdf4a7ebab..065a209d34 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index 1e79edba8f..09ffefc654 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index 0442d5ad77..68d0c66c55 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index fd2965f5a5..c284216daa 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index a09a4875bf..34ae5dcad4 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index cd051b5f0a..414a4d89ae 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index b308a716cd..f195018b7e 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index eb247afb2a..76d4bd8a76 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/index.ts#L98) +[src/resolvers/Mutation/index.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/index.ts#L98) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index 5bd47f4770..3e0be9770e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index 35517aedc5..daebd4114a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index 25f2e7de85..14de2dac2b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index b4d03148fa..43098adeaa 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index 3a4db80261..d7c5cbca77 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index 98fe6b32d8..e2eac94d2b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index 37697e72b2..e9358faeec 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index b2de9efc99..dfc8ef6402 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index 86a54f7671..a8868733c3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index b12c3be8dc..17eee3669d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md index c3c56a3068..3557eaa2b5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToUserFamily.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/addUserToUserFamily.ts#L24) +[src/resolvers/Mutation/addUserToUserFamily.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserToUserFamily.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index 58a7477224..3097d9262e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index 28c49af608..9eb1f6c230 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index c880372a9f..3046a479f0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index 57cfd9062e..f7b3a6322a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index facaa7df09..8b594691da 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index 5b18c44496..4d9bd807d6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index 45eb28a8a6..e7986082c3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index 241d3dcfa7..98a00a1bc4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index 382572ab83..24afa067c7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index f51d2e7a61..945797ed6b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index 4271a75007..9756d7ea50 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index a4b3887f87..df9dccb761 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index 3238ca6650..0eaba91061 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index d0ae9235d4..74c046499b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index 67f6415891..75b25fa335 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index 0f7f64a718..851fed6520 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index b60d0258f3..6479437ba8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index ed248c037b..36c0822549 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index 0b96c791f4..a8272f6b2f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index 780f9b2fe1..a94b63c781 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index 117469ace8..a93c6c1047 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index 31d6f6fbce..3371f43adc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md index 5cdb367fa8..7cbc73ce9f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md @@ -37,4 +37,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createUserFamily.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createUserFamily.ts#L23) +[src/resolvers/Mutation/createUserFamily.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createUserFamily.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index 0a8b1739cd..9f0fa7b1ca 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index 2505079815..f60ffb2b4e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index 134f79b878..aa8954e05f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index 4fac65bc7b..607c9b9e89 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index 6dc6250e0b..50976c24ec 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index a865bff8c7..74ba8e28e7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index 6bd8865ea4..230e183f43 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index ef9dadba7e..2caedefd3f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index 2fc44ff989..2d407172cf 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index adf497f7de..ddbc931d73 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index f4a87afe8c..cbf930d2c3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index ba641f13b6..4e06bafe01 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index 4b6a2fc306..141aa1730f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index fb296f0014..6a3887c9a7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index af8206db7e..ee9530776d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index a355a2d7e4..a3a9cf9d87 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index ac6281a727..12672e6348 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index adf714e27a..f9d8be64ad 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index 6a2768ffc2..f9c1c5cf6f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index b5abdf6e9d..afe3298848 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index a21237bdba..e9c34b4c1e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index ff405eef24..a38cc9695b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index c348a4085f..d378d342b5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index 17131ef7ba..9cd881c2e0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index 0ed37c9d40..73d5d49812 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index 290e297446..3e2682ce8f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index 87b0176aff..6988a6948b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index 58d2c7abe3..cb0c1936bd 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index c543562c53..0aee5a586d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index 3225e9af15..948c753fc4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index 0b3eba2752..a73bb0a6b9 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md index ae398f3c57..f0263ea47a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFamily.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserFamily.ts#L19) +[src/resolvers/Mutation/removeUserFamily.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserFamily.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index da62149cb4..64020fdfb6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md index 98bedb796f..1ad2cac03e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromUserFamily.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserFromUserFamily.ts#L25) +[src/resolvers/Mutation/removeUserFromUserFamily.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserFromUserFamily.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index 5811538e0d..1037ef9049 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index 07b186f176..0e61a1a9e0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index 6a16cab155..2f03a86262 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index 4a65c5f766..6593bc695e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index 0211350ad8..00538e016f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index cfa66a51ad..a0e182b7ef 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index 1319af2fcb..d7c2a4ac3e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index a53ea6ded4..f6b37297f9 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index 253ec9d5a2..f1655fc492 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index 4db1a34b26..2bb7bee9e4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index fcd87c298d..e29b5bfb4c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index 23b3054f83..ae6f574e19 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index 9db4992f05..fc8a0d77d0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index 3706d6d4ee..5f0e80f1d8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index c173b97582..1446fa2476 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index 808dcb7e8b..edcd75a118 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index a00d8288df..e52e310365 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index 9ccb88ad4f..6819c51112 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index f1082c9910..2440a0a664 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index 20d379ee4d..ddafa1d890 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index fb5c8c9817..048b6e9165 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index 3d049b9e27..e99365cf7d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index de01f2c4b0..6731c5bd5c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index 1b9132a638..99442c18bd 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index f74473461b..7affe5c6c7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index ab9b50d9dd..5938083f55 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index 19b78f9666..624392efde 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index e12b5a30ee..19be9370cc 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index c54be7e56d..6d9f04cb8f 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index 17605b27e8..e6c262ffef 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index 83c4450084..aa1cf4be20 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index a308249af6..cc3eece7d7 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index 042593f3b0..47da5fe480 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index 46f6f3ceb8..baec9974bb 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index d1f151b1bf..9090b4758a 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index dffea174b9..d765ac8ea2 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index 169d09c3a0..4633309ea1 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index 6358082c9f..aa98228d0b 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index 88ce259a5c..bc1a012fa1 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index d446f91bc0..729175e9c5 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index 3ccf2961de..9186cbdfba 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index 1cd903bc51..ff1175ffd8 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index df4206d8f8..31b826432e 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index d685c84ee5..254d43b849 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index 7051e6a5f4..d7b6d020ab 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index 8e4f669e56..3b58292240 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index 085b5e483c..65ab323c84 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index c9c7f87357..9759ac0d7d 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index c453d00902..afe3729cb4 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index 67b4ac06a0..c3627e6d69 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index 813134acac..5faa5f194d 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index ac8d7bbb9a..f7749ad295 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index b48ab629fc..ee26ff2b7f 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index 1b893279e2..ef62bfd40d 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index a63925168e..f71e645334 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index d3162ba90b..49cc6f6db5 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index 85ac2a0af5..347c2b497e 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index 6514eca13d..9759c9b083 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index aeaf3d52e8..c83715f39a 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index 0e3a30719b..0db27e1da7 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index 1421dd5abb..340229b688 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index 327e0ba1ef..1571422126 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index 2b449ebcdb..d7c1c65ee7 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index 91f46f124c..b08b8266b4 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index 2eefd7bbc3..879ab834f0 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index 4afd1a892a..a0861a8511 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index bff8d128a3..4ba3daf06b 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index 60841141d2..a9b4c7da5c 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index 225feca2dd..1729107def 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index 8dd556ca57..8eb2425730 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index 929bf1f735..c0cd8e3699 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index 314da11913..d08e213d3e 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index 01f55adba1..645d9efa8f 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index e10604f287..2fb3249def 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index 46df829946..69282750a0 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index 37deca18aa..3b2d8ae2f4 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index 62eb941977..00c4b34ff4 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index 2f8ef997dd..aff1a30942 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index 17f90491f8..6db6002833 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index dc1cc5f2f8..61eec86081 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index 2cefde398c..aa8c40e84b 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index d41f2b3ad7..64835de1b8 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserFamily.md b/talawa-api-docs/modules/resolvers_UserFamily.md index 3ba551690f..d43e74f76e 100644 --- a/talawa-api-docs/modules/resolvers_UserFamily.md +++ b/talawa-api-docs/modules/resolvers_UserFamily.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserFamily/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/index.ts#L6) +[src/resolvers/UserFamily/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_admins.md b/talawa-api-docs/modules/resolvers_UserFamily_admins.md index 557fd34a33..8141429727 100644 --- a/talawa-api-docs/modules/resolvers_UserFamily_admins.md +++ b/talawa-api-docs/modules/resolvers_UserFamily_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/UserFamily/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/admins.ts#L8) +[src/resolvers/UserFamily/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_creator.md b/talawa-api-docs/modules/resolvers_UserFamily_creator.md index 6f9149e3c7..5ce41a583a 100644 --- a/talawa-api-docs/modules/resolvers_UserFamily_creator.md +++ b/talawa-api-docs/modules/resolvers_UserFamily_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/UserFamily/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/creator.ts#L10) +[src/resolvers/UserFamily/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_users.md b/talawa-api-docs/modules/resolvers_UserFamily_users.md index a463e7511e..6c33d7304e 100644 --- a/talawa-api-docs/modules/resolvers_UserFamily_users.md +++ b/talawa-api-docs/modules/resolvers_UserFamily_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/UserFamily/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserFamily/users.ts#L8) +[src/resolvers/UserFamily/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index b10b942ed8..efbd9b33b8 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index 5c836f323f..eba061e0c7 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index 55f1f2a80a..a861129cca 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index 80c43d0b89..11ce6795c0 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index ec4cd79cc1..460b9a824d 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index 73ba1281a8..7ace2243b3 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index 85978b60a7..1f1736ded3 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index 59bf42e7a7..2ba76869e0 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index 39a4933ce1..75b236d350 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index 0341a9282b..bf668fd434 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index d6e6c44f0e..978591e182 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index 53e8091c22..613f6ef788 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index b0a0b0dfd3..2af7176b0c 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index 2d5a36badf..d10098c921 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index ba9cc76aa8..b6e3a95700 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index 607585990a..4e4be1f435 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index dd4096f33e..082fecd75d 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index f9ec73cfd8..2553fae776 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index a63df9c3de..a75e24dd73 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index 02aa6b8a85..2e81b88c41 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index 58ac693280..01a61fdef9 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index 20a18830a1..47fba3d62e 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index f1980ee027..0149ff6e63 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index bd84e9a2bd..3a330d00f9 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index 811a166736..dbb432cbb3 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index b77e71608a..2ed36748e1 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index 775e8ecdb7..b4be63a236 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index a276a8b1fe..e60929a104 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index 50b93a7a14..79a0558884 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index 5030efa771..827d868eb9 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index 5133f682d8..72d458a038 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index 5f0893b5ef..632b6626fc 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index 43395d2bd2..00e55a7d4f 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index b72ac0dae1..b88a6f33f1 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index 9d95e6cc39..2c3728e04e 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -390,7 +390,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L55) +[src/types/generatedGraphQLTypes.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L55) ___ @@ -413,7 +413,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L73) +[src/types/generatedGraphQLTypes.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L73) ___ @@ -443,7 +443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2378](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2378) +[src/types/generatedGraphQLTypes.ts:2378](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2378) ___ @@ -480,7 +480,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2360](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2360) +[src/types/generatedGraphQLTypes.ts:2360](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2360) ___ @@ -504,7 +504,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L84) +[src/types/generatedGraphQLTypes.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L84) ___ @@ -527,7 +527,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L96) +[src/types/generatedGraphQLTypes.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L96) ___ @@ -558,7 +558,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2389](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2389) +[src/types/generatedGraphQLTypes.ts:2389](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2389) ___ @@ -584,7 +584,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L107) +[src/types/generatedGraphQLTypes.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L107) ___ @@ -617,7 +617,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2401](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2401) +[src/types/generatedGraphQLTypes.ts:2401](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2401) ___ @@ -627,7 +627,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L121) +[src/types/generatedGraphQLTypes.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L121) ___ @@ -644,7 +644,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L126) +[src/types/generatedGraphQLTypes.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L126) ___ @@ -668,7 +668,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2415](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2415) +[src/types/generatedGraphQLTypes.ts:2415](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2415) ___ @@ -685,7 +685,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L131) +[src/types/generatedGraphQLTypes.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L131) ___ @@ -709,7 +709,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2420](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2420) +[src/types/generatedGraphQLTypes.ts:2420](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2420) ___ @@ -728,7 +728,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L136) +[src/types/generatedGraphQLTypes.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L136) ___ @@ -754,7 +754,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2429](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2429) +[src/types/generatedGraphQLTypes.ts:2429](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2429) ___ @@ -764,7 +764,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2350](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2350) +[src/types/generatedGraphQLTypes.ts:2350](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2350) ___ @@ -783,7 +783,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2352](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2352) +[src/types/generatedGraphQLTypes.ts:2352](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2352) ___ @@ -808,7 +808,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L143) +[src/types/generatedGraphQLTypes.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L143) ___ @@ -827,7 +827,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:156](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L156) +[src/types/generatedGraphQLTypes.ts:156](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L156) ___ @@ -859,7 +859,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -878,7 +878,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:163](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L163) +[src/types/generatedGraphQLTypes.ts:163](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L163) ___ @@ -904,7 +904,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2449) ___ @@ -928,7 +928,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L170) +[src/types/generatedGraphQLTypes.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L170) ___ @@ -944,7 +944,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L182) +[src/types/generatedGraphQLTypes.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L182) ___ @@ -975,7 +975,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2456](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2456) +[src/types/generatedGraphQLTypes.ts:2456](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2456) ___ @@ -985,7 +985,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L186) +[src/types/generatedGraphQLTypes.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L186) ___ @@ -1008,7 +1008,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2468](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2468) +[src/types/generatedGraphQLTypes.ts:2468](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2468) ___ @@ -1028,7 +1028,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:188](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L188) +[src/types/generatedGraphQLTypes.ts:188](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L188) ___ @@ -1055,7 +1055,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2472](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2472) +[src/types/generatedGraphQLTypes.ts:2472](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2472) ___ @@ -1074,7 +1074,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:196](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L196) +[src/types/generatedGraphQLTypes.ts:196](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L196) ___ @@ -1091,7 +1091,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2003](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2003) +[src/types/generatedGraphQLTypes.ts:2003](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2003) ___ @@ -1109,7 +1109,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2008) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2008) ___ @@ -1126,7 +1126,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -1144,7 +1144,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:203](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L203) +[src/types/generatedGraphQLTypes.ts:203](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L203) ___ @@ -1162,7 +1162,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:209](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L209) +[src/types/generatedGraphQLTypes.ts:209](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L209) ___ @@ -1179,7 +1179,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L215) +[src/types/generatedGraphQLTypes.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L215) ___ @@ -1203,7 +1203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2492](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2492) +[src/types/generatedGraphQLTypes.ts:2492](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2492) ___ @@ -1226,7 +1226,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:220](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L220) +[src/types/generatedGraphQLTypes.ts:220](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L220) ___ @@ -1249,7 +1249,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L231) +[src/types/generatedGraphQLTypes.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L231) ___ @@ -1279,7 +1279,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2508](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2508) +[src/types/generatedGraphQLTypes.ts:2508](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2508) ___ @@ -1309,7 +1309,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2497](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2497) +[src/types/generatedGraphQLTypes.ts:2497](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2497) ___ @@ -1346,7 +1346,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2074](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2074) +[src/types/generatedGraphQLTypes.ts:2074](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2074) ___ @@ -1369,7 +1369,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3191](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3191) +[src/types/generatedGraphQLTypes.ts:3191](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3191) ___ @@ -1394,7 +1394,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:242](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L242) +[src/types/generatedGraphQLTypes.ts:242](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L242) ___ @@ -1426,7 +1426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2519](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2519) +[src/types/generatedGraphQLTypes.ts:2519](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2519) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:255](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L255) +[src/types/generatedGraphQLTypes.ts:255](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L255) ___ @@ -1463,7 +1463,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:270](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L270) +[src/types/generatedGraphQLTypes.ts:270](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L270) ___ @@ -1473,7 +1473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:288](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L288) +[src/types/generatedGraphQLTypes.ts:288](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L288) ___ @@ -1489,7 +1489,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:293](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L293) +[src/types/generatedGraphQLTypes.ts:293](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L293) ___ @@ -1513,7 +1513,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2536](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2536) +[src/types/generatedGraphQLTypes.ts:2536](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2536) ___ @@ -1555,7 +1555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L297) +[src/types/generatedGraphQLTypes.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L297) ___ @@ -1571,7 +1571,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:328](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L328) +[src/types/generatedGraphQLTypes.ts:328](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L328) ___ @@ -1588,7 +1588,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:332](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L332) +[src/types/generatedGraphQLTypes.ts:332](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L332) ___ @@ -1618,7 +1618,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:337](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L337) +[src/types/generatedGraphQLTypes.ts:337](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L337) ___ @@ -1628,7 +1628,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:355](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L355) +[src/types/generatedGraphQLTypes.ts:355](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L355) ___ @@ -1677,7 +1677,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2541](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2541) +[src/types/generatedGraphQLTypes.ts:2541](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2541) ___ @@ -1717,7 +1717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:377](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L377) +[src/types/generatedGraphQLTypes.ts:377](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L377) ___ @@ -1733,7 +1733,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -1751,7 +1751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:405](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L405) +[src/types/generatedGraphQLTypes.ts:405](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L405) ___ @@ -1776,7 +1776,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2571](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2571) +[src/types/generatedGraphQLTypes.ts:2571](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2571) ___ @@ -1798,7 +1798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:411](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L411) +[src/types/generatedGraphQLTypes.ts:411](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L411) ___ @@ -1816,7 +1816,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:421](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L421) +[src/types/generatedGraphQLTypes.ts:421](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L421) ___ @@ -1845,7 +1845,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2577](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2577) +[src/types/generatedGraphQLTypes.ts:2577](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2577) ___ @@ -1862,7 +1862,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:427](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L427) +[src/types/generatedGraphQLTypes.ts:427](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L427) ___ @@ -1887,7 +1887,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2587](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2587) +[src/types/generatedGraphQLTypes.ts:2587](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2587) ___ @@ -1905,7 +1905,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:432](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L432) +[src/types/generatedGraphQLTypes.ts:432](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L432) ___ @@ -1915,7 +1915,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L438) +[src/types/generatedGraphQLTypes.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L438) ___ @@ -1938,7 +1938,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:443](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L443) +[src/types/generatedGraphQLTypes.ts:443](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L443) ___ @@ -1961,7 +1961,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:454](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L454) +[src/types/generatedGraphQLTypes.ts:454](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L454) ___ @@ -1983,7 +1983,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L465) +[src/types/generatedGraphQLTypes.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L465) ___ @@ -2012,7 +2012,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2615](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2615) +[src/types/generatedGraphQLTypes.ts:2615](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2615) ___ @@ -2042,7 +2042,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2604](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2604) +[src/types/generatedGraphQLTypes.ts:2604](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2604) ___ @@ -2072,7 +2072,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2088,7 +2088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L27) ___ @@ -2098,7 +2098,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:475](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L475) +[src/types/generatedGraphQLTypes.ts:475](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L475) ___ @@ -2123,7 +2123,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2625) ___ @@ -2156,7 +2156,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2070](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2070) +[src/types/generatedGraphQLTypes.ts:2070](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2070) ___ @@ -2176,7 +2176,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:481](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L481) +[src/types/generatedGraphQLTypes.ts:481](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L481) ___ @@ -2194,7 +2194,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:489](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L489) +[src/types/generatedGraphQLTypes.ts:489](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L489) ___ @@ -2215,7 +2215,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:495](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L495) +[src/types/generatedGraphQLTypes.ts:495](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L495) ___ @@ -2243,7 +2243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2643](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2643) +[src/types/generatedGraphQLTypes.ts:2643](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2643) ___ @@ -2270,7 +2270,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2635](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2635) +[src/types/generatedGraphQLTypes.ts:2635](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2635) ___ @@ -2287,7 +2287,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L504) +[src/types/generatedGraphQLTypes.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L504) ___ @@ -2304,7 +2304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2321,7 +2321,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2331,7 +2331,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:509](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L509) +[src/types/generatedGraphQLTypes.ts:509](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L509) ___ @@ -2341,7 +2341,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L517) +[src/types/generatedGraphQLTypes.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L517) ___ @@ -2366,7 +2366,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2660](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2660) +[src/types/generatedGraphQLTypes.ts:2660](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2660) ___ @@ -2376,7 +2376,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L523) +[src/types/generatedGraphQLTypes.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L523) ___ @@ -2402,7 +2402,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2666](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2666) +[src/types/generatedGraphQLTypes.ts:2666](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2666) ___ @@ -2418,7 +2418,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L26) ___ @@ -2437,7 +2437,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L530) +[src/types/generatedGraphQLTypes.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L530) ___ @@ -2463,7 +2463,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2673](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2673) +[src/types/generatedGraphQLTypes.ts:2673](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2673) ___ @@ -2486,7 +2486,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L537) +[src/types/generatedGraphQLTypes.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L537) ___ @@ -2509,7 +2509,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:548](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L548) +[src/types/generatedGraphQLTypes.ts:548](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L548) ___ @@ -2526,7 +2526,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:559](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L559) +[src/types/generatedGraphQLTypes.ts:559](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L559) ___ @@ -2556,7 +2556,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2691](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2691) +[src/types/generatedGraphQLTypes.ts:2691](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2691) ___ @@ -2586,7 +2586,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2680](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2680) +[src/types/generatedGraphQLTypes.ts:2680](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2680) ___ @@ -2596,7 +2596,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:564](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L564) +[src/types/generatedGraphQLTypes.ts:564](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L564) ___ @@ -2622,7 +2622,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2702](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2702) +[src/types/generatedGraphQLTypes.ts:2702](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2702) ___ @@ -2632,7 +2632,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:571](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L571) +[src/types/generatedGraphQLTypes.ts:571](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L571) ___ @@ -2657,7 +2657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2709](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2709) +[src/types/generatedGraphQLTypes.ts:2709](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2709) ___ @@ -2768,7 +2768,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:577](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L577) +[src/types/generatedGraphQLTypes.ts:577](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L577) ___ @@ -2784,7 +2784,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:677](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L677) +[src/types/generatedGraphQLTypes.ts:677](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L677) ___ @@ -2800,7 +2800,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:682](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L682) +[src/types/generatedGraphQLTypes.ts:682](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L682) ___ @@ -2816,7 +2816,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:687](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L687) +[src/types/generatedGraphQLTypes.ts:687](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L687) ___ @@ -2832,7 +2832,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:692](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L692) +[src/types/generatedGraphQLTypes.ts:692](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L692) ___ @@ -2848,7 +2848,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:697](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L697) +[src/types/generatedGraphQLTypes.ts:697](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L697) ___ @@ -2866,7 +2866,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:702](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L702) +[src/types/generatedGraphQLTypes.ts:702](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L702) ___ @@ -2883,7 +2883,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:709](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L709) +[src/types/generatedGraphQLTypes.ts:709](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L709) ___ @@ -2901,7 +2901,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:715](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L715) +[src/types/generatedGraphQLTypes.ts:715](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L715) ___ @@ -2917,7 +2917,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:722](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L722) +[src/types/generatedGraphQLTypes.ts:722](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L722) ___ @@ -2934,7 +2934,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:727](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L727) +[src/types/generatedGraphQLTypes.ts:727](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L727) ___ @@ -2951,7 +2951,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:733](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L733) +[src/types/generatedGraphQLTypes.ts:733](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L733) ___ @@ -2967,7 +2967,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:739](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L739) +[src/types/generatedGraphQLTypes.ts:739](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L739) ___ @@ -2983,7 +2983,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:744](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L744) +[src/types/generatedGraphQLTypes.ts:744](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L744) ___ @@ -2999,7 +2999,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:749](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L749) +[src/types/generatedGraphQLTypes.ts:749](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L749) ___ @@ -3016,7 +3016,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:754](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L754) +[src/types/generatedGraphQLTypes.ts:754](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L754) ___ @@ -3033,7 +3033,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:760](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L760) +[src/types/generatedGraphQLTypes.ts:760](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L760) ___ @@ -3049,7 +3049,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:766](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L766) +[src/types/generatedGraphQLTypes.ts:766](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L766) ___ @@ -3065,7 +3065,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:771](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L771) +[src/types/generatedGraphQLTypes.ts:771](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L771) ___ @@ -3082,7 +3082,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:776](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L776) +[src/types/generatedGraphQLTypes.ts:776](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L776) ___ @@ -3099,7 +3099,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:782](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L782) +[src/types/generatedGraphQLTypes.ts:782](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L782) ___ @@ -3115,7 +3115,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:788](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L788) +[src/types/generatedGraphQLTypes.ts:788](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L788) ___ @@ -3136,7 +3136,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:793](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L793) +[src/types/generatedGraphQLTypes.ts:793](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L793) ___ @@ -3153,7 +3153,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:803](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L803) +[src/types/generatedGraphQLTypes.ts:803](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L803) ___ @@ -3169,7 +3169,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:809](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L809) +[src/types/generatedGraphQLTypes.ts:809](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L809) ___ @@ -3190,7 +3190,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:814](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L814) +[src/types/generatedGraphQLTypes.ts:814](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L814) ___ @@ -3206,7 +3206,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:824](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L824) +[src/types/generatedGraphQLTypes.ts:824](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L824) ___ @@ -3222,7 +3222,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:829](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L829) +[src/types/generatedGraphQLTypes.ts:829](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L829) ___ @@ -3238,7 +3238,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:834](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L834) +[src/types/generatedGraphQLTypes.ts:834](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L834) ___ @@ -3254,7 +3254,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:839](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L839) +[src/types/generatedGraphQLTypes.ts:839](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L839) ___ @@ -3271,7 +3271,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:844](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L844) +[src/types/generatedGraphQLTypes.ts:844](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L844) ___ @@ -3290,7 +3290,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L850) +[src/types/generatedGraphQLTypes.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L850) ___ @@ -3307,7 +3307,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:858](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L858) +[src/types/generatedGraphQLTypes.ts:858](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L858) ___ @@ -3323,7 +3323,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:864](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L864) +[src/types/generatedGraphQLTypes.ts:864](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L864) ___ @@ -3339,7 +3339,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:869](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L869) +[src/types/generatedGraphQLTypes.ts:869](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L869) ___ @@ -3355,7 +3355,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:874](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L874) +[src/types/generatedGraphQLTypes.ts:874](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L874) ___ @@ -3371,7 +3371,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:879](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L879) +[src/types/generatedGraphQLTypes.ts:879](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L879) ___ @@ -3387,7 +3387,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:884](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L884) +[src/types/generatedGraphQLTypes.ts:884](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L884) ___ @@ -3403,7 +3403,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:889](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L889) +[src/types/generatedGraphQLTypes.ts:889](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L889) ___ @@ -3419,7 +3419,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:894](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L894) +[src/types/generatedGraphQLTypes.ts:894](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L894) ___ @@ -3435,7 +3435,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:899](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L899) +[src/types/generatedGraphQLTypes.ts:899](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L899) ___ @@ -3451,7 +3451,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:904](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L904) +[src/types/generatedGraphQLTypes.ts:904](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L904) ___ @@ -3467,7 +3467,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:909](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L909) +[src/types/generatedGraphQLTypes.ts:909](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L909) ___ @@ -3483,7 +3483,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:914](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L914) +[src/types/generatedGraphQLTypes.ts:914](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L914) ___ @@ -3499,7 +3499,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:919](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L919) +[src/types/generatedGraphQLTypes.ts:919](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L919) ___ @@ -3515,7 +3515,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:924](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L924) +[src/types/generatedGraphQLTypes.ts:924](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L924) ___ @@ -3531,7 +3531,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:929](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L929) +[src/types/generatedGraphQLTypes.ts:929](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L929) ___ @@ -3547,7 +3547,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:934](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L934) +[src/types/generatedGraphQLTypes.ts:934](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L934) ___ @@ -3563,7 +3563,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:939](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L939) +[src/types/generatedGraphQLTypes.ts:939](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L939) ___ @@ -3579,7 +3579,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:944](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L944) +[src/types/generatedGraphQLTypes.ts:944](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L944) ___ @@ -3595,7 +3595,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:949](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L949) +[src/types/generatedGraphQLTypes.ts:949](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L949) ___ @@ -3611,7 +3611,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:954](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L954) +[src/types/generatedGraphQLTypes.ts:954](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L954) ___ @@ -3627,7 +3627,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:959](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L959) +[src/types/generatedGraphQLTypes.ts:959](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L959) ___ @@ -3644,7 +3644,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:964](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L964) +[src/types/generatedGraphQLTypes.ts:964](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L964) ___ @@ -3660,7 +3660,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:970](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L970) +[src/types/generatedGraphQLTypes.ts:970](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L970) ___ @@ -3676,7 +3676,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:975](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L975) +[src/types/generatedGraphQLTypes.ts:975](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L975) ___ @@ -3692,7 +3692,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:980](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L980) +[src/types/generatedGraphQLTypes.ts:980](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L980) ___ @@ -3708,7 +3708,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:985](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L985) +[src/types/generatedGraphQLTypes.ts:985](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L985) ___ @@ -3724,7 +3724,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:990](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L990) +[src/types/generatedGraphQLTypes.ts:990](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L990) ___ @@ -3741,7 +3741,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:995](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L995) +[src/types/generatedGraphQLTypes.ts:995](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L995) ___ @@ -3757,7 +3757,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1001](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1001) +[src/types/generatedGraphQLTypes.ts:1001](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1001) ___ @@ -3773,7 +3773,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1006](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1006) +[src/types/generatedGraphQLTypes.ts:1006](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1006) ___ @@ -3789,7 +3789,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1011](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1011) +[src/types/generatedGraphQLTypes.ts:1011](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1011) ___ @@ -3805,7 +3805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1016](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1016) +[src/types/generatedGraphQLTypes.ts:1016](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1016) ___ @@ -3822,7 +3822,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1021](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1021) +[src/types/generatedGraphQLTypes.ts:1021](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1021) ___ @@ -3839,7 +3839,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1027](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1027) +[src/types/generatedGraphQLTypes.ts:1027](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1027) ___ @@ -3855,7 +3855,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1033](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1033) +[src/types/generatedGraphQLTypes.ts:1033](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1033) ___ @@ -3972,7 +3972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2715](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2715) +[src/types/generatedGraphQLTypes.ts:2715](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2715) ___ @@ -3988,7 +3988,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1038](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1038) +[src/types/generatedGraphQLTypes.ts:1038](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1038) ___ @@ -4004,7 +4004,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1043](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1043) +[src/types/generatedGraphQLTypes.ts:1043](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1043) ___ @@ -4021,7 +4021,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1048](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1048) +[src/types/generatedGraphQLTypes.ts:1048](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1048) ___ @@ -4038,7 +4038,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1054](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1054) +[src/types/generatedGraphQLTypes.ts:1054](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1054) ___ @@ -4055,7 +4055,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1060](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1060) +[src/types/generatedGraphQLTypes.ts:1060](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1060) ___ @@ -4072,7 +4072,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1066](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1066) +[src/types/generatedGraphQLTypes.ts:1066](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1066) ___ @@ -4088,7 +4088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1072](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1072) +[src/types/generatedGraphQLTypes.ts:1072](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1072) ___ @@ -4105,7 +4105,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1077](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1077) +[src/types/generatedGraphQLTypes.ts:1077](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1077) ___ @@ -4121,7 +4121,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1083](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1083) +[src/types/generatedGraphQLTypes.ts:1083](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1083) ___ @@ -4137,7 +4137,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1088](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1088) +[src/types/generatedGraphQLTypes.ts:1088](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1088) ___ @@ -4153,7 +4153,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1093](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1093) +[src/types/generatedGraphQLTypes.ts:1093](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1093) ___ @@ -4170,7 +4170,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1098](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1098) +[src/types/generatedGraphQLTypes.ts:1098](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1098) ___ @@ -4187,7 +4187,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1104](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1104) +[src/types/generatedGraphQLTypes.ts:1104](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1104) ___ @@ -4203,7 +4203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1110](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1110) +[src/types/generatedGraphQLTypes.ts:1110](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1110) ___ @@ -4220,7 +4220,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1115](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1115) +[src/types/generatedGraphQLTypes.ts:1115](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1115) ___ @@ -4236,7 +4236,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1121](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1121) +[src/types/generatedGraphQLTypes.ts:1121](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1121) ___ @@ -4254,7 +4254,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1126](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1126) +[src/types/generatedGraphQLTypes.ts:1126](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1126) ___ @@ -4271,7 +4271,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1133](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1133) +[src/types/generatedGraphQLTypes.ts:1133](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1133) ___ @@ -4288,7 +4288,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1139](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1139) +[src/types/generatedGraphQLTypes.ts:1139](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1139) ___ @@ -4304,7 +4304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1145](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1145) +[src/types/generatedGraphQLTypes.ts:1145](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1145) ___ @@ -4321,7 +4321,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1150](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1150) +[src/types/generatedGraphQLTypes.ts:1150](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1150) ___ @@ -4339,7 +4339,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1156](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1156) +[src/types/generatedGraphQLTypes.ts:1156](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1156) ___ @@ -4355,7 +4355,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1163](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1163) +[src/types/generatedGraphQLTypes.ts:1163](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1163) ___ @@ -4371,7 +4371,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1168](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1168) +[src/types/generatedGraphQLTypes.ts:1168](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1168) ___ @@ -4395,7 +4395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2072](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2072) +[src/types/generatedGraphQLTypes.ts:2072](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2072) ___ @@ -4412,7 +4412,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -4447,7 +4447,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1176](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1176) +[src/types/generatedGraphQLTypes.ts:1176](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1176) ___ @@ -4463,7 +4463,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1200](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1200) +[src/types/generatedGraphQLTypes.ts:1200](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1200) ___ @@ -4483,7 +4483,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1212](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1212) +[src/types/generatedGraphQLTypes.ts:1212](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1212) ___ @@ -4510,7 +4510,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2836) ___ @@ -4534,7 +4534,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1220](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1220) +[src/types/generatedGraphQLTypes.ts:1220](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1220) ___ @@ -4565,7 +4565,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2844](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2844) +[src/types/generatedGraphQLTypes.ts:2844](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2844) ___ @@ -4588,7 +4588,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1232](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1232) +[src/types/generatedGraphQLTypes.ts:1232](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1232) ___ @@ -4598,7 +4598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1243](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1243) +[src/types/generatedGraphQLTypes.ts:1243](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1243) ___ @@ -4640,7 +4640,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2813](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2813) +[src/types/generatedGraphQLTypes.ts:2813](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2813) ___ @@ -4659,7 +4659,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1205](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1205) +[src/types/generatedGraphQLTypes.ts:1205](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1205) ___ @@ -4700,7 +4700,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1255](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1255) +[src/types/generatedGraphQLTypes.ts:1255](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1255) ___ @@ -4717,7 +4717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1284](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1284) +[src/types/generatedGraphQLTypes.ts:1284](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1284) ___ @@ -4741,7 +4741,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2856](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2856) +[src/types/generatedGraphQLTypes.ts:2856](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2856) ___ @@ -4757,7 +4757,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1172](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1172) +[src/types/generatedGraphQLTypes.ts:1172](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1172) ___ @@ -4781,7 +4781,7 @@ Information about pagination in a connection. #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4810,7 +4810,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2861](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2861) +[src/types/generatedGraphQLTypes.ts:2861](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2861) ___ @@ -4820,7 +4820,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1302](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1302) +[src/types/generatedGraphQLTypes.ts:1302](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1302) ___ @@ -4841,7 +4841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1306](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1306) +[src/types/generatedGraphQLTypes.ts:1306](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1306) ___ @@ -4861,7 +4861,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1315](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1315) +[src/types/generatedGraphQLTypes.ts:1315](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1315) ___ @@ -4878,7 +4878,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1323](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1323) +[src/types/generatedGraphQLTypes.ts:1323](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1323) ___ @@ -4905,7 +4905,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2884](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2884) +[src/types/generatedGraphQLTypes.ts:2884](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2884) ___ @@ -4925,7 +4925,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1328](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1328) +[src/types/generatedGraphQLTypes.ts:1328](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1328) ___ @@ -4953,7 +4953,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2875](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2875) +[src/types/generatedGraphQLTypes.ts:2875](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2875) ___ @@ -4983,7 +4983,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1336](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1336) +[src/types/generatedGraphQLTypes.ts:1336](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1336) ___ @@ -5004,7 +5004,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1355](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1355) +[src/types/generatedGraphQLTypes.ts:1355](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1355) ___ @@ -5030,7 +5030,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2914](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2914) +[src/types/generatedGraphQLTypes.ts:2914](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2914) ___ @@ -5052,7 +5052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1364](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1364) +[src/types/generatedGraphQLTypes.ts:1364](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1364) ___ @@ -5062,7 +5062,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5099,7 +5099,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2896](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2896) +[src/types/generatedGraphQLTypes.ts:2896](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2896) ___ @@ -5118,7 +5118,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1392](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1392) +[src/types/generatedGraphQLTypes.ts:1392](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1392) ___ @@ -5151,7 +5151,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1399](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1399) +[src/types/generatedGraphQLTypes.ts:1399](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1399) ___ @@ -5205,7 +5205,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1420](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1420) +[src/types/generatedGraphQLTypes.ts:1420](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1420) ___ @@ -5221,7 +5221,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5237,7 +5237,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5253,7 +5253,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5269,7 +5269,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5285,7 +5285,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5301,7 +5301,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5317,7 +5317,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5333,7 +5333,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1498](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1498) +[src/types/generatedGraphQLTypes.ts:1498](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1498) ___ @@ -5349,7 +5349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1503](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1503) +[src/types/generatedGraphQLTypes.ts:1503](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1503) ___ @@ -5365,7 +5365,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1508](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1508) +[src/types/generatedGraphQLTypes.ts:1508](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1508) ___ @@ -5381,7 +5381,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1513](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1513) +[src/types/generatedGraphQLTypes.ts:1513](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1513) ___ @@ -5398,7 +5398,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1518](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1518) +[src/types/generatedGraphQLTypes.ts:1518](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1518) ___ @@ -5417,7 +5417,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1524](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1524) +[src/types/generatedGraphQLTypes.ts:1524](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1524) ___ @@ -5433,7 +5433,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1532](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1532) +[src/types/generatedGraphQLTypes.ts:1532](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1532) ___ @@ -5449,7 +5449,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1537](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1537) +[src/types/generatedGraphQLTypes.ts:1537](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1537) ___ @@ -5468,7 +5468,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1542](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1542) +[src/types/generatedGraphQLTypes.ts:1542](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1542) ___ @@ -5484,7 +5484,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1550](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1550) +[src/types/generatedGraphQLTypes.ts:1550](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1550) ___ @@ -5501,7 +5501,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1555](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1555) +[src/types/generatedGraphQLTypes.ts:1555](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1555) ___ @@ -5517,7 +5517,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1561](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1561) +[src/types/generatedGraphQLTypes.ts:1561](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1561) ___ @@ -5533,7 +5533,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1566](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1566) +[src/types/generatedGraphQLTypes.ts:1566](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1566) ___ @@ -5550,7 +5550,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1571](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1571) +[src/types/generatedGraphQLTypes.ts:1571](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1571) ___ @@ -5569,7 +5569,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1577](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1577) +[src/types/generatedGraphQLTypes.ts:1577](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1577) ___ @@ -5589,7 +5589,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5605,7 +5605,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5621,7 +5621,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1599](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1599) +[src/types/generatedGraphQLTypes.ts:1599](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1599) ___ @@ -5638,7 +5638,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1604](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1604) +[src/types/generatedGraphQLTypes.ts:1604](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1604) ___ @@ -5658,7 +5658,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5675,7 +5675,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1619](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1619) +[src/types/generatedGraphQLTypes.ts:1619](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1619) ___ @@ -5691,7 +5691,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5751,7 +5751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2921](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2921) +[src/types/generatedGraphQLTypes.ts:2921](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2921) ___ @@ -5767,7 +5767,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1630](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1630) +[src/types/generatedGraphQLTypes.ts:1630](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1630) ___ @@ -5783,7 +5783,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1635](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1635) +[src/types/generatedGraphQLTypes.ts:1635](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1635) ___ @@ -5804,7 +5804,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1640](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1640) +[src/types/generatedGraphQLTypes.ts:1640](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1640) ___ @@ -5823,7 +5823,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1650](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1650) +[src/types/generatedGraphQLTypes.ts:1650](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1650) ___ @@ -5839,7 +5839,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1657](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1657) +[src/types/generatedGraphQLTypes.ts:1657](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1657) ___ @@ -5849,7 +5849,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -5866,7 +5866,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -5885,7 +5885,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2023](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2023) +[src/types/generatedGraphQLTypes.ts:2023](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2023) ___ @@ -5921,7 +5921,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2025) ___ @@ -5937,7 +5937,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -6033,7 +6033,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3113](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3113) +[src/types/generatedGraphQLTypes.ts:3113](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3113) ___ @@ -6173,7 +6173,7 @@ Mapping between all available schema types and the resolvers parents #### Defined in -[src/types/generatedGraphQLTypes.ts:2224](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2224) +[src/types/generatedGraphQLTypes.ts:2224](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2224) ___ @@ -6327,7 +6327,7 @@ Mapping between all available schema types and the resolvers types #### Defined in -[src/types/generatedGraphQLTypes.ts:2083](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2083) +[src/types/generatedGraphQLTypes.ts:2083](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2083) ___ @@ -6343,7 +6343,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2354](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2354) +[src/types/generatedGraphQLTypes.ts:2354](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2354) ___ @@ -6362,7 +6362,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2358](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2358) +[src/types/generatedGraphQLTypes.ts:2358](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2358) ___ @@ -6397,7 +6397,7 @@ All built-in and custom scalars, mapped to their actual values #### Defined in -[src/types/generatedGraphQLTypes.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L34) +[src/types/generatedGraphQLTypes.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L34) ___ @@ -6407,7 +6407,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1668](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1668) +[src/types/generatedGraphQLTypes.ts:1668](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1668) ___ @@ -6427,7 +6427,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6447,7 +6447,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2056](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2056) +[src/types/generatedGraphQLTypes.ts:2056](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2056) ___ @@ -6483,7 +6483,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2039](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2039) +[src/types/generatedGraphQLTypes.ts:2039](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2039) ___ @@ -6503,7 +6503,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2060](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2060) +[src/types/generatedGraphQLTypes.ts:2060](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2060) ___ @@ -6529,7 +6529,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2962](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2962) +[src/types/generatedGraphQLTypes.ts:2962](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2962) ___ @@ -6565,7 +6565,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2032](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2032) +[src/types/generatedGraphQLTypes.ts:2032](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2032) ___ @@ -6582,7 +6582,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1681](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1681) +[src/types/generatedGraphQLTypes.ts:1681](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1681) ___ @@ -6602,7 +6602,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1686](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1686) +[src/types/generatedGraphQLTypes.ts:1686](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1686) ___ @@ -6629,7 +6629,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2973](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2973) +[src/types/generatedGraphQLTypes.ts:2973](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2973) ___ @@ -6639,7 +6639,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1694](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1694) +[src/types/generatedGraphQLTypes.ts:1694](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1694) ___ @@ -6673,7 +6673,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2064](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2064) +[src/types/generatedGraphQLTypes.ts:2064](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2064) ___ @@ -6683,7 +6683,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1698](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1698) +[src/types/generatedGraphQLTypes.ts:1698](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1698) ___ @@ -6707,7 +6707,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2985](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2985) +[src/types/generatedGraphQLTypes.ts:2985](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2985) ___ @@ -6717,7 +6717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1703](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1703) +[src/types/generatedGraphQLTypes.ts:1703](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1703) ___ @@ -6741,7 +6741,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2990](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2990) +[src/types/generatedGraphQLTypes.ts:2990](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2990) ___ @@ -6758,7 +6758,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1708](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1708) +[src/types/generatedGraphQLTypes.ts:1708](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1708) ___ @@ -6779,7 +6779,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1713](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1713) +[src/types/generatedGraphQLTypes.ts:1713](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1713) ___ @@ -6800,7 +6800,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1722](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1722) +[src/types/generatedGraphQLTypes.ts:1722](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1722) ___ @@ -6817,7 +6817,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1731](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1731) +[src/types/generatedGraphQLTypes.ts:1731](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1731) ___ @@ -6841,7 +6841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2995](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L2995) +[src/types/generatedGraphQLTypes.ts:2995](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2995) ___ @@ -6870,7 +6870,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6890,7 +6890,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1753](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1753) +[src/types/generatedGraphQLTypes.ts:1753](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1753) ___ @@ -6915,7 +6915,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1761](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1761) +[src/types/generatedGraphQLTypes.ts:1761](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1761) ___ @@ -6933,7 +6933,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1774](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1774) +[src/types/generatedGraphQLTypes.ts:1774](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1774) ___ @@ -6950,7 +6950,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1780](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1780) +[src/types/generatedGraphQLTypes.ts:1780](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1780) ___ @@ -6967,7 +6967,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1785](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1785) +[src/types/generatedGraphQLTypes.ts:1785](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1785) ___ @@ -7011,7 +7011,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1790](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1790) +[src/types/generatedGraphQLTypes.ts:1790](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1790) ___ @@ -7028,7 +7028,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1831](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1831) +[src/types/generatedGraphQLTypes.ts:1831](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1831) ___ @@ -7047,7 +7047,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1836](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1836) +[src/types/generatedGraphQLTypes.ts:1836](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1836) ___ @@ -7073,7 +7073,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3036](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3036) +[src/types/generatedGraphQLTypes.ts:3036](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3036) ___ @@ -7093,7 +7093,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1843](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1843) +[src/types/generatedGraphQLTypes.ts:1843](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1843) ___ @@ -7120,7 +7120,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3043](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3043) +[src/types/generatedGraphQLTypes.ts:3043](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3043) ___ @@ -7138,7 +7138,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1851](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1851) +[src/types/generatedGraphQLTypes.ts:1851](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1851) ___ @@ -7163,7 +7163,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3051](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3051) +[src/types/generatedGraphQLTypes.ts:3051](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3051) ___ @@ -7184,7 +7184,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1857](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1857) +[src/types/generatedGraphQLTypes.ts:1857](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1857) ___ @@ -7212,7 +7212,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3057](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3057) +[src/types/generatedGraphQLTypes.ts:3057](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3057) ___ @@ -7233,7 +7233,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7243,7 +7243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1875](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1875) +[src/types/generatedGraphQLTypes.ts:1875](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1875) ___ @@ -7262,7 +7262,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1887](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1887) +[src/types/generatedGraphQLTypes.ts:1887](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1887) ___ @@ -7280,7 +7280,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1894](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1894) +[src/types/generatedGraphQLTypes.ts:1894](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1894) ___ @@ -7306,7 +7306,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3066](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3066) +[src/types/generatedGraphQLTypes.ts:3066](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3066) ___ @@ -7357,7 +7357,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3004](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3004) +[src/types/generatedGraphQLTypes.ts:3004](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3004) ___ @@ -7379,7 +7379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1900](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1900) +[src/types/generatedGraphQLTypes.ts:1900](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1900) ___ @@ -7395,7 +7395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1911](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1911) +[src/types/generatedGraphQLTypes.ts:1911](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1911) ___ @@ -7413,7 +7413,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1920](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1920) +[src/types/generatedGraphQLTypes.ts:1920](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1920) ___ @@ -7438,7 +7438,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3083](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3083) +[src/types/generatedGraphQLTypes.ts:3083](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3083) ___ @@ -7467,7 +7467,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3073](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3073) +[src/types/generatedGraphQLTypes.ts:3073](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3073) ___ @@ -7483,7 +7483,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7503,7 +7503,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1823](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1823) +[src/types/generatedGraphQLTypes.ts:1823](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1823) ___ @@ -7521,7 +7521,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1926](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1926) +[src/types/generatedGraphQLTypes.ts:1926](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1926) ___ @@ -7539,7 +7539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1932](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1932) +[src/types/generatedGraphQLTypes.ts:1932](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1932) ___ @@ -7564,7 +7564,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3089](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3089) +[src/types/generatedGraphQLTypes.ts:3089](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3089) ___ @@ -7582,7 +7582,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1938](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1938) +[src/types/generatedGraphQLTypes.ts:1938](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1938) ___ @@ -7607,7 +7607,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3095](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3095) +[src/types/generatedGraphQLTypes.ts:3095](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3095) ___ @@ -7617,7 +7617,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1944](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1944) +[src/types/generatedGraphQLTypes.ts:1944](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1944) ___ @@ -7664,7 +7664,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1950](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1950) +[src/types/generatedGraphQLTypes.ts:1950](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1950) ___ @@ -7682,7 +7682,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1985](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1985) +[src/types/generatedGraphQLTypes.ts:1985](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1985) ___ @@ -7700,7 +7700,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1991](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1991) +[src/types/generatedGraphQLTypes.ts:1991](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1991) ___ @@ -7725,7 +7725,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3101](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3101) +[src/types/generatedGraphQLTypes.ts:3101](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3101) ___ @@ -7743,7 +7743,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1997](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L1997) +[src/types/generatedGraphQLTypes.ts:1997](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1997) ___ @@ -7768,4 +7768,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3107](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/types/generatedGraphQLTypes.ts#L3107) +[src/types/generatedGraphQLTypes.ts:3107](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3107) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index 9591c22293..e1a1c60867 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index 7aff5745aa..a14a71db83 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index 7f9b1ccd2c..cdf9760ac3 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index c648c71a2c..ddf6c961ec 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index f126d022bd..e819c9b41e 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index ebf1cc984e..f5defb82d3 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index 74472111e5..de716b2abf 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index 277f3af2a4..325b47a524 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index b96e2adfe2..88c5267ebc 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index a1a1e4b26d..df5e802971 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index bfc8dc32ed..1b85120572 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index 15cbe3b1a7..b55186ccbb 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index b56f271d37..3ee3add870 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index ea00713b8c..e40692a979 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index d418e39246..d0dc62f925 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index 6f6df5a93a..66537edba1 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index a725bd86f2..47fc26d5b7 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index 166787ede6..b57d3e683c 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index b4bd13ad8f..2f08b9d097 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index 44c4438e25..138c299e2c 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index 51b7831691..0c6e5ae0d4 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index 459ef5e4b0..c9d0b26c28 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index 636e3becfe..1b5d9720e9 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/uploadImage.ts#L16) diff --git a/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md b/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md index 0b3ddd5a06..f4a618b7ae 100644 --- a/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md +++ b/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/userFamilyAdminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/8707a9c/src/utilities/userFamilyAdminCheck.ts#L14) +[src/utilities/userFamilyAdminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/userFamilyAdminCheck.ts#L14) From 4e2c75b12dd3dbe11765e6c2898bd44ef62fc01a Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sat, 3 Feb 2024 11:35:11 -1000 Subject: [PATCH 007/109] Revert "Added Support for User Family Members (#1713)" (#1783) This reverts commit 8707a9c944f4840f75d1c8286c44b390d6533389. --- codegen.ts | 2 - sample_data/userFamilies.json | 20 - schema.graphql | 21 - src/constants.ts | 12 - src/models/userFamily.ts | 56 - src/resolvers/Mutation/addUserToUserFamily.ts | 82 - src/resolvers/Mutation/createUserFamily.ts | 81 - src/resolvers/Mutation/index.ts | 8 - src/resolvers/Mutation/removeUserFamily.ts | 59 - .../Mutation/removeUserFromUserFamily.ts | 129 -- src/resolvers/UserFamily/admins.ts | 14 - src/resolvers/UserFamily/creator.ts | 24 - src/resolvers/UserFamily/index.ts | 10 - src/resolvers/UserFamily/users.ts | 14 - src/resolvers/index.ts | 2 - src/typeDefs/inputs.ts | 5 - src/typeDefs/mutations.ts | 8 - src/typeDefs/types.ts | 8 - src/types/generatedGraphQLTypes.ts | 1454 ++++++++--------- src/utilities/userFamilyAdminCheck.ts | 36 - tests/helpers/userAndUserFamily.ts | 75 - .../Mutation/addUserToUserFamily.spec.ts | 147 -- .../Mutation/createUserFamily.spec.ts | 188 --- .../Mutation/removeUserFamily.spec.ts | 139 -- .../Mutation/removeUserFromUserFamily.spec.ts | 286 ---- tests/resolvers/UserFamily/admins.spec.ts | 37 - tests/resolvers/UserFamily/creator.spec.ts | 111 -- tests/resolvers/UserFamily/users.spec.ts | 37 - tests/utilities/userFamilyAdminCheck.spec.ts | 157 -- 29 files changed, 704 insertions(+), 2518 deletions(-) delete mode 100644 sample_data/userFamilies.json delete mode 100644 src/models/userFamily.ts delete mode 100644 src/resolvers/Mutation/addUserToUserFamily.ts delete mode 100644 src/resolvers/Mutation/createUserFamily.ts delete mode 100644 src/resolvers/Mutation/removeUserFamily.ts delete mode 100644 src/resolvers/Mutation/removeUserFromUserFamily.ts delete mode 100644 src/resolvers/UserFamily/admins.ts delete mode 100644 src/resolvers/UserFamily/creator.ts delete mode 100644 src/resolvers/UserFamily/index.ts delete mode 100644 src/resolvers/UserFamily/users.ts delete mode 100644 src/utilities/userFamilyAdminCheck.ts delete mode 100644 tests/helpers/userAndUserFamily.ts delete mode 100644 tests/resolvers/Mutation/addUserToUserFamily.spec.ts delete mode 100644 tests/resolvers/Mutation/createUserFamily.spec.ts delete mode 100644 tests/resolvers/Mutation/removeUserFamily.spec.ts delete mode 100644 tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts delete mode 100644 tests/resolvers/UserFamily/admins.spec.ts delete mode 100644 tests/resolvers/UserFamily/creator.spec.ts delete mode 100644 tests/resolvers/UserFamily/users.spec.ts delete mode 100644 tests/utilities/userFamilyAdminCheck.spec.ts diff --git a/codegen.ts b/codegen.ts index 3f49de49f0..47f6985cad 100644 --- a/codegen.ts +++ b/codegen.ts @@ -47,8 +47,6 @@ const config: CodegenConfig = { EventAttendee: "../models/EventAttendee#InterfaceEventAttendee", - UserFamily: "../models/userFamily#InterfaceUserFamily", - Feedback: "../models/Feedback#InterfaceFeedback", // File: '../models/File#InterfaceFile', diff --git a/sample_data/userFamilies.json b/sample_data/userFamilies.json deleted file mode 100644 index b936f13366..0000000000 --- a/sample_data/userFamilies.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - { - "_id": "60f18f31b7e5c4a2a4c3f905", - "title": "Smith Family", - "users": [ - "64378abd85008f171cf2990d", - "65378abd85008f171cf2990d", - "66378abd85008f171cf2990d" - ] - }, - { - "_id": "60f18f31b7e5c4a2a4c3f906", - "title": "Johnson Family", - "users": [ - "66378abd85008f171cf2990d", - "65378abd85008f171cf2990d", - "64378abd85008f171cf2990d" - ] - } -] diff --git a/schema.graphql b/schema.graphql index f83ea65881..8ea527723c 100644 --- a/schema.graphql +++ b/schema.graphql @@ -350,14 +350,6 @@ type ExtendSession { refreshToken: String! } -type UserFamily { - _id: ID! - title: String! - users: [User!]! - admins: [User!]! - creator: User! -} - type Feedback { _id: ID! createdAt: DateTime! @@ -529,7 +521,6 @@ type Mutation { addUserCustomData(dataName: String!, dataValue: Any!, organizationId: ID!): UserCustomData! addUserImage(file: String!): User! addUserToGroupChat(chatId: ID!, userId: ID!): GroupChat! - addUserToUserFamily(familyId: ID!, userId: ID!): UserFamily! adminRemoveEvent(eventId: ID!): Event! adminRemoveGroup(groupId: ID!): GroupChat! assignUserTag(input: ToggleUserTagAssignInput!): User @@ -546,7 +537,6 @@ type Mutation { createDonation(amount: Float!, nameOfOrg: String!, nameOfUser: String!, orgId: ID!, payPalId: ID!, userId: ID!): Donation! createEvent(data: EventInput): Event! createGroupChat(data: createGroupChatInput!): GroupChat! - createUserFamily(data: createUserFamilyInput): UserFamily! createMember(input: UserAndOrganizationInput!): Organization! createMessageChat(data: MessageChatInput!): MessageChat! createOrganization(data: OrganizationInput, file: String): Organization! @@ -576,7 +566,6 @@ type Mutation { removeDirectChat(chatId: ID!, organizationId: ID!): DirectChat! removeEvent(id: ID!): Event! removeEventAttendee(data: EventAttendeeInput!): User! - removeUserFamily(familyId: ID!): UserFamily! removeGroupChat(chatId: ID!): GroupChat! removeMember(data: UserAndOrganizationInput!): Organization! removeOrganization(id: ID!): User! @@ -586,7 +575,6 @@ type Mutation { removeSampleOrganization: Boolean! removeUserCustomData(organizationId: ID!): UserCustomData! removeUserFromGroupChat(chatId: ID!, userId: ID!): GroupChat! - removeUserFromUserFamily(familyId: ID!, userId: ID!): UserFamily! removeUserImage: User! removeUserTag(id: ID!): UserTag revokeRefreshTokenForUser: Boolean! @@ -868,7 +856,6 @@ type Query { event(id: ID!): Event eventsByOrganization(id: ID, orderBy: EventOrderByInput): [Event] eventsByOrganizationConnection(first: Int, orderBy: EventOrderByInput, skip: Int, where: EventWhereInput): [Event!]! - userFamily(id: ID!): [UserFamily]! getAdvertisements: [Advertisement] getDonationById(id: ID!): Donation! getDonationByOrgId(orgId: ID!): [Donation] @@ -1037,13 +1024,11 @@ type User { address: Address adminApproved: Boolean adminFor: [Organization] - adminForUserFamily: [UserFamily] appLanguageCode: String! birthDate: Date createdAt: DateTime! createdEvents: [Event] createdOrganizations: [Organization] - createdUserFamily: [UserFamily] educationGrade: EducationGrade email: EmailAddress! employmentStatus: EmploymentStatus @@ -1052,7 +1037,6 @@ type User { gender: Gender image: String joinedOrganizations: [Organization] - joinedUserFamily: [UserFamily] lastName: String! maritalStatus: MaritalStatus membershipRequests: [MembershipRequest] @@ -1220,9 +1204,4 @@ input createGroupChatInput { organizationId: ID! title: String! userIds: [ID!]! -} - -input createUserFamilyInput { - title: String! - userIds: [ID!]! } \ No newline at end of file diff --git a/src/constants.ts b/src/constants.ts index b9700d235f..e5945d7454 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -177,24 +177,12 @@ export const LENGTH_VALIDATION_ERROR = { PARAM: "stringValidation", }; -export const USER_FAMILY_MIN_MEMBERS_ERROR_CODE = { - MESSAGE: undefined, - CODE: "membersInUserFamilyLessThanOne", - PARAM: "membersInUserFamilyLessThanOne", -}; - export const REGEX_VALIDATION_ERROR = { MESSAGE: "Error: Entered value must be a valid string", CODE: "string.notValid", PARAM: "stringValidation", }; -export const USER_FAMILY_NOT_FOUND_ERROR = { - MESSAGE: "Error: User Family Not Found", - CODE: "userfamilyNotFound", - PARAM: "userfamilyNotFound", -}; - export const USER_NOT_AUTHORIZED_SUPERADMIN = { MESSAGE: "Error: Current user must be a SUPERADMIN", CODE: "role.notValid.superadmin", diff --git a/src/models/userFamily.ts b/src/models/userFamily.ts deleted file mode 100644 index 89851443d0..0000000000 --- a/src/models/userFamily.ts +++ /dev/null @@ -1,56 +0,0 @@ -import type { PopulatedDoc, Types, Document, Model } from "mongoose"; -import { Schema, model, models } from "mongoose"; -import type { InterfaceUser } from "./User"; -/** - * This is an interface that represents a database(MongoDB) document for Family. - */ - -export interface InterfaceUserFamily { - _id: Types.ObjectId; - title: string; - users: PopulatedDoc[]; - admins: PopulatedDoc[]; - creator: PopulatedDoc[]; -} - -/** - * @param title - Name of the user Family (type: String) - * Description: Name of the user Family. - */ - -/** - * @param users - Members associated with the user Family (type: String) - * Description: Members associated with the user Family. - */ -const UserFamilySchema = new Schema({ - title: { - type: String, - required: true, - }, - users: [ - { - type: Schema.Types.ObjectId, - ref: "User", - required: true, - }, - ], - admins: [ - { - type: Schema.Types.ObjectId, - ref: "User", - required: true, - }, - ], - creator: { - type: Schema.Types.ObjectId, - ref: "User", - required: true, - }, -}); - -const userFamilyModel = (): Model => - model("UserFamily", UserFamilySchema); - -// This syntax is needed to prevent Mongoose OverwriteModelError while running tests. -export const UserFamily = (models.UserFamily || - userFamilyModel()) as ReturnType; diff --git a/src/resolvers/Mutation/addUserToUserFamily.ts b/src/resolvers/Mutation/addUserToUserFamily.ts deleted file mode 100644 index 1c1cd590e3..0000000000 --- a/src/resolvers/Mutation/addUserToUserFamily.ts +++ /dev/null @@ -1,82 +0,0 @@ -import "dotenv/config"; -import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; -import { errors, requestContext } from "../../libraries"; -import { adminCheck } from "../../utilities/userFamilyAdminCheck"; -import { User } from "../../models"; -import { UserFamily } from "../../models/userFamily"; -import { - USER_FAMILY_NOT_FOUND_ERROR, - USER_ALREADY_MEMBER_ERROR, - USER_NOT_FOUND_ERROR, -} from "../../constants"; -/** - * This function adds user to the family. - * @param _parent - parent of current request - * @param args - payload provided with the request - * @param context - context of the entire application - * @remarks The following checks are done: - * 1. If the family exists - * 2. If the user exists - * 3. If the user is already member of the family - * 4. If the user is admin of the user Family - * @returns Updated family - */ -export const addUserToUserFamily: MutationResolvers["addUserToUserFamily"] = - async (_parent, args, context) => { - const userFamily = await UserFamily.findOne({ - _id: args.familyId, - }).lean(); - - const currentUser = await User.findById({ - _id: context.userId, - }); - - // Checks whether user with _id === args.userId exists. - if (currentUser === null) { - throw new errors.NotFoundError( - requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), - USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM - ); - } - - //check wheather family exists - if (!userFamily) { - throw new errors.NotFoundError( - requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), - USER_FAMILY_NOT_FOUND_ERROR.CODE, - USER_FAMILY_NOT_FOUND_ERROR.PARAM - ); - } - - //check whether user is admin of the family - await adminCheck(currentUser?._id, userFamily); - - const isUserMemberOfUserFamily = userFamily.users.some((user) => { - user.equals(args.userId); - }); - - // Checks whether user with _id === args.userId is already a member of Family. - if (isUserMemberOfUserFamily) { - throw new errors.ConflictError( - requestContext.translate(USER_ALREADY_MEMBER_ERROR.MESSAGE), - USER_ALREADY_MEMBER_ERROR.CODE, - USER_ALREADY_MEMBER_ERROR.PARAM - ); - } - - // Adds args.userId to users lists on family group and return the updated family. - return await UserFamily.findOneAndUpdate( - { - _id: args.familyId, - }, - { - $push: { - users: args.userId, - }, - }, - { - new: true, - } - ).lean(); - }; diff --git a/src/resolvers/Mutation/createUserFamily.ts b/src/resolvers/Mutation/createUserFamily.ts deleted file mode 100644 index a3d50b408a..0000000000 --- a/src/resolvers/Mutation/createUserFamily.ts +++ /dev/null @@ -1,81 +0,0 @@ -import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; -import { User } from "../../models"; -import { errors, requestContext } from "../../libraries"; -import { - LENGTH_VALIDATION_ERROR, - USER_FAMILY_MIN_MEMBERS_ERROR_CODE, - USER_NOT_FOUND_ERROR, -} from "../../constants"; -import { isValidString } from "../../libraries/validators/validateString"; -import { UserFamily } from "../../models/userFamily"; -import { superAdminCheck } from "../../utilities"; -/** - * This Function enables to create a user Family - * @param _parent - parent of current request - * @param args - payload provided with the request - * @param context - context of entire application - * @remarks - The following checks are done: - * 1. If the user exists - * 2. If the user is super admin - * 3. If there are atleast two members in the family. - * @returns Created user Family - */ -export const createUserFamily: MutationResolvers["createUserFamily"] = async ( - _parent, - args, - context -) => { - const currentUser = await User.findById({ - _id: context.userId, - }); - - // Checks whether user with _id === args.userId exists. - if (!currentUser) { - throw new errors.NotFoundError( - requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), - USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM - ); - } - - // Check whether the user is super admin. - superAdminCheck(currentUser); - - let ValidationResultName = { - isLessThanMaxLength: false, - }; - - if (args && args.data && typeof args.data.title === "string") { - ValidationResultName = isValidString(args.data.title, 256); - } - - if (!ValidationResultName.isLessThanMaxLength) { - throw new errors.InputValidationError( - requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` - ), - LENGTH_VALIDATION_ERROR.CODE - ); - } - - // Check if there are at least 2 members - if (args.data?.userIds.length < 2) { - throw new errors.InputValidationError( - requestContext.translate(USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE), - USER_FAMILY_MIN_MEMBERS_ERROR_CODE.CODE, - USER_FAMILY_MIN_MEMBERS_ERROR_CODE.PARAM - ); - } - - const userfamilyTitle = args.data?.title; - - const createdUserFamily = await UserFamily.create({ - ...args.data, - title: userfamilyTitle, - users: [context.userId, ...args.data.userIds], - admins: [context.userId], - creator: context.userId, - }); - - return createdUserFamily.toObject(); -}; diff --git a/src/resolvers/Mutation/index.ts b/src/resolvers/Mutation/index.ts index 2d3332bcf8..68e6c4c916 100644 --- a/src/resolvers/Mutation/index.ts +++ b/src/resolvers/Mutation/index.ts @@ -53,10 +53,6 @@ import { removeComment } from "./removeComment"; import { removeDirectChat } from "./removeDirectChat"; import { removeEvent } from "./removeEvent"; import { removeEventAttendee } from "./removeEventAttendee"; -import { addUserToUserFamily } from "./addUserToUserFamily"; -import { removeUserFromUserFamily } from "./removeUserFromUserFamily"; -import { removeUserFamily } from "./removeUserFamily"; -import { createUserFamily } from "./createUserFamily"; import { removeGroupChat } from "./removeGroupChat"; import { removeAdvertisement } from "./removeAdvertisement"; import { removeMember } from "./removeMember"; @@ -108,10 +104,6 @@ export const Mutation: MutationResolvers = { addUserToGroupChat, adminRemoveEvent, adminRemoveGroup, - addUserToUserFamily, - removeUserFamily, - removeUserFromUserFamily, - createUserFamily, assignUserTag, blockPluginCreationBySuperadmin, blockUser, diff --git a/src/resolvers/Mutation/removeUserFamily.ts b/src/resolvers/Mutation/removeUserFamily.ts deleted file mode 100644 index 79a5333615..0000000000 --- a/src/resolvers/Mutation/removeUserFamily.ts +++ /dev/null @@ -1,59 +0,0 @@ -import { - USER_FAMILY_NOT_FOUND_ERROR, - USER_NOT_FOUND_ERROR, -} from "../../constants"; -import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; -import { errors, requestContext } from "../../libraries"; -import { UserFamily } from "../../models/userFamily"; -import { User } from "../../models"; -import { superAdminCheck } from "../../utilities"; -/** - * This function enables to remove a user family. - * @param _parent - parent of current request - * @param args - payload provided with the request - * @context The following checks are done: - * 1. If the user family exists - * 2. If the user is super admin. - * @returns Deleted user family. - */ -export const removeUserFamily: MutationResolvers["removeUserFamily"] = async ( - _parent, - args, - context -) => { - const userFamily = await UserFamily.findOne({ - _id: args.familyId, - }).lean(); - - const currentUser = await User.findOne({ - _id: context.userId, - }); - - // Checks whether currentUser exists. - if (!currentUser) { - throw new errors.NotFoundError( - requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), - USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM - ); - } - - // Checks whether currentUser is a SUPERADMIN - superAdminCheck(currentUser); - - // Checks if a family with _id === args.familyId exists - if (!userFamily) { - throw new errors.NotFoundError( - requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), - USER_FAMILY_NOT_FOUND_ERROR.CODE, - USER_FAMILY_NOT_FOUND_ERROR.PARAM - ); - } - - // Deletes the UserFamily. - await UserFamily.deleteOne({ - _id: userFamily._id, - }); - - return userFamily; -}; diff --git a/src/resolvers/Mutation/removeUserFromUserFamily.ts b/src/resolvers/Mutation/removeUserFromUserFamily.ts deleted file mode 100644 index 875b2e1d98..0000000000 --- a/src/resolvers/Mutation/removeUserFromUserFamily.ts +++ /dev/null @@ -1,129 +0,0 @@ -import { - ADMIN_REMOVING_ADMIN, - ADMIN_REMOVING_CREATOR, - USER_FAMILY_NOT_FOUND_ERROR, - USER_NOT_FOUND_ERROR, - USER_REMOVING_SELF, -} from "../../constants"; -import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; -import { errors, requestContext } from "../../libraries"; -import { User } from "../../models"; -import { UserFamily } from "../../models/userFamily"; -import { adminCheck } from "../../utilities/userFamilyAdminCheck"; -import { Types } from "mongoose"; -/** - * This function enables to remove a user from group chat. - * @param _parent - parent of current request - * @param args - payload provided with the request - * @param context - context of entire publication - * @remarks The following checks are done: - * 1. If the family exists. - * 2. If the user to be removed is member of the organisation. - * 3. If the user is admin of the family - * @returns Updated group chat. - */ -export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFamily"] = - async (_parent, args, context) => { - const userFamily = await UserFamily.findById({ - _id: args.familyId, - }).lean(); - - const currentUser = await User.findById({ - _id: context.userId, - }); - - const user = await User.findById({ - _id: args.userId, - }); - - // Check whether the user exists. - if (!user) { - throw new errors.NotFoundError( - requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), - USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM - ); - } - - const userIsMemberOfUserFamily = userFamily?.users.some((member) => { - return Types.ObjectId(member).equals(user?._id); - }); - - const userIdUserFamilyAdmin = userFamily?.admins.some((admin) => { - Types.ObjectId(admin).equals(user?._id); - }); - - //Check whether user family exists. - if (!userFamily) { - throw new errors.NotFoundError( - requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), - USER_FAMILY_NOT_FOUND_ERROR.CODE, - USER_FAMILY_NOT_FOUND_ERROR.PARAM - ); - } - - //check whether user is admin of the family. - await adminCheck(currentUser?._id, userFamily); - - //Check whether user is member of the family. - if (!userIsMemberOfUserFamily) { - throw new errors.NotFoundError( - requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), - USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM - ); - } - - // Check if the current user is removing self - if (user!._id.equals(currentUser?._id)) { - throw new errors.ConflictError( - requestContext.translate(USER_REMOVING_SELF.MESSAGE), - USER_REMOVING_SELF.CODE, - USER_REMOVING_SELF.PARAM - ); - } - - /* - userIsUserFamilyAdmin being true implies that the current user is an admin of userFamily. - If userIsUserFamilyAdmin is true pushes error message to errors list and breaks out of loop. - */ - if (userIdUserFamilyAdmin) { - throw new errors.ConflictError( - requestContext.translate(ADMIN_REMOVING_ADMIN.MESSAGE), - ADMIN_REMOVING_ADMIN.CODE, - ADMIN_REMOVING_ADMIN.PARAM - ); - } - - /* - Administrators cannot remove creator of userFamily from the members list. - Following if block matches userFamily's creator's id to - user's id. Match being true implies that current user is the creator - of userFamily. If match is true assigns error message to errors list - and breaks out of loop. - */ - if (Types.ObjectId(userFamily.creator.toString()).equals(user!._id)) { - throw new errors.UnauthorizedError( - requestContext.translate(ADMIN_REMOVING_CREATOR.MESSAGE), - ADMIN_REMOVING_CREATOR.CODE, - ADMIN_REMOVING_CREATOR.PARAM - ); - } - - //Removes args.userId from users list of user family ans return the updated family. - return await UserFamily.findOneAndUpdate( - { - _id: args.familyId, - }, - { - $set: { - users: userFamily.users.filter( - (user) => user.toString() !== args.userId.toString() - ), - }, - }, - { - new: true, - } - ).lean(); - }; diff --git a/src/resolvers/UserFamily/admins.ts b/src/resolvers/UserFamily/admins.ts deleted file mode 100644 index 9571bd0c02..0000000000 --- a/src/resolvers/UserFamily/admins.ts +++ /dev/null @@ -1,14 +0,0 @@ -import { User } from "../../models"; -import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; -/** - * This resolver function will fetch and return the admins of the Organization from database. - * @param parent - An object that is the return value of the resolver for this field's parent. - * @returns An object that contains the list of all admins of the organization. - */ -export const admins: UserFamilyResolvers["admins"] = async (parent) => { - return await User.find({ - _id: { - $in: parent.admins, - }, - }).lean(); -}; diff --git a/src/resolvers/UserFamily/creator.ts b/src/resolvers/UserFamily/creator.ts deleted file mode 100644 index 9e10abf8f4..0000000000 --- a/src/resolvers/UserFamily/creator.ts +++ /dev/null @@ -1,24 +0,0 @@ -import { User } from "../../models"; -import { errors, requestContext } from "../../libraries"; -import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; -import { USER_NOT_FOUND_ERROR } from "../../constants"; -/** - * This resolver function will fetch and return the creator of the Organization from database. - * @param parent - An object that is the return value of the resolver for this field's parent. - * @returns An object that contains the creator data. If the creator not exists then throws an `NotFoundError` error. - */ -export const creator: UserFamilyResolvers["creator"] = async (parent) => { - const user = await User.findOne({ - _id: parent.creator.toString(), - }).lean(); - - if (!user) { - throw new errors.NotFoundError( - requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), - USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM - ); - } - - return user; -}; diff --git a/src/resolvers/UserFamily/index.ts b/src/resolvers/UserFamily/index.ts deleted file mode 100644 index a89939e37d..0000000000 --- a/src/resolvers/UserFamily/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; -import { users } from "./users"; -import { admins } from "./admins"; -import { creator } from "./creator"; - -export const UserFamily: UserFamilyResolvers = { - users, - admins, - creator, -}; diff --git a/src/resolvers/UserFamily/users.ts b/src/resolvers/UserFamily/users.ts deleted file mode 100644 index c02ba909f4..0000000000 --- a/src/resolvers/UserFamily/users.ts +++ /dev/null @@ -1,14 +0,0 @@ -import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; -import { User } from "../../models"; -/** - * This resolver function will fetch and return the list of all Members of the user family from database. - * @param parent - An object that is the return value of the resolver for this field's parent. - * @returns An `object` that contains the Member data. - */ -export const users: UserFamilyResolvers["users"] = async (parent) => { - return await User.find({ - _id: { - $in: parent.users, - }, - }).lean(); -}; diff --git a/src/resolvers/index.ts b/src/resolvers/index.ts index fbfe904d28..7ded81a68f 100644 --- a/src/resolvers/index.ts +++ b/src/resolvers/index.ts @@ -11,7 +11,6 @@ import { GroupChat } from "./GroupChat"; import { GroupChatMessage } from "./GroupChatMessage"; import { MembershipRequest } from "./MembershipRequest"; import { Mutation } from "./Mutation"; -import { UserFamily } from "./UserFamily"; import { Organization } from "./Organization"; import { Post } from "./Post"; import { Query } from "./Query"; @@ -43,7 +42,6 @@ const resolvers: Resolvers = { Event, Feedback, GroupChat, - UserFamily, GroupChatMessage, MembershipRequest, Mutation, diff --git a/src/typeDefs/inputs.ts b/src/typeDefs/inputs.ts index d0bdd94af4..e4aa13d73e 100644 --- a/src/typeDefs/inputs.ts +++ b/src/typeDefs/inputs.ts @@ -29,11 +29,6 @@ export const inputs = gql` title: String! } - input createUserFamilyInput { - title: String! - userIds: [ID!]! - } - input CreateUserTagInput { name: String! parentTagId: ID diff --git a/src/typeDefs/mutations.ts b/src/typeDefs/mutations.ts index a2439dccef..1843e92141 100644 --- a/src/typeDefs/mutations.ts +++ b/src/typeDefs/mutations.ts @@ -34,14 +34,6 @@ export const mutations = gql` addUserToGroupChat(userId: ID!, chatId: ID!): GroupChat! @auth - addUserToUserFamily(userId: ID!, familyId: ID!): UserFamily! @auth - - removeUserFromUserFamily(userId: ID!, familyId: ID!): UserFamily! @auth - - removeUserFamily(familyId: ID!): UserFamily! @auth - - createUserFamily(data: createUserFamilyInput!): UserFamily! @auth - adminRemoveEvent(eventId: ID!): Event! @auth adminRemoveGroup(groupId: ID!): GroupChat! @auth diff --git a/src/typeDefs/types.ts b/src/typeDefs/types.ts index 1923a9a37a..c58764ccbe 100644 --- a/src/typeDefs/types.ts +++ b/src/typeDefs/types.ts @@ -75,14 +75,6 @@ export const types = gql` updatedAt: DateTime! } - type UserFamily { - _id: ID! - title: String - users: [User!]! - admins: [User!]! - creator: User! - } - # A page info type adhering to Relay Specification for both cursor based pagination type ConnectionPageInfo { hasNextPage: Boolean! diff --git a/src/types/generatedGraphQLTypes.ts b/src/types/generatedGraphQLTypes.ts index 7f286dbec9..fd68a701a1 100644 --- a/src/types/generatedGraphQLTypes.ts +++ b/src/types/generatedGraphQLTypes.ts @@ -9,7 +9,6 @@ import type { InterfaceDirectChatMessage as InterfaceDirectChatMessageModel } fr import type { InterfaceDonation as InterfaceDonationModel } from '../models/Donation'; import type { InterfaceEvent as InterfaceEventModel } from '../models/Event'; import type { InterfaceEventAttendee as InterfaceEventAttendeeModel } from '../models/EventAttendee'; -import type { InterfaceUserFamily as InterfaceUserFamilyModel } from '../models/userFamily'; import type { InterfaceFeedback as InterfaceFeedbackModel } from '../models/Feedback'; import type { InterfaceGroup as InterfaceGroupModel } from '../models/Group'; import type { InterfaceGroupChat as InterfaceGroupChatModel } from '../models/GroupChat'; @@ -28,94 +27,96 @@ export type InputMaybe = Maybe; export type Exact = { [K in keyof T]: T[K] }; export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +export type MakeEmpty = { [_ in K]?: never }; +export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; export type Omit = Pick>; export type RequireFields = Omit & { [P in K]-?: NonNullable }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { - ID: string; - String: string; - Boolean: boolean; - Int: number; - Float: number; - Any: any; - CountryCode: any; - Date: any; - DateTime: any; - EmailAddress: any; - JSON: any; - Latitude: any; - Longitude: any; - PhoneNumber: any; - PositiveInt: any; - Time: any; - URL: any; - Upload: any; + ID: { input: string; output: string; } + String: { input: string; output: string; } + Boolean: { input: boolean; output: boolean; } + Int: { input: number; output: number; } + Float: { input: number; output: number; } + Any: { input: any; output: any; } + CountryCode: { input: any; output: any; } + Date: { input: any; output: any; } + DateTime: { input: any; output: any; } + EmailAddress: { input: any; output: any; } + JSON: { input: any; output: any; } + Latitude: { input: any; output: any; } + Longitude: { input: any; output: any; } + PhoneNumber: { input: any; output: any; } + PositiveInt: { input: any; output: any; } + Time: { input: any; output: any; } + URL: { input: any; output: any; } + Upload: { input: any; output: any; } }; export type ActionItem = { __typename?: 'ActionItem'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; actionItemCategory?: Maybe; assignee?: Maybe; assigner?: Maybe; - assignmentDate: Scalars['Date']; - completionDate: Scalars['Date']; - createdAt: Scalars['Date']; + assignmentDate: Scalars['Date']['output']; + completionDate: Scalars['Date']['output']; + createdAt: Scalars['Date']['output']; creator?: Maybe; - dueDate: Scalars['Date']; + dueDate: Scalars['Date']['output']; event?: Maybe; - isCompleted: Scalars['Boolean']; - postCompletionNotes?: Maybe; - preCompletionNotes?: Maybe; - updatedAt: Scalars['Date']; + isCompleted: Scalars['Boolean']['output']; + postCompletionNotes?: Maybe; + preCompletionNotes?: Maybe; + updatedAt: Scalars['Date']['output']; }; export type ActionItemCategory = { __typename?: 'ActionItemCategory'; - _id: Scalars['ID']; - createdAt: Scalars['Date']; + _id: Scalars['ID']['output']; + createdAt: Scalars['Date']['output']; creator?: Maybe; - isDisabled: Scalars['Boolean']; - name: Scalars['String']; + isDisabled: Scalars['Boolean']['output']; + name: Scalars['String']['output']; organization?: Maybe; - updatedAt: Scalars['Date']; + updatedAt: Scalars['Date']['output']; }; export type Address = { __typename?: 'Address'; - city?: Maybe; - countryCode?: Maybe; - dependentLocality?: Maybe; - line1?: Maybe; - line2?: Maybe; - postalCode?: Maybe; - sortingCode?: Maybe; - state?: Maybe; + city?: Maybe; + countryCode?: Maybe; + dependentLocality?: Maybe; + line1?: Maybe; + line2?: Maybe; + postalCode?: Maybe; + sortingCode?: Maybe; + state?: Maybe; }; export type AddressInput = { - city?: InputMaybe; - countryCode?: InputMaybe; - dependentLocality?: InputMaybe; - line1?: InputMaybe; - line2?: InputMaybe; - postalCode?: InputMaybe; - sortingCode?: InputMaybe; - state?: InputMaybe; + city?: InputMaybe; + countryCode?: InputMaybe; + dependentLocality?: InputMaybe; + line1?: InputMaybe; + line2?: InputMaybe; + postalCode?: InputMaybe; + sortingCode?: InputMaybe; + state?: InputMaybe; }; export type Advertisement = { __typename?: 'Advertisement'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; - endDate: Scalars['Date']; - link: Scalars['String']; - name: Scalars['String']; - orgId: Scalars['ID']; - startDate: Scalars['Date']; + endDate: Scalars['Date']['output']; + link: Scalars['String']['output']; + name: Scalars['String']['output']; + orgId: Scalars['ID']['output']; + startDate: Scalars['Date']['output']; type: AdvertisementType; - updatedAt: Scalars['DateTime']; + updatedAt: Scalars['DateTime']['output']; }; export type AdvertisementType = @@ -125,146 +126,146 @@ export type AdvertisementType = export type AggregatePost = { __typename?: 'AggregatePost'; - count: Scalars['Int']; + count: Scalars['Int']['output']; }; export type AggregateUser = { __typename?: 'AggregateUser'; - count: Scalars['Int']; + count: Scalars['Int']['output']; }; export type AuthData = { __typename?: 'AuthData'; - accessToken: Scalars['String']; - refreshToken: Scalars['String']; + accessToken: Scalars['String']['output']; + refreshToken: Scalars['String']['output']; user: User; }; export type CheckIn = { __typename?: 'CheckIn'; - _id: Scalars['ID']; - allotedRoom?: Maybe; - allotedSeat?: Maybe; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + allotedRoom?: Maybe; + allotedSeat?: Maybe; + createdAt: Scalars['DateTime']['output']; event: Event; - feedbackSubmitted: Scalars['Boolean']; - time: Scalars['DateTime']; - updatedAt: Scalars['DateTime']; + feedbackSubmitted: Scalars['Boolean']['output']; + time: Scalars['DateTime']['output']; + updatedAt: Scalars['DateTime']['output']; user: User; }; export type CheckInInput = { - allotedRoom?: InputMaybe; - allotedSeat?: InputMaybe; - eventId: Scalars['ID']; - userId: Scalars['ID']; + allotedRoom?: InputMaybe; + allotedSeat?: InputMaybe; + eventId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type CheckInStatus = { __typename?: 'CheckInStatus'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; checkIn?: Maybe; user: User; }; export type Comment = { __typename?: 'Comment'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; - likeCount?: Maybe; + likeCount?: Maybe; likedBy?: Maybe>>; post: Post; - text: Scalars['String']; - updatedAt: Scalars['DateTime']; + text: Scalars['String']['output']; + updatedAt: Scalars['DateTime']['output']; }; export type CommentInput = { - text: Scalars['String']; + text: Scalars['String']['input']; }; export type ConnectionError = InvalidCursor | MaximumValueError; export type ConnectionPageInfo = { __typename?: 'ConnectionPageInfo'; - endCursor?: Maybe; - hasNextPage: Scalars['Boolean']; - hasPreviousPage: Scalars['Boolean']; - startCursor?: Maybe; + endCursor?: Maybe; + hasNextPage: Scalars['Boolean']['output']; + hasPreviousPage: Scalars['Boolean']['output']; + startCursor?: Maybe; }; export type CreateActionItemInput = { - assigneeId: Scalars['ID']; - dueDate?: InputMaybe; - eventId?: InputMaybe; - preCompletionNotes?: InputMaybe; + assigneeId: Scalars['ID']['input']; + dueDate?: InputMaybe; + eventId?: InputMaybe; + preCompletionNotes?: InputMaybe; }; export type CreateUserTagInput = { - name: Scalars['String']; - organizationId: Scalars['ID']; - parentTagId?: InputMaybe; + name: Scalars['String']['input']; + organizationId: Scalars['ID']['input']; + parentTagId?: InputMaybe; }; export type CursorPaginationInput = { - cursor?: InputMaybe; + cursor?: InputMaybe; direction: PaginationDirection; - limit: Scalars['PositiveInt']; + limit: Scalars['PositiveInt']['input']; }; export type DeletePayload = { __typename?: 'DeletePayload'; - success: Scalars['Boolean']; + success: Scalars['Boolean']['output']; }; export type DirectChat = { __typename?: 'DirectChat'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; messages?: Maybe>>; organization: Organization; - updatedAt: Scalars['DateTime']; + updatedAt: Scalars['DateTime']['output']; users: Array; }; export type DirectChatMessage = { __typename?: 'DirectChatMessage'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; directChatMessageBelongsTo: DirectChat; - messageContent: Scalars['String']; + messageContent: Scalars['String']['output']; receiver: User; sender: User; - updatedAt: Scalars['DateTime']; + updatedAt: Scalars['DateTime']['output']; }; export type Donation = { __typename?: 'Donation'; - _id: Scalars['ID']; - amount: Scalars['Float']; - createdAt: Scalars['DateTime']; - nameOfOrg: Scalars['String']; - nameOfUser: Scalars['String']; - orgId: Scalars['ID']; - payPalId: Scalars['String']; - updatedAt: Scalars['DateTime']; - userId: Scalars['ID']; + _id: Scalars['ID']['output']; + amount: Scalars['Float']['output']; + createdAt: Scalars['DateTime']['output']; + nameOfOrg: Scalars['String']['output']; + nameOfUser: Scalars['String']['output']; + orgId: Scalars['ID']['output']; + payPalId: Scalars['String']['output']; + updatedAt: Scalars['DateTime']['output']; + userId: Scalars['ID']['output']; }; export type DonationWhereInput = { - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - name_of_user?: InputMaybe; - name_of_user_contains?: InputMaybe; - name_of_user_in?: InputMaybe>; - name_of_user_not?: InputMaybe; - name_of_user_not_in?: InputMaybe>; - name_of_user_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + name_of_user?: InputMaybe; + name_of_user_contains?: InputMaybe; + name_of_user_in?: InputMaybe>; + name_of_user_not?: InputMaybe; + name_of_user_not_in?: InputMaybe>; + name_of_user_starts_with?: InputMaybe; }; export type EducationGrade = @@ -291,65 +292,65 @@ export type EmploymentStatus = | 'UNEMPLOYED'; export type Error = { - message: Scalars['String']; + message: Scalars['String']['output']; }; export type Event = { __typename?: 'Event'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; actionItems?: Maybe>>; admins?: Maybe>; - allDay: Scalars['Boolean']; + allDay: Scalars['Boolean']['output']; attendees?: Maybe>>; attendeesCheckInStatus: Array; - averageFeedbackScore?: Maybe; - createdAt: Scalars['DateTime']; + averageFeedbackScore?: Maybe; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; - description: Scalars['String']; - endDate: Scalars['Date']; - endTime?: Maybe; + description: Scalars['String']['output']; + endDate: Scalars['Date']['output']; + endTime?: Maybe; feedback: Array; - isPublic: Scalars['Boolean']; - isRegisterable: Scalars['Boolean']; - latitude?: Maybe; - location?: Maybe; - longitude?: Maybe; + isPublic: Scalars['Boolean']['output']; + isRegisterable: Scalars['Boolean']['output']; + latitude?: Maybe; + location?: Maybe; + longitude?: Maybe; organization?: Maybe; recurrance?: Maybe; - recurring: Scalars['Boolean']; - startDate: Scalars['Date']; - startTime?: Maybe; + recurring: Scalars['Boolean']['output']; + startDate: Scalars['Date']['output']; + startTime?: Maybe; status: Status; - title: Scalars['String']; - updatedAt: Scalars['DateTime']; + title: Scalars['String']['output']; + updatedAt: Scalars['DateTime']['output']; }; export type EventAdminsArgs = { - adminId?: InputMaybe; + adminId?: InputMaybe; }; export type EventAttendeeInput = { - eventId: Scalars['ID']; - userId: Scalars['ID']; + eventId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type EventInput = { - allDay: Scalars['Boolean']; - description: Scalars['String']; - endDate?: InputMaybe; - endTime?: InputMaybe; - isPublic: Scalars['Boolean']; - isRegisterable: Scalars['Boolean']; - latitude?: InputMaybe; - location?: InputMaybe; - longitude?: InputMaybe; - organizationId: Scalars['ID']; + allDay: Scalars['Boolean']['input']; + description: Scalars['String']['input']; + endDate?: InputMaybe; + endTime?: InputMaybe; + isPublic: Scalars['Boolean']['input']; + isRegisterable: Scalars['Boolean']['input']; + latitude?: InputMaybe; + location?: InputMaybe; + longitude?: InputMaybe; + organizationId: Scalars['ID']['input']; recurrance?: InputMaybe; - recurring: Scalars['Boolean']; - startDate: Scalars['Date']; - startTime?: InputMaybe; - title: Scalars['String']; + recurring: Scalars['Boolean']['input']; + startDate: Scalars['Date']['input']; + startTime?: InputMaybe; + title: Scalars['String']['input']; }; export type EventOrderByInput = @@ -375,64 +376,64 @@ export type EventOrderByInput = | 'title_DESC'; export type EventWhereInput = { - description?: InputMaybe; - description_contains?: InputMaybe; - description_in?: InputMaybe>; - description_not?: InputMaybe; - description_not_in?: InputMaybe>; - description_starts_with?: InputMaybe; - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - location?: InputMaybe; - location_contains?: InputMaybe; - location_in?: InputMaybe>; - location_not?: InputMaybe; - location_not_in?: InputMaybe>; - location_starts_with?: InputMaybe; - organization_id?: InputMaybe; - title?: InputMaybe; - title_contains?: InputMaybe; - title_in?: InputMaybe>; - title_not?: InputMaybe; - title_not_in?: InputMaybe>; - title_starts_with?: InputMaybe; + description?: InputMaybe; + description_contains?: InputMaybe; + description_in?: InputMaybe>; + description_not?: InputMaybe; + description_not_in?: InputMaybe>; + description_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + location?: InputMaybe; + location_contains?: InputMaybe; + location_in?: InputMaybe>; + location_not?: InputMaybe; + location_not_in?: InputMaybe>; + location_starts_with?: InputMaybe; + organization_id?: InputMaybe; + title?: InputMaybe; + title_contains?: InputMaybe; + title_in?: InputMaybe>; + title_not?: InputMaybe; + title_not_in?: InputMaybe>; + title_starts_with?: InputMaybe; }; export type ExtendSession = { __typename?: 'ExtendSession'; - accessToken: Scalars['String']; - refreshToken: Scalars['String']; + accessToken: Scalars['String']['output']; + refreshToken: Scalars['String']['output']; }; export type Feedback = { __typename?: 'Feedback'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; event: Event; - rating: Scalars['Int']; - review?: Maybe; - updatedAt: Scalars['DateTime']; + rating: Scalars['Int']['output']; + review?: Maybe; + updatedAt: Scalars['DateTime']['output']; }; export type FeedbackInput = { - eventId: Scalars['ID']; - rating: Scalars['Int']; - review?: InputMaybe; + eventId: Scalars['ID']['input']; + rating: Scalars['Int']['input']; + review?: InputMaybe; }; export type FieldError = { - message: Scalars['String']; - path: Array; + message: Scalars['String']['output']; + path: Array; }; export type ForgotPasswordData = { - newPassword: Scalars['String']; - otpToken: Scalars['String']; - userOtp: Scalars['String']; + newPassword: Scalars['String']['input']; + otpToken: Scalars['String']['input']; + userOtp: Scalars['String']['input']; }; export type Gender = @@ -442,68 +443,68 @@ export type Gender = export type Group = { __typename?: 'Group'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; admins: Array; - createdAt: Scalars['DateTime']; - description?: Maybe; + createdAt: Scalars['DateTime']['output']; + description?: Maybe; organization: Organization; - title: Scalars['String']; - updatedAt: Scalars['DateTime']; + title: Scalars['String']['output']; + updatedAt: Scalars['DateTime']['output']; }; export type GroupChat = { __typename?: 'GroupChat'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; messages?: Maybe>>; organization: Organization; - updatedAt: Scalars['DateTime']; + updatedAt: Scalars['DateTime']['output']; users: Array; }; export type GroupChatMessage = { __typename?: 'GroupChatMessage'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; groupChatMessageBelongsTo: GroupChat; - messageContent: Scalars['String']; + messageContent: Scalars['String']['output']; sender: User; - updatedAt: Scalars['DateTime']; + updatedAt: Scalars['DateTime']['output']; }; export type InvalidCursor = FieldError & { __typename?: 'InvalidCursor'; - message: Scalars['String']; - path: Array; + message: Scalars['String']['output']; + path: Array; }; export type Language = { __typename?: 'Language'; - _id: Scalars['ID']; - createdAt: Scalars['String']; - en: Scalars['String']; + _id: Scalars['ID']['output']; + createdAt: Scalars['String']['output']; + en: Scalars['String']['output']; translation?: Maybe>>; }; export type LanguageInput = { - en_value: Scalars['String']; - translation_lang_code: Scalars['String']; - translation_value: Scalars['String']; + en_value: Scalars['String']['input']; + translation_lang_code: Scalars['String']['input']; + translation_value: Scalars['String']['input']; }; export type LanguageModel = { __typename?: 'LanguageModel'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; - lang_code: Scalars['String']; - value: Scalars['String']; - verified: Scalars['Boolean']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; + lang_code: Scalars['String']['output']; + value: Scalars['String']['output']; + verified: Scalars['Boolean']['output']; }; export type LoginInput = { - email: Scalars['EmailAddress']; - password: Scalars['String']; + email: Scalars['EmailAddress']['input']; + password: Scalars['String']['input']; }; export type MaritalStatus = @@ -516,67 +517,67 @@ export type MaritalStatus = export type MaximumLengthError = FieldError & { __typename?: 'MaximumLengthError'; - message: Scalars['String']; - path: Array; + message: Scalars['String']['output']; + path: Array; }; export type MaximumValueError = FieldError & { __typename?: 'MaximumValueError'; - limit: Scalars['Int']; - message: Scalars['String']; - path: Array; + limit: Scalars['Int']['output']; + message: Scalars['String']['output']; + path: Array; }; export type MembershipRequest = { __typename?: 'MembershipRequest'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; organization: Organization; user: User; }; export type Message = { __typename?: 'Message'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; - imageUrl?: Maybe; - text: Scalars['String']; - updatedAt: Scalars['DateTime']; - videoUrl?: Maybe; + imageUrl?: Maybe; + text: Scalars['String']['output']; + updatedAt: Scalars['DateTime']['output']; + videoUrl?: Maybe; }; export type MessageChat = { __typename?: 'MessageChat'; - _id: Scalars['ID']; - createdAt: Scalars['DateTime']; - languageBarrier?: Maybe; - message: Scalars['String']; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; + languageBarrier?: Maybe; + message: Scalars['String']['output']; receiver: User; sender: User; - updatedAt: Scalars['DateTime']; + updatedAt: Scalars['DateTime']['output']; }; export type MessageChatInput = { - message: Scalars['String']; - receiver: Scalars['ID']; + message: Scalars['String']['input']; + receiver: Scalars['ID']['input']; }; export type MinimumLengthError = FieldError & { __typename?: 'MinimumLengthError'; - limit: Scalars['Int']; - message: Scalars['String']; - path: Array; + limit: Scalars['Int']['output']; + message: Scalars['String']['output']; + path: Array; }; export type MinimumValueError = FieldError & { __typename?: 'MinimumValueError'; - message: Scalars['String']; - path: Array; + message: Scalars['String']['output']; + path: Array; }; export type Mutation = { __typename?: 'Mutation'; - acceptAdmin: Scalars['Boolean']; + acceptAdmin: Scalars['Boolean']['output']; acceptMembershipRequest: MembershipRequest; addEventAttendee: User; addFeedback: Feedback; @@ -586,7 +587,6 @@ export type Mutation = { addUserCustomData: UserCustomData; addUserImage: User; addUserToGroupChat: GroupChat; - addUserToUserFamily: UserFamily; adminRemoveEvent: Event; adminRemoveGroup: GroupChat; assignUserTag?: Maybe; @@ -608,23 +608,22 @@ export type Mutation = { createOrganization: Organization; createPlugin: Plugin; createPost?: Maybe; - createSampleOrganization: Scalars['Boolean']; - createUserFamily: UserFamily; + createSampleOrganization: Scalars['Boolean']['output']; createUserTag?: Maybe; deleteAdvertisementById: DeletePayload; deleteDonationById: DeletePayload; - forgotPassword: Scalars['Boolean']; + forgotPassword: Scalars['Boolean']['output']; joinPublicOrganization: User; leaveOrganization: User; likeComment?: Maybe; likePost?: Maybe; login: AuthData; - logout: Scalars['Boolean']; + logout: Scalars['Boolean']['output']; otp: OtpData; - recaptcha: Scalars['Boolean']; + recaptcha: Scalars['Boolean']['output']; refreshToken: ExtendSession; registerForEvent: Event; - rejectAdmin: Scalars['Boolean']; + rejectAdmin: Scalars['Boolean']['output']; rejectMembershipRequest: MembershipRequest; removeActionItem: ActionItem; removeAdmin: User; @@ -639,15 +638,13 @@ export type Mutation = { removeOrganizationCustomField: OrganizationCustomField; removeOrganizationImage: Organization; removePost?: Maybe; - removeSampleOrganization: Scalars['Boolean']; + removeSampleOrganization: Scalars['Boolean']['output']; removeUserCustomData: UserCustomData; - removeUserFamily: UserFamily; removeUserFromGroupChat: GroupChat; - removeUserFromUserFamily: UserFamily; removeUserImage: User; removeUserTag?: Maybe; - revokeRefreshTokenForUser: Scalars['Boolean']; - saveFcmToken: Scalars['Boolean']; + revokeRefreshTokenForUser: Scalars['Boolean']['output']; + saveFcmToken: Scalars['Boolean']['output']; sendMembershipRequest: MembershipRequest; sendMessageToDirectChat: DirectChatMessage; sendMessageToGroupChat: GroupChatMessage; @@ -670,17 +667,17 @@ export type Mutation = { updateUserProfile: User; updateUserRoleInOrganization: Organization; updateUserTag?: Maybe; - updateUserType: Scalars['Boolean']; + updateUserType: Scalars['Boolean']['output']; }; export type MutationAcceptAdminArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationAcceptMembershipRequestArgs = { - membershipRequestId: Scalars['ID']; + membershipRequestId: Scalars['ID']['input']; }; @@ -700,49 +697,43 @@ export type MutationAddLanguageTranslationArgs = { export type MutationAddOrganizationCustomFieldArgs = { - name: Scalars['String']; - organizationId: Scalars['ID']; - type: Scalars['String']; + name: Scalars['String']['input']; + organizationId: Scalars['ID']['input']; + type: Scalars['String']['input']; }; export type MutationAddOrganizationImageArgs = { - file: Scalars['String']; - organizationId: Scalars['String']; + file: Scalars['String']['input']; + organizationId: Scalars['String']['input']; }; export type MutationAddUserCustomDataArgs = { - dataName: Scalars['String']; - dataValue: Scalars['Any']; - organizationId: Scalars['ID']; + dataName: Scalars['String']['input']; + dataValue: Scalars['Any']['input']; + organizationId: Scalars['ID']['input']; }; export type MutationAddUserImageArgs = { - file: Scalars['String']; + file: Scalars['String']['input']; }; export type MutationAddUserToGroupChatArgs = { - chatId: Scalars['ID']; - userId: Scalars['ID']; -}; - - -export type MutationAddUserToUserFamilyArgs = { - familyId: Scalars['ID']; - userId: Scalars['ID']; + chatId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type MutationAdminRemoveEventArgs = { - eventId: Scalars['ID']; + eventId: Scalars['ID']['input']; }; export type MutationAdminRemoveGroupArgs = { - groupId: Scalars['ID']; + groupId: Scalars['ID']['input']; }; @@ -752,19 +743,19 @@ export type MutationAssignUserTagArgs = { export type MutationBlockPluginCreationBySuperadminArgs = { - blockUser: Scalars['Boolean']; - userId: Scalars['ID']; + blockUser: Scalars['Boolean']['input']; + userId: Scalars['ID']['input']; }; export type MutationBlockUserArgs = { - organizationId: Scalars['ID']; - userId: Scalars['ID']; + organizationId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type MutationCancelMembershipRequestArgs = { - membershipRequestId: Scalars['ID']; + membershipRequestId: Scalars['ID']['input']; }; @@ -774,14 +765,14 @@ export type MutationCheckInArgs = { export type MutationCreateActionItemArgs = { - actionItemCategoryId: Scalars['ID']; + actionItemCategoryId: Scalars['ID']['input']; data: CreateActionItemInput; }; export type MutationCreateActionItemCategoryArgs = { - name: Scalars['String']; - organizationId: Scalars['ID']; + name: Scalars['String']['input']; + organizationId: Scalars['ID']['input']; }; @@ -791,18 +782,18 @@ export type MutationCreateAdminArgs = { export type MutationCreateAdvertisementArgs = { - endDate: Scalars['Date']; - link: Scalars['String']; - name: Scalars['String']; - orgId: Scalars['ID']; - startDate: Scalars['Date']; - type: Scalars['String']; + endDate: Scalars['Date']['input']; + link: Scalars['String']['input']; + name: Scalars['String']['input']; + orgId: Scalars['ID']['input']; + startDate: Scalars['Date']['input']; + type: Scalars['String']['input']; }; export type MutationCreateCommentArgs = { data: CommentInput; - postId: Scalars['ID']; + postId: Scalars['ID']['input']; }; @@ -812,12 +803,12 @@ export type MutationCreateDirectChatArgs = { export type MutationCreateDonationArgs = { - amount: Scalars['Float']; - nameOfOrg: Scalars['String']; - nameOfUser: Scalars['String']; - orgId: Scalars['ID']; - payPalId: Scalars['ID']; - userId: Scalars['ID']; + amount: Scalars['Float']['input']; + nameOfOrg: Scalars['String']['input']; + nameOfUser: Scalars['String']['input']; + orgId: Scalars['ID']['input']; + payPalId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; @@ -843,26 +834,21 @@ export type MutationCreateMessageChatArgs = { export type MutationCreateOrganizationArgs = { data?: InputMaybe; - file?: InputMaybe; + file?: InputMaybe; }; export type MutationCreatePluginArgs = { - pluginCreatedBy: Scalars['String']; - pluginDesc: Scalars['String']; - pluginName: Scalars['String']; - uninstalledOrgs?: InputMaybe>; + pluginCreatedBy: Scalars['String']['input']; + pluginDesc: Scalars['String']['input']; + pluginName: Scalars['String']['input']; + uninstalledOrgs?: InputMaybe>; }; export type MutationCreatePostArgs = { data: PostInput; - file?: InputMaybe; -}; - - -export type MutationCreateUserFamilyArgs = { - data: CreateUserFamilyInput; + file?: InputMaybe; }; @@ -872,12 +858,12 @@ export type MutationCreateUserTagArgs = { export type MutationDeleteAdvertisementByIdArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationDeleteDonationByIdArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; @@ -887,22 +873,22 @@ export type MutationForgotPasswordArgs = { export type MutationJoinPublicOrganizationArgs = { - organizationId: Scalars['ID']; + organizationId: Scalars['ID']['input']; }; export type MutationLeaveOrganizationArgs = { - organizationId: Scalars['ID']; + organizationId: Scalars['ID']['input']; }; export type MutationLikeCommentArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationLikePostArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; @@ -922,27 +908,27 @@ export type MutationRecaptchaArgs = { export type MutationRefreshTokenArgs = { - refreshToken: Scalars['String']; + refreshToken: Scalars['String']['input']; }; export type MutationRegisterForEventArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationRejectAdminArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationRejectMembershipRequestArgs = { - membershipRequestId: Scalars['ID']; + membershipRequestId: Scalars['ID']['input']; }; export type MutationRemoveActionItemArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; @@ -952,23 +938,23 @@ export type MutationRemoveAdminArgs = { export type MutationRemoveAdvertisementArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationRemoveCommentArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationRemoveDirectChatArgs = { - chatId: Scalars['ID']; - organizationId: Scalars['ID']; + chatId: Scalars['ID']['input']; + organizationId: Scalars['ID']['input']; }; export type MutationRemoveEventArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; @@ -978,7 +964,7 @@ export type MutationRemoveEventAttendeeArgs = { export type MutationRemoveGroupChatArgs = { - chatId: Scalars['ID']; + chatId: Scalars['ID']['input']; }; @@ -988,84 +974,73 @@ export type MutationRemoveMemberArgs = { export type MutationRemoveOrganizationArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationRemoveOrganizationCustomFieldArgs = { - customFieldId: Scalars['ID']; - organizationId: Scalars['ID']; + customFieldId: Scalars['ID']['input']; + organizationId: Scalars['ID']['input']; }; export type MutationRemoveOrganizationImageArgs = { - organizationId: Scalars['String']; + organizationId: Scalars['String']['input']; }; export type MutationRemovePostArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationRemoveUserCustomDataArgs = { - organizationId: Scalars['ID']; -}; - - -export type MutationRemoveUserFamilyArgs = { - familyId: Scalars['ID']; + organizationId: Scalars['ID']['input']; }; export type MutationRemoveUserFromGroupChatArgs = { - chatId: Scalars['ID']; - userId: Scalars['ID']; -}; - - -export type MutationRemoveUserFromUserFamilyArgs = { - familyId: Scalars['ID']; - userId: Scalars['ID']; + chatId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type MutationRemoveUserTagArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationSaveFcmTokenArgs = { - token?: InputMaybe; + token?: InputMaybe; }; export type MutationSendMembershipRequestArgs = { - organizationId: Scalars['ID']; + organizationId: Scalars['ID']['input']; }; export type MutationSendMessageToDirectChatArgs = { - chatId: Scalars['ID']; - messageContent: Scalars['String']; + chatId: Scalars['ID']['input']; + messageContent: Scalars['String']['input']; }; export type MutationSendMessageToGroupChatArgs = { - chatId: Scalars['ID']; - messageContent: Scalars['String']; + chatId: Scalars['ID']['input']; + messageContent: Scalars['String']['input']; }; export type MutationSignUpArgs = { data: UserInput; - file?: InputMaybe; + file?: InputMaybe; }; export type MutationTogglePostPinArgs = { - id: Scalars['ID']; - title?: InputMaybe; + id: Scalars['ID']['input']; + title?: InputMaybe; }; @@ -1075,35 +1050,35 @@ export type MutationUnassignUserTagArgs = { export type MutationUnblockUserArgs = { - organizationId: Scalars['ID']; - userId: Scalars['ID']; + organizationId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type MutationUnlikeCommentArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationUnlikePostArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationUnregisterForEventByUserArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationUpdateActionItemArgs = { data: UpdateActionItemInput; - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationUpdateActionItemCategoryArgs = { data: UpdateActionItemCategoryInput; - id: Scalars['ID']; + id: Scalars['ID']['input']; }; @@ -1114,31 +1089,31 @@ export type MutationUpdateAdvertisementArgs = { export type MutationUpdateEventArgs = { data?: InputMaybe; - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type MutationUpdateLanguageArgs = { - languageCode: Scalars['String']; + languageCode: Scalars['String']['input']; }; export type MutationUpdateOrganizationArgs = { data?: InputMaybe; - file?: InputMaybe; - id: Scalars['ID']; + file?: InputMaybe; + id: Scalars['ID']['input']; }; export type MutationUpdatePluginStatusArgs = { - id: Scalars['ID']; - orgId: Scalars['ID']; + id: Scalars['ID']['input']; + orgId: Scalars['ID']['input']; }; export type MutationUpdatePostArgs = { data?: InputMaybe; - id: Scalars['ID']; + id: Scalars['ID']['input']; }; @@ -1149,14 +1124,14 @@ export type MutationUpdateUserPasswordArgs = { export type MutationUpdateUserProfileArgs = { data?: InputMaybe; - file?: InputMaybe; + file?: InputMaybe; }; export type MutationUpdateUserRoleInOrganizationArgs = { - organizationId: Scalars['ID']; - role: Scalars['String']; - userId: Scalars['ID']; + organizationId: Scalars['ID']['input']; + role: Scalars['String']['input']; + userId: Scalars['ID']['input']; }; @@ -1170,74 +1145,74 @@ export type MutationUpdateUserTypeArgs = { }; export type OtpInput = { - email: Scalars['EmailAddress']; + email: Scalars['EmailAddress']['input']; }; export type Organization = { __typename?: 'Organization'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; actionItemCategories?: Maybe>>; address?: Maybe
; admins?: Maybe>; - apiUrl: Scalars['URL']; + apiUrl: Scalars['URL']['output']; blockedUsers?: Maybe>>; - createdAt: Scalars['DateTime']; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; customFields: Array; - description: Scalars['String']; - image?: Maybe; + description: Scalars['String']['output']; + image?: Maybe; members?: Maybe>>; membershipRequests?: Maybe>>; - name: Scalars['String']; + name: Scalars['String']['output']; pinnedPosts?: Maybe>>; - updatedAt: Scalars['DateTime']; - userRegistrationRequired: Scalars['Boolean']; + updatedAt: Scalars['DateTime']['output']; + userRegistrationRequired: Scalars['Boolean']['output']; userTags?: Maybe; - visibleInSearch: Scalars['Boolean']; + visibleInSearch: Scalars['Boolean']['output']; }; export type OrganizationAdminsArgs = { - adminId?: InputMaybe; + adminId?: InputMaybe; }; export type OrganizationUserTagsArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; }; export type OrganizationCustomField = { __typename?: 'OrganizationCustomField'; - _id: Scalars['ID']; - name: Scalars['String']; - organizationId: Scalars['String']; - type: Scalars['String']; + _id: Scalars['ID']['output']; + name: Scalars['String']['output']; + organizationId: Scalars['String']['output']; + type: Scalars['String']['output']; }; export type OrganizationInfoNode = { __typename?: 'OrganizationInfoNode'; - _id: Scalars['ID']; - apiUrl: Scalars['URL']; + _id: Scalars['ID']['output']; + apiUrl: Scalars['URL']['output']; creator?: Maybe; - description: Scalars['String']; - image?: Maybe; - name: Scalars['String']; - userRegistrationRequired: Scalars['Boolean']; - visibleInSearch: Scalars['Boolean']; + description: Scalars['String']['output']; + image?: Maybe; + name: Scalars['String']['output']; + userRegistrationRequired: Scalars['Boolean']['output']; + visibleInSearch: Scalars['Boolean']['output']; }; export type OrganizationInput = { address: AddressInput; - apiUrl?: InputMaybe; - attendees?: InputMaybe; - description: Scalars['String']; - image?: InputMaybe; - name: Scalars['String']; - userRegistrationRequired?: InputMaybe; - visibleInSearch?: InputMaybe; + apiUrl?: InputMaybe; + attendees?: InputMaybe; + description: Scalars['String']['input']; + image?: InputMaybe; + name: Scalars['String']['input']; + userRegistrationRequired?: InputMaybe; + visibleInSearch?: InputMaybe; }; export type OrganizationOrderByInput = @@ -1253,50 +1228,50 @@ export type OrganizationOrderByInput = | 'name_DESC'; export type OrganizationWhereInput = { - apiUrl?: InputMaybe; - apiUrl_contains?: InputMaybe; - apiUrl_in?: InputMaybe>; - apiUrl_not?: InputMaybe; - apiUrl_not_in?: InputMaybe>; - apiUrl_starts_with?: InputMaybe; - description?: InputMaybe; - description_contains?: InputMaybe; - description_in?: InputMaybe>; - description_not?: InputMaybe; - description_not_in?: InputMaybe>; - description_starts_with?: InputMaybe; - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - name?: InputMaybe; - name_contains?: InputMaybe; - name_in?: InputMaybe>; - name_not?: InputMaybe; - name_not_in?: InputMaybe>; - name_starts_with?: InputMaybe; - userRegistrationRequired?: InputMaybe; - visibleInSearch?: InputMaybe; + apiUrl?: InputMaybe; + apiUrl_contains?: InputMaybe; + apiUrl_in?: InputMaybe>; + apiUrl_not?: InputMaybe; + apiUrl_not_in?: InputMaybe>; + apiUrl_starts_with?: InputMaybe; + description?: InputMaybe; + description_contains?: InputMaybe; + description_in?: InputMaybe>; + description_not?: InputMaybe; + description_not_in?: InputMaybe>; + description_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_in?: InputMaybe>; + name_not?: InputMaybe; + name_not_in?: InputMaybe>; + name_starts_with?: InputMaybe; + userRegistrationRequired?: InputMaybe; + visibleInSearch?: InputMaybe; }; export type OtpData = { __typename?: 'OtpData'; - otpToken: Scalars['String']; + otpToken: Scalars['String']['output']; }; /** Information about pagination in a connection. */ export type PageInfo = { __typename?: 'PageInfo'; - currPageNo?: Maybe; + currPageNo?: Maybe; /** When paginating forwards, are there more items? */ - hasNextPage: Scalars['Boolean']; + hasNextPage: Scalars['Boolean']['output']; /** When paginating backwards, are there more items? */ - hasPreviousPage: Scalars['Boolean']; - nextPageNo?: Maybe; - prevPageNo?: Maybe; - totalPages?: Maybe; + hasPreviousPage: Scalars['Boolean']['output']; + nextPageNo?: Maybe; + prevPageNo?: Maybe; + totalPages?: Maybe; }; export type PaginationDirection = @@ -1305,50 +1280,50 @@ export type PaginationDirection = export type Plugin = { __typename?: 'Plugin'; - _id: Scalars['ID']; - pluginCreatedBy: Scalars['String']; - pluginDesc: Scalars['String']; - pluginName: Scalars['String']; - uninstalledOrgs?: Maybe>; + _id: Scalars['ID']['output']; + pluginCreatedBy: Scalars['String']['output']; + pluginDesc: Scalars['String']['output']; + pluginName: Scalars['String']['output']; + uninstalledOrgs?: Maybe>; }; export type PluginField = { __typename?: 'PluginField'; - createdAt: Scalars['DateTime']; - key: Scalars['String']; + createdAt: Scalars['DateTime']['output']; + key: Scalars['String']['output']; status: Status; - value: Scalars['String']; + value: Scalars['String']['output']; }; export type PluginFieldInput = { - key: Scalars['String']; - value: Scalars['String']; + key: Scalars['String']['input']; + value: Scalars['String']['input']; }; export type PluginInput = { fields?: InputMaybe>>; - orgId: Scalars['ID']; - pluginKey?: InputMaybe; - pluginName: Scalars['String']; + orgId: Scalars['ID']['input']; + pluginKey?: InputMaybe; + pluginName: Scalars['String']['input']; pluginType?: InputMaybe; }; export type Post = { __typename?: 'Post'; - _id?: Maybe; - commentCount?: Maybe; + _id?: Maybe; + commentCount?: Maybe; comments?: Maybe>>; - createdAt: Scalars['DateTime']; + createdAt: Scalars['DateTime']['output']; creator?: Maybe; - imageUrl?: Maybe; - likeCount?: Maybe; + imageUrl?: Maybe; + likeCount?: Maybe; likedBy?: Maybe>>; organization: Organization; - pinned?: Maybe; - text: Scalars['String']; - title?: Maybe; - updatedAt: Scalars['DateTime']; - videoUrl?: Maybe; + pinned?: Maybe; + text: Scalars['String']['output']; + title?: Maybe; + updatedAt: Scalars['DateTime']['output']; + videoUrl?: Maybe; }; /** A connection to a list of items. */ @@ -1362,13 +1337,13 @@ export type PostConnection = { }; export type PostInput = { - _id?: InputMaybe; - imageUrl?: InputMaybe; - organizationId: Scalars['ID']; - pinned?: InputMaybe; - text: Scalars['String']; - title?: InputMaybe; - videoUrl?: InputMaybe; + _id?: InputMaybe; + imageUrl?: InputMaybe; + organizationId: Scalars['ID']['input']; + pinned?: InputMaybe; + text: Scalars['String']['input']; + title?: InputMaybe; + videoUrl?: InputMaybe; }; export type PostOrderByInput = @@ -1390,31 +1365,31 @@ export type PostOrderByInput = | 'videoUrl_DESC'; export type PostUpdateInput = { - imageUrl?: InputMaybe; - text?: InputMaybe; - title?: InputMaybe; - videoUrl?: InputMaybe; + imageUrl?: InputMaybe; + text?: InputMaybe; + title?: InputMaybe; + videoUrl?: InputMaybe; }; export type PostWhereInput = { - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - text?: InputMaybe; - text_contains?: InputMaybe; - text_in?: InputMaybe>; - text_not?: InputMaybe; - text_not_in?: InputMaybe>; - text_starts_with?: InputMaybe; - title?: InputMaybe; - title_contains?: InputMaybe; - title_in?: InputMaybe>; - title_not?: InputMaybe; - title_not_in?: InputMaybe>; - title_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + text?: InputMaybe; + text_contains?: InputMaybe; + text_in?: InputMaybe>; + text_not?: InputMaybe; + text_not_in?: InputMaybe>; + text_starts_with?: InputMaybe; + title?: InputMaybe; + title_contains?: InputMaybe; + title_in?: InputMaybe>; + title_not?: InputMaybe; + title_not_in?: InputMaybe>; + title_starts_with?: InputMaybe; }; export type Query = { @@ -1439,11 +1414,11 @@ export type Query = { getDonationByOrgIdConnection: Array; getPlugins?: Maybe>>; getlanguage?: Maybe>>; - hasSubmittedFeedback?: Maybe; - isSampleOrganization: Scalars['Boolean']; + hasSubmittedFeedback?: Maybe; + isSampleOrganization: Scalars['Boolean']['output']; joinedOrganizations?: Maybe>>; me: User; - myLanguage?: Maybe; + myLanguage?: Maybe; organizations?: Maybe>>; organizationsConnection: Array>; organizationsMemberConnection: UserConnection; @@ -1454,208 +1429,208 @@ export type Query = { registeredEventsByUser?: Maybe>>; registrantsByEvent?: Maybe>>; user: User; - userLanguage?: Maybe; + userLanguage?: Maybe; users?: Maybe>>; usersConnection: Array>; }; export type QueryActionItemArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryActionItemCategoriesByOrganizationArgs = { - organizationId: Scalars['ID']; + organizationId: Scalars['ID']['input']; }; export type QueryActionItemCategoryArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryActionItemsByEventArgs = { - eventId: Scalars['ID']; + eventId: Scalars['ID']['input']; }; export type QueryActionItemsByOrganizationArgs = { - organizationId: Scalars['ID']; + organizationId: Scalars['ID']['input']; }; export type QueryAdminPluginArgs = { - orgId: Scalars['ID']; + orgId: Scalars['ID']['input']; }; export type QueryCustomDataByOrganizationArgs = { - organizationId: Scalars['ID']; + organizationId: Scalars['ID']['input']; }; export type QueryCustomFieldsByOrganizationArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryDirectChatsByUserIdArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryDirectChatsMessagesByChatIdArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryEventArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryEventsByOrganizationArgs = { - id?: InputMaybe; + id?: InputMaybe; orderBy?: InputMaybe; }; export type QueryEventsByOrganizationConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryGetDonationByIdArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryGetDonationByOrgIdArgs = { - orgId: Scalars['ID']; + orgId: Scalars['ID']['input']; }; export type QueryGetDonationByOrgIdConnectionArgs = { - first?: InputMaybe; - orgId: Scalars['ID']; - skip?: InputMaybe; + first?: InputMaybe; + orgId: Scalars['ID']['input']; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryGetlanguageArgs = { - lang_code: Scalars['String']; + lang_code: Scalars['String']['input']; }; export type QueryHasSubmittedFeedbackArgs = { - eventId: Scalars['ID']; - userId: Scalars['ID']; + eventId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type QueryIsSampleOrganizationArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryJoinedOrganizationsArgs = { - id?: InputMaybe; + id?: InputMaybe; }; export type QueryOrganizationsArgs = { - id?: InputMaybe; + id?: InputMaybe; orderBy?: InputMaybe; }; export type QueryOrganizationsConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryOrganizationsMemberConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - orgId: Scalars['ID']; - skip?: InputMaybe; + orgId: Scalars['ID']['input']; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryPluginArgs = { - orgId: Scalars['ID']; + orgId: Scalars['ID']['input']; }; export type QueryPostArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryPostsByOrganizationArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; orderBy?: InputMaybe; }; export type QueryPostsByOrganizationConnectionArgs = { - first?: InputMaybe; - id: Scalars['ID']; + first?: InputMaybe; + id: Scalars['ID']['input']; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type QueryRegisteredEventsByUserArgs = { - id?: InputMaybe; + id?: InputMaybe; orderBy?: InputMaybe; }; export type QueryRegistrantsByEventArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryUserArgs = { - id: Scalars['ID']; + id: Scalars['ID']['input']; }; export type QueryUserLanguageArgs = { - userId: Scalars['ID']; + userId: Scalars['ID']['input']; }; export type QueryUsersArgs = { - adminApproved?: InputMaybe; - first?: InputMaybe; + adminApproved?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; - userType?: InputMaybe; + skip?: InputMaybe; + userType?: InputMaybe; where?: InputMaybe; }; export type QueryUsersConnectionArgs = { - first?: InputMaybe; + first?: InputMaybe; orderBy?: InputMaybe; - skip?: InputMaybe; + skip?: InputMaybe; where?: InputMaybe; }; export type RecaptchaVerification = { - recaptchaToken: Scalars['String']; + recaptchaToken: Scalars['String']['input']; }; export type Recurrance = @@ -1679,16 +1654,16 @@ export type Subscription = { }; export type ToggleUserTagAssignInput = { - tagId: Scalars['ID']; - userId: Scalars['ID']; + tagId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type Translation = { __typename?: 'Translation'; - en_value?: Maybe; - lang_code?: Maybe; - translation?: Maybe; - verified?: Maybe; + en_value?: Maybe; + lang_code?: Maybe; + translation?: Maybe; + verified?: Maybe; }; export type Type = @@ -1697,34 +1672,34 @@ export type Type = export type UnauthenticatedError = Error & { __typename?: 'UnauthenticatedError'; - message: Scalars['String']; + message: Scalars['String']['output']; }; export type UnauthorizedError = Error & { __typename?: 'UnauthorizedError'; - message: Scalars['String']; + message: Scalars['String']['output']; }; export type UpdateActionItemCategoryInput = { - isDisabled?: InputMaybe; - name?: InputMaybe; + isDisabled?: InputMaybe; + name?: InputMaybe; }; export type UpdateActionItemInput = { - assigneeId?: InputMaybe; - completionDate?: InputMaybe; - dueDate?: InputMaybe; - isCompleted?: InputMaybe; - postCompletionNotes?: InputMaybe; - preCompletionNotes?: InputMaybe; + assigneeId?: InputMaybe; + completionDate?: InputMaybe; + dueDate?: InputMaybe; + isCompleted?: InputMaybe; + postCompletionNotes?: InputMaybe; + preCompletionNotes?: InputMaybe; }; export type UpdateAdvertisementInput = { - _id: Scalars['ID']; - endDate?: InputMaybe; - link?: InputMaybe; - name?: InputMaybe; - startDate?: InputMaybe; + _id: Scalars['ID']['input']; + endDate?: InputMaybe; + link?: InputMaybe; + name?: InputMaybe; + startDate?: InputMaybe; type?: InputMaybe; }; @@ -1734,103 +1709,103 @@ export type UpdateAdvertisementPayload = { }; export type UpdateEventInput = { - allDay?: InputMaybe; - description?: InputMaybe; - endDate?: InputMaybe; - endTime?: InputMaybe; - isPublic?: InputMaybe; - isRegisterable?: InputMaybe; - latitude?: InputMaybe; - location?: InputMaybe; - longitude?: InputMaybe; + allDay?: InputMaybe; + description?: InputMaybe; + endDate?: InputMaybe; + endTime?: InputMaybe; + isPublic?: InputMaybe; + isRegisterable?: InputMaybe; + latitude?: InputMaybe; + location?: InputMaybe; + longitude?: InputMaybe; recurrance?: InputMaybe; - recurring?: InputMaybe; - startDate?: InputMaybe; - startTime?: InputMaybe; - title?: InputMaybe; + recurring?: InputMaybe; + startDate?: InputMaybe; + startTime?: InputMaybe; + title?: InputMaybe; }; export type UpdateOrganizationInput = { address?: InputMaybe; - description?: InputMaybe; - name?: InputMaybe; - userRegistrationRequired?: InputMaybe; - visibleInSearch?: InputMaybe; + description?: InputMaybe; + name?: InputMaybe; + userRegistrationRequired?: InputMaybe; + visibleInSearch?: InputMaybe; }; export type UpdateUserInput = { address?: InputMaybe; - birthDate?: InputMaybe; + birthDate?: InputMaybe; educationGrade?: InputMaybe; - email?: InputMaybe; + email?: InputMaybe; employmentStatus?: InputMaybe; - firstName?: InputMaybe; + firstName?: InputMaybe; gender?: InputMaybe; - lastName?: InputMaybe; + lastName?: InputMaybe; maritalStatus?: InputMaybe; phone?: InputMaybe; }; export type UpdateUserPasswordInput = { - confirmNewPassword: Scalars['String']; - newPassword: Scalars['String']; - previousPassword: Scalars['String']; + confirmNewPassword: Scalars['String']['input']; + newPassword: Scalars['String']['input']; + previousPassword: Scalars['String']['input']; }; export type UpdateUserTagInput = { - _id: Scalars['ID']; - name: Scalars['String']; + _id: Scalars['ID']['input']; + name: Scalars['String']['input']; }; export type UpdateUserTypeInput = { - id?: InputMaybe; - userType?: InputMaybe; + id?: InputMaybe; + userType?: InputMaybe; }; export type User = { __typename?: 'User'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; address?: Maybe
; - adminApproved?: Maybe; + adminApproved?: Maybe; adminFor?: Maybe>>; - appLanguageCode: Scalars['String']; - birthDate?: Maybe; - createdAt: Scalars['DateTime']; + appLanguageCode: Scalars['String']['output']; + birthDate?: Maybe; + createdAt: Scalars['DateTime']['output']; createdEvents?: Maybe>>; createdOrganizations?: Maybe>>; educationGrade?: Maybe; - email: Scalars['EmailAddress']; + email: Scalars['EmailAddress']['output']; employmentStatus?: Maybe; eventAdmin?: Maybe>>; - firstName: Scalars['String']; + firstName: Scalars['String']['output']; gender?: Maybe; - image?: Maybe; + image?: Maybe; joinedOrganizations?: Maybe>>; - lastName: Scalars['String']; + lastName: Scalars['String']['output']; maritalStatus?: Maybe; membershipRequests?: Maybe>>; organizationsBlockedBy?: Maybe>>; phone?: Maybe; - pluginCreationAllowed: Scalars['Boolean']; + pluginCreationAllowed: Scalars['Boolean']['output']; registeredEvents?: Maybe>>; tagsAssignedWith?: Maybe; - tokenVersion: Scalars['Int']; - updatedAt: Scalars['DateTime']; + tokenVersion: Scalars['Int']['output']; + updatedAt: Scalars['DateTime']['output']; userType: UserType; }; export type UserTagsAssignedWithArgs = { - after?: InputMaybe; - before?: InputMaybe; - first?: InputMaybe; - last?: InputMaybe; - organizationId?: InputMaybe; + after?: InputMaybe; + before?: InputMaybe; + first?: InputMaybe; + last?: InputMaybe; + organizationId?: InputMaybe; }; export type UserAndOrganizationInput = { - organizationId: Scalars['ID']; - userId: Scalars['ID']; + organizationId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; }; export type UserConnection = { @@ -1842,34 +1817,25 @@ export type UserConnection = { export type UserCustomData = { __typename?: 'UserCustomData'; - _id: Scalars['ID']; - organizationId: Scalars['ID']; - userId: Scalars['ID']; - values: Scalars['JSON']; + _id: Scalars['ID']['output']; + organizationId: Scalars['ID']['output']; + userId: Scalars['ID']['output']; + values: Scalars['JSON']['output']; }; export type UserEdge = { __typename?: 'UserEdge'; - cursor: Scalars['String']; + cursor: Scalars['String']['output']; node: User; }; -export type UserFamily = { - __typename?: 'UserFamily'; - _id: Scalars['ID']; - admins: Array; - creator: User; - title?: Maybe; - users: Array; -}; - export type UserInput = { - appLanguageCode?: InputMaybe; - email: Scalars['EmailAddress']; - firstName: Scalars['String']; - lastName: Scalars['String']; - organizationUserBelongsToId?: InputMaybe; - password: Scalars['String']; + appLanguageCode?: InputMaybe; + email: Scalars['EmailAddress']['input']; + firstName: Scalars['String']['input']; + lastName: Scalars['String']['input']; + organizationUserBelongsToId?: InputMaybe; + password: Scalars['String']['input']; }; export type UserOrderByInput = @@ -1886,22 +1852,22 @@ export type UserOrderByInput = export type UserPhone = { __typename?: 'UserPhone'; - home?: Maybe; - mobile?: Maybe; - work?: Maybe; + home?: Maybe; + mobile?: Maybe; + work?: Maybe; }; export type UserPhoneInput = { - home?: InputMaybe; - mobile?: InputMaybe; - work?: InputMaybe; + home?: InputMaybe; + mobile?: InputMaybe; + work?: InputMaybe; }; export type UserTag = { __typename?: 'UserTag'; - _id: Scalars['ID']; + _id: Scalars['ID']['output']; childTags: UserTagsConnectionResult; - name: Scalars['String']; + name: Scalars['String']['output']; organization?: Maybe; parentTag?: Maybe; usersAssignedTo: UsersConnectionResult; @@ -1919,7 +1885,7 @@ export type UserTagUsersAssignedToArgs = { export type UserTagEdge = { __typename?: 'UserTagEdge'; - cursor: Scalars['String']; + cursor: Scalars['String']['output']; node: UserTag; }; @@ -1930,9 +1896,9 @@ export type UserTagsConnection = { }; export type UserTagsConnectionInput = { - cursor?: InputMaybe; + cursor?: InputMaybe; direction: PaginationDirection; - limit: Scalars['PositiveInt']; + limit: Scalars['PositiveInt']['input']; }; export type UserTagsConnectionResult = { @@ -1948,38 +1914,38 @@ export type UserType = | 'USER'; export type UserWhereInput = { - admin_for?: InputMaybe; - appLanguageCode?: InputMaybe; - appLanguageCode_contains?: InputMaybe; - appLanguageCode_in?: InputMaybe>; - appLanguageCode_not?: InputMaybe; - appLanguageCode_not_in?: InputMaybe>; - appLanguageCode_starts_with?: InputMaybe; - email?: InputMaybe; - email_contains?: InputMaybe; - email_in?: InputMaybe>; - email_not?: InputMaybe; - email_not_in?: InputMaybe>; - email_starts_with?: InputMaybe; - event_title_contains?: InputMaybe; - firstName?: InputMaybe; - firstName_contains?: InputMaybe; - firstName_in?: InputMaybe>; - firstName_not?: InputMaybe; - firstName_not_in?: InputMaybe>; - firstName_starts_with?: InputMaybe; - id?: InputMaybe; - id_contains?: InputMaybe; - id_in?: InputMaybe>; - id_not?: InputMaybe; - id_not_in?: InputMaybe>; - id_starts_with?: InputMaybe; - lastName?: InputMaybe; - lastName_contains?: InputMaybe; - lastName_in?: InputMaybe>; - lastName_not?: InputMaybe; - lastName_not_in?: InputMaybe>; - lastName_starts_with?: InputMaybe; + admin_for?: InputMaybe; + appLanguageCode?: InputMaybe; + appLanguageCode_contains?: InputMaybe; + appLanguageCode_in?: InputMaybe>; + appLanguageCode_not?: InputMaybe; + appLanguageCode_not_in?: InputMaybe>; + appLanguageCode_starts_with?: InputMaybe; + email?: InputMaybe; + email_contains?: InputMaybe; + email_in?: InputMaybe>; + email_not?: InputMaybe; + email_not_in?: InputMaybe>; + email_starts_with?: InputMaybe; + event_title_contains?: InputMaybe; + firstName?: InputMaybe; + firstName_contains?: InputMaybe; + firstName_in?: InputMaybe>; + firstName_not?: InputMaybe; + firstName_not_in?: InputMaybe>; + firstName_starts_with?: InputMaybe; + id?: InputMaybe; + id_contains?: InputMaybe; + id_in?: InputMaybe>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>; + id_starts_with?: InputMaybe; + lastName?: InputMaybe; + lastName_contains?: InputMaybe; + lastName_in?: InputMaybe>; + lastName_not?: InputMaybe; + lastName_not_in?: InputMaybe>; + lastName_starts_with?: InputMaybe; }; export type UsersConnection = { @@ -1989,9 +1955,9 @@ export type UsersConnection = { }; export type UsersConnectionInput = { - cursor?: InputMaybe; + cursor?: InputMaybe; direction: PaginationDirection; - limit: Scalars['PositiveInt']; + limit: Scalars['PositiveInt']['input']; }; export type UsersConnectionResult = { @@ -2001,19 +1967,14 @@ export type UsersConnectionResult = { }; export type CreateChatInput = { - organizationId: Scalars['ID']; - userIds: Array; + organizationId: Scalars['ID']['input']; + userIds: Array; }; export type CreateGroupChatInput = { - organizationId: Scalars['ID']; - title: Scalars['String']; - userIds: Array; -}; - -export type CreateUserFamilyInput = { - title: Scalars['String']; - userIds: Array; + organizationId: Scalars['ID']['input']; + title: Scalars['String']['input']; + userIds: Array; }; @@ -2079,6 +2040,17 @@ export type DirectiveResolverFn TResult | Promise; +/** Mapping of union types */ +export type ResolversUnionTypes> = { + ConnectionError: ( InvalidCursor ) | ( MaximumValueError ); +}; + +/** Mapping of interface types */ +export type ResolversInterfaceTypes> = { + Error: ( UnauthenticatedError ) | ( UnauthorizedError ); + FieldError: ( InvalidCursor ) | ( MaximumLengthError ) | ( MaximumValueError ) | ( MinimumLengthError ) | ( MinimumValueError ); +}; + /** Mapping between all available schema types and the resolvers types */ export type ResolversTypes = { ActionItem: ResolverTypeWrapper; @@ -2089,31 +2061,31 @@ export type ResolversTypes = { AdvertisementType: AdvertisementType; AggregatePost: ResolverTypeWrapper; AggregateUser: ResolverTypeWrapper; - Any: ResolverTypeWrapper; + Any: ResolverTypeWrapper; AuthData: ResolverTypeWrapper & { user: ResolversTypes['User'] }>; - Boolean: ResolverTypeWrapper; + Boolean: ResolverTypeWrapper; CheckIn: ResolverTypeWrapper; CheckInInput: CheckInInput; CheckInStatus: ResolverTypeWrapper & { checkIn?: Maybe, user: ResolversTypes['User'] }>; Comment: ResolverTypeWrapper; CommentInput: CommentInput; - ConnectionError: ResolversTypes['InvalidCursor'] | ResolversTypes['MaximumValueError']; + ConnectionError: ResolverTypeWrapper['ConnectionError']>; ConnectionPageInfo: ResolverTypeWrapper; - CountryCode: ResolverTypeWrapper; + CountryCode: ResolverTypeWrapper; CreateActionItemInput: CreateActionItemInput; CreateUserTagInput: CreateUserTagInput; CursorPaginationInput: CursorPaginationInput; - Date: ResolverTypeWrapper; - DateTime: ResolverTypeWrapper; + Date: ResolverTypeWrapper; + DateTime: ResolverTypeWrapper; DeletePayload: ResolverTypeWrapper; DirectChat: ResolverTypeWrapper; DirectChatMessage: ResolverTypeWrapper; Donation: ResolverTypeWrapper; DonationWhereInput: DonationWhereInput; EducationGrade: EducationGrade; - EmailAddress: ResolverTypeWrapper; + EmailAddress: ResolverTypeWrapper; EmploymentStatus: EmploymentStatus; - Error: ResolversTypes['UnauthenticatedError'] | ResolversTypes['UnauthorizedError']; + Error: ResolverTypeWrapper['Error']>; Event: ResolverTypeWrapper; EventAttendeeInput: EventAttendeeInput; EventInput: EventInput; @@ -2122,23 +2094,23 @@ export type ResolversTypes = { ExtendSession: ResolverTypeWrapper; Feedback: ResolverTypeWrapper; FeedbackInput: FeedbackInput; - FieldError: ResolversTypes['InvalidCursor'] | ResolversTypes['MaximumLengthError'] | ResolversTypes['MaximumValueError'] | ResolversTypes['MinimumLengthError'] | ResolversTypes['MinimumValueError']; - Float: ResolverTypeWrapper; + FieldError: ResolverTypeWrapper['FieldError']>; + Float: ResolverTypeWrapper; ForgotPasswordData: ForgotPasswordData; Gender: Gender; Group: ResolverTypeWrapper; GroupChat: ResolverTypeWrapper; GroupChatMessage: ResolverTypeWrapper; - ID: ResolverTypeWrapper; - Int: ResolverTypeWrapper; + ID: ResolverTypeWrapper; + Int: ResolverTypeWrapper; InvalidCursor: ResolverTypeWrapper; - JSON: ResolverTypeWrapper; + JSON: ResolverTypeWrapper; Language: ResolverTypeWrapper; LanguageInput: LanguageInput; LanguageModel: ResolverTypeWrapper; - Latitude: ResolverTypeWrapper; + Latitude: ResolverTypeWrapper; LoginInput: LoginInput; - Longitude: ResolverTypeWrapper; + Longitude: ResolverTypeWrapper; MaritalStatus: MaritalStatus; MaximumLengthError: ResolverTypeWrapper; MaximumValueError: ResolverTypeWrapper; @@ -2159,12 +2131,12 @@ export type ResolversTypes = { OtpData: ResolverTypeWrapper; PageInfo: ResolverTypeWrapper; PaginationDirection: PaginationDirection; - PhoneNumber: ResolverTypeWrapper; + PhoneNumber: ResolverTypeWrapper; Plugin: ResolverTypeWrapper; PluginField: ResolverTypeWrapper; PluginFieldInput: PluginFieldInput; PluginInput: PluginInput; - PositiveInt: ResolverTypeWrapper; + PositiveInt: ResolverTypeWrapper; Post: ResolverTypeWrapper; PostConnection: ResolverTypeWrapper & { edges: Array> }>; PostInput: PostInput; @@ -2175,13 +2147,13 @@ export type ResolversTypes = { RecaptchaVerification: RecaptchaVerification; Recurrance: Recurrance; Status: Status; - String: ResolverTypeWrapper; + String: ResolverTypeWrapper; Subscription: ResolverTypeWrapper<{}>; - Time: ResolverTypeWrapper; + Time: ResolverTypeWrapper; ToggleUserTagAssignInput: ToggleUserTagAssignInput; Translation: ResolverTypeWrapper; Type: Type; - URL: ResolverTypeWrapper; + URL: ResolverTypeWrapper; UnauthenticatedError: ResolverTypeWrapper; UnauthorizedError: ResolverTypeWrapper; UpdateActionItemCategoryInput: UpdateActionItemCategoryInput; @@ -2194,13 +2166,12 @@ export type ResolversTypes = { UpdateUserPasswordInput: UpdateUserPasswordInput; UpdateUserTagInput: UpdateUserTagInput; UpdateUserTypeInput: UpdateUserTypeInput; - Upload: ResolverTypeWrapper; + Upload: ResolverTypeWrapper; User: ResolverTypeWrapper; UserAndOrganizationInput: UserAndOrganizationInput; UserConnection: ResolverTypeWrapper & { edges: Array> }>; UserCustomData: ResolverTypeWrapper; UserEdge: ResolverTypeWrapper & { node: ResolversTypes['User'] }>; - UserFamily: ResolverTypeWrapper; UserInput: UserInput; UserOrderByInput: UserOrderByInput; UserPhone: ResolverTypeWrapper; @@ -2217,7 +2188,6 @@ export type ResolversTypes = { UsersConnectionResult: ResolverTypeWrapper & { data?: Maybe, errors: Array }>; createChatInput: CreateChatInput; createGroupChatInput: CreateGroupChatInput; - createUserFamilyInput: CreateUserFamilyInput; }; /** Mapping between all available schema types and the resolvers parents */ @@ -2229,29 +2199,29 @@ export type ResolversParentTypes = { Advertisement: Omit & { creator?: Maybe }; AggregatePost: AggregatePost; AggregateUser: AggregateUser; - Any: Scalars['Any']; + Any: Scalars['Any']['output']; AuthData: Omit & { user: ResolversParentTypes['User'] }; - Boolean: Scalars['Boolean']; + Boolean: Scalars['Boolean']['output']; CheckIn: InterfaceCheckInModel; CheckInInput: CheckInInput; CheckInStatus: Omit & { checkIn?: Maybe, user: ResolversParentTypes['User'] }; Comment: InterfaceCommentModel; CommentInput: CommentInput; - ConnectionError: ResolversParentTypes['InvalidCursor'] | ResolversParentTypes['MaximumValueError']; + ConnectionError: ResolversUnionTypes['ConnectionError']; ConnectionPageInfo: ConnectionPageInfo; - CountryCode: Scalars['CountryCode']; + CountryCode: Scalars['CountryCode']['output']; CreateActionItemInput: CreateActionItemInput; CreateUserTagInput: CreateUserTagInput; CursorPaginationInput: CursorPaginationInput; - Date: Scalars['Date']; - DateTime: Scalars['DateTime']; + Date: Scalars['Date']['output']; + DateTime: Scalars['DateTime']['output']; DeletePayload: DeletePayload; DirectChat: InterfaceDirectChatModel; DirectChatMessage: InterfaceDirectChatMessageModel; Donation: InterfaceDonationModel; DonationWhereInput: DonationWhereInput; - EmailAddress: Scalars['EmailAddress']; - Error: ResolversParentTypes['UnauthenticatedError'] | ResolversParentTypes['UnauthorizedError']; + EmailAddress: Scalars['EmailAddress']['output']; + Error: ResolversInterfaceTypes['Error']; Event: InterfaceEventModel; EventAttendeeInput: EventAttendeeInput; EventInput: EventInput; @@ -2259,22 +2229,22 @@ export type ResolversParentTypes = { ExtendSession: ExtendSession; Feedback: InterfaceFeedbackModel; FeedbackInput: FeedbackInput; - FieldError: ResolversParentTypes['InvalidCursor'] | ResolversParentTypes['MaximumLengthError'] | ResolversParentTypes['MaximumValueError'] | ResolversParentTypes['MinimumLengthError'] | ResolversParentTypes['MinimumValueError']; - Float: Scalars['Float']; + FieldError: ResolversInterfaceTypes['FieldError']; + Float: Scalars['Float']['output']; ForgotPasswordData: ForgotPasswordData; Group: InterfaceGroupModel; GroupChat: InterfaceGroupChatModel; GroupChatMessage: InterfaceGroupChatMessageModel; - ID: Scalars['ID']; - Int: Scalars['Int']; + ID: Scalars['ID']['output']; + Int: Scalars['Int']['output']; InvalidCursor: InvalidCursor; - JSON: Scalars['JSON']; + JSON: Scalars['JSON']['output']; Language: InterfaceLanguageModel; LanguageInput: LanguageInput; LanguageModel: LanguageModel; - Latitude: Scalars['Latitude']; + Latitude: Scalars['Latitude']['output']; LoginInput: LoginInput; - Longitude: Scalars['Longitude']; + Longitude: Scalars['Longitude']['output']; MaximumLengthError: MaximumLengthError; MaximumValueError: MaximumValueError; MembershipRequest: InterfaceMembershipRequestModel; @@ -2292,12 +2262,12 @@ export type ResolversParentTypes = { OrganizationWhereInput: OrganizationWhereInput; OtpData: OtpData; PageInfo: PageInfo; - PhoneNumber: Scalars['PhoneNumber']; + PhoneNumber: Scalars['PhoneNumber']['output']; Plugin: InterfacePluginModel; PluginField: InterfacePluginFieldModel; PluginFieldInput: PluginFieldInput; PluginInput: PluginInput; - PositiveInt: Scalars['PositiveInt']; + PositiveInt: Scalars['PositiveInt']['output']; Post: InterfacePostModel; PostConnection: Omit & { edges: Array> }; PostInput: PostInput; @@ -2305,12 +2275,12 @@ export type ResolversParentTypes = { PostWhereInput: PostWhereInput; Query: {}; RecaptchaVerification: RecaptchaVerification; - String: Scalars['String']; + String: Scalars['String']['output']; Subscription: {}; - Time: Scalars['Time']; + Time: Scalars['Time']['output']; ToggleUserTagAssignInput: ToggleUserTagAssignInput; Translation: Translation; - URL: Scalars['URL']; + URL: Scalars['URL']['output']; UnauthenticatedError: UnauthenticatedError; UnauthorizedError: UnauthorizedError; UpdateActionItemCategoryInput: UpdateActionItemCategoryInput; @@ -2323,13 +2293,12 @@ export type ResolversParentTypes = { UpdateUserPasswordInput: UpdateUserPasswordInput; UpdateUserTagInput: UpdateUserTagInput; UpdateUserTypeInput: UpdateUserTypeInput; - Upload: Scalars['Upload']; + Upload: Scalars['Upload']['output']; User: InterfaceUserModel; UserAndOrganizationInput: UserAndOrganizationInput; UserConnection: Omit & { edges: Array> }; UserCustomData: UserCustomData; UserEdge: Omit & { node: ResolversParentTypes['User'] }; - UserFamily: InterfaceUserFamilyModel; UserInput: UserInput; UserPhone: UserPhone; UserPhoneInput: UserPhoneInput; @@ -2344,7 +2313,6 @@ export type ResolversParentTypes = { UsersConnectionResult: Omit & { data?: Maybe, errors: Array }; createChatInput: CreateChatInput; createGroupChatInput: CreateGroupChatInput; - createUserFamilyInput: CreateUserFamilyInput; }; export type AuthDirectiveArgs = { }; @@ -2723,7 +2691,6 @@ export type MutationResolvers>; addUserImage?: Resolver>; addUserToGroupChat?: Resolver>; - addUserToUserFamily?: Resolver>; adminRemoveEvent?: Resolver>; adminRemoveGroup?: Resolver>; assignUserTag?: Resolver, ParentType, ContextType, RequireFields>; @@ -2746,7 +2713,6 @@ export type MutationResolvers>; createPost?: Resolver, ParentType, ContextType, RequireFields>; createSampleOrganization?: Resolver; - createUserFamily?: Resolver>; createUserTag?: Resolver, ParentType, ContextType, RequireFields>; deleteAdvertisementById?: Resolver>; deleteDonationById?: Resolver>; @@ -2778,9 +2744,7 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; removeSampleOrganization?: Resolver; removeUserCustomData?: Resolver>; - removeUserFamily?: Resolver>; removeUserFromGroupChat?: Resolver>; - removeUserFromUserFamily?: Resolver>; removeUserImage?: Resolver; removeUserTag?: Resolver, ParentType, ContextType, RequireFields>; revokeRefreshTokenForUser?: Resolver; @@ -3054,15 +3018,6 @@ export type UserEdgeResolvers; }; -export type UserFamilyResolvers = { - _id?: Resolver; - admins?: Resolver, ParentType, ContextType>; - creator?: Resolver; - title?: Resolver, ParentType, ContextType>; - users?: Resolver, ParentType, ContextType>; - __isTypeOf?: IsTypeOfResolverFn; -}; - export type UserPhoneResolvers = { home?: Resolver, ParentType, ContextType>; mobile?: Resolver, ParentType, ContextType>; @@ -3178,7 +3133,6 @@ export type Resolvers = { UserConnection?: UserConnectionResolvers; UserCustomData?: UserCustomDataResolvers; UserEdge?: UserEdgeResolvers; - UserFamily?: UserFamilyResolvers; UserPhone?: UserPhoneResolvers; UserTag?: UserTagResolvers; UserTagEdge?: UserTagEdgeResolvers; diff --git a/src/utilities/userFamilyAdminCheck.ts b/src/utilities/userFamilyAdminCheck.ts deleted file mode 100644 index bf482733bf..0000000000 --- a/src/utilities/userFamilyAdminCheck.ts +++ /dev/null @@ -1,36 +0,0 @@ -import { Types } from "mongoose"; -import { errors, requestContext } from "../libraries"; -import { USER_NOT_AUTHORIZED_ADMIN } from "../constants"; -import type { InterfaceUserFamily } from "../models/userFamily"; -import { User } from "../models"; -/** - * If the current user is an admin of the organisation, this function returns `true` otherwise it returns `false`. - * @remarks - * This is a utility method. - * @param userId - Current user id. - * @param userFamily - userFamily data of `InterfaceuserFamily` type. - * @returns `True` or `False`. - */ -export const adminCheck = async ( - userId: string | Types.ObjectId, - userFamily: InterfaceUserFamily -): Promise => { - const userIsUserFamilyAdmin = userFamily.admins.some( - (admin) => admin === userId || Types.ObjectId(admin).equals(userId) - ); - - const user = await User.findOne({ - _id: userId, - }); - const isUserSuperAdmin: boolean = user - ? user.userType === "SUPERADMIN" - : false; - - if (!userIsUserFamilyAdmin && !isUserSuperAdmin) { - throw new errors.UnauthorizedError( - requestContext.translate(`${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`), - USER_NOT_AUTHORIZED_ADMIN.CODE, - USER_NOT_AUTHORIZED_ADMIN.PARAM - ); - } -}; diff --git a/tests/helpers/userAndUserFamily.ts b/tests/helpers/userAndUserFamily.ts deleted file mode 100644 index 8a44a588a8..0000000000 --- a/tests/helpers/userAndUserFamily.ts +++ /dev/null @@ -1,75 +0,0 @@ -import { nanoid } from "nanoid"; -import type { InterfaceUserFamily } from "../../src/models/userFamily"; -import { User } from "../../src/models"; -import { UserFamily } from "../../src/models/userFamily"; -import type { InterfaceUser } from "../../src/models"; - -import type { Document } from "mongoose"; - -export type TestUserFamilyType = - | (InterfaceUserFamily & Document) - | null; - -export type TestUserType = - | (InterfaceUser & Document) - | null; - -export const createTestUserFunc = async (): Promise => { - const testUser = await User.create({ - email: `email${nanoid().toLowerCase()}@gmail.com`, - password: `pass${nanoid().toLowerCase()}`, - firstName: `firstName${nanoid().toLowerCase()}`, - lastName: `lastName${nanoid().toLowerCase()}`, - appLanguageCode: "en", - userType: "SUPERADMIN", - }); - - return testUser; -}; - -export const createTestUserFamilyWithAdmin = async ( - userID: string, - isMember = true, - isAdmin = true -): Promise => { - const testUser = await createTestUserFunc(); - if (testUser) { - const testUserFamily = await UserFamily.create({ - title: `name${nanoid().toLocaleLowerCase()}`, - users: isMember ? [testUser._id] : [], - admins: isAdmin ? [testUser._id] : [], - creator: [testUser._id], - }); - - await User.updateOne( - { - _id: userID, - }, - { - $push: { - createdUserFamily: testUserFamily._id, - joinedUserFamily: testUserFamily._id, - adminForUserFamily: testUserFamily._id, - }, - } - ); - - return testUserFamily; - } else { - return null; - } -}; - -export const createTestUserAndUserFamily = async ( - isMember = true, - isAdmin = true -): Promise<[TestUserType, TestUserFamilyType]> => { - const testUser = await createTestUserFunc(); - const testUserFamily = await createTestUserFamilyWithAdmin( - testUser?._id, - isMember, - isAdmin - ); - - return [testUser, testUserFamily]; -}; diff --git a/tests/resolvers/Mutation/addUserToUserFamily.spec.ts b/tests/resolvers/Mutation/addUserToUserFamily.spec.ts deleted file mode 100644 index aea2fbda70..0000000000 --- a/tests/resolvers/Mutation/addUserToUserFamily.spec.ts +++ /dev/null @@ -1,147 +0,0 @@ -import "dotenv/config"; -import type mongoose from "mongoose"; -import { Types } from "mongoose"; -import { UserFamily } from "../../../src/models/userFamily"; -import type { MutationAddUserToUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; -import { connect, disconnect } from "../../helpers/db"; - -import { - USER_ALREADY_MEMBER_ERROR, - USER_NOT_FOUND_ERROR, - USER_FAMILY_NOT_FOUND_ERROR, -} from "../../../src/constants"; -import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; -import type { TestUserType } from "../../helpers/userAndUserFamily"; -import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; -import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; - -let testUser: TestUserType; -let testUserFamily: TestUserFamilyType; -let MONGOOSE_INSTANCE: typeof mongoose; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const resultsArray = await createTestUserAndUserFamily(); - testUser = resultsArray[0]; - testUserFamily = resultsArray[1]; -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("resolver -> mutation -> addUserToUserFamily", () => { - afterAll(() => { - vi.doUnmock("../../../src/constants"); - vi.resetModules(); - }); - - it(`throws NotFoundError if no user Family exists with _id === args.familyId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => message); - try { - const args: MutationAddUserToUserFamilyArgs = { - familyId: Types.ObjectId().toString(), - userId: testUser?.id, - }; - - const context = { - userId: testUser?.id, - }; - - const { addUserToUserFamily } = await import( - "../../../src/resolvers/Mutation/addUserToUserFamily" - ); - await addUserToUserFamily?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); - } - }); - - it(`throws NotFoundError if no user exists with _id === args.userId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => message); - try { - const args: MutationAddUserToUserFamilyArgs = { - familyId: testUserFamily?._id, - userId: Types.ObjectId().toString(), - }; - - const context = { - userId: testUser?._id, - }; - - const { addUserToUserFamily } = await import( - "../../../src/resolvers/Mutation/addUserToUserFamily" - ); - await addUserToUserFamily?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); - } - }); - - it(`throws ConflictError if user with _id === args.userId is already a member - of user family group with _id === args.familyId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => message); - try { - const args: MutationAddUserToUserFamilyArgs = { - familyId: testUserFamily?._id, - userId: testUser?.id, - }; - - const context = { - userId: testUser?._id, - }; - - const { addUserToUserFamily } = await import( - "../../../src/resolvers/Mutation/addUserToUserFamily" - ); - await addUserToUserFamily?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(USER_ALREADY_MEMBER_ERROR.MESSAGE); - expect(error.message).toEqual(USER_ALREADY_MEMBER_ERROR.MESSAGE); - } - }); - - it(`add the user family with _id === args.familyId and returns it`, async () => { - await UserFamily.updateOne( - { - _id: testUserFamily?._id, - }, - { - $set: { - users: [], - }, - } - ); - - const args: MutationAddUserToUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUser?.id, - }; - - const context = { - userId: testUser?.id, - }; - - const { addUserToUserFamily } = await import( - "../../../src/resolvers/Mutation/addUserToUserFamily" - ); - const addUserToUserFamilyPayload = await addUserToUserFamily?.( - {}, - args, - context - ); - expect(addUserToUserFamilyPayload?._id).toEqual(testUserFamily?._id); - expect(addUserToUserFamilyPayload?.users).toEqual([testUser?._id]); - }); -}); diff --git a/tests/resolvers/Mutation/createUserFamily.spec.ts b/tests/resolvers/Mutation/createUserFamily.spec.ts deleted file mode 100644 index 78f27f9e83..0000000000 --- a/tests/resolvers/Mutation/createUserFamily.spec.ts +++ /dev/null @@ -1,188 +0,0 @@ -import "dotenv/config"; -import type mongoose from "mongoose"; -import { Types } from "mongoose"; -import type { MutationCreateUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; -import { connect, disconnect } from "../../helpers/db"; - -import { - LENGTH_VALIDATION_ERROR, - USER_FAMILY_MIN_MEMBERS_ERROR_CODE, - USER_NOT_AUTHORIZED_SUPERADMIN, - USER_NOT_FOUND_ERROR, -} from "../../../src/constants"; -import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; -import type { TestUserType } from "../../helpers/userAndUserFamily"; -import { createTestUserFunc } from "../../helpers/userAndUserFamily"; -import { createTestUserFunc as createTestUser } from "../../helpers/user"; -import { User } from "../../../src/models"; - -let testUser: TestUserType; -let testUser2: TestUserType; -let MONGOOSE_INSTANCE: typeof mongoose; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const resultsArray = await createTestUserFunc(); - const secondUser = await createTestUser(); - - testUser = resultsArray; - testUser2 = secondUser; -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("resolvers -> Mutation -> createUserFamily", () => { - it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - - try { - const args: MutationCreateUserFamilyArgs = { - data: { - title: "title", - userIds: [testUser?._id, testUser2?._id], - }, - }; - - const context = { - userId: Types.ObjectId().toString(), - }; - - const { createUserFamily: createUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/createUserFamily" - ); - - await createUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); - - it(`throws Not Authorized error if user is not a super admin`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => message); - try { - const args: MutationCreateUserFamilyArgs = { - data: { - title: "title", - userIds: [testUser?._id, testUser2?._id], - }, - }; - - const context = { - userId: testUser2?._id, - }; - - const { createUserFamily: createUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/createUserFamily" - ); - - await createUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); - expect(error.message).toEqual( - `${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` - ); - } - }); - - it(`throws String Length Validation error if name is greater than 256 characters`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => message); - try { - const args: MutationCreateUserFamilyArgs = { - data: { - title: - "JWQPfpdkGGGKyryb86K4YN85nDj4m4F7gEAMBbMXLax73pn2okV6kpWY0EYO0XSlUc0fAlp45UCgg3s6mqsRYF9FOlzNIDFLZ1rd03Z17cdJRuvBcAmbC0imyqGdXHGDUQmVyOjDkaOLAvjhB5uDeuEqajcAPTcKpZ6LMpigXuqRAd0xGdPNXyITC03FEeKZAjjJL35cSIUeMv5eWmiFlmmm70FU1Bp6575zzBtEdyWPLflcA2GpGmmf4zvT7nfgN3NIkwQIhk9OwP8dn75YYczcYuUzLpxBu1Lyog77YlAj5DNdTIveXu9zHeC6V4EEUcPQtf1622mhdU3jZNMIAyxcAG4ErtztYYRqFs0ApUxXiQI38rmiaLcicYQgcOxpmFvqRGiSduiCprCYm90CHWbQFq4w2uhr8HhR3r9HYMIYtrRyO6C3rPXaQ7otpjuNgE0AKI57AZ4nGG1lvNwptFCY60JEndSLX9Za6XP1zkVRLaMZArQNl", - userIds: [testUser?._id, testUser2?._id], - }, - }; - const context = { - userId: testUser?._id, - }; - - const { createUserFamily: createUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/createUserFamily" - ); - - await createUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` - ); - expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` - ); - } - }); - - it(`throws InputValidationError if userIds array has fewer than 2 members`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => message); - try { - const args: MutationCreateUserFamilyArgs = { - data: { - title: "title", - userIds: [testUser?._id], - }, - }; - - const context = { - userId: testUser?.id, - }; - - const { createUserFamily: createUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/createUserFamily" - ); - - await createUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith( - USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE - ); - expect(error.code).toEqual(USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE); - } - }); - - it(`creates the user Family and returns it`, async () => { - const args: MutationCreateUserFamilyArgs = { - data: { - title: "title", - userIds: [testUser2?._id, testUser?._id], - }, - }; - - const context = { - userId: testUser?.id, - }; - - const { createUserFamily: createUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/createUserFamily" - ); - - const createUserFamilyPayload = await createUserFamilyResolver?.( - {}, - args, - context - ); - - expect(createUserFamilyPayload).toEqual( - expect.objectContaining({ - title: "title", - }) - ); - }); -}); diff --git a/tests/resolvers/Mutation/removeUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFamily.spec.ts deleted file mode 100644 index 1e3e6fa812..0000000000 --- a/tests/resolvers/Mutation/removeUserFamily.spec.ts +++ /dev/null @@ -1,139 +0,0 @@ -import "dotenv/config"; -import type mongoose from "mongoose"; -import { Types } from "mongoose"; -import { UserFamily } from "../../../src/models/userFamily"; -import { removeUserFamily as removeUserFamilyResolver } from "../../../src/resolvers/Mutation/removeUserFamily"; -import type { MutationRemoveUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; -import { connect, disconnect } from "../../helpers/db"; - -import { - USER_FAMILY_NOT_FOUND_ERROR, - USER_NOT_AUTHORIZED_SUPERADMIN, - USER_NOT_FOUND_ERROR, -} from "../../../src/constants"; -import { - beforeAll, - afterAll, - describe, - it, - expect, - afterEach, - vi, -} from "vitest"; -import { - createTestUserFunc, - type TestUserType, -} from "../../helpers/userAndUserFamily"; -import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; - -let MONGOOSE_INSTANCE: typeof mongoose; -let testUsers: TestUserType[]; -let testUserFamily: TestUserFamilyType; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const tempUser1 = await createTestUserFunc(); - const tempUser2 = await createTestUserFunc(); - testUsers = [tempUser1, tempUser2]; - - testUserFamily = await UserFamily.create({ - title: "Family", - admins: [tempUser1, tempUser2], - creator: tempUser1, - users: [tempUser1, tempUser2], - }); -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("resolvers -> Mutation -> removeUserFamily", () => { - afterEach(() => { - vi.resetAllMocks(); - vi.doMock("../../src/constants"); - vi.resetModules(); - }); - - it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - - try { - const args: MutationRemoveUserFamilyArgs = { - familyId: testUserFamily?._id, - }; - - const context = { - userId: Types.ObjectId().toString(), - }; - - const { removeUserFamily: removeUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/removeUserFamily" - ); - - await removeUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); - - it(`throws NotFoundError if no user family exists with _id === args.familyId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - - try { - const args: MutationRemoveUserFamilyArgs = { - familyId: testUserFamily?._id, - }; - - const context = { - userId: testUsers[1]?._id, - }; - - const { removeUserFamily: removeUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/removeUserFamily" - ); - - await removeUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); - - it(`throws User is not SUPERADMIN error if current user is with _id === context.userId is not a SUPERADMIN`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => message); - - try { - const args: MutationRemoveUserFamilyArgs = { - familyId: testUserFamily?.id, - }; - - const context = { - userId: testUsers[0]?.id, - }; - - const { removeUserFamily: removeUserFamilyResolver } = await import( - "../../../src/resolvers/Mutation/removeUserFamily" - ); - - await removeUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual(`${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}`); - } - }); -}); diff --git a/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts deleted file mode 100644 index b8e86fff28..0000000000 --- a/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts +++ /dev/null @@ -1,286 +0,0 @@ -import "dotenv/config"; -import type mongoose from "mongoose"; -import { Types } from "mongoose"; -import { User } from "../../../src/models"; -import { UserFamily } from "../../../src/models/userFamily"; -import type { MutationRemoveUserFromUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; -import { connect, disconnect } from "../../helpers/db"; - -import { - ADMIN_REMOVING_ADMIN, - ADMIN_REMOVING_CREATOR, - USER_FAMILY_NOT_FOUND_ERROR, - USER_NOT_AUTHORIZED_ERROR, - USER_NOT_FOUND_ERROR, - USER_REMOVING_SELF, -} from "../../../src/constants"; -import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; -import { - createTestUserFunc, - type TestUserType, -} from "../../helpers/userAndUserFamily"; -import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; - -let MONGOOSE_INSTANCE: typeof mongoose; -let testUsers: TestUserType[]; -let testUserFamily: TestUserFamilyType; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const tempUser1 = await createTestUserFunc(); - const tempUser2 = await createTestUserFunc(); - const tempUser3 = await createTestUserFunc(); - const tempUser4 = await createTestUserFunc(); - const tempUser5 = await createTestUserFunc(); - testUsers = [tempUser1, tempUser2, tempUser3, tempUser4, tempUser5]; - testUserFamily = await UserFamily.create({ - title: "title", - users: [ - testUsers[0]?._id, - testUsers[1]?._id, - testUsers[2]?._id, - testUsers[4]?._id, - ], - admins: [testUsers[2]?._id, testUsers[1]?._id], - creator: testUsers[2]?._id, - }); -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("resolver -> Mutation -> removerUserFromUserFamily", () => { - it("should throw user not found error when user with _id === args.userId does not exist", async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUsers[4]?._id, - }; - - const context = { - userId: testUsers[1]?.id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - await removeUserFromUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); - - it(`throws NotFoundError if no user family exists with _id === args.familyId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementationOnce((message) => message); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: Types.ObjectId().toString(), - userId: testUsers[4]?._id, - }; - - const context = { - userId: testUsers[0]?._id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - await removeUserFromUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); - } - }); - - it(`throws UnauthorizedError if users field of user family with _id === args.familyId - does not contain user with _id === args.userId`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementationOnce((message) => message); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUsers[3]?._id, - }; - - const context = { - userId: testUsers[2]?.id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - await removeUserFromUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); - } - }); - - it("should throw member not found error when user with _id === args.data.userId does not exist in the user Family", async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUsers[3]?._id, - }; - - const context = { - userId: testUsers[2]?.id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - await removeUserFromUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); - - it("should throw admin cannot remove self error when user with _id === args.data.userId === context.userId", async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUsers[2]?._id, - }; - - const context = { - userId: testUsers[2]?.id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - await removeUserFromUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_REMOVING_SELF.MESSAGE); - expect(error.message).toEqual(`Translated ${USER_REMOVING_SELF.MESSAGE}`); - } - }); - - it("should throw admin cannot remove another admin error when user with _id === args.data.userId is also an admin in the user Family", async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUsers[1]?._id, - }; - - const context = { - userId: testUsers[2]?.id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - await removeUserFromUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); - - it("should throw admin cannot remove creator error when user with _id === args.data.userId is the user Family creator in the user Family", async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUsers[2]?._id, - }; - - const context = { - userId: testUsers[1]?.id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - await removeUserFromUserFamilyResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(ADMIN_REMOVING_CREATOR.MESSAGE); - expect(error.message).toEqual( - `Translated ${ADMIN_REMOVING_CREATOR.MESSAGE}` - ); - } - }); - - it("remove that user with _id === args.data.userId from that user Family", async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - try { - const args: MutationRemoveUserFromUserFamilyArgs = { - familyId: testUserFamily?.id, - userId: testUsers[4]?._id, - }; - - const context = { - userId: testUsers[2]?.id, - }; - - const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = - await import( - "../../../src/resolvers/Mutation/removeUserFromUserFamily" - ); - - const updatedUserFamily = await removeUserFromUserFamilyResolver?.( - {}, - args, - context - ); - - expect(updatedUserFamily?.users).not.toContain(testUsers[4]?._id); - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); -}); diff --git a/tests/resolvers/UserFamily/admins.spec.ts b/tests/resolvers/UserFamily/admins.spec.ts deleted file mode 100644 index c4d776a3e2..0000000000 --- a/tests/resolvers/UserFamily/admins.spec.ts +++ /dev/null @@ -1,37 +0,0 @@ -import "dotenv/config"; -import { admins as usersResolver } from "../../../src/resolvers/UserFamily/admins"; -import { connect, disconnect } from "../../helpers/db"; -import type mongoose from "mongoose"; -import { User } from "../../../src/models"; -import { beforeAll, afterAll, describe, it, expect } from "vitest"; -import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; -import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; - -let testUserFamily: TestUserFamilyType; -let MONGOOSE_INSTANCE: typeof mongoose; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const resultArray = await createTestUserAndUserFamily(); - testUserFamily = resultArray[1]; -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("resolvers -> UserFamily -> admins", () => { - it(`returns user objects for parent.admins`, async () => { - const parent = testUserFamily!.toObject(); - - const usersPayload = await usersResolver?.(parent, {}, {}); - - const users = await User.find({ - _id: { - $in: testUserFamily?.admins, - }, - }).lean(); - - expect(usersPayload).toEqual(users); - }); -}); diff --git a/tests/resolvers/UserFamily/creator.spec.ts b/tests/resolvers/UserFamily/creator.spec.ts deleted file mode 100644 index eb5c65081e..0000000000 --- a/tests/resolvers/UserFamily/creator.spec.ts +++ /dev/null @@ -1,111 +0,0 @@ -import "dotenv/config"; -import { connect, disconnect } from "../../helpers/db"; -import type mongoose from "mongoose"; -import { Types } from "mongoose"; -import { User } from "../../../src/models"; -import { UserFamily } from "../../../src/models/userFamily"; - -import { USER_NOT_FOUND_ERROR } from "../../../src/constants"; -import { - beforeAll, - afterAll, - describe, - it, - expect, - afterEach, - vi, -} from "vitest"; -import type { - TestUserType, - TestUserFamilyType, -} from "../../helpers/userAndUserFamily"; -import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; - -let MONGOOSE_INSTANCE: typeof mongoose; -let testUser: TestUserType; -let testUserFamily: TestUserFamilyType; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const userAndUserFamily = await createTestUserAndUserFamily(); - testUser = userAndUserFamily[0]; - testUserFamily = userAndUserFamily[1]; -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("resolvers -> UserFamily -> creator", () => { - afterEach(() => { - vi.doUnmock("../../../src/constants"); - vi.resetModules(); - }); - - it(`throws NotFoundError if no user exists with _id === parent.creator`, async () => { - const { requestContext } = await import("../../../src/libraries"); - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementation((message) => `Translated ${message}`); - - try { - testUserFamily = await UserFamily.findOneAndUpdate( - { - _id: testUserFamily?._id, - }, - { - $set: { - creator: Types.ObjectId().toString(), - }, - }, - { - new: true, - } - ); - - const parent = testUserFamily?.toObject(); - - const { creator: creatorResolver } = await import( - "../../../src/resolvers/UserFamily/creator" - ); - if (parent) { - await creatorResolver?.(parent, {}, {}); - } - } catch (error: any) { - expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); - } - }); - - it(`returns user object for parent.creator`, async () => { - testUserFamily = await UserFamily.findOneAndUpdate( - { - _id: testUserFamily?._id, - }, - { - $set: { - creator: testUser?._id, - }, - }, - { - new: true, - } - ); - - const parent = testUserFamily?.toObject(); - - const { creator: creatorResolver } = await import( - "../../../src/resolvers/UserFamily/creator" - ); - if (parent) { - const creatorPayload = await creatorResolver?.(parent, {}, {}); - const creator = await User.findOne({ - _id: testUserFamily?.creator.toString(), - }).lean(); - - expect(creatorPayload).toEqual(creator); - } - }); -}); diff --git a/tests/resolvers/UserFamily/users.spec.ts b/tests/resolvers/UserFamily/users.spec.ts deleted file mode 100644 index 6a5f7b5124..0000000000 --- a/tests/resolvers/UserFamily/users.spec.ts +++ /dev/null @@ -1,37 +0,0 @@ -import "dotenv/config"; -import { users as usersResolver } from "../../../src/resolvers/UserFamily/users"; -import { connect, disconnect } from "../../helpers/db"; -import type mongoose from "mongoose"; -import { User } from "../../../src/models"; -import { beforeAll, afterAll, describe, it, expect } from "vitest"; -import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; -import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; - -let testUserFamily: TestUserFamilyType; -let MONGOOSE_INSTANCE: typeof mongoose; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const resultArray = await createTestUserAndUserFamily(); - testUserFamily = resultArray[1]; -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("resolvers -> UserFamily -> users", () => { - it(`returns user objects for parent.users`, async () => { - const parent = testUserFamily!.toObject(); - - const usersPayload = await usersResolver?.(parent, {}, {}); - - const users = await User.find({ - _id: { - $in: testUserFamily?.users, - }, - }).lean(); - - expect(usersPayload).toEqual(users); - }); -}); diff --git a/tests/utilities/userFamilyAdminCheck.spec.ts b/tests/utilities/userFamilyAdminCheck.spec.ts deleted file mode 100644 index 756f8d2bdc..0000000000 --- a/tests/utilities/userFamilyAdminCheck.spec.ts +++ /dev/null @@ -1,157 +0,0 @@ -import "dotenv/config"; -import { - afterAll, - afterEach, - beforeAll, - describe, - expect, - it, - vi, -} from "vitest"; -import { connect, disconnect } from "../helpers/db"; -import { USER_NOT_AUTHORIZED_ADMIN } from "../../src/constants"; -import type { - TestUserFamilyType, - TestUserType, -} from "../helpers/userAndUserFamily"; -import { createTestUserAndUserFamily } from "../helpers/userAndUserFamily"; -import { createTestUserFunc } from "../helpers/user"; -import mongoose from "mongoose"; -import type { InterfaceUserFamily } from "../../src/models/userFamily"; -import { User } from "../../src/models"; -import { UserFamily } from "../../src/models/userFamily"; -import { ApplicationError } from "../../src/libraries/errors"; - -let testUser: TestUserType; -let testUserFamily: TestUserFamilyType; -let MONGOOSE_INSTANCE: typeof mongoose; - -beforeAll(async () => { - MONGOOSE_INSTANCE = await connect(); - const userAndUserFamily = await createTestUserAndUserFamily(false, false); - testUser = await createTestUserFunc(); - testUserFamily = userAndUserFamily[1]; -}); - -afterAll(async () => { - await disconnect(MONGOOSE_INSTANCE); -}); - -describe("utilities -> adminCheck", () => { - afterEach(() => { - vi.resetModules(); - }); - - it("throws error if userIsUserFamilyAdmin === false and isUserSuperAdmin === false", async () => { - const { requestContext } = await import("../../src/libraries"); - - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementationOnce((message) => `Translated ${message}`); - - try { - const { adminCheck } = await import( - "../../src/utilities/userFamilyAdminCheck" - ); - await adminCheck( - testUser?._id, - testUserFamily ?? ({} as InterfaceUserFamily) - ); - } catch (error: any) { - expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` - ); - } - expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); - }); - - it("throws no error if userIsUserFamilyAdmin === false and isUserSuperAdmin === true", async () => { - const updatedUser = await User.findOneAndUpdate( - { - _id: testUser?._id, - }, - { - userType: "SUPERADMIN", - }, - { - new: true, - upsert: true, - } - ); - - const { adminCheck } = await import( - "../../src/utilities/userFamilyAdminCheck" - ); - - await expect( - adminCheck( - updatedUser?._id, - testUserFamily ?? ({} as InterfaceUserFamily) - ) - ).resolves.not.toThrowError(); - }); - - it("throws no error if user is an admin in that user family but not super admin", async () => { - const updatedUser = await User.findOneAndUpdate( - { - _id: testUser?._id, - }, - { - userType: "USER", - }, - { - new: true, - upsert: true, - } - ); - - const updatedUserFamily = await UserFamily.findOneAndUpdate( - { - _id: testUserFamily?._id, - }, - { - $push: { - admins: testUser?._id, - }, - }, - { - new: true, - upsert: true, - } - ); - - const { adminCheck } = await import( - "../../src/utilities/userFamilyAdminCheck" - ); - - await expect( - adminCheck( - updatedUser?._id, - updatedUserFamily ?? ({} as InterfaceUserFamily) - ) - ).resolves.not.toThrowError(); - }); - it("throws error if user is not found with the specific Id", async () => { - const { requestContext } = await import("../../src/libraries"); - - const spy = vi - .spyOn(requestContext, "translate") - .mockImplementationOnce((message) => `Translated ${message}`); - - try { - const { adminCheck } = await import( - "../../src/utilities/userFamilyAdminCheck" - ); - await adminCheck( - new mongoose.Types.ObjectId(), - testUserFamily ?? ({} as InterfaceUserFamily) - ); - } catch (error: unknown) { - if (!(error instanceof ApplicationError)) return; - expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` - ); - } - expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); - }); -}); From 5054743c030a375b13e00ee136035aad43d05545 Mon Sep 17 00:00:00 2001 From: palisadoes <16875803+palisadoes@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:41:16 +0000 Subject: [PATCH 008/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- .../models_userFamily.InterfaceUserFamily.md | 67 - ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules.md | 10 - talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 234 +- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/models_userFamily.md | 23 - talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_addUserToUserFamily.md | 41 - .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserFamily.md | 40 - .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- .../resolvers_Mutation_removeUserFamily.md | 35 - ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- ...lvers_Mutation_removeUserFromUserFamily.md | 40 - .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- .../modules/resolvers_UserFamily.md | 19 - .../modules/resolvers_UserFamily_admins.md | 25 - .../modules/resolvers_UserFamily_creator.md | 25 - .../modules/resolvers_UserFamily_users.md | 25 - talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 2308 ++++++++--------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- .../modules/utilities_userFamilyAdminCheck.md | 38 - 379 files changed, 1906 insertions(+), 2362 deletions(-) delete mode 100644 talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md delete mode 100644 talawa-api-docs/modules/models_userFamily.md delete mode 100644 talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md delete mode 100644 talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md delete mode 100644 talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md delete mode 100644 talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md delete mode 100644 talawa-api-docs/modules/resolvers_UserFamily.md delete mode 100644 talawa-api-docs/modules/resolvers_UserFamily_admins.md delete mode 100644 talawa-api-docs/modules/resolvers_UserFamily_creator.md delete mode 100644 talawa-api-docs/modules/resolvers_UserFamily_users.md delete mode 100644 talawa-api-docs/modules/utilities_userFamilyAdminCheck.md diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index 59b343bb59..fbde10d5e4 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index 534fe89bef..a30b8929b3 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index 5f01d22a9f..58fd6c5148 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index 8b8ed38db5..b75c742059 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index 03aedba128..63d967f524 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index b07906d897..1bed449c40 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index 4ed9eb0a20..19b99f0e54 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index 9fb2d187a8..70dfe98c4c 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index dc02a0d9ba..cf164e674a 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index a28df69ae6..2e112c0915 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index fbc2893fbf..3b5bc087d0 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:540](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L540) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L528) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:542](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L542) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L530) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:541](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L541) +[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L529) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index befad68639..06348a94e0 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index 968cf22438..2f02f4e9a2 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index e4514aecdf..7c30c81e9d 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index a2413fd6e4..2481c27a9c 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index f3b3f036b7..40ac0de74f 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index 2a99dd544c..0319417043 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index c16b92c14c..89c652f158 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index 7b3af79626..ed00a536e5 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index c94e1c6691..7927a76201 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index 45f5ea09ac..df6df4e9de 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index 6510502552..2ca7182133 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index 23c36fe797..cc976b6395 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index 48fdd92e05..d2a8e8cbff 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index fb14469fa7..ba4a1abc26 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index c6a042ac01..b7c32abca7 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index 54c5d4d417..b007af8b2e 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index 1f45fa9502..b4152abc0a 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index fcaee071c3..efb9912b76 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index 3e5ad63957..0ed03809bb 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index 7cac89ddf7..474f5074fc 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index e780468e70..d35cd6049b 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index 1cc2827019..03f8679592 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index 449f2fdbe1..c759c1a677 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index 43c8abac58..4ca3e499ed 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index 81aa7e1bea..424c2a7253 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index 2a4408f7e6..26e5b35517 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index 9415a64655..eb11d46543 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index d18fecd14e..7f64dbdbef 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index d28f443240..5176ef360f 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index ae7d048e0b..c02fc1c759 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index d5cd10afd2..f45974f7ca 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index 1f6e1e3b49..5a9a7d48b7 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index 2d0f5a853c..4223fdea22 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index 956ac54f08..4da2054c6e 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index 7576d5e7c7..b217aa6332 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index ad1cffbeec..618e77c688 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index d65f679560..09c7b9f709 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md b/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md deleted file mode 100644 index 96a02cee4d..0000000000 --- a/talawa-api-docs/interfaces/models_userFamily.InterfaceUserFamily.md +++ /dev/null @@ -1,67 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / [models/userFamily](../modules/models_userFamily.md) / InterfaceUserFamily - -# Interface: InterfaceUserFamily - -[models/userFamily](../modules/models_userFamily.md).InterfaceUserFamily - -This is an interface that represents a database(MongoDB) document for Family. - -## Table of contents - -### Properties - -- [\_id](models_userFamily.InterfaceUserFamily.md#_id) -- [admins](models_userFamily.InterfaceUserFamily.md#admins) -- [creator](models_userFamily.InterfaceUserFamily.md#creator) -- [title](models_userFamily.InterfaceUserFamily.md#title) -- [users](models_userFamily.InterfaceUserFamily.md#users) - -## Properties - -### \_id - -• **\_id**: `ObjectId` - -#### Defined in - -[src/models/userFamily.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L9) - -___ - -### admins - -• **admins**: `any`[] - -#### Defined in - -[src/models/userFamily.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L12) - -___ - -### creator - -• **creator**: `any`[] - -#### Defined in - -[src/models/userFamily.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L13) - -___ - -### title - -• **title**: `string` - -#### Defined in - -[src/models/userFamily.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L10) - -___ - -### users - -• **users**: `any`[] - -#### Defined in - -[src/models/userFamily.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L11) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index d2ff20d4e9..f60bf0af1c 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2426](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2426) +[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2394) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index 93842d4bd6..a2775f1367 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2481](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2481) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2449) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index 94906f43e4..94ffeae5da 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2485](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2485) +[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2453) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index 091ad3d453..5e6b00b817 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2489](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2489) +[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2457) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index d8f8391c3e..c7c93cfbbc 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2533](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2533) +[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2501) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index 4af99deead..b11020b6c7 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2632](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2632) +[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2600) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index c5159e3eb6..b14bd0bdc1 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2653](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2653) +[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2621) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index 2700a4794c..e83bc27a44 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2657](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2657) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2625) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index 2a3b1d0138..016a289ef4 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2872](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2872) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2836) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index c35bf7f475..7ed7cab20c 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2893](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2893) +[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2857) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index 00b9887ccf..0ad3cf5104 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2053](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2053) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2052](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2052) +[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2013) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index 6632558331..330502f2ce 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2048](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2048) +[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2009) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2047](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2047) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2008) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index 51fd4be4fd..b26ce76ce9 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2970](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2970) +[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2934) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index 165491add0..4aeeb1bcac 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:3001](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3001) +[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2965) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index 9e0edd278c..488f6e072b 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2982](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2982) +[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2946) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index 8adb365b92..5037e3ab5b 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index 527336417e..c5be87fb5e 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules.md b/talawa-api-docs/modules.md index 89651d9ec7..27908154ab 100644 --- a/talawa-api-docs/modules.md +++ b/talawa-api-docs/modules.md @@ -75,7 +75,6 @@ - [models/TagUser](modules/models_TagUser.md) - [models/User](modules/models_User.md) - [models/UserCustomData](modules/models_UserCustomData.md) -- [models/userFamily](modules/models_userFamily.md) - [resolvers](modules/resolvers.md) - [resolvers/ActionItem](modules/resolvers_ActionItem.md) - [resolvers/ActionItem/actionItemCategory](modules/resolvers_ActionItem_actionItemCategory.md) @@ -132,7 +131,6 @@ - [resolvers/Mutation/addUserCustomData](modules/resolvers_Mutation_addUserCustomData.md) - [resolvers/Mutation/addUserImage](modules/resolvers_Mutation_addUserImage.md) - [resolvers/Mutation/addUserToGroupChat](modules/resolvers_Mutation_addUserToGroupChat.md) -- [resolvers/Mutation/addUserToUserFamily](modules/resolvers_Mutation_addUserToUserFamily.md) - [resolvers/Mutation/adminRemoveEvent](modules/resolvers_Mutation_adminRemoveEvent.md) - [resolvers/Mutation/adminRemoveGroup](modules/resolvers_Mutation_adminRemoveGroup.md) - [resolvers/Mutation/assignUserTag](modules/resolvers_Mutation_assignUserTag.md) @@ -155,7 +153,6 @@ - [resolvers/Mutation/createPlugin](modules/resolvers_Mutation_createPlugin.md) - [resolvers/Mutation/createPost](modules/resolvers_Mutation_createPost.md) - [resolvers/Mutation/createSampleOrganization](modules/resolvers_Mutation_createSampleOrganization.md) -- [resolvers/Mutation/createUserFamily](modules/resolvers_Mutation_createUserFamily.md) - [resolvers/Mutation/createUserTag](modules/resolvers_Mutation_createUserTag.md) - [resolvers/Mutation/deleteAdvertisementById](modules/resolvers_Mutation_deleteAdvertisementById.md) - [resolvers/Mutation/deleteDonationById](modules/resolvers_Mutation_deleteDonationById.md) @@ -187,9 +184,7 @@ - [resolvers/Mutation/removePost](modules/resolvers_Mutation_removePost.md) - [resolvers/Mutation/removeSampleOrganization](modules/resolvers_Mutation_removeSampleOrganization.md) - [resolvers/Mutation/removeUserCustomData](modules/resolvers_Mutation_removeUserCustomData.md) -- [resolvers/Mutation/removeUserFamily](modules/resolvers_Mutation_removeUserFamily.md) - [resolvers/Mutation/removeUserFromGroupChat](modules/resolvers_Mutation_removeUserFromGroupChat.md) -- [resolvers/Mutation/removeUserFromUserFamily](modules/resolvers_Mutation_removeUserFromUserFamily.md) - [resolvers/Mutation/removeUserImage](modules/resolvers_Mutation_removeUserImage.md) - [resolvers/Mutation/removeUserTag](modules/resolvers_Mutation_removeUserTag.md) - [resolvers/Mutation/revokeRefreshTokenForUser](modules/resolvers_Mutation_revokeRefreshTokenForUser.md) @@ -272,10 +267,6 @@ - [resolvers/Subscription/messageSentToGroupChat](modules/resolvers_Subscription_messageSentToGroupChat.md) - [resolvers/Subscription/onPluginUpdate](modules/resolvers_Subscription_onPluginUpdate.md) - [resolvers/User](modules/resolvers_User.md) -- [resolvers/UserFamily](modules/resolvers_UserFamily.md) -- [resolvers/UserFamily/admins](modules/resolvers_UserFamily_admins.md) -- [resolvers/UserFamily/creator](modules/resolvers_UserFamily_creator.md) -- [resolvers/UserFamily/users](modules/resolvers_UserFamily_users.md) - [resolvers/UserTag](modules/resolvers_UserTag.md) - [resolvers/UserTag/childTags](modules/resolvers_UserTag_childTags.md) - [resolvers/UserTag/organization](modules/resolvers_UserTag_organization.md) @@ -337,4 +328,3 @@ - [utilities/reuploadDuplicateCheck](modules/utilities_reuploadDuplicateCheck.md) - [utilities/superAdminCheck](modules/utilities_superAdminCheck.md) - [utilities/uploadImage](modules/utilities_uploadImage.md) -- [utilities/userFamilyAdminCheck](modules/utilities_userFamilyAdminCheck.md) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index c70d00dd01..fe503e75ff 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index 42b55327b3..354cc1a23d 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index 0678c32b8b..49d3f38084 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index 72ed3aca81..0d97f9c4c7 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index e1dbbacb65..197f73d3b4 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -91,8 +91,6 @@ - [USER\_BLOCKING\_SELF](constants.md#user_blocking_self) - [USER\_DOES\_NOT\_BELONG\_TO\_TAGS\_ORGANIZATION](constants.md#user_does_not_belong_to_tags_organization) - [USER\_DOES\_NOT\_HAVE\_THE\_TAG](constants.md#user_does_not_have_the_tag) -- [USER\_FAMILY\_MIN\_MEMBERS\_ERROR\_CODE](constants.md#user_family_min_members_error_code) -- [USER\_FAMILY\_NOT\_FOUND\_ERROR](constants.md#user_family_not_found_error) - [USER\_NOT\_AUTHORIZED\_ADMIN](constants.md#user_not_authorized_admin) - [USER\_NOT\_AUTHORIZED\_ERROR](constants.md#user_not_authorized_error) - [USER\_NOT\_AUTHORIZED\_SUPERADMIN](constants.md#user_not_authorized_superadmin) @@ -119,7 +117,7 @@ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L502) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L490) ___ @@ -138,7 +136,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L24) ___ @@ -157,7 +155,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L17) ___ @@ -176,7 +174,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L10) ___ @@ -194,7 +192,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L266) +[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L254) ___ @@ -212,7 +210,7 @@ ___ #### Defined in -[src/constants.ts:259](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L259) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L247) ___ @@ -230,7 +228,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L247) +[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L235) ___ @@ -248,7 +246,7 @@ ___ #### Defined in -[src/constants.ts:253](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L253) +[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L241) ___ @@ -267,7 +265,7 @@ ___ #### Defined in -[src/constants.ts:352](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L352) +[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L340) ___ @@ -277,7 +275,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L500) +[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L488) ___ @@ -296,7 +294,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L31) ___ @@ -315,7 +313,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L37) ___ @@ -333,7 +331,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L472) +[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L460) ___ @@ -351,7 +349,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L484) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L472) ___ @@ -369,7 +367,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L478) +[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L466) ___ @@ -387,7 +385,7 @@ ___ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L490) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L478) ___ @@ -406,7 +404,7 @@ ___ #### Defined in -[src/constants.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L438) +[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L426) ___ @@ -424,7 +422,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L155) ___ @@ -434,7 +432,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L43) ___ @@ -453,7 +451,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L44) ___ @@ -471,7 +469,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L51) ___ @@ -489,7 +487,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L167) ___ @@ -507,7 +505,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L124) ___ @@ -525,7 +523,7 @@ ___ #### Defined in -[src/constants.ts:311](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L311) +[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L299) ___ @@ -543,7 +541,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L358) +[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L346) ___ @@ -561,7 +559,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L143) ___ @@ -580,7 +578,7 @@ ___ #### Defined in -[src/constants.ts:418](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L418) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L406) ___ @@ -598,7 +596,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L118) ___ @@ -608,7 +606,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L57) ___ @@ -627,7 +625,7 @@ ___ #### Defined in -[src/constants.ts:424](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L424) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L412) ___ @@ -646,7 +644,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L130) ___ @@ -664,7 +662,7 @@ ___ #### Defined in -[src/constants.ts:304](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L304) +[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L292) ___ @@ -674,7 +672,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L59) ___ @@ -684,7 +682,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L514) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L502) ___ @@ -702,7 +700,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L174) ___ @@ -712,7 +710,7 @@ ___ #### Defined in -[src/constants.ts:535](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L535) +[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L523) ___ @@ -722,7 +720,7 @@ ___ #### Defined in -[src/constants.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L537) +[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L525) ___ @@ -732,7 +730,7 @@ ___ #### Defined in -[src/constants.ts:512](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L512) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L500) ___ @@ -742,7 +740,7 @@ ___ #### Defined in -[src/constants.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L510) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L498) ___ @@ -752,7 +750,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L496) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L484) ___ @@ -762,7 +760,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L498) +[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L486) ___ @@ -772,7 +770,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L72) ___ @@ -791,7 +789,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L66) ___ @@ -810,7 +808,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L60) ___ @@ -820,7 +818,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L530) +[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L518) ___ @@ -830,7 +828,7 @@ ___ #### Defined in -[src/constants.ts:506](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L506) +[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L494) ___ @@ -848,7 +846,7 @@ ___ #### Defined in -[src/constants.ts:317](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L317) +[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L305) ___ @@ -867,7 +865,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L93) ___ @@ -886,7 +884,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L75) ___ @@ -905,7 +903,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L81) ___ @@ -924,7 +922,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L87) ___ @@ -942,7 +940,7 @@ ___ #### Defined in -[src/constants.ts:278](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L278) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L266) ___ @@ -961,7 +959,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L99) ___ @@ -979,7 +977,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L272) +[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L260) ___ @@ -998,7 +996,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L105) ___ @@ -1008,7 +1006,7 @@ ___ #### Defined in -[src/constants.ts:508](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L508) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L496) ___ @@ -1018,7 +1016,7 @@ ___ #### Defined in -[src/constants.ts:526](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L526) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L514) ___ @@ -1028,7 +1026,7 @@ ___ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L528) +[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L516) ___ @@ -1038,7 +1036,7 @@ ___ #### Defined in -[src/constants.ts:527](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L527) +[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L515) ___ @@ -1048,7 +1046,7 @@ ___ #### Defined in -[src/constants.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L504) +[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L492) ___ @@ -1066,7 +1064,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L186) +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L180) ___ @@ -1085,7 +1083,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L111) ___ @@ -1103,7 +1101,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L137) ___ @@ -1122,7 +1120,7 @@ ___ #### Defined in -[src/constants.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L465) +[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L453) ___ @@ -1143,7 +1141,7 @@ ___ #### Defined in -[src/constants.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L517) +[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L505) ___ @@ -1161,7 +1159,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L161) ___ @@ -1171,7 +1169,7 @@ ___ #### Defined in -[src/constants.ts:363](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L363) +[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L351) ___ @@ -1189,7 +1187,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L406) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L394) ___ @@ -1207,7 +1205,7 @@ ___ #### Defined in -[src/constants.ts:324](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L324) +[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L312) ___ @@ -1225,7 +1223,7 @@ ___ #### Defined in -[src/constants.ts:291](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L291) +[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L279) ___ @@ -1244,7 +1242,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L412) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L400) ___ @@ -1262,7 +1260,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L149) ___ @@ -1272,7 +1270,7 @@ ___ #### Defined in -[src/constants.ts:365](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L365) +[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L353) ___ @@ -1290,7 +1288,7 @@ ___ #### Defined in -[src/constants.ts:459](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L459) +[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L447) ___ @@ -1308,7 +1306,7 @@ ___ #### Defined in -[src/constants.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L338) +[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L326) ___ @@ -1327,7 +1325,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L370) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L358) ___ @@ -1345,7 +1343,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L210) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L198) ___ @@ -1364,7 +1362,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L376) +[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L364) ___ @@ -1382,7 +1380,7 @@ ___ #### Defined in -[src/constants.ts:234](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L234) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L222) ___ @@ -1400,7 +1398,7 @@ ___ #### Defined in -[src/constants.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L297) +[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L285) ___ @@ -1418,43 +1416,7 @@ ___ #### Defined in -[src/constants.ts:345](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L345) - -___ - -### USER\_FAMILY\_MIN\_MEMBERS\_ERROR\_CODE - -• `Const` **USER\_FAMILY\_MIN\_MEMBERS\_ERROR\_CODE**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `CODE` | `string` | -| `MESSAGE` | `undefined` | -| `PARAM` | `string` | - -#### Defined in - -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L180) - -___ - -### USER\_FAMILY\_NOT\_FOUND\_ERROR - -• `Const` **USER\_FAMILY\_NOT\_FOUND\_ERROR**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `CODE` | `string` | -| `MESSAGE` | `string` | -| `PARAM` | `string` | - -#### Defined in - -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L192) +[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L333) ___ @@ -1472,7 +1434,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L204) +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L192) ___ @@ -1491,7 +1453,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L382) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L370) ___ @@ -1509,7 +1471,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L198) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L186) ___ @@ -1527,7 +1489,7 @@ ___ #### Defined in -[src/constants.ts:331](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L331) +[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L319) ___ @@ -1545,7 +1507,7 @@ ___ #### Defined in -[src/constants.ts:284](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L284) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L272) ___ @@ -1563,7 +1525,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L222) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L210) ___ @@ -1582,7 +1544,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L388) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L376) ___ @@ -1601,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L394) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L382) ___ @@ -1619,7 +1581,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L228) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L216) ___ @@ -1637,7 +1599,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L216) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L204) ___ @@ -1656,7 +1618,7 @@ ___ #### Defined in -[src/constants.ts:431](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L431) +[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L419) ___ @@ -1674,7 +1636,7 @@ ___ #### Defined in -[src/constants.ts:240](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L240) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L228) ___ @@ -1693,7 +1655,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L400) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L388) ___ @@ -1712,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:445](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L445) +[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L433) ___ @@ -1731,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:452](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L452) +[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L440) ___ @@ -1741,7 +1703,7 @@ ___ #### Defined in -[src/constants.ts:533](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L533) +[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L521) ___ @@ -1751,4 +1713,4 @@ ___ #### Defined in -[src/constants.ts:532](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/constants.ts#L532) +[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L520) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index be8c4285bf..f4702cd9a2 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index 70b955b398..e42b7e06bd 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index e5fd37f268..b768237a76 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index bf6f19e481..b2607f8d33 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index 5506bed895..96e3361bc1 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index 9d4b9c96aa..50c3c2d179 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index 216814f3b0..9bad77af12 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index be2ed4b75c..b64771e56d 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index 3cee11443b..c8700d7b1c 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index 0648366253..87011447df 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index c645209a03..f11f447889 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index 98fa7e91cf..935640a307 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index 36514fcbbe..0c6bb376c6 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index d176ef7322..6548f3a1f8 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index 5482188a44..a97f4d8c14 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index 89df14f253..dbe67c5a6f 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index 29e8f12866..4317389479 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index 8924151697..3db13f8c46 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 39c29979d8..647b2047a7 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index b69832c146..82af258c01 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index c1d88c8981..aa49bbce9f 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index ce1028ded0..a091fc2837 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index d9d7fecaf4..451d5b257c 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index 5110298cbf..734115b504 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index 18498eaff4..14f580058d 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index 9674734147..5c7db89f8d 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index 3b0dfa8bdd..d3aa106809 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index b83342c6d1..752537b407 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index 387e9bbdc5..5a79c3fbe5 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index 05ab587775..e8ebb87663 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index 4cce5a6a86..f6ab4fe1d5 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index 96dc12a82a..ac046e81bb 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index b4ea86b1e7..27e6baa9bf 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index 35588c7fd2..773761e203 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index e38d687666..d8bc5238a5 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index 5274835d0a..4772e8eea3 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index fb4a8b7277..e37f5cb1c5 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index d4af33b630..5cb3f6c2f1 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index d0bd64467a..a283e00613 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index 4809fde670..afaa0041eb 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index f41e0cad02..6c561f15e6 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index 7979aa18ee..bfb94985f5 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index 7ef754897c..a69037362f 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index a350d440df..53fa835f97 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index 0c5075360c..ffc0087272 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index b82f12488a..825bad9fca 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index a4a81ac616..a9653f1808 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/models_userFamily.md b/talawa-api-docs/modules/models_userFamily.md deleted file mode 100644 index 755274da1e..0000000000 --- a/talawa-api-docs/modules/models_userFamily.md +++ /dev/null @@ -1,23 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / models/userFamily - -# Module: models/userFamily - -## Table of contents - -### Interfaces - -- [InterfaceUserFamily](../interfaces/models_userFamily.InterfaceUserFamily.md) - -### Variables - -- [UserFamily](models_userFamily.md#userfamily) - -## Variables - -### UserFamily - -• `Const` **UserFamily**: `Model`\<[`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md), \{\}, \{\}\> - -#### Defined in - -[src/models/userFamily.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/models/userFamily.ts#L55) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index 07a05608eb..6eec8ccc80 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/index.ts#L94) +[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/index.ts#L92) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index 3b0dd3159c..a40e1fc496 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index bfd1f63a1e..997ba796cd 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index 7ebee6417a..61315d651d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index be2deb37ee..1710426b3d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index 7f808e5ca9..4384471b6c 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index a4673a5525..dd8ccaa00a 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index e95fced571..9aa7e278c3 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 156b1674ad..334651bc31 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index a8703c41bb..ca9ab8a92b 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index 76339c38c6..14059d8da3 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index 6a5a4ebd2c..3270dc506f 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index 6d7fe17a06..9a693065ce 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index 8d11f77620..f4fc00328f 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index e36887409e..ceb37925a6 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index 33f8796649..7ea3195eea 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index f5cf480438..4b6456bc89 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index fef61d73db..33b523cb50 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index 0801ccf450..5445af02e2 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index 7fa2ff4e3e..4278761f8c 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index fa2c4c1a31..507439535a 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index 0e10e3307c..3d8aca9c9f 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index 2d260573f6..c5858c8308 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index 30f575bf2c..176f3aebc1 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index 3270ae7518..12c8576d74 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index 5f5ef27661..381ab575d1 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index 7edd7061ec..71c74eec63 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index 9dd2ee198c..b7467924f9 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index fa9969d65f..3811698f1f 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index 241b2f76c9..23e86713a3 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index 815884a990..a1da744ace 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index 6338a34c99..7aa45ac3aa 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index fd43ceb52c..1e1bbcec1e 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index c3c93e7402..b6da225aab 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index 9a6388e599..e5da0fa5a4 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index 96ac98b817..f84f57819b 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index 1a4d7687d6..11f7aac7c7 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index e071213df7..7c913983f7 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index 065a209d34..e462d69e01 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index 09ffefc654..8e9f0fbd49 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index 68d0c66c55..9c08eeae9c 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index c284216daa..70b2c887b6 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index 34ae5dcad4..8d45886013 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index 414a4d89ae..4eaab845af 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index f195018b7e..82a4938939 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index 76d4bd8a76..8bfc345776 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:98](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/index.ts#L98) +[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index 3e0be9770e..64bf929d06 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index daebd4114a..93af148eec 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index 14de2dac2b..32a0a81b62 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index 43098adeaa..dc82e57792 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index d7c5cbca77..2f9708a764 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index e2eac94d2b..bd4b7baa92 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index e9358faeec..41428656e1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index dfc8ef6402..ed31980ab3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index a8868733c3..55519ab559 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index 17eee3669d..4990cedcf3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md deleted file mode 100644 index 3557eaa2b5..0000000000 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToUserFamily.md +++ /dev/null @@ -1,41 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/addUserToUserFamily - -# Module: resolvers/Mutation/addUserToUserFamily - -## Table of contents - -### Variables - -- [addUserToUserFamily](resolvers_Mutation_addUserToUserFamily.md#addusertouserfamily) - -## Variables - -### addUserToUserFamily - -• `Const` **addUserToUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"addUserToUserFamily"``] - -This function adds user to the family. - -**`Param`** - -parent of current request - -**`Param`** - -payload provided with the request - -**`Param`** - -context of the entire application - -**`Remarks`** - -The following checks are done: -1. If the family exists -2. If the user exists -3. If the user is already member of the family -4. If the user is admin of the user Family - -#### Defined in - -[src/resolvers/Mutation/addUserToUserFamily.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/addUserToUserFamily.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index 3097d9262e..4b9db40de2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index 9eb1f6c230..4e43792530 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index 3046a479f0..4ee6c2b9c7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index f7b3a6322a..704ca9532b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index 8b594691da..ff33841382 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index 4d9bd807d6..5d128cbd85 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index e7986082c3..d8f3d93477 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index 98a00a1bc4..117a43b0a8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index 24afa067c7..80ee73f9d8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index 945797ed6b..0586d0e21d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index 9756d7ea50..1ce9392f11 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index df9dccb761..ef7f1e303a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index 0eaba91061..62894f468f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index 74c046499b..bbef84a0b1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index 75b25fa335..044b871479 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index 851fed6520..3b78f6f290 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index 6479437ba8..f0b5e3a2ba 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index 36c0822549..99e2c1d8ca 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index a8272f6b2f..80f29c4522 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index a94b63c781..8a2854da5e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index a93c6c1047..61ec9c771d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index 3371f43adc..b0306cd4bf 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md deleted file mode 100644 index 7cbc73ce9f..0000000000 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserFamily.md +++ /dev/null @@ -1,40 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/createUserFamily - -# Module: resolvers/Mutation/createUserFamily - -## Table of contents - -### Variables - -- [createUserFamily](resolvers_Mutation_createUserFamily.md#createuserfamily) - -## Variables - -### createUserFamily - -• `Const` **createUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"createUserFamily"``] - -This Function enables to create a user Family - -**`Param`** - -parent of current request - -**`Param`** - -payload provided with the request - -**`Param`** - -context of entire application - -**`Remarks`** - -- The following checks are done: -1. If the user exists -2. If the user is super admin -3. If there are atleast two members in the family. - -#### Defined in - -[src/resolvers/Mutation/createUserFamily.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createUserFamily.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index 9f0fa7b1ca..1eeec2e05d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index f60ffb2b4e..3efd5e24f6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index aa8954e05f..0f4df9367f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index 607c9b9e89..7e4028f2e0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index 50976c24ec..e283751f27 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index 74ba8e28e7..c9a956fcb8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index 230e183f43..c630ec65be 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index 2caedefd3f..0abe14f184 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index 2d407172cf..3e3c5e366e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index ddbc931d73..a56d8a0332 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index cbf930d2c3..774983a04c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index 4e06bafe01..6300f386ec 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index 141aa1730f..adfba998a2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index 6a3887c9a7..18fe664ca2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index ee9530776d..2c0f5914a3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index a3a9cf9d87..6922e02130 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index 12672e6348..a59fd76763 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index f9d8be64ad..496c121179 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index f9c1c5cf6f..dd66f9da2e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index afe3298848..4f945cc60a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index e9c34b4c1e..22e1b3bdd7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index a38cc9695b..c92ffd86ba 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index d378d342b5..76c2a6a61a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index 9cd881c2e0..4c1edefa31 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index 73d5d49812..df9c43333a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index 3e2682ce8f..6a858f088a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index 6988a6948b..ffb284ef54 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index cb0c1936bd..69b1950a91 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index 0aee5a586d..c3f3ce8605 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index 948c753fc4..87163a7aeb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index a73bb0a6b9..c8086928e6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md deleted file mode 100644 index f0263ea47a..0000000000 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFamily.md +++ /dev/null @@ -1,35 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/removeUserFamily - -# Module: resolvers/Mutation/removeUserFamily - -## Table of contents - -### Variables - -- [removeUserFamily](resolvers_Mutation_removeUserFamily.md#removeuserfamily) - -## Variables - -### removeUserFamily - -• `Const` **removeUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"removeUserFamily"``] - -This function enables to remove a user family. - -**`Param`** - -parent of current request - -**`Param`** - -payload provided with the request - -**`Context`** - -The following checks are done: -1. If the user family exists -2. If the user is super admin. - -#### Defined in - -[src/resolvers/Mutation/removeUserFamily.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserFamily.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index 64020fdfb6..ddeccb3bb5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md deleted file mode 100644 index 1ad2cac03e..0000000000 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromUserFamily.md +++ /dev/null @@ -1,40 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/Mutation/removeUserFromUserFamily - -# Module: resolvers/Mutation/removeUserFromUserFamily - -## Table of contents - -### Variables - -- [removeUserFromUserFamily](resolvers_Mutation_removeUserFromUserFamily.md#removeuserfromuserfamily) - -## Variables - -### removeUserFromUserFamily - -• `Const` **removeUserFromUserFamily**: [`MutationResolvers`](types_generatedGraphQLTypes.md#mutationresolvers)[``"removeUserFromUserFamily"``] - -This function enables to remove a user from group chat. - -**`Param`** - -parent of current request - -**`Param`** - -payload provided with the request - -**`Param`** - -context of entire publication - -**`Remarks`** - -The following checks are done: -1. If the family exists. -2. If the user to be removed is member of the organisation. -3. If the user is admin of the family - -#### Defined in - -[src/resolvers/Mutation/removeUserFromUserFamily.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserFromUserFamily.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index 1037ef9049..dea22eaeb5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index 0e61a1a9e0..8f5b9925c8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index 2f03a86262..a172d2cabe 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index 6593bc695e..050466b7e4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index 00538e016f..ba57cae905 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index a0e182b7ef..26e7ed8032 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index d7c2a4ac3e..4fb7dae402 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index f6b37297f9..78868b80a1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index f1655fc492..0849ad11e9 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index 2bb7bee9e4..956f08b0cb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index e29b5bfb4c..21a48468ee 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index ae6f574e19..ccf790521d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index fc8a0d77d0..c5282219b5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index 5f0e80f1d8..32c2a1f615 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index 1446fa2476..020f7d0a34 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index edcd75a118..dc1e3f970d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index e52e310365..a3dc351a33 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index 6819c51112..73569e58f4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index 2440a0a664..0a84c86f5d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index ddafa1d890..82e2e62c0f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index 048b6e9165..93608ecb94 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index e99365cf7d..1fcb411fa2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index 6731c5bd5c..95cfa71289 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index 99442c18bd..a7e80b39ed 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index 7affe5c6c7..144f493cc6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index 5938083f55..ceedc25b11 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index 624392efde..b9c343e29f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index 19be9370cc..710dd6362f 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index 6d9f04cb8f..356a1ea91f 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index e6c262ffef..353e988fd8 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index aa1cf4be20..f95d41b386 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index cc3eece7d7..9c5633c4a6 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index 47da5fe480..e20d33f63d 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index baec9974bb..c0a0c1a845 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index 9090b4758a..66f6456d1a 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index d765ac8ea2..8b888efe93 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index 4633309ea1..13601e7903 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index aa98228d0b..6a81b005f9 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index bc1a012fa1..e6a6d22e29 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index 729175e9c5..ee3afbc1e1 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index 9186cbdfba..a9f06a4c8f 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index ff1175ffd8..12bf5150d3 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index 31b826432e..eccfbac54a 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index 254d43b849..484f7f260a 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index d7b6d020ab..bef3f17783 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index 3b58292240..9272debf39 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index 65ab323c84..ce297192ee 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index 9759ac0d7d..26c75dc3b8 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index afe3729cb4..61a95aec09 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index c3627e6d69..02a1a7b83e 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index 5faa5f194d..f67b0d21e3 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index f7749ad295..bb1a37ebc5 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index ee26ff2b7f..57da282538 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index ef62bfd40d..a38dd1fc4f 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index f71e645334..b1e87d8a0d 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index 49cc6f6db5..bb6b9a6c8a 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index 347c2b497e..b183e67caa 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index 9759c9b083..1144a1c6c1 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index c83715f39a..24c0640474 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index 0db27e1da7..5bc694d271 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index 340229b688..c0747085e2 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index 1571422126..23d4ba9985 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index d7c1c65ee7..53018be824 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index b08b8266b4..16eff998c5 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index 879ab834f0..93c63d5b99 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index a0861a8511..f3f6dc5732 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index 4ba3daf06b..3763ee0bdc 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index a9b4c7da5c..b481fedd92 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index 1729107def..03d832e530 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index 8eb2425730..5da072530d 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index c0cd8e3699..ab307c8bc3 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index d08e213d3e..9977fa6bb6 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index 645d9efa8f..03731bdd44 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index 2fb3249def..868ff91b46 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index 69282750a0..3a90c2e47b 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index 3b2d8ae2f4..d4afec82e1 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index 00c4b34ff4..b0aec3b36c 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index aff1a30942..a9d23ff1d3 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index 6db6002833..f42e32ebb1 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index 61eec86081..0a419a36d9 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index aa8c40e84b..2fd9eb6a7e 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index 64835de1b8..d0714aa79f 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserFamily.md b/talawa-api-docs/modules/resolvers_UserFamily.md deleted file mode 100644 index d43e74f76e..0000000000 --- a/talawa-api-docs/modules/resolvers_UserFamily.md +++ /dev/null @@ -1,19 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily - -# Module: resolvers/UserFamily - -## Table of contents - -### Variables - -- [UserFamily](resolvers_UserFamily.md#userfamily) - -## Variables - -### UserFamily - -• `Const` **UserFamily**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers) - -#### Defined in - -[src/resolvers/UserFamily/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_admins.md b/talawa-api-docs/modules/resolvers_UserFamily_admins.md deleted file mode 100644 index 8141429727..0000000000 --- a/talawa-api-docs/modules/resolvers_UserFamily_admins.md +++ /dev/null @@ -1,25 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily/admins - -# Module: resolvers/UserFamily/admins - -## Table of contents - -### Variables - -- [admins](resolvers_UserFamily_admins.md#admins) - -## Variables - -### admins - -• `Const` **admins**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)[``"admins"``] - -This resolver function will fetch and return the admins of the Organization from database. - -**`Param`** - -An object that is the return value of the resolver for this field's parent. - -#### Defined in - -[src/resolvers/UserFamily/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_creator.md b/talawa-api-docs/modules/resolvers_UserFamily_creator.md deleted file mode 100644 index 5ce41a583a..0000000000 --- a/talawa-api-docs/modules/resolvers_UserFamily_creator.md +++ /dev/null @@ -1,25 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily/creator - -# Module: resolvers/UserFamily/creator - -## Table of contents - -### Variables - -- [creator](resolvers_UserFamily_creator.md#creator) - -## Variables - -### creator - -• `Const` **creator**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)[``"creator"``] - -This resolver function will fetch and return the creator of the Organization from database. - -**`Param`** - -An object that is the return value of the resolver for this field's parent. - -#### Defined in - -[src/resolvers/UserFamily/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_UserFamily_users.md b/talawa-api-docs/modules/resolvers_UserFamily_users.md deleted file mode 100644 index 6c33d7304e..0000000000 --- a/talawa-api-docs/modules/resolvers_UserFamily_users.md +++ /dev/null @@ -1,25 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / resolvers/UserFamily/users - -# Module: resolvers/UserFamily/users - -## Table of contents - -### Variables - -- [users](resolvers_UserFamily_users.md#users) - -## Variables - -### users - -• `Const` **users**: [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)[``"users"``] - -This resolver function will fetch and return the list of all Members of the user family from database. - -**`Param`** - -An object that is the return value of the resolver for this field's parent. - -#### Defined in - -[src/resolvers/UserFamily/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserFamily/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index efbd9b33b8..ca901bd356 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index eba061e0c7..befae0b020 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index a861129cca..bf265f11e6 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index 11ce6795c0..be06cc73e0 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index 460b9a824d..22704d1b9e 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index 7ace2243b3..75b9b5c641 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index 1f1736ded3..64791f8593 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index 2ba76869e0..fee61819d6 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index 75b236d350..e51a02adeb 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index bf668fd434..ba1d93a080 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index 978591e182..ae106484d1 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index 613f6ef788..0ccf09039e 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index 2af7176b0c..be834ae41d 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index d10098c921..f04d0ec5c7 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index b6e3a95700..c6e7202844 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index 4e4be1f435..008bc822f5 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index 082fecd75d..9a7552a5ca 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index 2553fae776..5d7e13e2cf 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index a75e24dd73..c4740a46cf 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index 2e81b88c41..5fb65e52ac 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index 01a61fdef9..a934419a59 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index 47fba3d62e..af1048bae9 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index 0149ff6e63..81ac3debe2 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index 3a330d00f9..059184ff36 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index dbb432cbb3..5b7ff4248c 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index 2ed36748e1..4e784f5cc0 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index b4be63a236..ac24d01e47 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index e60929a104..95647664f8 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index 79a0558884..de093edf53 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index 827d868eb9..6955e785f7 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index 72d458a038..2b18238588 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index 632b6626fc..b316345a33 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index 00e55a7d4f..f3f52fed99 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index b88a6f33f1..9111788b50 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index 2c3728e04e..6e37c6d564 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -57,7 +57,6 @@ - [CreateActionItemInput](types_generatedGraphQLTypes.md#createactioniteminput) - [CreateChatInput](types_generatedGraphQLTypes.md#createchatinput) - [CreateGroupChatInput](types_generatedGraphQLTypes.md#creategroupchatinput) -- [CreateUserFamilyInput](types_generatedGraphQLTypes.md#createuserfamilyinput) - [CreateUserTagInput](types_generatedGraphQLTypes.md#createusertaginput) - [CursorPaginationInput](types_generatedGraphQLTypes.md#cursorpaginationinput) - [DeletePayload](types_generatedGraphQLTypes.md#deletepayload) @@ -98,6 +97,7 @@ - [GroupChatMessageResolvers](types_generatedGraphQLTypes.md#groupchatmessageresolvers) - [GroupChatResolvers](types_generatedGraphQLTypes.md#groupchatresolvers) - [GroupResolvers](types_generatedGraphQLTypes.md#groupresolvers) +- [Incremental](types_generatedGraphQLTypes.md#incremental) - [InputMaybe](types_generatedGraphQLTypes.md#inputmaybe) - [InvalidCursor](types_generatedGraphQLTypes.md#invalidcursor) - [InvalidCursorResolvers](types_generatedGraphQLTypes.md#invalidcursorresolvers) @@ -108,6 +108,7 @@ - [LanguageModelResolvers](types_generatedGraphQLTypes.md#languagemodelresolvers) - [LanguageResolvers](types_generatedGraphQLTypes.md#languageresolvers) - [LoginInput](types_generatedGraphQLTypes.md#logininput) +- [MakeEmpty](types_generatedGraphQLTypes.md#makeempty) - [MakeMaybe](types_generatedGraphQLTypes.md#makemaybe) - [MakeOptional](types_generatedGraphQLTypes.md#makeoptional) - [MaritalStatus](types_generatedGraphQLTypes.md#maritalstatus) @@ -138,7 +139,6 @@ - [MutationAddUserCustomDataArgs](types_generatedGraphQLTypes.md#mutationaddusercustomdataargs) - [MutationAddUserImageArgs](types_generatedGraphQLTypes.md#mutationadduserimageargs) - [MutationAddUserToGroupChatArgs](types_generatedGraphQLTypes.md#mutationaddusertogroupchatargs) -- [MutationAddUserToUserFamilyArgs](types_generatedGraphQLTypes.md#mutationaddusertouserfamilyargs) - [MutationAdminRemoveEventArgs](types_generatedGraphQLTypes.md#mutationadminremoveeventargs) - [MutationAdminRemoveGroupArgs](types_generatedGraphQLTypes.md#mutationadminremovegroupargs) - [MutationAssignUserTagArgs](types_generatedGraphQLTypes.md#mutationassignusertagargs) @@ -160,7 +160,6 @@ - [MutationCreateOrganizationArgs](types_generatedGraphQLTypes.md#mutationcreateorganizationargs) - [MutationCreatePluginArgs](types_generatedGraphQLTypes.md#mutationcreatepluginargs) - [MutationCreatePostArgs](types_generatedGraphQLTypes.md#mutationcreatepostargs) -- [MutationCreateUserFamilyArgs](types_generatedGraphQLTypes.md#mutationcreateuserfamilyargs) - [MutationCreateUserTagArgs](types_generatedGraphQLTypes.md#mutationcreateusertagargs) - [MutationDeleteAdvertisementByIdArgs](types_generatedGraphQLTypes.md#mutationdeleteadvertisementbyidargs) - [MutationDeleteDonationByIdArgs](types_generatedGraphQLTypes.md#mutationdeletedonationbyidargs) @@ -190,9 +189,7 @@ - [MutationRemoveOrganizationImageArgs](types_generatedGraphQLTypes.md#mutationremoveorganizationimageargs) - [MutationRemovePostArgs](types_generatedGraphQLTypes.md#mutationremovepostargs) - [MutationRemoveUserCustomDataArgs](types_generatedGraphQLTypes.md#mutationremoveusercustomdataargs) -- [MutationRemoveUserFamilyArgs](types_generatedGraphQLTypes.md#mutationremoveuserfamilyargs) - [MutationRemoveUserFromGroupChatArgs](types_generatedGraphQLTypes.md#mutationremoveuserfromgroupchatargs) -- [MutationRemoveUserFromUserFamilyArgs](types_generatedGraphQLTypes.md#mutationremoveuserfromuserfamilyargs) - [MutationRemoveUserTagArgs](types_generatedGraphQLTypes.md#mutationremoveusertagargs) - [MutationResolvers](types_generatedGraphQLTypes.md#mutationresolvers) - [MutationSaveFcmTokenArgs](types_generatedGraphQLTypes.md#mutationsavefcmtokenargs) @@ -294,8 +291,10 @@ - [ResolverFn](types_generatedGraphQLTypes.md#resolverfn) - [ResolverTypeWrapper](types_generatedGraphQLTypes.md#resolvertypewrapper) - [Resolvers](types_generatedGraphQLTypes.md#resolvers) +- [ResolversInterfaceTypes](types_generatedGraphQLTypes.md#resolversinterfacetypes) - [ResolversParentTypes](types_generatedGraphQLTypes.md#resolversparenttypes) - [ResolversTypes](types_generatedGraphQLTypes.md#resolverstypes) +- [ResolversUnionTypes](types_generatedGraphQLTypes.md#resolversuniontypes) - [RoleDirectiveArgs](types_generatedGraphQLTypes.md#roledirectiveargs) - [RoleDirectiveResolver](types_generatedGraphQLTypes.md#roledirectiveresolver) - [Scalars](types_generatedGraphQLTypes.md#scalars) @@ -334,8 +333,6 @@ - [UserCustomDataResolvers](types_generatedGraphQLTypes.md#usercustomdataresolvers) - [UserEdge](types_generatedGraphQLTypes.md#useredge) - [UserEdgeResolvers](types_generatedGraphQLTypes.md#useredgeresolvers) -- [UserFamily](types_generatedGraphQLTypes.md#userfamily) -- [UserFamilyResolvers](types_generatedGraphQLTypes.md#userfamilyresolvers) - [UserInput](types_generatedGraphQLTypes.md#userinput) - [UserOrderByInput](types_generatedGraphQLTypes.md#userorderbyinput) - [UserPhone](types_generatedGraphQLTypes.md#userphone) @@ -373,24 +370,24 @@ | Name | Type | | :------ | :------ | | `__typename?` | ``"ActionItem"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `actionItemCategory?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ActionItemCategory`](types_generatedGraphQLTypes.md#actionitemcategory)\> | | `assignee?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `assigner?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `assignmentDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `completionDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `assignmentDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `completionDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `dueDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `dueDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | | `event?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\> | -| `isCompleted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `postCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `preCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `isCompleted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `postCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `preCompletionNotes?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L55) +[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L56) ___ @@ -403,17 +400,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"ActionItemCategory"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `isDisabled` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `isDisabled` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `organization?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:73](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L73) +[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L74) ___ @@ -443,7 +440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2378](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2378) +[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2346) ___ @@ -480,7 +477,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2360](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2360) +[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2328) ___ @@ -493,18 +490,18 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Address"`` | -| `city?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `countryCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `dependentLocality?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `line1?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `line2?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `postalCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `sortingCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `state?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `city?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `countryCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `dependentLocality?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `line1?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `line2?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `postalCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `sortingCode?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `state?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:84](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L84) +[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L85) ___ @@ -516,18 +513,18 @@ ___ | Name | Type | | :------ | :------ | -| `city?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `countryCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `dependentLocality?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `line1?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `line2?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `postalCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `sortingCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `state?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `city?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `countryCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `dependentLocality?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `line1?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `line2?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `postalCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `sortingCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `state?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:96](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L96) +[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L97) ___ @@ -558,7 +555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2389](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2389) +[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2357) ___ @@ -571,20 +568,20 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Advertisement"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | +| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | | `type` | [`AdvertisementType`](types_generatedGraphQLTypes.md#advertisementtype) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:107](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L107) +[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L108) ___ @@ -617,7 +614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2401](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2401) +[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2369) ___ @@ -627,7 +624,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:121](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L121) +[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L122) ___ @@ -640,11 +637,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"AggregatePost"`` | -| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | +| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:126](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L126) +[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L127) ___ @@ -668,7 +665,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2415](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2415) +[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2383) ___ @@ -681,11 +678,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"AggregateUser"`` | -| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | +| `count` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:131](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L131) +[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L132) ___ @@ -709,7 +706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2420](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2420) +[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2388) ___ @@ -722,13 +719,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"AuthData"`` | -| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:136](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L136) +[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L137) ___ @@ -754,7 +751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2429](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2429) +[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2397) ___ @@ -764,7 +761,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2350](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2350) +[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2318) ___ @@ -783,7 +780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2352](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2352) +[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2320) ___ @@ -796,19 +793,19 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"CheckIn"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `allotedRoom?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `allotedSeat?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `allotedRoom?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `allotedSeat?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `event` | [`Event`](types_generatedGraphQLTypes.md#event) | -| `feedbackSubmitted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `feedbackSubmitted` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L143) +[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L144) ___ @@ -820,14 +817,14 @@ ___ | Name | Type | | :------ | :------ | -| `allotedRoom?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `allotedSeat?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `allotedRoom?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `allotedSeat?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:156](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L156) +[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L157) ___ @@ -859,7 +856,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2404) ___ @@ -872,13 +869,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"CheckInStatus"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `checkIn?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`CheckIn`](types_generatedGraphQLTypes.md#checkin)\> | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:163](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L163) +[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L164) ___ @@ -904,7 +901,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2417) ___ @@ -917,18 +914,18 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Comment"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | | `likedBy?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `post` | [`Post`](types_generatedGraphQLTypes.md#post) | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:170](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L170) +[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L171) ___ @@ -940,11 +937,11 @@ ___ | Name | Type | | :------ | :------ | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:182](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L182) +[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L183) ___ @@ -975,7 +972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2456](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2456) +[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2424) ___ @@ -985,7 +982,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L186) +[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L187) ___ @@ -1008,7 +1005,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2468](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2468) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -1021,14 +1018,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"ConnectionPageInfo"`` | -| `endCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `startCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `endCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `startCursor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:188](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L188) +[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L189) ___ @@ -1055,7 +1052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2472](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2472) +[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2440) ___ @@ -1067,14 +1064,14 @@ ___ | Name | Type | | :------ | :------ | -| `assigneeId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `eventId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `assigneeId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `eventId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:196](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L196) +[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L197) ___ @@ -1086,12 +1083,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][] | #### Defined in -[src/types/generatedGraphQLTypes.ts:2003](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2003) +[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1969) ___ @@ -1103,30 +1100,13 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][] | #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2008) - -___ - -### CreateUserFamilyInput - -Ƭ **CreateUserFamilyInput**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `userIds` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][] | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1974) ___ @@ -1138,13 +1118,13 @@ ___ | Name | Type | | :------ | :------ | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `parentTagId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `parentTagId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:203](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L203) +[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L204) ___ @@ -1156,13 +1136,13 @@ ___ | Name | Type | | :------ | :------ | -| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | | `direction` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | +| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:209](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L209) +[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L210) ___ @@ -1175,11 +1155,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"DeletePayload"`` | -| `success` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `success` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L215) +[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L216) ___ @@ -1203,7 +1183,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2492](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2492) +[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2460) ___ @@ -1216,17 +1196,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"DirectChat"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `messages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`DirectChatMessage`](types_generatedGraphQLTypes.md#directchatmessage)\>[]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `users` | [`User`](types_generatedGraphQLTypes.md#user)[] | #### Defined in -[src/types/generatedGraphQLTypes.ts:220](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L220) +[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L221) ___ @@ -1239,17 +1219,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"DirectChatMessage"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `directChatMessageBelongsTo` | [`DirectChat`](types_generatedGraphQLTypes.md#directchat) | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `receiver` | [`User`](types_generatedGraphQLTypes.md#user) | | `sender` | [`User`](types_generatedGraphQLTypes.md#user) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:231](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L231) +[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L232) ___ @@ -1279,7 +1259,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2508](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2508) +[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2476) ___ @@ -1309,7 +1289,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2497](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2497) +[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2465) ___ @@ -1346,7 +1326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2074](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2074) +[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2035) ___ @@ -1369,7 +1349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3191](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3191) +[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3145) ___ @@ -1382,19 +1362,19 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Donation"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:242](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L242) +[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L243) ___ @@ -1426,7 +1406,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2519](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2519) +[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2487) ___ @@ -1438,22 +1418,22 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `name_of_user?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name_of_user_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name_of_user_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `name_of_user_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name_of_user_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `name_of_user_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `name_of_user?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name_of_user_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name_of_user_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `name_of_user_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name_of_user_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `name_of_user_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:255](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L255) +[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L256) ___ @@ -1463,7 +1443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:270](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L270) +[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L271) ___ @@ -1473,7 +1453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:288](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L288) +[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L289) ___ @@ -1485,11 +1465,11 @@ ___ | Name | Type | | :------ | :------ | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:293](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L293) +[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L294) ___ @@ -1513,7 +1493,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2536](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2536) +[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2504) ___ @@ -1526,36 +1506,36 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Event"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `actionItems?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ActionItem`](types_generatedGraphQLTypes.md#actionitem)\>[]\> | | `admins?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)[]\> | -| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `attendees?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `attendeesCheckInStatus` | [`CheckInStatus`](types_generatedGraphQLTypes.md#checkinstatus)[] | -| `averageFeedbackScore?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `averageFeedbackScore?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `endTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `endTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``]\> | | `feedback` | [`Feedback`](types_generatedGraphQLTypes.md#feedback)[] | -| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `latitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | -| `location?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `longitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | +| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `latitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"output"``]\> | +| `location?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `longitude?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"output"``]\> | | `organization?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\> | | `recurrance?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Recurrance`](types_generatedGraphQLTypes.md#recurrance)\> | -| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `startTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | +| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `startTime?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``]\> | | `status` | [`Status`](types_generatedGraphQLTypes.md#status) | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:297](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L297) +[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L298) ___ @@ -1567,11 +1547,11 @@ ___ | Name | Type | | :------ | :------ | -| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:328](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L328) +[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L329) ___ @@ -1583,12 +1563,12 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:332](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L332) +[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L333) ___ @@ -1600,25 +1580,25 @@ ___ | Name | Type | | :------ | :------ | -| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | -| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | -| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `allDay` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | +| `isPublic` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | +| `isRegisterable` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | +| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"input"``]\> | +| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"input"``]\> | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | | `recurrance?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Recurrance`](types_generatedGraphQLTypes.md#recurrance)\> | -| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `recurring` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``] | +| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:337](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L337) +[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L338) ___ @@ -1628,7 +1608,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:355](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L355) +[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L356) ___ @@ -1677,7 +1657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2541](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2541) +[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2509) ___ @@ -1689,35 +1669,35 @@ ___ | Name | Type | | :------ | :------ | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `location_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `location_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `location_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `location_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `location_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `organization_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `location_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `location_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `location_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `location_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `location_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `organization_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:377](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L377) +[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L378) ___ @@ -1733,7 +1713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L27) ___ @@ -1746,12 +1726,12 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"ExtendSession"`` | -| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `accessToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:405](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L405) +[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L406) ___ @@ -1776,7 +1756,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2571](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2571) +[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2539) ___ @@ -1789,16 +1769,16 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Feedback"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `event` | [`Event`](types_generatedGraphQLTypes.md#event) | -| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | -| `review?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | +| `review?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:411](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L411) +[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L412) ___ @@ -1810,13 +1790,13 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | -| `review?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `rating` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``] | +| `review?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:421](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L421) +[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L422) ___ @@ -1845,7 +1825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2577](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2577) +[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2545) ___ @@ -1857,12 +1837,12 @@ ___ | Name | Type | | :------ | :------ | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `path` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `path` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] | #### Defined in -[src/types/generatedGraphQLTypes.ts:427](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L427) +[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L428) ___ @@ -1887,7 +1867,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2587](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2587) +[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2555) ___ @@ -1899,13 +1879,13 @@ ___ | Name | Type | | :------ | :------ | -| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `userOtp` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `userOtp` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:432](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L432) +[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L433) ___ @@ -1915,7 +1895,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:438](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L438) +[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L439) ___ @@ -1928,17 +1908,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Group"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `admins` | [`User`](types_generatedGraphQLTypes.md#user)[] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `description?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `description?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `title` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:443](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L443) +[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L444) ___ @@ -1951,17 +1931,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"GroupChat"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `messages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`GroupChatMessage`](types_generatedGraphQLTypes.md#groupchatmessage)\>[]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `users` | [`User`](types_generatedGraphQLTypes.md#user)[] | #### Defined in -[src/types/generatedGraphQLTypes.ts:454](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L454) +[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L455) ___ @@ -1974,16 +1954,16 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"GroupChatMessage"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `groupChatMessageBelongsTo` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `sender` | [`User`](types_generatedGraphQLTypes.md#user) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:465](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L465) +[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L466) ___ @@ -2012,7 +1992,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2615](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2615) +[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2583) ___ @@ -2042,7 +2022,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2604](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2604) +[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2572) ___ @@ -2072,7 +2052,23 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2561) + +___ + +### Incremental + +Ƭ **Incremental**\<`T`\>: `T` \| \{ [P in keyof T]?: P extends " $fragmentName" \| "\_\_typename" ? T[P] : never \} + +#### Type parameters + +| Name | +| :------ | +| `T` | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -2088,17 +2084,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L26) ___ ### InvalidCursor -Ƭ **InvalidCursor**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"InvalidCursor"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} +Ƭ **InvalidCursor**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"InvalidCursor"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:475](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L475) +[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L476) ___ @@ -2123,7 +2119,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2156,7 +2152,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2070](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2070) +[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2031) ___ @@ -2169,14 +2165,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Language"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `en` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `en` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `translation?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`LanguageModel`](types_generatedGraphQLTypes.md#languagemodel)\>[]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:481](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L481) +[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L482) ___ @@ -2188,13 +2184,13 @@ ___ | Name | Type | | :------ | :------ | -| `en_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `translation_lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `translation_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `en_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `translation_lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `translation_value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:489](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L489) +[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L490) ___ @@ -2207,15 +2203,15 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"LanguageModel"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `verified` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `verified` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:495](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L495) +[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L496) ___ @@ -2243,7 +2239,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2643](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2643) +[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2611) ___ @@ -2270,7 +2266,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2635](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2635) +[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2603) ___ @@ -2282,12 +2278,29 @@ ___ | Name | Type | | :------ | :------ | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | -| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``] | +| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L505) + +___ + +### MakeEmpty + +Ƭ **MakeEmpty**\<`T`, `K`\>: \{ [\_ in K]?: never \} + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `T` | extends `Object` | +| `K` | extends keyof `T` | #### Defined in -[src/types/generatedGraphQLTypes.ts:504](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L504) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2304,7 +2317,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2321,7 +2334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -2331,17 +2344,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:509](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L509) +[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L510) ___ ### MaximumLengthError -Ƭ **MaximumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumLengthError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} +Ƭ **MaximumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumLengthError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:517](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L517) +[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L518) ___ @@ -2366,17 +2379,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2660](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2660) +[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2628) ___ ### MaximumValueError -Ƭ **MaximumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumValueError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} +Ƭ **MaximumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MaximumValueError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L523) +[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L524) ___ @@ -2402,7 +2415,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2666](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2666) +[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2634) ___ @@ -2418,7 +2431,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L25) ___ @@ -2431,13 +2444,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"MembershipRequest"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L530) +[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L531) ___ @@ -2463,7 +2476,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2673](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2673) +[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2641) ___ @@ -2476,17 +2489,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Message"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:537](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L537) +[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L538) ___ @@ -2499,17 +2512,17 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"MessageChat"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `languageBarrier?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `languageBarrier?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `receiver` | [`User`](types_generatedGraphQLTypes.md#user) | | `sender` | [`User`](types_generatedGraphQLTypes.md#user) | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:548](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L548) +[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L549) ___ @@ -2521,12 +2534,12 @@ ___ | Name | Type | | :------ | :------ | -| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `receiver` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `message` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `receiver` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:559](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L559) +[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L560) ___ @@ -2556,7 +2569,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2691](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2691) +[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2659) ___ @@ -2586,17 +2599,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2680](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2680) +[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2648) ___ ### MinimumLengthError -Ƭ **MinimumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumLengthError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} +Ƭ **MinimumLengthError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumLengthError"`` ; `limit`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:564](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L564) +[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L565) ___ @@ -2622,17 +2635,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2702](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2702) +[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2670) ___ ### MinimumValueError -Ƭ **MinimumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumValueError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][] \} +Ƭ **MinimumValueError**: [`FieldError`](types_generatedGraphQLTypes.md#fielderror) & \{ `__typename?`: ``"MinimumValueError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] ; `path`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``][] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:571](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L571) +[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L572) ___ @@ -2657,7 +2670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2709](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2709) +[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2677) ___ @@ -2670,7 +2683,7 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Mutation"`` | -| `acceptAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `acceptAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `acceptMembershipRequest` | [`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest) | | `addEventAttendee` | [`User`](types_generatedGraphQLTypes.md#user) | | `addFeedback` | [`Feedback`](types_generatedGraphQLTypes.md#feedback) | @@ -2680,7 +2693,6 @@ ___ | `addUserCustomData` | [`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata) | | `addUserImage` | [`User`](types_generatedGraphQLTypes.md#user) | | `addUserToGroupChat` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | -| `addUserToUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | | `adminRemoveEvent` | [`Event`](types_generatedGraphQLTypes.md#event) | | `adminRemoveGroup` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | | `assignUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | @@ -2702,23 +2714,22 @@ ___ | `createOrganization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `createPlugin` | [`Plugin`](types_generatedGraphQLTypes.md#plugin) | | `createPost?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\> | -| `createSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `createUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | +| `createSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `createUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | | `deleteAdvertisementById` | [`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload) | | `deleteDonationById` | [`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload) | -| `forgotPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `forgotPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `joinPublicOrganization` | [`User`](types_generatedGraphQLTypes.md#user) | | `leaveOrganization` | [`User`](types_generatedGraphQLTypes.md#user) | | `likeComment?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Comment`](types_generatedGraphQLTypes.md#comment)\> | | `likePost?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\> | | `login` | [`AuthData`](types_generatedGraphQLTypes.md#authdata) | -| `logout` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `logout` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `otp` | [`OtpData`](types_generatedGraphQLTypes.md#otpdata) | -| `recaptcha` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `recaptcha` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `refreshToken` | [`ExtendSession`](types_generatedGraphQLTypes.md#extendsession) | | `registerForEvent` | [`Event`](types_generatedGraphQLTypes.md#event) | -| `rejectAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `rejectAdmin` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `rejectMembershipRequest` | [`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest) | | `removeActionItem` | [`ActionItem`](types_generatedGraphQLTypes.md#actionitem) | | `removeAdmin` | [`User`](types_generatedGraphQLTypes.md#user) | @@ -2733,15 +2744,13 @@ ___ | `removeOrganizationCustomField` | [`OrganizationCustomField`](types_generatedGraphQLTypes.md#organizationcustomfield) | | `removeOrganizationImage` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `removePost?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\> | -| `removeSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `removeSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `removeUserCustomData` | [`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata) | -| `removeUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | | `removeUserFromGroupChat` | [`GroupChat`](types_generatedGraphQLTypes.md#groupchat) | -| `removeUserFromUserFamily` | [`UserFamily`](types_generatedGraphQLTypes.md#userfamily) | | `removeUserImage` | [`User`](types_generatedGraphQLTypes.md#user) | | `removeUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | -| `revokeRefreshTokenForUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `saveFcmToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `revokeRefreshTokenForUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `saveFcmToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `sendMembershipRequest` | [`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest) | | `sendMessageToDirectChat` | [`DirectChatMessage`](types_generatedGraphQLTypes.md#directchatmessage) | | `sendMessageToGroupChat` | [`GroupChatMessage`](types_generatedGraphQLTypes.md#groupchatmessage) | @@ -2764,11 +2773,11 @@ ___ | `updateUserProfile` | [`User`](types_generatedGraphQLTypes.md#user) | | `updateUserRoleInOrganization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | | `updateUserTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | -| `updateUserType` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `updateUserType` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:577](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L577) +[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L578) ___ @@ -2780,11 +2789,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:677](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L677) +[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L674) ___ @@ -2796,11 +2805,11 @@ ___ | Name | Type | | :------ | :------ | -| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:682](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L682) +[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L679) ___ @@ -2816,7 +2825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:687](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L687) +[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L684) ___ @@ -2832,7 +2841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:692](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L692) +[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L689) ___ @@ -2848,7 +2857,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:697](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L697) +[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L694) ___ @@ -2860,13 +2869,13 @@ ___ | Name | Type | | :------ | :------ | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:702](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L702) +[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L699) ___ @@ -2878,12 +2887,12 @@ ___ | Name | Type | | :------ | :------ | -| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:709](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L709) +[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L706) ___ @@ -2895,13 +2904,13 @@ ___ | Name | Type | | :------ | :------ | -| `dataName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `dataValue` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `dataName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `dataValue` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:715](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L715) +[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L712) ___ @@ -2913,11 +2922,11 @@ ___ | Name | Type | | :------ | :------ | -| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `file` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:722](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L722) +[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L719) ___ @@ -2929,29 +2938,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:727](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L727) - -___ - -### MutationAddUserToUserFamilyArgs - -Ƭ **MutationAddUserToUserFamilyArgs**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `familyId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:733](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L733) +[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L724) ___ @@ -2963,11 +2955,11 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:739](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L739) +[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L730) ___ @@ -2979,11 +2971,11 @@ ___ | Name | Type | | :------ | :------ | -| `groupId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `groupId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:744](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L744) +[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L735) ___ @@ -2999,7 +2991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:749](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L749) +[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L740) ___ @@ -3011,12 +3003,12 @@ ___ | Name | Type | | :------ | :------ | -| `blockUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `blockUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:754](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L754) +[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L745) ___ @@ -3028,12 +3020,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:760](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L760) +[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L751) ___ @@ -3045,11 +3037,11 @@ ___ | Name | Type | | :------ | :------ | -| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:766](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L766) +[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L757) ___ @@ -3065,7 +3057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:771](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L771) +[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L762) ___ @@ -3077,12 +3069,12 @@ ___ | Name | Type | | :------ | :------ | -| `actionItemCategoryId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `actionItemCategoryId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | | `data` | [`CreateActionItemInput`](types_generatedGraphQLTypes.md#createactioniteminput) | #### Defined in -[src/types/generatedGraphQLTypes.ts:776](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L776) +[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L767) ___ @@ -3094,12 +3086,12 @@ ___ | Name | Type | | :------ | :------ | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:782](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L782) +[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L773) ___ @@ -3115,7 +3107,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:788](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L788) +[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L779) ___ @@ -3127,16 +3119,16 @@ ___ | Name | Type | | :------ | :------ | -| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `endDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``] | +| `link` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `startDate` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``] | +| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:793](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L793) +[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L784) ___ @@ -3149,11 +3141,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`CommentInput`](types_generatedGraphQLTypes.md#commentinput) | -| `postId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `postId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:803](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L803) +[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L794) ___ @@ -3169,7 +3161,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:809](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L809) +[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L800) ___ @@ -3181,16 +3173,16 @@ ___ | Name | Type | | :------ | :------ | -| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``] | -| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `amount` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"input"``] | +| `nameOfOrg` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `nameOfUser` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `payPalId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:814](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L814) +[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L805) ___ @@ -3206,7 +3198,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:824](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L824) +[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L815) ___ @@ -3222,7 +3214,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:829](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L829) +[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L820) ___ @@ -3238,7 +3230,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:834](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L834) +[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L825) ___ @@ -3254,7 +3246,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:839](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L839) +[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L830) ___ @@ -3267,11 +3259,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationInput`](types_generatedGraphQLTypes.md#organizationinput)\> | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:844](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L844) +[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L835) ___ @@ -3283,14 +3275,14 @@ ___ | Name | Type | | :------ | :------ | -| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `uninstalledOrgs?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `uninstalledOrgs?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:850](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L850) +[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L841) ___ @@ -3303,27 +3295,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`PostInput`](types_generatedGraphQLTypes.md#postinput) | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:858](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L858) - -___ - -### MutationCreateUserFamilyArgs - -Ƭ **MutationCreateUserFamilyArgs**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `data` | [`CreateUserFamilyInput`](types_generatedGraphQLTypes.md#createuserfamilyinput) | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:864](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L864) +[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L849) ___ @@ -3339,7 +3315,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:869](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L869) +[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L855) ___ @@ -3351,11 +3327,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:874](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L874) +[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L860) ___ @@ -3367,11 +3343,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:879](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L879) +[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L865) ___ @@ -3387,7 +3363,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:884](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L884) +[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L870) ___ @@ -3399,11 +3375,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:889](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L889) +[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L875) ___ @@ -3415,11 +3391,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:894](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L894) +[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L880) ___ @@ -3431,11 +3407,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:899](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L899) +[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L885) ___ @@ -3447,11 +3423,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:904](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L904) +[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L890) ___ @@ -3467,7 +3443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:909](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L909) +[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L895) ___ @@ -3483,7 +3459,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:914](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L914) +[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L900) ___ @@ -3499,7 +3475,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:919](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L919) +[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L905) ___ @@ -3511,11 +3487,11 @@ ___ | Name | Type | | :------ | :------ | -| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `refreshToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:924](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L924) +[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L910) ___ @@ -3527,11 +3503,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:929](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L929) +[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L915) ___ @@ -3543,11 +3519,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:934](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L934) +[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L920) ___ @@ -3559,11 +3535,11 @@ ___ | Name | Type | | :------ | :------ | -| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `membershipRequestId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:939](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L939) +[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L925) ___ @@ -3575,11 +3551,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:944](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L944) +[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L930) ___ @@ -3595,7 +3571,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:949](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L949) +[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L935) ___ @@ -3607,11 +3583,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:954](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L954) +[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L940) ___ @@ -3623,11 +3599,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:959](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L959) +[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L945) ___ @@ -3639,12 +3615,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:964](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L964) +[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L950) ___ @@ -3656,11 +3632,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:970](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L970) +[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L956) ___ @@ -3676,7 +3652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:975](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L975) +[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L961) ___ @@ -3688,11 +3664,11 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:980](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L980) +[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L966) ___ @@ -3708,7 +3684,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:985](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L985) +[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L971) ___ @@ -3720,11 +3696,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:990](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L990) +[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L976) ___ @@ -3736,12 +3712,12 @@ ___ | Name | Type | | :------ | :------ | -| `customFieldId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `customFieldId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:995](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L995) +[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L981) ___ @@ -3753,11 +3729,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1001](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1001) +[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L987) ___ @@ -3769,11 +3745,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1006](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1006) +[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L992) ___ @@ -3785,27 +3761,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:1011](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1011) - -___ - -### MutationRemoveUserFamilyArgs - -Ƭ **MutationRemoveUserFamilyArgs**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `familyId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1016](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1016) +[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L997) ___ @@ -3817,29 +3777,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1021](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1021) - -___ - -### MutationRemoveUserFromUserFamilyArgs - -Ƭ **MutationRemoveUserFromUserFamilyArgs**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `familyId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:1027](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1027) +[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1002) ___ @@ -3851,11 +3794,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1033](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1033) +[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1008) ___ @@ -3884,7 +3827,6 @@ ___ | `addUserCustomData?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserCustomData"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserCustomDataArgs`](types_generatedGraphQLTypes.md#mutationaddusercustomdataargs), ``"dataName"`` \| ``"dataValue"`` \| ``"organizationId"``\>\> | | `addUserImage?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserImageArgs`](types_generatedGraphQLTypes.md#mutationadduserimageargs), ``"file"``\>\> | | `addUserToGroupChat?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"GroupChat"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserToGroupChatArgs`](types_generatedGraphQLTypes.md#mutationaddusertogroupchatargs), ``"chatId"`` \| ``"userId"``\>\> | -| `addUserToUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAddUserToUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationaddusertouserfamilyargs), ``"familyId"`` \| ``"userId"``\>\> | | `adminRemoveEvent?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Event"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAdminRemoveEventArgs`](types_generatedGraphQLTypes.md#mutationadminremoveeventargs), ``"eventId"``\>\> | | `adminRemoveGroup?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"GroupChat"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAdminRemoveGroupArgs`](types_generatedGraphQLTypes.md#mutationadminremovegroupargs), ``"groupId"``\>\> | | `assignUserTag?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationAssignUserTagArgs`](types_generatedGraphQLTypes.md#mutationassignusertagargs), ``"input"``\>\> | @@ -3907,7 +3849,6 @@ ___ | `createPlugin?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Plugin"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreatePluginArgs`](types_generatedGraphQLTypes.md#mutationcreatepluginargs), ``"pluginCreatedBy"`` \| ``"pluginDesc"`` \| ``"pluginName"``\>\> | | `createPost?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Post"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreatePostArgs`](types_generatedGraphQLTypes.md#mutationcreatepostargs), ``"data"``\>\> | | `createSampleOrganization?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Boolean"``], `ParentType`, `ContextType`\> | -| `createUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreateUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationcreateuserfamilyargs), ``"data"``\>\> | | `createUserTag?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserTag"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationCreateUserTagArgs`](types_generatedGraphQLTypes.md#mutationcreateusertagargs), ``"input"``\>\> | | `deleteAdvertisementById?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"DeletePayload"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationDeleteAdvertisementByIdArgs`](types_generatedGraphQLTypes.md#mutationdeleteadvertisementbyidargs), ``"id"``\>\> | | `deleteDonationById?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"DeletePayload"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationDeleteDonationByIdArgs`](types_generatedGraphQLTypes.md#mutationdeletedonationbyidargs), ``"id"``\>\> | @@ -3939,9 +3880,7 @@ ___ | `removePost?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Post"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemovePostArgs`](types_generatedGraphQLTypes.md#mutationremovepostargs), ``"id"``\>\> | | `removeSampleOrganization?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Boolean"``], `ParentType`, `ContextType`\> | | `removeUserCustomData?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserCustomData"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserCustomDataArgs`](types_generatedGraphQLTypes.md#mutationremoveusercustomdataargs), ``"organizationId"``\>\> | -| `removeUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationremoveuserfamilyargs), ``"familyId"``\>\> | | `removeUserFromGroupChat?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"GroupChat"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserFromGroupChatArgs`](types_generatedGraphQLTypes.md#mutationremoveuserfromgroupchatargs), ``"chatId"`` \| ``"userId"``\>\> | -| `removeUserFromUserFamily?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserFamily"``], `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserFromUserFamilyArgs`](types_generatedGraphQLTypes.md#mutationremoveuserfromuserfamilyargs), ``"familyId"`` \| ``"userId"``\>\> | | `removeUserImage?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``], `ParentType`, `ContextType`\> | | `removeUserTag?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UserTag"``]\>, `ParentType`, `ContextType`, [`RequireFields`](types_generatedGraphQLTypes.md#requirefields)\<[`MutationRemoveUserTagArgs`](types_generatedGraphQLTypes.md#mutationremoveusertagargs), ``"id"``\>\> | | `revokeRefreshTokenForUser?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Boolean"``], `ParentType`, `ContextType`\> | @@ -3972,7 +3911,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2715](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2715) +[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2683) ___ @@ -3984,11 +3923,11 @@ ___ | Name | Type | | :------ | :------ | -| `token?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `token?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1038](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1038) +[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1013) ___ @@ -4000,11 +3939,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1043](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1043) +[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1018) ___ @@ -4016,12 +3955,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1048](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1048) +[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1023) ___ @@ -4033,12 +3972,12 @@ ___ | Name | Type | | :------ | :------ | -| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `chatId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `messageContent` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1054](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1054) +[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1029) ___ @@ -4051,11 +3990,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`UserInput`](types_generatedGraphQLTypes.md#userinput) | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1060](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1060) +[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1035) ___ @@ -4067,12 +4006,12 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1066](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1066) +[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1041) ___ @@ -4088,7 +4027,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1072](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1072) +[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1047) ___ @@ -4100,12 +4039,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1077](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1077) +[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1052) ___ @@ -4117,11 +4056,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1083](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1083) +[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1058) ___ @@ -4133,11 +4072,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1088](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1088) +[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1063) ___ @@ -4149,11 +4088,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1093](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1093) +[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1068) ___ @@ -4166,11 +4105,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`UpdateActionItemInput`](types_generatedGraphQLTypes.md#updateactioniteminput) | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1098](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1098) +[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1073) ___ @@ -4183,11 +4122,11 @@ ___ | Name | Type | | :------ | :------ | | `data` | [`UpdateActionItemCategoryInput`](types_generatedGraphQLTypes.md#updateactionitemcategoryinput) | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1104](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1104) +[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1079) ___ @@ -4203,7 +4142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1110](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1110) +[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1085) ___ @@ -4216,11 +4155,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UpdateEventInput`](types_generatedGraphQLTypes.md#updateeventinput)\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1115](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1115) +[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1090) ___ @@ -4232,11 +4171,11 @@ ___ | Name | Type | | :------ | :------ | -| `languageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `languageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1121](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1121) +[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1096) ___ @@ -4249,12 +4188,12 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UpdateOrganizationInput`](types_generatedGraphQLTypes.md#updateorganizationinput)\> | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1126](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1126) +[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1101) ___ @@ -4266,12 +4205,12 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1133](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1133) +[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1108) ___ @@ -4284,11 +4223,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostUpdateInput`](types_generatedGraphQLTypes.md#postupdateinput)\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1139](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1139) +[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1114) ___ @@ -4304,7 +4243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1145](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1145) +[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1120) ___ @@ -4317,11 +4256,11 @@ ___ | Name | Type | | :------ | :------ | | `data?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UpdateUserInput`](types_generatedGraphQLTypes.md#updateuserinput)\> | -| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `file?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1150](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1150) +[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1125) ___ @@ -4333,13 +4272,13 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `role` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `role` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1156](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1156) +[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1131) ___ @@ -4355,7 +4294,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1163](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1163) +[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1138) ___ @@ -4371,7 +4310,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1168](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1168) +[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1143) ___ @@ -4395,7 +4334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2072](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2072) +[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2033) ___ @@ -4412,7 +4351,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -4425,29 +4364,29 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Organization"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `actionItemCategories?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ActionItemCategory`](types_generatedGraphQLTypes.md#actionitemcategory)\>[]\> | | `address?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Address`](types_generatedGraphQLTypes.md#address)\> | | `admins?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)[]\> | -| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``] | +| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``] | | `blockedUsers?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | | `customFields` | [`OrganizationCustomField`](types_generatedGraphQLTypes.md#organizationcustomfield)[] | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | | `members?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `membershipRequests?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest)\>[]\> | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `pinnedPosts?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Post`](types_generatedGraphQLTypes.md#post)\>[]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `userTags?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTagsConnection`](types_generatedGraphQLTypes.md#usertagsconnection)\> | -| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1176](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1176) +[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1151) ___ @@ -4459,11 +4398,11 @@ ___ | Name | Type | | :------ | :------ | -| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `adminId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1200](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1200) +[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1175) ___ @@ -4476,14 +4415,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"OrganizationCustomField"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `type` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1212](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1212) +[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1187) ___ @@ -4510,7 +4449,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2800) ___ @@ -4523,18 +4462,18 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"OrganizationInfoNode"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `apiUrl` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | -| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `userRegistrationRequired` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | +| `visibleInSearch` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1220](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1220) +[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1195) ___ @@ -4565,7 +4504,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2844](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2844) +[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2808) ___ @@ -4578,17 +4517,17 @@ ___ | Name | Type | | :------ | :------ | | `address` | [`AddressInput`](types_generatedGraphQLTypes.md#addressinput) | -| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `attendees?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `image?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | +| `attendees?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `image?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1232](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1232) +[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1207) ___ @@ -4598,7 +4537,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1243](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1243) +[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1218) ___ @@ -4640,7 +4579,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2813](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2813) +[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2777) ___ @@ -4652,14 +4591,14 @@ ___ | Name | Type | | :------ | :------ | -| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | -| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | +| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | +| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1205](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1205) +[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1180) ___ @@ -4671,36 +4610,36 @@ ___ | Name | Type | | :------ | :------ | -| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `apiUrl_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `apiUrl_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][]\> | -| `apiUrl_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `apiUrl_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][]\> | -| `apiUrl_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `name_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `name_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `apiUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | +| `apiUrl_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | +| `apiUrl_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``][]\> | +| `apiUrl_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | +| `apiUrl_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``][]\> | +| `apiUrl_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `description_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `description_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `description_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `name_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `name_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1255](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1255) +[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1230) ___ @@ -4713,11 +4652,11 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"OtpData"`` | -| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `otpToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1284](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1284) +[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1259) ___ @@ -4741,7 +4680,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2856](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2856) +[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2820) ___ @@ -4753,11 +4692,11 @@ ___ | Name | Type | | :------ | :------ | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1172](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1172) +[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1147) ___ @@ -4772,16 +4711,16 @@ Information about pagination in a connection. | Name | Type | Description | | :------ | :------ | :------ | | `__typename?` | ``"PageInfo"`` | - | -| `currPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | -| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | When paginating forwards, are there more items? | -| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | When paginating backwards, are there more items? | -| `nextPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | -| `prevPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | -| `totalPages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | - | +| `currPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | +| `hasNextPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | When paginating forwards, are there more items? | +| `hasPreviousPage` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | When paginating backwards, are there more items? | +| `nextPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | +| `prevPageNo?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | +| `totalPages?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | - | #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1265) ___ @@ -4810,7 +4749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2861](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2861) +[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2825) ___ @@ -4820,7 +4759,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1302](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1302) +[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1277) ___ @@ -4833,15 +4772,15 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Plugin"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `uninstalledOrgs?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `pluginCreatedBy` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `pluginDesc` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `uninstalledOrgs?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``][]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1306](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1306) +[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1281) ___ @@ -4854,14 +4793,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"PluginField"`` | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `status` | [`Status`](types_generatedGraphQLTypes.md#status) | -| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1315](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1315) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4873,12 +4812,12 @@ ___ | Name | Type | | :------ | :------ | -| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `key` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `value` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1323](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1323) +[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1298) ___ @@ -4905,7 +4844,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2884](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2884) +[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2848) ___ @@ -4918,14 +4857,14 @@ ___ | Name | Type | | :------ | :------ | | `fields?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PluginFieldInput`](types_generatedGraphQLTypes.md#pluginfieldinput)\>[]\> | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `pluginKey?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `pluginKey?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `pluginName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | | `pluginType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Type`](types_generatedGraphQLTypes.md#type)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1328](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1328) +[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1303) ___ @@ -4953,7 +4892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2875](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2875) +[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2839) ___ @@ -4966,24 +4905,24 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Post"`` | -| `_id?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `commentCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `_id?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``]\> | +| `commentCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | | `comments?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Comment`](types_generatedGraphQLTypes.md#comment)\>[]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `creator?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\> | -| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `imageUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | +| `likeCount?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | | `likedBy?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `organization` | [`Organization`](types_generatedGraphQLTypes.md#organization) | -| `pinned?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `title?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | -| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `pinned?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `title?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | +| `videoUrl?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1336](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1336) +[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1311) ___ @@ -5004,7 +4943,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1355](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1355) +[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1330) ___ @@ -5030,7 +4969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2914](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2914) +[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2878) ___ @@ -5042,17 +4981,17 @@ ___ | Name | Type | | :------ | :------ | -| `_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `pinned?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `_id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `pinned?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `text` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1364](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1364) +[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1339) ___ @@ -5062,7 +5001,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1349) ___ @@ -5099,7 +5038,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2896](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2896) +[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2860) ___ @@ -5111,14 +5050,14 @@ ___ | Name | Type | | :------ | :------ | -| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `imageUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `videoUrl?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1392](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1392) +[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1367) ___ @@ -5130,28 +5069,28 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `text_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `text_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `text_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `text_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `text_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `text?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `text_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `text_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `text_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `text_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `text_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `title_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `title_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `title_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1399](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1399) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5184,11 +5123,11 @@ ___ | `getDonationByOrgIdConnection` | [`Donation`](types_generatedGraphQLTypes.md#donation)[] | | `getPlugins?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Plugin`](types_generatedGraphQLTypes.md#plugin)\>[]\> | | `getlanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Translation`](types_generatedGraphQLTypes.md#translation)\>[]\> | -| `hasSubmittedFeedback?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `isSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `hasSubmittedFeedback?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | +| `isSampleOrganization` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `joinedOrganizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `me` | [`User`](types_generatedGraphQLTypes.md#user) | -| `myLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `myLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | | `organizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `organizationsConnection` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[] | | `organizationsMemberConnection` | [`UserConnection`](types_generatedGraphQLTypes.md#userconnection) | @@ -5199,13 +5138,13 @@ ___ | `registeredEventsByUser?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | | `registrantsByEvent?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `user` | [`User`](types_generatedGraphQLTypes.md#user) | -| `userLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `userLanguage?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | | `users?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[]\> | | `usersConnection` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`User`](types_generatedGraphQLTypes.md#user)\>[] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1420](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1420) +[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1395) ___ @@ -5217,11 +5156,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1438) ___ @@ -5233,11 +5172,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1443) ___ @@ -5249,11 +5188,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1448) ___ @@ -5265,11 +5204,11 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1453) ___ @@ -5281,11 +5220,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1458) ___ @@ -5297,11 +5236,11 @@ ___ | Name | Type | | :------ | :------ | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5313,11 +5252,11 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5329,11 +5268,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1498](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1498) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5345,11 +5284,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1503](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1503) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5361,11 +5300,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1508](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1508) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5377,11 +5316,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1513](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1513) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5393,12 +5332,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventOrderByInput`](types_generatedGraphQLTypes.md#eventorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1518](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1518) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5410,14 +5349,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventOrderByInput`](types_generatedGraphQLTypes.md#eventorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventWhereInput`](types_generatedGraphQLTypes.md#eventwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1524](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1524) +[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1499) ___ @@ -5429,11 +5368,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1532](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1532) +[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1507) ___ @@ -5445,11 +5384,11 @@ ___ | Name | Type | | :------ | :------ | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1537](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1537) +[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1512) ___ @@ -5461,14 +5400,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`DonationWhereInput`](types_generatedGraphQLTypes.md#donationwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1542](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1542) +[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1517) ___ @@ -5480,11 +5419,11 @@ ___ | Name | Type | | :------ | :------ | -| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `lang_code` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1550](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1550) +[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1525) ___ @@ -5496,12 +5435,12 @@ ___ | Name | Type | | :------ | :------ | -| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `eventId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1555](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1555) +[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1530) ___ @@ -5513,11 +5452,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1561](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1561) +[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1536) ___ @@ -5529,11 +5468,11 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1566](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1566) +[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1541) ___ @@ -5545,12 +5484,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationOrderByInput`](types_generatedGraphQLTypes.md#organizationorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1571](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1571) +[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1546) ___ @@ -5562,14 +5501,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationOrderByInput`](types_generatedGraphQLTypes.md#organizationorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`OrganizationWhereInput`](types_generatedGraphQLTypes.md#organizationwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1577](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1577) +[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1552) ___ @@ -5581,15 +5520,15 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput)\> | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserWhereInput`](types_generatedGraphQLTypes.md#userwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1560) ___ @@ -5601,11 +5540,11 @@ ___ | Name | Type | | :------ | :------ | -| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `orgId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1569) ___ @@ -5617,11 +5556,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1599](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1599) +[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1574) ___ @@ -5633,12 +5572,12 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostOrderByInput`](types_generatedGraphQLTypes.md#postorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1604](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1604) +[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1579) ___ @@ -5650,15 +5589,15 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostOrderByInput`](types_generatedGraphQLTypes.md#postorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`PostWhereInput`](types_generatedGraphQLTypes.md#postwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5670,12 +5609,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EventOrderByInput`](types_generatedGraphQLTypes.md#eventorderbyinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1619](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1619) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5687,11 +5626,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1600) ___ @@ -5751,7 +5690,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2921](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2921) +[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2885) ___ @@ -5763,11 +5702,11 @@ ___ | Name | Type | | :------ | :------ | -| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1630](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1630) +[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1605) ___ @@ -5779,11 +5718,11 @@ ___ | Name | Type | | :------ | :------ | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1635](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1635) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5795,16 +5734,16 @@ ___ | Name | Type | | :------ | :------ | -| `adminApproved?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `adminApproved?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | -| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | +| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserWhereInput`](types_generatedGraphQLTypes.md#userwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1640](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1640) +[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1615) ___ @@ -5816,14 +5755,14 @@ ___ | Name | Type | | :------ | :------ | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `orderBy?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput)\> | -| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `skip?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"input"``]\> | | `where?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserWhereInput`](types_generatedGraphQLTypes.md#userwhereinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1650](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1650) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5835,11 +5774,11 @@ ___ | Name | Type | | :------ | :------ | -| `recaptchaToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `recaptchaToken` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1657](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1657) +[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1632) ___ @@ -5849,7 +5788,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1636) ___ @@ -5866,7 +5805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L33) ___ @@ -5885,7 +5824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2023](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2023) +[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1984) ___ @@ -5921,7 +5860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1986) ___ @@ -5937,7 +5876,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1982) ___ @@ -6022,7 +5961,6 @@ ___ | `UserConnection?` | [`UserConnectionResolvers`](types_generatedGraphQLTypes.md#userconnectionresolvers)\<`ContextType`\> | | `UserCustomData?` | [`UserCustomDataResolvers`](types_generatedGraphQLTypes.md#usercustomdataresolvers)\<`ContextType`\> | | `UserEdge?` | [`UserEdgeResolvers`](types_generatedGraphQLTypes.md#useredgeresolvers)\<`ContextType`\> | -| `UserFamily?` | [`UserFamilyResolvers`](types_generatedGraphQLTypes.md#userfamilyresolvers)\<`ContextType`\> | | `UserPhone?` | [`UserPhoneResolvers`](types_generatedGraphQLTypes.md#userphoneresolvers)\<`ContextType`\> | | `UserTag?` | [`UserTagResolvers`](types_generatedGraphQLTypes.md#usertagresolvers)\<`ContextType`\> | | `UserTagEdge?` | [`UserTagEdgeResolvers`](types_generatedGraphQLTypes.md#usertagedgeresolvers)\<`ContextType`\> | @@ -6033,7 +5971,32 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3113](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3113) +[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3068) + +___ + +### ResolversInterfaceTypes + +Ƭ **ResolversInterfaceTypes**\<`RefType`\>: `Object` + +Mapping of interface types + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `RefType` | extends `Record`\<`string`, `unknown`\> | + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `Error` | [`UnauthenticatedError`](types_generatedGraphQLTypes.md#unauthenticatederror) \| [`UnauthorizedError`](types_generatedGraphQLTypes.md#unauthorizederror) | +| `FieldError` | [`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor) \| [`MaximumLengthError`](types_generatedGraphQLTypes.md#maximumlengtherror) \| [`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror) \| [`MinimumLengthError`](types_generatedGraphQLTypes.md#minimumlengtherror) \| [`MinimumValueError`](types_generatedGraphQLTypes.md#minimumvalueerror) | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2049) ___ @@ -6054,29 +6017,29 @@ Mapping between all available schema types and the resolvers parents | `Advertisement` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`Advertisement`](types_generatedGraphQLTypes.md#advertisement), ``"creator"``\> & \{ `creator?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``]\> \} | | `AggregatePost` | [`AggregatePost`](types_generatedGraphQLTypes.md#aggregatepost) | | `AggregateUser` | [`AggregateUser`](types_generatedGraphQLTypes.md#aggregateuser) | -| `Any` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``] | +| `Any` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``][``"output"``] | | `AuthData` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`AuthData`](types_generatedGraphQLTypes.md#authdata), ``"user"``\> & \{ `user`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``] \} | -| `Boolean` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `Boolean` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `CheckIn` | [`InterfaceCheckIn`](../interfaces/models_CheckIn.InterfaceCheckIn.md) | | `CheckInInput` | [`CheckInInput`](types_generatedGraphQLTypes.md#checkininput) | | `CheckInStatus` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`CheckInStatus`](types_generatedGraphQLTypes.md#checkinstatus), ``"checkIn"`` \| ``"user"``\> & \{ `checkIn?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"CheckIn"``]\> ; `user`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``] \} | | `Comment` | [`InterfaceComment`](../interfaces/models_Comment.InterfaceComment.md) | | `CommentInput` | [`CommentInput`](types_generatedGraphQLTypes.md#commentinput) | -| `ConnectionError` | [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"InvalidCursor"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MaximumValueError"``] | +| `ConnectionError` | [`ResolversUnionTypes`](types_generatedGraphQLTypes.md#resolversuniontypes)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)\>[``"ConnectionError"``] | | `ConnectionPageInfo` | [`ConnectionPageInfo`](types_generatedGraphQLTypes.md#connectionpageinfo) | -| `CountryCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``] | +| `CountryCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``][``"output"``] | | `CreateActionItemInput` | [`CreateActionItemInput`](types_generatedGraphQLTypes.md#createactioniteminput) | | `CreateUserTagInput` | [`CreateUserTagInput`](types_generatedGraphQLTypes.md#createusertaginput) | | `CursorPaginationInput` | [`CursorPaginationInput`](types_generatedGraphQLTypes.md#cursorpaginationinput) | -| `Date` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``] | -| `DateTime` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `Date` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``] | +| `DateTime` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `DeletePayload` | [`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload) | | `DirectChat` | [`InterfaceDirectChat`](../interfaces/models_DirectChat.InterfaceDirectChat.md) | | `DirectChatMessage` | [`InterfaceDirectChatMessage`](../interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md) | | `Donation` | [`InterfaceDonation`](../interfaces/models_Donation.InterfaceDonation.md) | | `DonationWhereInput` | [`DonationWhereInput`](types_generatedGraphQLTypes.md#donationwhereinput) | -| `EmailAddress` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | -| `Error` | [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UnauthenticatedError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UnauthorizedError"``] | +| `EmailAddress` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"output"``] | +| `Error` | [`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)\>[``"Error"``] | | `Event` | [`InterfaceEvent`](../interfaces/models_Event.InterfaceEvent.md) | | `EventAttendeeInput` | [`EventAttendeeInput`](types_generatedGraphQLTypes.md#eventattendeeinput) | | `EventInput` | [`EventInput`](types_generatedGraphQLTypes.md#eventinput) | @@ -6084,22 +6047,22 @@ Mapping between all available schema types and the resolvers parents | `ExtendSession` | [`ExtendSession`](types_generatedGraphQLTypes.md#extendsession) | | `Feedback` | [`InterfaceFeedback`](../interfaces/models_Feedback.InterfaceFeedback.md) | | `FeedbackInput` | [`FeedbackInput`](types_generatedGraphQLTypes.md#feedbackinput) | -| `FieldError` | [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"InvalidCursor"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MaximumLengthError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MaximumValueError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MinimumLengthError"``] \| [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"MinimumValueError"``] | -| `Float` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``] | +| `FieldError` | [`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)\>[``"FieldError"``] | +| `Float` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``] | | `ForgotPasswordData` | [`ForgotPasswordData`](types_generatedGraphQLTypes.md#forgotpassworddata) | | `Group` | [`InterfaceGroup`](../interfaces/models_Group.InterfaceGroup.md) | | `GroupChat` | [`InterfaceGroupChat`](../interfaces/models_GroupChat.InterfaceGroupChat.md) | | `GroupChatMessage` | [`InterfaceGroupChatMessage`](../interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md) | -| `ID` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `Int` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | +| `ID` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `Int` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | | `InvalidCursor` | [`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor) | -| `JSON` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``] | +| `JSON` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``][``"output"``] | | `Language` | [`InterfaceLanguage`](../interfaces/models_Language.InterfaceLanguage.md) | | `LanguageInput` | [`LanguageInput`](types_generatedGraphQLTypes.md#languageinput) | | `LanguageModel` | [`LanguageModel`](types_generatedGraphQLTypes.md#languagemodel) | -| `Latitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``] | +| `Latitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"output"``] | | `LoginInput` | [`LoginInput`](types_generatedGraphQLTypes.md#logininput) | -| `Longitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``] | +| `Longitude` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"output"``] | | `MaximumLengthError` | [`MaximumLengthError`](types_generatedGraphQLTypes.md#maximumlengtherror) | | `MaximumValueError` | [`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror) | | `MembershipRequest` | [`InterfaceMembershipRequest`](../interfaces/models_MembershipRequest.InterfaceMembershipRequest.md) | @@ -6117,12 +6080,12 @@ Mapping between all available schema types and the resolvers parents | `OrganizationWhereInput` | [`OrganizationWhereInput`](types_generatedGraphQLTypes.md#organizationwhereinput) | | `OtpData` | [`OtpData`](types_generatedGraphQLTypes.md#otpdata) | | `PageInfo` | [`PageInfo`](types_generatedGraphQLTypes.md#pageinfo) | -| `PhoneNumber` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``] | +| `PhoneNumber` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``] | | `Plugin` | [`InterfacePlugin`](../interfaces/models_Plugin.InterfacePlugin.md) | | `PluginField` | [`InterfacePluginField`](../interfaces/models_PluginField.InterfacePluginField.md) | | `PluginFieldInput` | [`PluginFieldInput`](types_generatedGraphQLTypes.md#pluginfieldinput) | | `PluginInput` | [`PluginInput`](types_generatedGraphQLTypes.md#plugininput) | -| `PositiveInt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | +| `PositiveInt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"output"``] | | `Post` | [`InterfacePost`](../interfaces/models_Post.InterfacePost.md) | | `PostConnection` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`PostConnection`](types_generatedGraphQLTypes.md#postconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"Post"``]\>[] \} | | `PostInput` | [`PostInput`](types_generatedGraphQLTypes.md#postinput) | @@ -6130,12 +6093,12 @@ Mapping between all available schema types and the resolvers parents | `PostWhereInput` | [`PostWhereInput`](types_generatedGraphQLTypes.md#postwhereinput) | | `Query` | \{\} | | `RecaptchaVerification` | [`RecaptchaVerification`](types_generatedGraphQLTypes.md#recaptchaverification) | -| `String` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `String` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `Subscription` | \{\} | -| `Time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``] | +| `Time` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``] | | `ToggleUserTagAssignInput` | [`ToggleUserTagAssignInput`](types_generatedGraphQLTypes.md#toggleusertagassigninput) | | `Translation` | [`Translation`](types_generatedGraphQLTypes.md#translation) | -| `URL` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``] | +| `URL` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``] | | `UnauthenticatedError` | [`UnauthenticatedError`](types_generatedGraphQLTypes.md#unauthenticatederror) | | `UnauthorizedError` | [`UnauthorizedError`](types_generatedGraphQLTypes.md#unauthorizederror) | | `UpdateActionItemCategoryInput` | [`UpdateActionItemCategoryInput`](types_generatedGraphQLTypes.md#updateactionitemcategoryinput) | @@ -6148,13 +6111,12 @@ Mapping between all available schema types and the resolvers parents | `UpdateUserPasswordInput` | [`UpdateUserPasswordInput`](types_generatedGraphQLTypes.md#updateuserpasswordinput) | | `UpdateUserTagInput` | [`UpdateUserTagInput`](types_generatedGraphQLTypes.md#updateusertaginput) | | `UpdateUserTypeInput` | [`UpdateUserTypeInput`](types_generatedGraphQLTypes.md#updateusertypeinput) | -| `Upload` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``] | +| `Upload` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``][``"output"``] | | `User` | [`InterfaceUser`](../interfaces/models_User.InterfaceUser.md) | | `UserAndOrganizationInput` | [`UserAndOrganizationInput`](types_generatedGraphQLTypes.md#userandorganizationinput) | | `UserConnection` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserConnection`](types_generatedGraphQLTypes.md#userconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``]\>[] \} | | `UserCustomData` | [`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata) | | `UserEdge` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserEdge`](types_generatedGraphQLTypes.md#useredge), ``"node"``\> & \{ `node`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"User"``] \} | -| `UserFamily` | [`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md) | | `UserInput` | [`UserInput`](types_generatedGraphQLTypes.md#userinput) | | `UserPhone` | [`UserPhone`](types_generatedGraphQLTypes.md#userphone) | | `UserPhoneInput` | [`UserPhoneInput`](types_generatedGraphQLTypes.md#userphoneinput) | @@ -6169,11 +6131,10 @@ Mapping between all available schema types and the resolvers parents | `UsersConnectionResult` | [`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UsersConnectionResult`](types_generatedGraphQLTypes.md#usersconnectionresult), ``"data"`` \| ``"errors"``\> & \{ `data?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UsersConnection"``]\> ; `errors`: [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"ConnectionError"``][] \} | | `createChatInput` | [`CreateChatInput`](types_generatedGraphQLTypes.md#createchatinput) | | `createGroupChatInput` | [`CreateGroupChatInput`](types_generatedGraphQLTypes.md#creategroupchatinput) | -| `createUserFamilyInput` | [`CreateUserFamilyInput`](types_generatedGraphQLTypes.md#createuserfamilyinput) | #### Defined in -[src/types/generatedGraphQLTypes.ts:2224](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2224) +[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2194) ___ @@ -6195,31 +6156,31 @@ Mapping between all available schema types and the resolvers types | `AdvertisementType` | [`AdvertisementType`](types_generatedGraphQLTypes.md#advertisementtype) | | `AggregatePost` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`AggregatePost`](types_generatedGraphQLTypes.md#aggregatepost)\> | | `AggregateUser` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`AggregateUser`](types_generatedGraphQLTypes.md#aggregateuser)\> | -| `Any` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``]\> | +| `Any` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Any"``][``"output"``]\> | | `AuthData` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`AuthData`](types_generatedGraphQLTypes.md#authdata), ``"user"``\> & \{ `user`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``] \}\> | -| `Boolean` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `Boolean` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | | `CheckIn` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceCheckIn`](../interfaces/models_CheckIn.InterfaceCheckIn.md)\> | | `CheckInInput` | [`CheckInInput`](types_generatedGraphQLTypes.md#checkininput) | | `CheckInStatus` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`CheckInStatus`](types_generatedGraphQLTypes.md#checkinstatus), ``"checkIn"`` \| ``"user"``\> & \{ `checkIn?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"CheckIn"``]\> ; `user`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``] \}\> | | `Comment` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceComment`](../interfaces/models_Comment.InterfaceComment.md)\> | | `CommentInput` | [`CommentInput`](types_generatedGraphQLTypes.md#commentinput) | -| `ConnectionError` | [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"InvalidCursor"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MaximumValueError"``] | +| `ConnectionError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ResolversUnionTypes`](types_generatedGraphQLTypes.md#resolversuniontypes)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)\>[``"ConnectionError"``]\> | | `ConnectionPageInfo` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ConnectionPageInfo`](types_generatedGraphQLTypes.md#connectionpageinfo)\> | -| `CountryCode` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``]\> | +| `CountryCode` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"CountryCode"``][``"output"``]\> | | `CreateActionItemInput` | [`CreateActionItemInput`](types_generatedGraphQLTypes.md#createactioniteminput) | | `CreateUserTagInput` | [`CreateUserTagInput`](types_generatedGraphQLTypes.md#createusertaginput) | | `CursorPaginationInput` | [`CursorPaginationInput`](types_generatedGraphQLTypes.md#cursorpaginationinput) | -| `Date` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `DateTime` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``]\> | +| `Date` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``]\> | +| `DateTime` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``]\> | | `DeletePayload` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`DeletePayload`](types_generatedGraphQLTypes.md#deletepayload)\> | | `DirectChat` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceDirectChat`](../interfaces/models_DirectChat.InterfaceDirectChat.md)\> | | `DirectChatMessage` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceDirectChatMessage`](../interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md)\> | | `Donation` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceDonation`](../interfaces/models_Donation.InterfaceDonation.md)\> | | `DonationWhereInput` | [`DonationWhereInput`](types_generatedGraphQLTypes.md#donationwhereinput) | | `EducationGrade` | [`EducationGrade`](types_generatedGraphQLTypes.md#educationgrade) | -| `EmailAddress` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | +| `EmailAddress` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"output"``]\> | | `EmploymentStatus` | [`EmploymentStatus`](types_generatedGraphQLTypes.md#employmentstatus) | -| `Error` | [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UnauthenticatedError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UnauthorizedError"``] | +| `Error` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)\>[``"Error"``]\> | | `Event` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceEvent`](../interfaces/models_Event.InterfaceEvent.md)\> | | `EventAttendeeInput` | [`EventAttendeeInput`](types_generatedGraphQLTypes.md#eventattendeeinput) | | `EventInput` | [`EventInput`](types_generatedGraphQLTypes.md#eventinput) | @@ -6228,23 +6189,23 @@ Mapping between all available schema types and the resolvers types | `ExtendSession` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ExtendSession`](types_generatedGraphQLTypes.md#extendsession)\> | | `Feedback` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceFeedback`](../interfaces/models_Feedback.InterfaceFeedback.md)\> | | `FeedbackInput` | [`FeedbackInput`](types_generatedGraphQLTypes.md#feedbackinput) | -| `FieldError` | [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"InvalidCursor"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MaximumLengthError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MaximumValueError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MinimumLengthError"``] \| [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"MinimumValueError"``] | -| `Float` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``]\> | +| `FieldError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`ResolversInterfaceTypes`](types_generatedGraphQLTypes.md#resolversinterfacetypes)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)\>[``"FieldError"``]\> | +| `Float` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Float"``][``"output"``]\> | | `ForgotPasswordData` | [`ForgotPasswordData`](types_generatedGraphQLTypes.md#forgotpassworddata) | | `Gender` | [`Gender`](types_generatedGraphQLTypes.md#gender) | | `Group` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceGroup`](../interfaces/models_Group.InterfaceGroup.md)\> | | `GroupChat` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceGroupChat`](../interfaces/models_GroupChat.InterfaceGroupChat.md)\> | | `GroupChatMessage` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceGroupChatMessage`](../interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md)\> | -| `ID` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `Int` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``]\> | +| `ID` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``]\> | +| `Int` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``]\> | | `InvalidCursor` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor)\> | -| `JSON` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``]\> | +| `JSON` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``][``"output"``]\> | | `Language` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceLanguage`](../interfaces/models_Language.InterfaceLanguage.md)\> | | `LanguageInput` | [`LanguageInput`](types_generatedGraphQLTypes.md#languageinput) | | `LanguageModel` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`LanguageModel`](types_generatedGraphQLTypes.md#languagemodel)\> | -| `Latitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | +| `Latitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"output"``]\> | | `LoginInput` | [`LoginInput`](types_generatedGraphQLTypes.md#logininput) | -| `Longitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | +| `Longitude` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"output"``]\> | | `MaritalStatus` | [`MaritalStatus`](types_generatedGraphQLTypes.md#maritalstatus) | | `MaximumLengthError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`MaximumLengthError`](types_generatedGraphQLTypes.md#maximumlengtherror)\> | | `MaximumValueError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror)\> | @@ -6265,12 +6226,12 @@ Mapping between all available schema types and the resolvers types | `OtpData` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`OtpData`](types_generatedGraphQLTypes.md#otpdata)\> | | `PageInfo` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`PageInfo`](types_generatedGraphQLTypes.md#pageinfo)\> | | `PaginationDirection` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `PhoneNumber` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | +| `PhoneNumber` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | | `Plugin` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfacePlugin`](../interfaces/models_Plugin.InterfacePlugin.md)\> | | `PluginField` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfacePluginField`](../interfaces/models_PluginField.InterfacePluginField.md)\> | | `PluginFieldInput` | [`PluginFieldInput`](types_generatedGraphQLTypes.md#pluginfieldinput) | | `PluginInput` | [`PluginInput`](types_generatedGraphQLTypes.md#plugininput) | -| `PositiveInt` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | +| `PositiveInt` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"output"``]\> | | `Post` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfacePost`](../interfaces/models_Post.InterfacePost.md)\> | | `PostConnection` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`PostConnection`](types_generatedGraphQLTypes.md#postconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"Post"``]\>[] \}\> | | `PostInput` | [`PostInput`](types_generatedGraphQLTypes.md#postinput) | @@ -6281,13 +6242,13 @@ Mapping between all available schema types and the resolvers types | `RecaptchaVerification` | [`RecaptchaVerification`](types_generatedGraphQLTypes.md#recaptchaverification) | | `Recurrance` | [`Recurrance`](types_generatedGraphQLTypes.md#recurrance) | | `Status` | [`Status`](types_generatedGraphQLTypes.md#status) | -| `String` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `String` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | | `Subscription` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<\{\}\> | -| `Time` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | +| `Time` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"output"``]\> | | `ToggleUserTagAssignInput` | [`ToggleUserTagAssignInput`](types_generatedGraphQLTypes.md#toggleusertagassigninput) | | `Translation` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Translation`](types_generatedGraphQLTypes.md#translation)\> | | `Type` | [`Type`](types_generatedGraphQLTypes.md#type) | -| `URL` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``]\> | +| `URL` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"URL"``][``"output"``]\> | | `UnauthenticatedError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UnauthenticatedError`](types_generatedGraphQLTypes.md#unauthenticatederror)\> | | `UnauthorizedError` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UnauthorizedError`](types_generatedGraphQLTypes.md#unauthorizederror)\> | | `UpdateActionItemCategoryInput` | [`UpdateActionItemCategoryInput`](types_generatedGraphQLTypes.md#updateactionitemcategoryinput) | @@ -6300,13 +6261,12 @@ Mapping between all available schema types and the resolvers types | `UpdateUserPasswordInput` | [`UpdateUserPasswordInput`](types_generatedGraphQLTypes.md#updateuserpasswordinput) | | `UpdateUserTagInput` | [`UpdateUserTagInput`](types_generatedGraphQLTypes.md#updateusertaginput) | | `UpdateUserTypeInput` | [`UpdateUserTypeInput`](types_generatedGraphQLTypes.md#updateusertypeinput) | -| `Upload` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``]\> | +| `Upload` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Upload"``][``"output"``]\> | | `User` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceUser`](../interfaces/models_User.InterfaceUser.md)\> | | `UserAndOrganizationInput` | [`UserAndOrganizationInput`](types_generatedGraphQLTypes.md#userandorganizationinput) | | `UserConnection` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserConnection`](types_generatedGraphQLTypes.md#userconnection), ``"edges"``\> & \{ `edges`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``]\>[] \}\> | | `UserCustomData` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UserCustomData`](types_generatedGraphQLTypes.md#usercustomdata)\> | | `UserEdge` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UserEdge`](types_generatedGraphQLTypes.md#useredge), ``"node"``\> & \{ `node`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``] \}\> | -| `UserFamily` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md)\> | | `UserInput` | [`UserInput`](types_generatedGraphQLTypes.md#userinput) | | `UserOrderByInput` | [`UserOrderByInput`](types_generatedGraphQLTypes.md#userorderbyinput) | | `UserPhone` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`UserPhone`](types_generatedGraphQLTypes.md#userphone)\> | @@ -6323,11 +6283,34 @@ Mapping between all available schema types and the resolvers types | `UsersConnectionResult` | [`ResolverTypeWrapper`](types_generatedGraphQLTypes.md#resolvertypewrapper)\<[`Omit`](types_generatedGraphQLTypes.md#omit)\<[`UsersConnectionResult`](types_generatedGraphQLTypes.md#usersconnectionresult), ``"data"`` \| ``"errors"``\> & \{ `data?`: [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"UsersConnection"``]\> ; `errors`: [`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"ConnectionError"``][] \}\> | | `createChatInput` | [`CreateChatInput`](types_generatedGraphQLTypes.md#createchatinput) | | `createGroupChatInput` | [`CreateGroupChatInput`](types_generatedGraphQLTypes.md#creategroupchatinput) | -| `createUserFamilyInput` | [`CreateUserFamilyInput`](types_generatedGraphQLTypes.md#createuserfamilyinput) | #### Defined in -[src/types/generatedGraphQLTypes.ts:2083](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2083) +[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2055) + +___ + +### ResolversUnionTypes + +Ƭ **ResolversUnionTypes**\<`RefType`\>: `Object` + +Mapping of union types + +#### Type parameters + +| Name | Type | +| :------ | :------ | +| `RefType` | extends `Record`\<`string`, `unknown`\> | + +#### Type declaration + +| Name | Type | +| :------ | :------ | +| `ConnectionError` | [`InvalidCursor`](types_generatedGraphQLTypes.md#invalidcursor) \| [`MaximumValueError`](types_generatedGraphQLTypes.md#maximumvalueerror) | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2044) ___ @@ -6343,7 +6326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2354](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2354) +[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2322) ___ @@ -6362,7 +6345,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2358](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2358) +[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2326) ___ @@ -6376,28 +6359,64 @@ All built-in and custom scalars, mapped to their actual values | Name | Type | | :------ | :------ | -| `Any` | `any` | -| `Boolean` | `boolean` | -| `CountryCode` | `any` | -| `Date` | `any` | -| `DateTime` | `any` | -| `EmailAddress` | `any` | -| `Float` | `number` | -| `ID` | `string` | -| `Int` | `number` | -| `JSON` | `any` | -| `Latitude` | `any` | -| `Longitude` | `any` | -| `PhoneNumber` | `any` | -| `PositiveInt` | `any` | -| `String` | `string` | -| `Time` | `any` | -| `URL` | `any` | -| `Upload` | `any` | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L34) +| `Any` | \{ `input`: `any` ; `output`: `any` \} | +| `Any.input` | `any` | +| `Any.output` | `any` | +| `Boolean` | \{ `input`: `boolean` ; `output`: `boolean` \} | +| `Boolean.input` | `boolean` | +| `Boolean.output` | `boolean` | +| `CountryCode` | \{ `input`: `any` ; `output`: `any` \} | +| `CountryCode.input` | `any` | +| `CountryCode.output` | `any` | +| `Date` | \{ `input`: `any` ; `output`: `any` \} | +| `Date.input` | `any` | +| `Date.output` | `any` | +| `DateTime` | \{ `input`: `any` ; `output`: `any` \} | +| `DateTime.input` | `any` | +| `DateTime.output` | `any` | +| `EmailAddress` | \{ `input`: `any` ; `output`: `any` \} | +| `EmailAddress.input` | `any` | +| `EmailAddress.output` | `any` | +| `Float` | \{ `input`: `number` ; `output`: `number` \} | +| `Float.input` | `number` | +| `Float.output` | `number` | +| `ID` | \{ `input`: `string` ; `output`: `string` \} | +| `ID.input` | `string` | +| `ID.output` | `string` | +| `Int` | \{ `input`: `number` ; `output`: `number` \} | +| `Int.input` | `number` | +| `Int.output` | `number` | +| `JSON` | \{ `input`: `any` ; `output`: `any` \} | +| `JSON.input` | `any` | +| `JSON.output` | `any` | +| `Latitude` | \{ `input`: `any` ; `output`: `any` \} | +| `Latitude.input` | `any` | +| `Latitude.output` | `any` | +| `Longitude` | \{ `input`: `any` ; `output`: `any` \} | +| `Longitude.input` | `any` | +| `Longitude.output` | `any` | +| `PhoneNumber` | \{ `input`: `any` ; `output`: `any` \} | +| `PhoneNumber.input` | `any` | +| `PhoneNumber.output` | `any` | +| `PositiveInt` | \{ `input`: `any` ; `output`: `any` \} | +| `PositiveInt.input` | `any` | +| `PositiveInt.output` | `any` | +| `String` | \{ `input`: `string` ; `output`: `string` \} | +| `String.input` | `string` | +| `String.output` | `string` | +| `Time` | \{ `input`: `any` ; `output`: `any` \} | +| `Time.input` | `any` | +| `Time.output` | `any` | +| `URL` | \{ `input`: `any` ; `output`: `any` \} | +| `URL.input` | `any` | +| `URL.output` | `any` | +| `Upload` | \{ `input`: `any` ; `output`: `any` \} | +| `Upload.input` | `any` | +| `Upload.output` | `any` | + +#### Defined in + +[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L35) ___ @@ -6407,7 +6426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1668](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1668) +[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1643) ___ @@ -6427,7 +6446,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1648) ___ @@ -6447,7 +6466,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2056](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2056) +[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2017) ___ @@ -6483,7 +6502,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2039](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2039) +[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2000) ___ @@ -6503,7 +6522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2060](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2060) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -6529,7 +6548,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2962](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2962) +[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2926) ___ @@ -6565,7 +6584,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2032](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2032) +[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1993) ___ @@ -6577,12 +6596,12 @@ ___ | Name | Type | | :------ | :------ | -| `tagId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `tagId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1681](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1681) +[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1656) ___ @@ -6595,14 +6614,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"Translation"`` | -| `en_value?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `lang_code?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `translation?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `verified?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `en_value?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `lang_code?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `translation?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | +| `verified?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1686](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1686) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -6629,7 +6648,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2973](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2973) +[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2937) ___ @@ -6639,7 +6658,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1694](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1694) +[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1669) ___ @@ -6673,17 +6692,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2064](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2064) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2025) ___ ### UnauthenticatedError -Ƭ **UnauthenticatedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthenticatedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] \} +Ƭ **UnauthenticatedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthenticatedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:1698](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1698) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6707,17 +6726,17 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2985](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2985) +[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2949) ___ ### UnauthorizedError -Ƭ **UnauthorizedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthorizedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] \} +Ƭ **UnauthorizedError**: [`Error`](types_generatedGraphQLTypes.md#error) & \{ `__typename?`: ``"UnauthorizedError"`` ; `message`: [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] \} #### Defined in -[src/types/generatedGraphQLTypes.ts:1703](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1703) +[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1678) ___ @@ -6741,7 +6760,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2990](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2990) +[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2954) ___ @@ -6753,12 +6772,12 @@ ___ | Name | Type | | :------ | :------ | -| `isDisabled?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `isDisabled?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1708](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1708) +[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1683) ___ @@ -6770,16 +6789,16 @@ ___ | Name | Type | | :------ | :------ | -| `assigneeId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `completionDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `isCompleted?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `postCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `assigneeId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `completionDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `dueDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `isCompleted?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `postCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `preCompletionNotes?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1713](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1713) +[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1688) ___ @@ -6791,16 +6810,16 @@ ___ | Name | Type | | :------ | :------ | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `link?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `link?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | | `type?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`AdvertisementType`](types_generatedGraphQLTypes.md#advertisementtype)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1722](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1722) +[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1697) ___ @@ -6817,7 +6836,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1731](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1731) +[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1706) ___ @@ -6841,7 +6860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2995](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L2995) +[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2959) ___ @@ -6853,24 +6872,24 @@ ___ | Name | Type | | :------ | :------ | -| `allDay?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | -| `isPublic?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `isRegisterable?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``]\> | -| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``]\> | +| `allDay?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `endDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `endTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | +| `isPublic?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `isRegisterable?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `latitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Latitude"``][``"input"``]\> | +| `location?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `longitude?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Longitude"``][``"input"``]\> | | `recurrance?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Recurrance`](types_generatedGraphQLTypes.md#recurrance)\> | -| `recurring?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``]\> | -| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `recurring?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `startDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | +| `startTime?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Time"``][``"input"``]\> | +| `title?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1711) ___ @@ -6883,14 +6902,14 @@ ___ | Name | Type | | :------ | :------ | | `address?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`AddressInput`](types_generatedGraphQLTypes.md#addressinput)\> | -| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | -| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `description?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `name?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `userRegistrationRequired?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | +| `visibleInSearch?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1753](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1753) +[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1728) ___ @@ -6903,19 +6922,19 @@ ___ | Name | Type | | :------ | :------ | | `address?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`AddressInput`](types_generatedGraphQLTypes.md#addressinput)\> | -| `birthDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | +| `birthDate?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"input"``]\> | | `educationGrade?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EducationGrade`](types_generatedGraphQLTypes.md#educationgrade)\> | -| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | +| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | | `employmentStatus?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`EmploymentStatus`](types_generatedGraphQLTypes.md#employmentstatus)\> | -| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | | `gender?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Gender`](types_generatedGraphQLTypes.md#gender)\> | -| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | | `maritalStatus?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`MaritalStatus`](types_generatedGraphQLTypes.md#maritalstatus)\> | | `phone?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`UserPhoneInput`](types_generatedGraphQLTypes.md#userphoneinput)\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1761](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1761) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6927,13 +6946,13 @@ ___ | Name | Type | | :------ | :------ | -| `confirmNewPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `previousPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `confirmNewPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `newPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `previousPassword` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1774](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1774) +[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1749) ___ @@ -6945,12 +6964,12 @@ ___ | Name | Type | | :------ | :------ | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1780](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1780) +[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1755) ___ @@ -6962,12 +6981,12 @@ ___ | Name | Type | | :------ | :------ | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `userType?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1785](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1785) +[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1760) ___ @@ -6980,38 +6999,38 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"User"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `address?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Address`](types_generatedGraphQLTypes.md#address)\> | -| `adminApproved?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``]\> | +| `adminApproved?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``]\> | | `adminFor?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | -| `appLanguageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `birthDate?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``]\> | -| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `appLanguageCode` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | +| `birthDate?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Date"``][``"output"``]\> | +| `createdAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `createdEvents?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | | `createdOrganizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `educationGrade?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`EducationGrade`](types_generatedGraphQLTypes.md#educationgrade)\> | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"output"``] | | `employmentStatus?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`EmploymentStatus`](types_generatedGraphQLTypes.md#employmentstatus)\> | | `eventAdmin?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | -| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `gender?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Gender`](types_generatedGraphQLTypes.md#gender)\> | -| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `image?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``]\> | | `joinedOrganizations?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | -| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `maritalStatus?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`MaritalStatus`](types_generatedGraphQLTypes.md#maritalstatus)\> | | `membershipRequests?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`MembershipRequest`](types_generatedGraphQLTypes.md#membershiprequest)\>[]\> | | `organizationsBlockedBy?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\>[]\> | | `phone?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserPhone`](types_generatedGraphQLTypes.md#userphone)\> | -| `pluginCreationAllowed` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``] | +| `pluginCreationAllowed` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Boolean"``][``"output"``] | | `registeredEvents?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Event`](types_generatedGraphQLTypes.md#event)\>[]\> | | `tagsAssignedWith?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTagsConnection`](types_generatedGraphQLTypes.md#usertagsconnection)\> | -| `tokenVersion` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``] | -| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``] | +| `tokenVersion` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"Int"``][``"output"``] | +| `updatedAt` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"DateTime"``][``"output"``] | | `userType` | [`UserType`](types_generatedGraphQLTypes.md#usertype) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1790](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1790) +[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1765) ___ @@ -7023,12 +7042,12 @@ ___ | Name | Type | | :------ | :------ | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1831](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1831) +[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1806) ___ @@ -7047,7 +7066,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1836](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1836) +[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1811) ___ @@ -7073,7 +7092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3036](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3036) +[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3000) ___ @@ -7086,14 +7105,14 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserCustomData"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `values` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `organizationId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `userId` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | +| `values` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"JSON"``][``"output"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1843](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1843) +[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1818) ___ @@ -7120,7 +7139,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3043](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3043) +[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3007) ___ @@ -7133,12 +7152,12 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserEdge"`` | -| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `node` | [`User`](types_generatedGraphQLTypes.md#user) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1851](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1851) +[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1826) ___ @@ -7163,56 +7182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3051](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3051) - -___ - -### UserFamily - -Ƭ **UserFamily**: `Object` - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `__typename?` | ``"UserFamily"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | -| `admins` | [`User`](types_generatedGraphQLTypes.md#user)[] | -| `creator` | [`User`](types_generatedGraphQLTypes.md#user) | -| `title?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `users` | [`User`](types_generatedGraphQLTypes.md#user)[] | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:1857](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1857) - -___ - -### UserFamilyResolvers - -Ƭ **UserFamilyResolvers**\<`ContextType`, `ParentType`\>: `Object` - -#### Type parameters - -| Name | Type | -| :------ | :------ | -| `ContextType` | `any` | -| `ParentType` | extends [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UserFamily"``] = [`ResolversParentTypes`](types_generatedGraphQLTypes.md#resolversparenttypes)[``"UserFamily"``] | - -#### Type declaration - -| Name | Type | -| :------ | :------ | -| `__isTypeOf?` | [`IsTypeOfResolverFn`](types_generatedGraphQLTypes.md#istypeofresolverfn)\<`ParentType`, `ContextType`\> | -| `_id?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"ID"``], `ParentType`, `ContextType`\> | -| `admins?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``][], `ParentType`, `ContextType`\> | -| `creator?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``], `ParentType`, `ContextType`\> | -| `title?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"String"``]\>, `ParentType`, `ContextType`\> | -| `users?` | [`Resolver`](types_generatedGraphQLTypes.md#resolver)\<[`ResolversTypes`](types_generatedGraphQLTypes.md#resolverstypes)[``"User"``][], `ParentType`, `ContextType`\> | - -#### Defined in - -[src/types/generatedGraphQLTypes.ts:3057](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3057) +[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3015) ___ @@ -7224,16 +7194,16 @@ ___ | Name | Type | | :------ | :------ | -| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``] | -| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | -| `organizationUserBelongsToId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `email` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``] | +| `firstName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `lastName` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | +| `organizationUserBelongsToId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `password` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1832) ___ @@ -7243,7 +7213,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1875](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1875) +[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1841) ___ @@ -7256,13 +7226,13 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserPhone"`` | -| `home?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | -| `mobile?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | -| `work?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | +| `home?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | +| `mobile?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | +| `work?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"output"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1887](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1887) +[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1853) ___ @@ -7274,13 +7244,13 @@ ___ | Name | Type | | :------ | :------ | -| `home?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | -| `mobile?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | -| `work?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``]\> | +| `home?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"input"``]\> | +| `mobile?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"input"``]\> | +| `work?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PhoneNumber"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1894](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1894) +[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1860) ___ @@ -7306,7 +7276,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3066](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3066) +[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3021) ___ @@ -7357,7 +7327,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3004](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3004) +[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2968) ___ @@ -7370,16 +7340,16 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserTag"`` | -| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``] | +| `_id` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"output"``] | | `childTags` | [`UserTagsConnectionResult`](types_generatedGraphQLTypes.md#usertagsconnectionresult) | -| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `name` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `organization?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`Organization`](types_generatedGraphQLTypes.md#organization)\> | | `parentTag?` | [`Maybe`](types_generatedGraphQLTypes.md#maybe)\<[`UserTag`](types_generatedGraphQLTypes.md#usertag)\> | | `usersAssignedTo` | [`UsersConnectionResult`](types_generatedGraphQLTypes.md#usersconnectionresult) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1900](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1900) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7395,7 +7365,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1911](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1911) +[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1877) ___ @@ -7408,12 +7378,12 @@ ___ | Name | Type | | :------ | :------ | | `__typename?` | ``"UserTagEdge"`` | -| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``] | +| `cursor` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"output"``] | | `node` | [`UserTag`](types_generatedGraphQLTypes.md#usertag) | #### Defined in -[src/types/generatedGraphQLTypes.ts:1920](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1920) +[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1886) ___ @@ -7438,7 +7408,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3083](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3083) +[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3038) ___ @@ -7467,7 +7437,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3073](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3073) +[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3028) ___ @@ -7483,7 +7453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1882) ___ @@ -7495,15 +7465,15 @@ ___ | Name | Type | | :------ | :------ | -| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | -| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``]\> | -| `organizationId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | +| `after?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `before?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `first?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | +| `last?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``]\> | +| `organizationId?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1823](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1823) +[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1798) ___ @@ -7521,7 +7491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1926](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1926) +[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1892) ___ @@ -7533,13 +7503,13 @@ ___ | Name | Type | | :------ | :------ | -| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | | `direction` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | +| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1932](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1932) +[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1898) ___ @@ -7564,7 +7534,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3089](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3089) +[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3044) ___ @@ -7582,7 +7552,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1938](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1938) +[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1904) ___ @@ -7607,7 +7577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3095](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3095) +[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3050) ___ @@ -7617,7 +7587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1944](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1944) +[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1910) ___ @@ -7629,42 +7599,42 @@ ___ | Name | Type | | :------ | :------ | -| `admin_for?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `appLanguageCode_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `appLanguageCode_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `appLanguageCode_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `appLanguageCode_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `appLanguageCode_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | -| `email_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | -| `email_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][]\> | -| `email_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | -| `email_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][]\> | -| `email_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``]\> | -| `event_title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `firstName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `firstName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `firstName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `firstName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `firstName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][]\> | -| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``]\> | -| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `lastName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `lastName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `lastName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | -| `lastName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][]\> | -| `lastName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `admin_for?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `appLanguageCode?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `appLanguageCode_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `appLanguageCode_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `appLanguageCode_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `appLanguageCode_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `appLanguageCode_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `email?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | +| `email_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | +| `email_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``][]\> | +| `email_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | +| `email_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``][]\> | +| `email_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"EmailAddress"``][``"input"``]\> | +| `event_title_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `firstName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `firstName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `firstName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `firstName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `firstName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `firstName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `id?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `id_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``][]\> | +| `id_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"ID"``][``"input"``]\> | +| `lastName?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `lastName_contains?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `lastName_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `lastName_not?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | +| `lastName_not_in?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``][]\> | +| `lastName_starts_with?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | #### Defined in -[src/types/generatedGraphQLTypes.ts:1950](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1950) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7682,7 +7652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1985](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1985) +[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1951) ___ @@ -7694,13 +7664,13 @@ ___ | Name | Type | | :------ | :------ | -| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``]\> | +| `cursor?` | [`InputMaybe`](types_generatedGraphQLTypes.md#inputmaybe)\<[`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"String"``][``"input"``]\> | | `direction` | [`PaginationDirection`](types_generatedGraphQLTypes.md#paginationdirection) | -| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``] | +| `limit` | [`Scalars`](types_generatedGraphQLTypes.md#scalars)[``"PositiveInt"``][``"input"``] | #### Defined in -[src/types/generatedGraphQLTypes.ts:1991](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1991) +[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1957) ___ @@ -7725,7 +7695,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3101](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3101) +[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3056) ___ @@ -7743,7 +7713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1997](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L1997) +[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1963) ___ @@ -7768,4 +7738,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3107](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/types/generatedGraphQLTypes.ts#L3107) +[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3062) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index e1a1c60867..4d0176c391 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index a14a71db83..b4b835ecff 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index cdf9760ac3..d3f4d08f15 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index ddf6c961ec..8b723a44db 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index e819c9b41e..92d9531112 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index f5defb82d3..13b6001f9b 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index de716b2abf..ac6ce7fba3 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index 325b47a524..b778a138e3 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index 88c5267ebc..2c54c98b6c 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index df5e802971..6c3ca87564 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index 1b85120572..963c4337b5 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index b55186ccbb..c890ef2403 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index 3ee3add870..7a4513de78 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index e40692a979..88f5eba35c 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index d0dc62f925..f4073eece1 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index 66537edba1..9d9ec8464e 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index 47fc26d5b7..8aa5e5d965 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index b57d3e683c..458b5258d6 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index 2f08b9d097..6908f82112 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index 138c299e2c..321b219d15 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index 0c6e5ae0d4..3bfe0f3ecb 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index c9d0b26c28..9368405c9b 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index 1b5d9720e9..8124dce063 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/uploadImage.ts#L16) diff --git a/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md b/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md deleted file mode 100644 index f4a618b7ae..0000000000 --- a/talawa-api-docs/modules/utilities_userFamilyAdminCheck.md +++ /dev/null @@ -1,38 +0,0 @@ -[talawa-api](../README.md) / [Exports](../modules.md) / utilities/userFamilyAdminCheck - -# Module: utilities/userFamilyAdminCheck - -## Table of contents - -### Functions - -- [adminCheck](utilities_userFamilyAdminCheck.md#admincheck) - -## Functions - -### adminCheck - -▸ **adminCheck**(`userId`, `userFamily`): `Promise`\<`void`\> - -If the current user is an admin of the organisation, this function returns `true` otherwise it returns `false`. - -#### Parameters - -| Name | Type | Description | -| :------ | :------ | :------ | -| `userId` | `string` \| `ObjectId` | Current user id. | -| `userFamily` | [`InterfaceUserFamily`](../interfaces/models_userFamily.InterfaceUserFamily.md) | userFamily data of `InterfaceuserFamily` type. | - -#### Returns - -`Promise`\<`void`\> - -`True` or `False`. - -**`Remarks`** - -This is a utility method. - -#### Defined in - -[src/utilities/userFamilyAdminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/b1dd6c9/src/utilities/userFamilyAdminCheck.ts#L14) From 3ef6e1848519d97f1f899adeff873e0c8eed40bf Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:44:33 -0800 Subject: [PATCH 009/109] Fixes #1548 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c871045075..3130126014 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -50,7 +50,7 @@ jobs: run: npm ci - name: Run ESLint to check for linting errors in modified files - run: npx eslint $(git diff --name-only --diff-filter=d -- '***.ts' ${{ github.event.before }} ${{ github.sha }}) + run: npx eslint $(git diff --name-only --diff-filter=d ${{ github.event.before }} ${{ github.sha }}) -- '***.ts' - name: Check for formatting errors run: npm run format:check From 8427f140dc23d2b5d9e8f8e91ef2137934107c23 Mon Sep 17 00:00:00 2001 From: palisadoes <16875803+palisadoes@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:50:57 +0000 Subject: [PATCH 010/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 196 ++--- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 668 +++++++++--------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- 367 files changed, 1101 insertions(+), 1101 deletions(-) diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index fbde10d5e4..fd8295d60e 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index a30b8929b3..861755a954 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index 58fd6c5148..5063fcaa35 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index b75c742059..8abb18bbf2 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index 63d967f524..5dd461be3b 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index 1bed449c40..226dcc249d 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index 19b99f0e54..29de4db4f5 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index 70dfe98c4c..be2c7ddc72 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index cf164e674a..3a256f8ec0 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index 2e112c0915..9690466637 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index 3b5bc087d0..ae1a66b91a 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L528) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L528) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L530) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L530) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L529) +[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L529) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index 06348a94e0..a2570df827 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index 2f02f4e9a2..a78fe85d02 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index 7c30c81e9d..304fa00bcb 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index 2481c27a9c..93280ccdbf 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index 40ac0de74f..f31e64e366 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index 0319417043..daa32247ac 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index 89c652f158..3fb45a5922 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index ed00a536e5..1aafd675f6 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index 7927a76201..b9079ad435 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index df6df4e9de..0050291b6e 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index 2ca7182133..6274d99e76 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index cc976b6395..3046d579ab 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index d2a8e8cbff..3083405fd1 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index ba4a1abc26..bf0a19cd23 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index b7c32abca7..52c149160a 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index b007af8b2e..29d246a4da 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index b4152abc0a..52999c1390 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index efb9912b76..d4f97bf6c5 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index 0ed03809bb..94208dd63d 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index 474f5074fc..1053f8ec34 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index d35cd6049b..bdcbe192ee 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index 03f8679592..3c74d53708 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index c759c1a677..87705704b4 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index 4ca3e499ed..174ff79d14 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index 424c2a7253..06b84dedb2 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index 26e5b35517..fd23bc2edd 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index eb11d46543..8d359238c4 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index 7f64dbdbef..2bf570277d 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index 5176ef360f..90d8912059 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index c02fc1c759..227e5e1056 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index f45974f7ca..95cf4cd4a5 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index 5a9a7d48b7..57c15657f3 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index 4223fdea22..a3c68a789a 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index 4da2054c6e..6fc544918c 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index b217aa6332..ce1cd73061 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index 618e77c688..14d25f80b0 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index 09c7b9f709..c47a64f91c 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index f60bf0af1c..e2b5f1ec4b 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2394) +[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2394) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index a2775f1367..f56698d400 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2449) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index 94ffeae5da..62d8cdab14 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2453) +[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2453) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index 5e6b00b817..27a955226f 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2457) +[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2457) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index c7c93cfbbc..9adf09d545 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2501) +[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2501) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index b11020b6c7..5425c1bc98 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2600) +[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2600) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index b14bd0bdc1..eea72b79d6 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2621) +[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2621) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index e83bc27a44..04018cde05 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2625) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index 016a289ef4..fa4fe6e893 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2836) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index 7ed7cab20c..58bafbc72d 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2857) +[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2857) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index 0ad3cf5104..9422342dfe 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2013) +[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2013) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index 330502f2ce..ae861a96e1 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2009) +[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2009) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2008) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2008) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index b26ce76ce9..b0c04b2520 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2934) +[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2934) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index 4aeeb1bcac..fda72b4ddd 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2965) +[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2965) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index 488f6e072b..87b385a7a2 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2946) +[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2946) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index 5037e3ab5b..3c60de11d1 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index c5be87fb5e..20f75c2c04 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index fe503e75ff..498756e9ee 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index 354cc1a23d..6e5920ee86 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index 49d3f38084..374c988e8b 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index 0d97f9c4c7..f3a2d173f8 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index 197f73d3b4..dd9ba90f34 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -117,7 +117,7 @@ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L490) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L490) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L24) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L17) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L10) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L254) +[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L254) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L247) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L247) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L235) +[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L235) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L241) +[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L241) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L340) +[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L340) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L488) +[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L488) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L31) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L37) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L460) +[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L460) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L472) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L472) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L466) +[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L466) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L478) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L478) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L426) +[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L426) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L155) ___ @@ -432,7 +432,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L43) ___ @@ -451,7 +451,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L44) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L51) ___ @@ -487,7 +487,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L167) ___ @@ -505,7 +505,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L124) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L299) +[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L299) ___ @@ -541,7 +541,7 @@ ___ #### Defined in -[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L346) +[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L346) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L143) ___ @@ -578,7 +578,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L406) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L406) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L118) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L57) ___ @@ -625,7 +625,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L412) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L412) ___ @@ -644,7 +644,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L130) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L292) +[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L292) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L59) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L502) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L502) ___ @@ -700,7 +700,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L174) ___ @@ -710,7 +710,7 @@ ___ #### Defined in -[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L523) +[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L523) ___ @@ -720,7 +720,7 @@ ___ #### Defined in -[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L525) +[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L525) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L500) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L500) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L498) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L498) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L484) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L484) ___ @@ -760,7 +760,7 @@ ___ #### Defined in -[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L486) +[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L486) ___ @@ -770,7 +770,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L72) ___ @@ -789,7 +789,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L66) ___ @@ -808,7 +808,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L60) ___ @@ -818,7 +818,7 @@ ___ #### Defined in -[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L518) +[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L518) ___ @@ -828,7 +828,7 @@ ___ #### Defined in -[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L494) +[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L494) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L305) +[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L305) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L93) ___ @@ -884,7 +884,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L75) ___ @@ -903,7 +903,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L81) ___ @@ -922,7 +922,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L87) ___ @@ -940,7 +940,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L266) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L266) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L99) ___ @@ -977,7 +977,7 @@ ___ #### Defined in -[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L260) +[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L260) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L105) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L496) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L496) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L514) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L514) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L516) +[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L516) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L515) +[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L515) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L492) +[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L492) ___ @@ -1064,7 +1064,7 @@ ___ #### Defined in -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L180) +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L180) ___ @@ -1083,7 +1083,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L111) ___ @@ -1101,7 +1101,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L137) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L453) +[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L453) ___ @@ -1141,7 +1141,7 @@ ___ #### Defined in -[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L505) +[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L505) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L161) ___ @@ -1169,7 +1169,7 @@ ___ #### Defined in -[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L351) +[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L351) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L394) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L394) ___ @@ -1205,7 +1205,7 @@ ___ #### Defined in -[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L312) +[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L312) ___ @@ -1223,7 +1223,7 @@ ___ #### Defined in -[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L279) +[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L279) ___ @@ -1242,7 +1242,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L400) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L400) ___ @@ -1260,7 +1260,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L149) ___ @@ -1270,7 +1270,7 @@ ___ #### Defined in -[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L353) +[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L353) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L447) +[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L447) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L326) +[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L326) ___ @@ -1325,7 +1325,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L358) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L358) ___ @@ -1343,7 +1343,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L198) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L198) ___ @@ -1362,7 +1362,7 @@ ___ #### Defined in -[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L364) +[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L364) ___ @@ -1380,7 +1380,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L222) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L222) ___ @@ -1398,7 +1398,7 @@ ___ #### Defined in -[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L285) +[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L285) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L333) +[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L333) ___ @@ -1434,7 +1434,7 @@ ___ #### Defined in -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L192) +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L192) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L370) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L370) ___ @@ -1471,7 +1471,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L186) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L186) ___ @@ -1489,7 +1489,7 @@ ___ #### Defined in -[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L319) +[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L319) ___ @@ -1507,7 +1507,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L272) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L272) ___ @@ -1525,7 +1525,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L210) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L210) ___ @@ -1544,7 +1544,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L376) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L376) ___ @@ -1563,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L382) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L382) ___ @@ -1581,7 +1581,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L216) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L216) ___ @@ -1599,7 +1599,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L204) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L204) ___ @@ -1618,7 +1618,7 @@ ___ #### Defined in -[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L419) +[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L419) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L228) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L228) ___ @@ -1655,7 +1655,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L388) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L388) ___ @@ -1674,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L433) +[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L433) ___ @@ -1693,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L440) +[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L440) ___ @@ -1703,7 +1703,7 @@ ___ #### Defined in -[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L521) +[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L521) ___ @@ -1713,4 +1713,4 @@ ___ #### Defined in -[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/constants.ts#L520) +[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L520) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index f4702cd9a2..9238b471ff 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index e42b7e06bd..41228a306f 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index b768237a76..96cff66521 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index b2607f8d33..529ea2e754 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index 96e3361bc1..27526a2a9f 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index 50c3c2d179..ed4bfc02e3 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index 9bad77af12..34b3dee0da 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index b64771e56d..84b3ad7327 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index c8700d7b1c..504240f144 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index 87011447df..c1f7f0a69f 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index f11f447889..93a454c956 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index 935640a307..64e69016e7 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index 0c6bb376c6..fb7455c51e 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index 6548f3a1f8..d81a4fe3ca 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index a97f4d8c14..b8b2543389 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index dbe67c5a6f..df184fc203 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index 4317389479..177e28f072 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index 3db13f8c46..296983f098 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 647b2047a7..2a8d507089 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index 82af258c01..35a0c876dd 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index aa49bbce9f..d32241028c 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index a091fc2837..a3827bcc1a 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index 451d5b257c..7501c6484e 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index 734115b504..ebbf6de5b9 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index 14f580058d..3ca000462e 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index 5c7db89f8d..36f5e693c0 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index d3aa106809..9a01e71065 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index 752537b407..3c0ed168d2 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index 5a79c3fbe5..d64e06ed03 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index e8ebb87663..71e63d9ea2 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index f6ab4fe1d5..8ae2bfc432 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index ac046e81bb..9b7100c8ea 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index 27e6baa9bf..6479e2fc33 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index 773761e203..2c8b881ce3 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index d8bc5238a5..5a1b8068e0 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index 4772e8eea3..c9f4622596 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index e37f5cb1c5..598233b468 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index 5cb3f6c2f1..c1ad4296e9 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index a283e00613..9153237908 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index afaa0041eb..e9558827b8 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index 6c561f15e6..6bcb10da31 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index bfb94985f5..ade81f4c91 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index a69037362f..d19077d78b 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index 53fa835f97..62ff2d1473 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index ffc0087272..d7c204d45c 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index 825bad9fca..cf49e911b1 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index a9653f1808..c43322a745 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index 6eec8ccc80..5b9a552f21 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/index.ts#L92) +[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/index.ts#L92) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index a40e1fc496..52c6e26530 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index 997ba796cd..62e3cf23aa 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index 61315d651d..5d08906f67 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index 1710426b3d..d65b202b6d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index 4384471b6c..e306bd148a 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index dd8ccaa00a..b2994f63fa 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index 9aa7e278c3..a849302624 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 334651bc31..6850f3a9d4 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index ca9ab8a92b..66d979431f 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index 14059d8da3..8105589ae1 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index 3270dc506f..021edcca53 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index 9a693065ce..ab01410dc4 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index f4fc00328f..e641b3ee9b 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index ceb37925a6..c93d7fb108 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index 7ea3195eea..9893c92ca1 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index 4b6456bc89..5d9df48cf4 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index 33b523cb50..bfe69e6590 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index 5445af02e2..225c3f504c 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index 4278761f8c..648bcd120b 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index 507439535a..38901bab46 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index 3d8aca9c9f..0ea0ac9097 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index c5858c8308..0b9b29847e 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index 176f3aebc1..3fd9765565 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index 12c8576d74..765270b71c 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index 381ab575d1..f2cbf512a1 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index 71c74eec63..04665d181e 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index b7467924f9..36a1e3b5af 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index 3811698f1f..d5c24f769a 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index 23e86713a3..52b1a69d46 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index a1da744ace..9124365ec8 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index 7aa45ac3aa..b3b7b77d21 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index 1e1bbcec1e..c4d3860957 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index b6da225aab..ef14825e25 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index e5da0fa5a4..dbfda5d09e 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index f84f57819b..d542453da1 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index 11f7aac7c7..83f40a74d6 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index 7c913983f7..1b21c95c33 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index e462d69e01..0eceaac384 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index 8e9f0fbd49..a99387a45a 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index 9c08eeae9c..5862f00dca 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index 70b2c887b6..a5949c0d11 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index 8d45886013..2583a9003c 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index 4eaab845af..855541312d 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index 82a4938939..cfab55f62c 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index 8bfc345776..7260f98b71 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/index.ts#L94) +[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index 64bf929d06..f960e8135f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index 93af148eec..10f3568b86 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index 32a0a81b62..b6cbdd666f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index dc82e57792..a6dbea52c0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index 2f9708a764..77a0bec4c8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index bd4b7baa92..9e97e59414 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index 41428656e1..15c73dd72b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index ed31980ab3..9bba858975 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index 55519ab559..0819e7e986 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index 4990cedcf3..5c4114ca1d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index 4b9db40de2..cf87f227bd 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index 4e43792530..59fdd460d1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index 4ee6c2b9c7..1927bd5a2c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index 704ca9532b..8f4ada92c2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index ff33841382..910b031be4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index 5d128cbd85..d46e7bd33f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index d8f3d93477..2da0ad6a30 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index 117a43b0a8..09da70ccb6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index 80ee73f9d8..1cee8ae017 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index 0586d0e21d..f87e5ce570 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index 1ce9392f11..7b0f0fe089 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index ef7f1e303a..5d6aca6462 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index 62894f468f..de84da1b7a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index bbef84a0b1..91b4397d08 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index 044b871479..dc40637f3c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index 3b78f6f290..4c6de841d3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index f0b5e3a2ba..6e55e3ba97 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index 99e2c1d8ca..ca579b5a64 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index 80f29c4522..55b52463b8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index 8a2854da5e..050deafa97 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index 61ec9c771d..c1f76791fd 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index b0306cd4bf..109d66f323 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index 1eeec2e05d..eee83e7fdc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index 3efd5e24f6..472a6afa87 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index 0f4df9367f..fae6183540 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index 7e4028f2e0..9009d446e3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index e283751f27..37c1a36c6a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index c9a956fcb8..7cf328b627 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index c630ec65be..993dc5446d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index 0abe14f184..148e13ba39 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index 3e3c5e366e..bc96338604 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index a56d8a0332..d6a0e58153 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index 774983a04c..08162e44d6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index 6300f386ec..54f54a63c0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index adfba998a2..46410d9d46 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index 18fe664ca2..f1f6c78c75 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index 2c0f5914a3..936b68e306 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index 6922e02130..31c3b920ac 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index a59fd76763..aa6955df8c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index 496c121179..9b4e3418f6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index dd66f9da2e..7b7c882c1c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index 4f945cc60a..c81a48417d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index 22e1b3bdd7..fa39fe5dc5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index c92ffd86ba..f43b31c8d6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index 76c2a6a61a..93fb42565a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index 4c1edefa31..38bb3b51b5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index df9c43333a..edb2027a6e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index 6a858f088a..fadc4e5281 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index ffb284ef54..8e551d723d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index 69b1950a91..1440cc864b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index c3f3ce8605..e7126bead3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index 87163a7aeb..e7e2b0c80f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index c8086928e6..1b14ccf575 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index ddeccb3bb5..5167572263 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index dea22eaeb5..43bc70ae76 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index 8f5b9925c8..8cc04b4c6b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index a172d2cabe..25a8b3d35c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index 050466b7e4..823cec5f8d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index ba57cae905..00fbbe409d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index 26e7ed8032..79692b6ccf 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index 4fb7dae402..304072c311 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index 78868b80a1..4336961628 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index 0849ad11e9..412b5441e6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index 956f08b0cb..ee9bc43b34 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index 21a48468ee..9da5a8c6b1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index ccf790521d..29c005f6ca 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index c5282219b5..21a6ceb519 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index 32c2a1f615..0da464e119 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index 020f7d0a34..ea00ec7a48 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index dc1e3f970d..77d77c0269 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index a3dc351a33..8812d5376a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index 73569e58f4..8a3e00e7fe 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index 0a84c86f5d..7c4289e889 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index 82e2e62c0f..ef2fa384bc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index 93608ecb94..a2ea1b219b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index 1fcb411fa2..3d4aca7ec5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index 95cfa71289..933acbba04 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index a7e80b39ed..aede21a630 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index 144f493cc6..e072c52b08 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index ceedc25b11..62151afc46 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index b9c343e29f..dc02461c7f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index 710dd6362f..e08d3dbef9 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index 356a1ea91f..b2194b5f25 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index 353e988fd8..989fc04413 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index f95d41b386..824dcfe994 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index 9c5633c4a6..da9e0adff0 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index e20d33f63d..f4897f4a91 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index c0a0c1a845..756031fa89 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index 66f6456d1a..9e2f698737 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index 8b888efe93..adddd227c4 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index 13601e7903..600fabe2b4 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index 6a81b005f9..9bf23a6fca 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index e6a6d22e29..c987c15e61 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index ee3afbc1e1..1096c32883 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index a9f06a4c8f..2864776c6d 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index 12bf5150d3..c2a6d8c6d5 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index eccfbac54a..4b376d5a1e 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index 484f7f260a..5369f0159b 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index bef3f17783..2ac75b3140 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index 9272debf39..da98256406 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index ce297192ee..00767fd13e 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index 26c75dc3b8..175d269f3b 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index 61a95aec09..51f2e18aa0 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index 02a1a7b83e..b8d9d6b6cc 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index f67b0d21e3..31d518cdc5 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index bb1a37ebc5..727a0ae64d 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index 57da282538..238116d91d 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index a38dd1fc4f..0a7bbdf6aa 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index b1e87d8a0d..6cfb6188c7 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index bb6b9a6c8a..0322a7ffed 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index b183e67caa..508e62c22d 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index 1144a1c6c1..167921d568 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index 24c0640474..006177ee05 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index 5bc694d271..db3be4d073 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index c0747085e2..b4940990d4 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index 23d4ba9985..02020a2bd9 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index 53018be824..d39511383a 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index 16eff998c5..2c8730d7f1 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index 93c63d5b99..bc83e96236 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index f3f6dc5732..bf0eb0be88 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index 3763ee0bdc..f1db43991f 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index b481fedd92..7b1d36dbfa 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index 03d832e530..a08940c17f 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index 5da072530d..916f5158aa 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index ab307c8bc3..8df0ed9000 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index 9977fa6bb6..7a84f10633 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index 03731bdd44..ab97f223b9 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index 868ff91b46..577b2dc256 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index 3a90c2e47b..de5df4581e 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index d4afec82e1..31bba31e85 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index b0aec3b36c..07309b3187 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index a9d23ff1d3..93d723038c 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index f42e32ebb1..fb0bf8577f 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index 0a419a36d9..98d4eb6d84 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index 2fd9eb6a7e..8066a714da 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index d0714aa79f..0e5a6c7ab9 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index ca901bd356..90bd8dc7d6 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index befae0b020..e5beafd21e 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index bf265f11e6..838a14e6f2 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index be06cc73e0..69d70ffaef 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index 22704d1b9e..b92b81d7b1 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index 75b9b5c641..462725fe42 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index 64791f8593..ff37bfebd8 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index fee61819d6..ef474b20a2 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index e51a02adeb..3b20945c90 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index ba1d93a080..87a413ebe9 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index ae106484d1..e53a9d4c9c 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index 0ccf09039e..759deca931 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index be834ae41d..c88e142162 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index f04d0ec5c7..d159ac33e3 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index c6e7202844..4a5231cbab 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index 008bc822f5..1810a78953 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index 9a7552a5ca..97172bc96f 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index 5d7e13e2cf..30d75b295d 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index c4740a46cf..896ac1c661 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index 5fb65e52ac..cbc4ce5b88 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index a934419a59..0685f1f418 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index af1048bae9..e30d06d9ea 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index 81ac3debe2..7797cc0333 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index 059184ff36..214204150b 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index 5b7ff4248c..944c8996d1 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index 4e784f5cc0..0f731bd769 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index ac24d01e47..ca9415a832 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index 95647664f8..cf908168ba 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index de093edf53..559b05488e 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index 6955e785f7..9cabe9e512 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index 2b18238588..9bfff12d59 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index b316345a33..99e5202a76 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index f3f52fed99..bd71f9f26c 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index 9111788b50..ed29fd7278 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index 6e37c6d564..305ea9d3bb 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -387,7 +387,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L56) +[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L56) ___ @@ -410,7 +410,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L74) +[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L74) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2346) +[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2346) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2328) +[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2328) ___ @@ -501,7 +501,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L85) +[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L85) ___ @@ -524,7 +524,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L97) +[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L97) ___ @@ -555,7 +555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2357) +[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2357) ___ @@ -581,7 +581,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L108) +[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L108) ___ @@ -614,7 +614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2369) +[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2369) ___ @@ -624,7 +624,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L122) +[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L122) ___ @@ -641,7 +641,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L127) +[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L127) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2383) +[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2383) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L132) +[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L132) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2388) +[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2388) ___ @@ -725,7 +725,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L137) +[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L137) ___ @@ -751,7 +751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2397) +[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2397) ___ @@ -761,7 +761,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2318) +[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2318) ___ @@ -780,7 +780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2320) +[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2320) ___ @@ -805,7 +805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L144) +[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L144) ___ @@ -824,7 +824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L157) +[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L157) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2404) +[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2404) ___ @@ -875,7 +875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L164) +[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L164) ___ @@ -901,7 +901,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2417) +[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2417) ___ @@ -925,7 +925,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L171) +[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L171) ___ @@ -941,7 +941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L183) +[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L183) ___ @@ -972,7 +972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2424) +[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2424) ___ @@ -982,7 +982,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L187) +[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L187) ___ @@ -1005,7 +1005,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -1025,7 +1025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L189) +[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L189) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2440) +[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2440) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L197) +[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L197) ___ @@ -1088,7 +1088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1969) +[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1969) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1974) +[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1974) ___ @@ -1124,7 +1124,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L204) +[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L204) ___ @@ -1142,7 +1142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L210) +[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L210) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L216) +[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L216) ___ @@ -1183,7 +1183,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2460) +[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2460) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L221) +[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L221) ___ @@ -1229,7 +1229,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L232) +[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L232) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2476) +[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2476) ___ @@ -1289,7 +1289,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2465) +[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2465) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2035) +[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2035) ___ @@ -1349,7 +1349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3145) +[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3145) ___ @@ -1374,7 +1374,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L243) +[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L243) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2487) +[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2487) ___ @@ -1433,7 +1433,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L256) +[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L256) ___ @@ -1443,7 +1443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L271) +[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L271) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L289) +[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L289) ___ @@ -1469,7 +1469,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L294) +[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L294) ___ @@ -1493,7 +1493,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2504) +[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2504) ___ @@ -1535,7 +1535,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L298) +[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L298) ___ @@ -1551,7 +1551,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L329) +[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L329) ___ @@ -1568,7 +1568,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L333) +[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L333) ___ @@ -1598,7 +1598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L338) +[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L338) ___ @@ -1608,7 +1608,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L356) +[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L356) ___ @@ -1657,7 +1657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2509) +[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2509) ___ @@ -1697,7 +1697,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L378) +[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L378) ___ @@ -1713,7 +1713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L27) ___ @@ -1731,7 +1731,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L406) +[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L406) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2539) +[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2539) ___ @@ -1778,7 +1778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L412) +[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L412) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L422) +[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L422) ___ @@ -1825,7 +1825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2545) +[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2545) ___ @@ -1842,7 +1842,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L428) +[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L428) ___ @@ -1867,7 +1867,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2555) +[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2555) ___ @@ -1885,7 +1885,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L433) +[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L433) ___ @@ -1895,7 +1895,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L439) +[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L439) ___ @@ -1918,7 +1918,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L444) +[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L444) ___ @@ -1941,7 +1941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L455) +[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L455) ___ @@ -1963,7 +1963,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L466) +[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L466) ___ @@ -1992,7 +1992,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2583) +[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2583) ___ @@ -2022,7 +2022,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2572) +[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2572) ___ @@ -2052,7 +2052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2561) +[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2561) ___ @@ -2068,7 +2068,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -2084,7 +2084,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L26) ___ @@ -2094,7 +2094,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L476) +[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L476) ___ @@ -2119,7 +2119,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2152,7 +2152,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2031) +[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2031) ___ @@ -2172,7 +2172,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L482) +[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L482) ___ @@ -2190,7 +2190,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L490) +[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L490) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L496) +[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L496) ___ @@ -2239,7 +2239,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2611) +[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2611) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2603) +[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2603) ___ @@ -2283,7 +2283,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L505) +[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L505) ___ @@ -2300,7 +2300,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2317,7 +2317,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2334,7 +2334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -2344,7 +2344,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L510) +[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L510) ___ @@ -2354,7 +2354,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L518) +[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L518) ___ @@ -2379,7 +2379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2628) +[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2628) ___ @@ -2389,7 +2389,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L524) +[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L524) ___ @@ -2415,7 +2415,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2634) +[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2634) ___ @@ -2431,7 +2431,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L25) +[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L25) ___ @@ -2450,7 +2450,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L531) +[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L531) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2641) +[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2641) ___ @@ -2499,7 +2499,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L538) +[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L538) ___ @@ -2522,7 +2522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L549) +[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L549) ___ @@ -2539,7 +2539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L560) +[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L560) ___ @@ -2569,7 +2569,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2659) +[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2659) ___ @@ -2599,7 +2599,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2648) +[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2648) ___ @@ -2609,7 +2609,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L565) +[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L565) ___ @@ -2635,7 +2635,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2670) +[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2670) ___ @@ -2645,7 +2645,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L572) +[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L572) ___ @@ -2670,7 +2670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2677) +[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2677) ___ @@ -2777,7 +2777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L578) +[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L578) ___ @@ -2793,7 +2793,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L674) +[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L674) ___ @@ -2809,7 +2809,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L679) +[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L679) ___ @@ -2825,7 +2825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L684) +[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L684) ___ @@ -2841,7 +2841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L689) +[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L689) ___ @@ -2857,7 +2857,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L694) +[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L694) ___ @@ -2875,7 +2875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L699) +[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L699) ___ @@ -2892,7 +2892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L706) +[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L706) ___ @@ -2910,7 +2910,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L712) +[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L712) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L719) +[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L719) ___ @@ -2943,7 +2943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L724) +[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L724) ___ @@ -2959,7 +2959,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L730) +[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L730) ___ @@ -2975,7 +2975,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L735) +[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L735) ___ @@ -2991,7 +2991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L740) +[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L740) ___ @@ -3008,7 +3008,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L745) +[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L745) ___ @@ -3025,7 +3025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L751) +[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L751) ___ @@ -3041,7 +3041,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L757) +[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L757) ___ @@ -3057,7 +3057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L762) +[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L762) ___ @@ -3074,7 +3074,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L767) +[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L767) ___ @@ -3091,7 +3091,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L773) +[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L773) ___ @@ -3107,7 +3107,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L779) +[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L779) ___ @@ -3128,7 +3128,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L784) +[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L784) ___ @@ -3145,7 +3145,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L794) +[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L794) ___ @@ -3161,7 +3161,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L800) +[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L800) ___ @@ -3182,7 +3182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L805) +[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L805) ___ @@ -3198,7 +3198,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L815) +[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L815) ___ @@ -3214,7 +3214,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L820) +[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L820) ___ @@ -3230,7 +3230,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L825) +[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L825) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L830) +[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L830) ___ @@ -3263,7 +3263,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L835) +[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L835) ___ @@ -3282,7 +3282,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L841) +[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L841) ___ @@ -3299,7 +3299,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L849) +[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L849) ___ @@ -3315,7 +3315,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L855) +[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L855) ___ @@ -3331,7 +3331,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L860) +[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L860) ___ @@ -3347,7 +3347,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L865) +[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L865) ___ @@ -3363,7 +3363,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L870) +[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L870) ___ @@ -3379,7 +3379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L875) +[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L875) ___ @@ -3395,7 +3395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L880) +[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L880) ___ @@ -3411,7 +3411,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L885) +[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L885) ___ @@ -3427,7 +3427,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L890) +[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L890) ___ @@ -3443,7 +3443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L895) +[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L895) ___ @@ -3459,7 +3459,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L900) +[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L900) ___ @@ -3475,7 +3475,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L905) +[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L905) ___ @@ -3491,7 +3491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L910) +[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L910) ___ @@ -3507,7 +3507,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L915) +[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L915) ___ @@ -3523,7 +3523,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L920) +[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L920) ___ @@ -3539,7 +3539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L925) +[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L925) ___ @@ -3555,7 +3555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L930) +[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L930) ___ @@ -3571,7 +3571,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L935) +[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L935) ___ @@ -3587,7 +3587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L940) +[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L940) ___ @@ -3603,7 +3603,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L945) +[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L945) ___ @@ -3620,7 +3620,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L950) +[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L950) ___ @@ -3636,7 +3636,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L956) +[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L956) ___ @@ -3652,7 +3652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L961) +[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L961) ___ @@ -3668,7 +3668,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L966) +[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L966) ___ @@ -3684,7 +3684,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L971) +[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L971) ___ @@ -3700,7 +3700,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L976) +[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L976) ___ @@ -3717,7 +3717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L981) +[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L981) ___ @@ -3733,7 +3733,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L987) +[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L987) ___ @@ -3749,7 +3749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L992) +[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L992) ___ @@ -3765,7 +3765,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L997) +[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L997) ___ @@ -3782,7 +3782,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1002) +[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1002) ___ @@ -3798,7 +3798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1008) +[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1008) ___ @@ -3911,7 +3911,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2683) +[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2683) ___ @@ -3927,7 +3927,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1013) +[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1013) ___ @@ -3943,7 +3943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1018) +[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1018) ___ @@ -3960,7 +3960,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1023) +[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1023) ___ @@ -3977,7 +3977,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1029) +[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1029) ___ @@ -3994,7 +3994,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1035) +[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1035) ___ @@ -4011,7 +4011,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1041) +[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1041) ___ @@ -4027,7 +4027,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1047) +[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1047) ___ @@ -4044,7 +4044,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1052) +[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1052) ___ @@ -4060,7 +4060,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1058) +[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1058) ___ @@ -4076,7 +4076,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1063) +[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1063) ___ @@ -4092,7 +4092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1068) +[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1068) ___ @@ -4109,7 +4109,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1073) +[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1073) ___ @@ -4126,7 +4126,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1079) +[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1079) ___ @@ -4142,7 +4142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1085) +[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1085) ___ @@ -4159,7 +4159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1090) +[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1090) ___ @@ -4175,7 +4175,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1096) +[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1096) ___ @@ -4193,7 +4193,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1101) +[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1101) ___ @@ -4210,7 +4210,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1108) +[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1108) ___ @@ -4227,7 +4227,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1114) +[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1114) ___ @@ -4243,7 +4243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1120) +[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1120) ___ @@ -4260,7 +4260,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1125) +[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1125) ___ @@ -4278,7 +4278,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1131) +[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1131) ___ @@ -4294,7 +4294,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1138) +[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1138) ___ @@ -4310,7 +4310,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1143) +[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1143) ___ @@ -4334,7 +4334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2033) +[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2033) ___ @@ -4351,7 +4351,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -4386,7 +4386,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1151) +[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1151) ___ @@ -4402,7 +4402,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1175) +[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1175) ___ @@ -4422,7 +4422,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1187) +[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1187) ___ @@ -4449,7 +4449,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2800) +[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2800) ___ @@ -4473,7 +4473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1195) +[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1195) ___ @@ -4504,7 +4504,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2808) +[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2808) ___ @@ -4527,7 +4527,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1207) +[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1207) ___ @@ -4537,7 +4537,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1218) +[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1218) ___ @@ -4579,7 +4579,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2777) +[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2777) ___ @@ -4598,7 +4598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1180) +[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1180) ___ @@ -4639,7 +4639,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1230) +[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1230) ___ @@ -4656,7 +4656,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1259) +[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1259) ___ @@ -4680,7 +4680,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2820) +[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2820) ___ @@ -4696,7 +4696,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1147) +[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1147) ___ @@ -4720,7 +4720,7 @@ Information about pagination in a connection. #### Defined in -[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1265) +[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1265) ___ @@ -4749,7 +4749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2825) +[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2825) ___ @@ -4759,7 +4759,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1277) +[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1277) ___ @@ -4780,7 +4780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1281) +[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1281) ___ @@ -4800,7 +4800,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4817,7 +4817,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1298) +[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1298) ___ @@ -4844,7 +4844,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2848) +[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2848) ___ @@ -4864,7 +4864,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1303) +[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1303) ___ @@ -4892,7 +4892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2839) +[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2839) ___ @@ -4922,7 +4922,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1311) +[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1311) ___ @@ -4943,7 +4943,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1330) +[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1330) ___ @@ -4969,7 +4969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2878) +[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2878) ___ @@ -4991,7 +4991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1339) +[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1339) ___ @@ -5001,7 +5001,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1349) +[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1349) ___ @@ -5038,7 +5038,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2860) +[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2860) ___ @@ -5057,7 +5057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1367) +[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1367) ___ @@ -5090,7 +5090,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5144,7 +5144,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1395) +[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1395) ___ @@ -5160,7 +5160,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1438) +[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1438) ___ @@ -5176,7 +5176,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1443) +[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1443) ___ @@ -5192,7 +5192,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1448) +[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1448) ___ @@ -5208,7 +5208,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1453) +[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1453) ___ @@ -5224,7 +5224,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1458) +[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1458) ___ @@ -5240,7 +5240,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5256,7 +5256,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5272,7 +5272,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5288,7 +5288,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5304,7 +5304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5320,7 +5320,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5337,7 +5337,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5356,7 +5356,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1499) +[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1499) ___ @@ -5372,7 +5372,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1507) +[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1507) ___ @@ -5388,7 +5388,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1512) +[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1512) ___ @@ -5407,7 +5407,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1517) +[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1517) ___ @@ -5423,7 +5423,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1525) +[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1525) ___ @@ -5440,7 +5440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1530) +[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1530) ___ @@ -5456,7 +5456,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1536) +[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1536) ___ @@ -5472,7 +5472,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1541) +[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1541) ___ @@ -5489,7 +5489,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1546) +[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1546) ___ @@ -5508,7 +5508,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1552) +[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1552) ___ @@ -5528,7 +5528,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1560) +[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1560) ___ @@ -5544,7 +5544,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1569) +[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1569) ___ @@ -5560,7 +5560,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1574) +[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1574) ___ @@ -5577,7 +5577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1579) +[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1579) ___ @@ -5597,7 +5597,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5614,7 +5614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5630,7 +5630,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1600) +[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1600) ___ @@ -5690,7 +5690,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2885) +[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2885) ___ @@ -5706,7 +5706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1605) +[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1605) ___ @@ -5722,7 +5722,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5743,7 +5743,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1615) +[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1615) ___ @@ -5762,7 +5762,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5778,7 +5778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1632) +[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1632) ___ @@ -5788,7 +5788,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1636) +[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1636) ___ @@ -5805,7 +5805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L33) +[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L33) ___ @@ -5824,7 +5824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1984) +[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1984) ___ @@ -5860,7 +5860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1986) +[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1986) ___ @@ -5876,7 +5876,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1982) +[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1982) ___ @@ -5971,7 +5971,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3068) +[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3068) ___ @@ -5996,7 +5996,7 @@ Mapping of interface types #### Defined in -[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2049) +[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2049) ___ @@ -6134,7 +6134,7 @@ Mapping between all available schema types and the resolvers parents #### Defined in -[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2194) +[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2194) ___ @@ -6286,7 +6286,7 @@ Mapping between all available schema types and the resolvers types #### Defined in -[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2055) +[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2055) ___ @@ -6310,7 +6310,7 @@ Mapping of union types #### Defined in -[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2044) +[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2044) ___ @@ -6326,7 +6326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2322) +[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2322) ___ @@ -6345,7 +6345,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2326) +[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2326) ___ @@ -6416,7 +6416,7 @@ All built-in and custom scalars, mapped to their actual values #### Defined in -[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L35) +[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L35) ___ @@ -6426,7 +6426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1643) +[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1643) ___ @@ -6446,7 +6446,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1648) +[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1648) ___ @@ -6466,7 +6466,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2017) +[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2017) ___ @@ -6502,7 +6502,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2000) +[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2000) ___ @@ -6522,7 +6522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -6548,7 +6548,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2926) +[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2926) ___ @@ -6584,7 +6584,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1993) +[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1993) ___ @@ -6601,7 +6601,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1656) +[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1656) ___ @@ -6621,7 +6621,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -6648,7 +6648,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2937) +[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2937) ___ @@ -6658,7 +6658,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1669) +[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1669) ___ @@ -6692,7 +6692,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2025) ___ @@ -6702,7 +6702,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6726,7 +6726,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2949) +[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2949) ___ @@ -6736,7 +6736,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1678) +[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1678) ___ @@ -6760,7 +6760,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2954) +[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2954) ___ @@ -6777,7 +6777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1683) +[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1683) ___ @@ -6798,7 +6798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1688) +[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1688) ___ @@ -6819,7 +6819,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1697) +[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1697) ___ @@ -6836,7 +6836,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1706) +[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1706) ___ @@ -6860,7 +6860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2959) +[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2959) ___ @@ -6889,7 +6889,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1711) +[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1711) ___ @@ -6909,7 +6909,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1728) +[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1728) ___ @@ -6934,7 +6934,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6952,7 +6952,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1749) +[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1749) ___ @@ -6969,7 +6969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1755) +[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1755) ___ @@ -6986,7 +6986,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1760) +[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1760) ___ @@ -7030,7 +7030,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1765) +[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1765) ___ @@ -7047,7 +7047,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1806) +[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1806) ___ @@ -7066,7 +7066,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1811) +[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1811) ___ @@ -7092,7 +7092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3000) +[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3000) ___ @@ -7112,7 +7112,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1818) +[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1818) ___ @@ -7139,7 +7139,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3007) +[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3007) ___ @@ -7157,7 +7157,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1826) +[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1826) ___ @@ -7182,7 +7182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3015) +[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3015) ___ @@ -7203,7 +7203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1832) +[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1832) ___ @@ -7213,7 +7213,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1841) +[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1841) ___ @@ -7232,7 +7232,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1853) +[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1853) ___ @@ -7250,7 +7250,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1860) +[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1860) ___ @@ -7276,7 +7276,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3021) +[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3021) ___ @@ -7327,7 +7327,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L2968) +[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2968) ___ @@ -7349,7 +7349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7365,7 +7365,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1877) +[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1877) ___ @@ -7383,7 +7383,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1886) +[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1886) ___ @@ -7408,7 +7408,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3038) +[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3038) ___ @@ -7437,7 +7437,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3028) +[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3028) ___ @@ -7453,7 +7453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1882) +[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1882) ___ @@ -7473,7 +7473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1798) +[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1798) ___ @@ -7491,7 +7491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1892) +[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1892) ___ @@ -7509,7 +7509,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1898) +[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1898) ___ @@ -7534,7 +7534,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3044) +[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3044) ___ @@ -7552,7 +7552,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1904) +[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1904) ___ @@ -7577,7 +7577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3050) +[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3050) ___ @@ -7587,7 +7587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1910) +[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1910) ___ @@ -7634,7 +7634,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7652,7 +7652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1951) +[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1951) ___ @@ -7670,7 +7670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1957) +[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1957) ___ @@ -7695,7 +7695,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3056) +[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3056) ___ @@ -7713,7 +7713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L1963) +[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1963) ___ @@ -7738,4 +7738,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/types/generatedGraphQLTypes.ts#L3062) +[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3062) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index 4d0176c391..ed5d1bf966 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index b4b835ecff..2860b0b2a4 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index d3f4d08f15..85e1d7ea9c 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index 8b723a44db..9ff38fb676 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index 92d9531112..31e9d3bc48 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index 13b6001f9b..63c8977d23 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index ac6ce7fba3..646ef1d943 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index b778a138e3..d9db126ae4 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index 2c54c98b6c..0d7ea7a327 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index 6c3ca87564..092639749a 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index 963c4337b5..2260dedf8f 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index c890ef2403..edaa4cb2ef 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index 7a4513de78..ec918eb91c 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index 88f5eba35c..7a1d3992cc 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index f4073eece1..c3b7ed251f 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index 9d9ec8464e..5b269991de 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index 8aa5e5d965..b1596ecbef 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index 458b5258d6..b6a345ef01 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index 6908f82112..eb1c08024f 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index 321b219d15..469ff91af6 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index 3bfe0f3ecb..3992fe76f3 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index 9368405c9b..84a892f519 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index 8124dce063..57a7a39f1d 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/4e2c75b/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/uploadImage.ts#L16) From 00da99ca837bc8957255e70bd2494fe0c4024e27 Mon Sep 17 00:00:00 2001 From: IntelloManiac Date: Sun, 4 Feb 2024 11:33:43 +0530 Subject: [PATCH 011/109] fix: workflow linting fix (#1788) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3130126014..d435f3a3f1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -50,7 +50,7 @@ jobs: run: npm ci - name: Run ESLint to check for linting errors in modified files - run: npx eslint $(git diff --name-only --diff-filter=d ${{ github.event.before }} ${{ github.sha }}) -- '***.ts' + run: npx eslint $(git diff --name-only --diff-filter=d ${{ github.event.before }} ${{ github.sha }} -- '***.ts') - name: Check for formatting errors run: npm run format:check From 02d8832697547aef8f442ebaf811b0a5182300c2 Mon Sep 17 00:00:00 2001 From: palisadoes Date: Sun, 4 Feb 2024 06:10:10 +0000 Subject: [PATCH 012/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 196 ++--- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 668 +++++++++--------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- 367 files changed, 1101 insertions(+), 1101 deletions(-) diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index fd8295d60e..3e8433a281 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index 861755a954..18b985a2f1 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index 5063fcaa35..7f8871f9a3 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index 8abb18bbf2..e19b3d6b70 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index 5dd461be3b..fda99931c9 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index 226dcc249d..b2767ec85e 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index 29de4db4f5..37de3a5edd 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index be2c7ddc72..c924a4d930 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index 3a256f8ec0..fcdb5f04e0 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index 9690466637..c472009631 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index ae1a66b91a..f020606a34 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L528) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L528) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L530) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L530) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L529) +[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L529) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index a2570df827..0b5338898b 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index a78fe85d02..bb0fa2d155 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index 304fa00bcb..e30aa4ad31 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index 93280ccdbf..b5aa4a1bf4 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index f31e64e366..ed93178bee 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index daa32247ac..46724736e4 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index 3fb45a5922..537702a27e 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index 1aafd675f6..b001bc81b7 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index b9079ad435..a239e38f96 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index 0050291b6e..4b75b92990 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index 6274d99e76..83464e08a0 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index 3046d579ab..0202f1eec2 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index 3083405fd1..a63b351d3c 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index bf0a19cd23..f370625b43 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index 52c149160a..4b20cac539 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index 29d246a4da..d5a2ff07d4 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index 52999c1390..34490fb11e 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index d4f97bf6c5..3b6bde0097 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index 94208dd63d..e61de8bb59 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index 1053f8ec34..292147c9f9 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index bdcbe192ee..8e20312be5 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index 3c74d53708..b79d755407 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index 87705704b4..4182487e9b 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index 174ff79d14..70d999f549 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index 06b84dedb2..126c361fba 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index fd23bc2edd..28b59db0c1 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index 8d359238c4..d5ff72a4b9 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index 2bf570277d..34c8efbcec 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index 90d8912059..e8f1305121 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index 227e5e1056..e80adc89ac 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index 95cf4cd4a5..8fa03920a1 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index 57c15657f3..05780504f9 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index a3c68a789a..bc937e3e1b 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index 6fc544918c..ae4ce343dd 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index ce1cd73061..64f17476ea 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index 14d25f80b0..aebb1e455d 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index c47a64f91c..b069c13ccf 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index e2b5f1ec4b..4742631d94 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2394) +[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2394) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index f56698d400..490a3bb1d6 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2449) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index 62d8cdab14..15ac45e556 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2453) +[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2453) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index 27a955226f..9252988bae 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2457) +[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2457) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index 9adf09d545..cf7aab295f 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2501) +[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2501) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index 5425c1bc98..0af10d7d6b 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2600) +[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2600) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index eea72b79d6..44e508e7e1 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2621) +[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2621) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index 04018cde05..8451c6f301 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2625) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index fa4fe6e893..5480a0d330 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2836) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index 58bafbc72d..3d016be011 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2857) +[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2857) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index 9422342dfe..bf10e9bcc6 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2013) +[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2013) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index ae861a96e1..f71a2b91b9 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2009) +[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2009) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2008) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2008) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index b0c04b2520..16610b321a 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2934) +[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2934) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index fda72b4ddd..e57e91fa15 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2965) +[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2965) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index 87b385a7a2..b262dfe751 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2946) +[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2946) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index 3c60de11d1..4947aaa9ec 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index 20f75c2c04..91c2adc461 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index 498756e9ee..12d996519f 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index 6e5920ee86..cfdd147836 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index 374c988e8b..b842a28655 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index f3a2d173f8..1085b4afaa 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index dd9ba90f34..f0135d6df2 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -117,7 +117,7 @@ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L490) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L490) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L24) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L17) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L10) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L254) +[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L254) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L247) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L247) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L235) +[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L235) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L241) +[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L241) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L340) +[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L340) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L488) +[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L488) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L31) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L37) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L460) +[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L460) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L472) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L472) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L466) +[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L466) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L478) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L478) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L426) +[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L426) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L155) ___ @@ -432,7 +432,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L43) ___ @@ -451,7 +451,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L44) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L51) ___ @@ -487,7 +487,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L167) ___ @@ -505,7 +505,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L124) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L299) +[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L299) ___ @@ -541,7 +541,7 @@ ___ #### Defined in -[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L346) +[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L346) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L143) ___ @@ -578,7 +578,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L406) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L406) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L118) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L57) ___ @@ -625,7 +625,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L412) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L412) ___ @@ -644,7 +644,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L130) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L292) +[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L292) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L59) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L502) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L502) ___ @@ -700,7 +700,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L174) ___ @@ -710,7 +710,7 @@ ___ #### Defined in -[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L523) +[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L523) ___ @@ -720,7 +720,7 @@ ___ #### Defined in -[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L525) +[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L525) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L500) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L500) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L498) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L498) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L484) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L484) ___ @@ -760,7 +760,7 @@ ___ #### Defined in -[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L486) +[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L486) ___ @@ -770,7 +770,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L72) ___ @@ -789,7 +789,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L66) ___ @@ -808,7 +808,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L60) ___ @@ -818,7 +818,7 @@ ___ #### Defined in -[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L518) +[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L518) ___ @@ -828,7 +828,7 @@ ___ #### Defined in -[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L494) +[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L494) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L305) +[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L305) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L93) ___ @@ -884,7 +884,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L75) ___ @@ -903,7 +903,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L81) ___ @@ -922,7 +922,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L87) ___ @@ -940,7 +940,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L266) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L266) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L99) ___ @@ -977,7 +977,7 @@ ___ #### Defined in -[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L260) +[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L260) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L105) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L496) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L496) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L514) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L514) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L516) +[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L516) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L515) +[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L515) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L492) +[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L492) ___ @@ -1064,7 +1064,7 @@ ___ #### Defined in -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L180) +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L180) ___ @@ -1083,7 +1083,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L111) ___ @@ -1101,7 +1101,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L137) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L453) +[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L453) ___ @@ -1141,7 +1141,7 @@ ___ #### Defined in -[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L505) +[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L505) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L161) ___ @@ -1169,7 +1169,7 @@ ___ #### Defined in -[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L351) +[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L351) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L394) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L394) ___ @@ -1205,7 +1205,7 @@ ___ #### Defined in -[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L312) +[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L312) ___ @@ -1223,7 +1223,7 @@ ___ #### Defined in -[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L279) +[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L279) ___ @@ -1242,7 +1242,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L400) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L400) ___ @@ -1260,7 +1260,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L149) ___ @@ -1270,7 +1270,7 @@ ___ #### Defined in -[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L353) +[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L353) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L447) +[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L447) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L326) +[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L326) ___ @@ -1325,7 +1325,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L358) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L358) ___ @@ -1343,7 +1343,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L198) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L198) ___ @@ -1362,7 +1362,7 @@ ___ #### Defined in -[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L364) +[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L364) ___ @@ -1380,7 +1380,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L222) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L222) ___ @@ -1398,7 +1398,7 @@ ___ #### Defined in -[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L285) +[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L285) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L333) +[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L333) ___ @@ -1434,7 +1434,7 @@ ___ #### Defined in -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L192) +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L192) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L370) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L370) ___ @@ -1471,7 +1471,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L186) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L186) ___ @@ -1489,7 +1489,7 @@ ___ #### Defined in -[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L319) +[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L319) ___ @@ -1507,7 +1507,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L272) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L272) ___ @@ -1525,7 +1525,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L210) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L210) ___ @@ -1544,7 +1544,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L376) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L376) ___ @@ -1563,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L382) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L382) ___ @@ -1581,7 +1581,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L216) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L216) ___ @@ -1599,7 +1599,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L204) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L204) ___ @@ -1618,7 +1618,7 @@ ___ #### Defined in -[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L419) +[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L419) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L228) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L228) ___ @@ -1655,7 +1655,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L388) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L388) ___ @@ -1674,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L433) +[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L433) ___ @@ -1693,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L440) +[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L440) ___ @@ -1703,7 +1703,7 @@ ___ #### Defined in -[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L521) +[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L521) ___ @@ -1713,4 +1713,4 @@ ___ #### Defined in -[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/constants.ts#L520) +[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L520) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index 9238b471ff..f1135151e0 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index 41228a306f..d919233a5d 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index 96cff66521..7adb56bb04 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index 529ea2e754..a8ee2587cc 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index 27526a2a9f..da7a93497c 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index ed4bfc02e3..389e922f69 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index 34b3dee0da..fc09b78daa 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index 84b3ad7327..f09c9ce1f5 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index 504240f144..6cd8a12c9b 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index c1f7f0a69f..e58b3ee3f7 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index 93a454c956..352b504a6f 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index 64e69016e7..720c6c6a93 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index fb7455c51e..b3b9c85f39 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index d81a4fe3ca..2bca01a1c2 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index b8b2543389..af4683bcb9 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index df184fc203..4a8a53befd 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index 177e28f072..8ba20c2d55 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index 296983f098..971c1e7ce2 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 2a8d507089..82c3c9c983 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index 35a0c876dd..e040ac2603 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index d32241028c..8c31b3aba0 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index a3827bcc1a..e341036c1f 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index 7501c6484e..b1a9d4cded 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index ebbf6de5b9..e54847f542 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index 3ca000462e..4d238f4de5 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index 36f5e693c0..4f8136e808 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index 9a01e71065..8258ce2514 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index 3c0ed168d2..a78aa10740 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index d64e06ed03..6d15b687ac 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index 71e63d9ea2..78d45bbd0d 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index 8ae2bfc432..11f042b48a 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index 9b7100c8ea..4c55b2fbbb 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index 6479e2fc33..0708ff216d 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index 2c8b881ce3..300d87b8c7 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index 5a1b8068e0..d20fee7420 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index c9f4622596..ed536fab4a 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index 598233b468..a6261eef19 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index c1ad4296e9..2e05557884 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index 9153237908..0d8dfbbc0e 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index e9558827b8..cc9c59b58b 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index 6bcb10da31..c54b127f22 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index ade81f4c91..84e95bcb76 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index d19077d78b..39a8c57fa0 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index 62ff2d1473..8b109f9134 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index d7c204d45c..1b1d769149 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index cf49e911b1..2577699c95 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index c43322a745..84fa3313ba 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index 5b9a552f21..0e401a58fc 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/index.ts#L92) +[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/index.ts#L92) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index 52c6e26530..7ae07ae080 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index 62e3cf23aa..9e232cb9e6 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index 5d08906f67..9ee42f85dd 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index d65b202b6d..32ee89ebde 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index e306bd148a..89ba6235fe 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index b2994f63fa..ade572d4b8 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index a849302624..0cf8ace73d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 6850f3a9d4..60914bcae4 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index 66d979431f..4008c0aa76 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index 8105589ae1..b426c5519f 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index 021edcca53..caaa05fc25 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index ab01410dc4..b64741ae44 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index e641b3ee9b..6cc0e2bfea 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index c93d7fb108..9b0a970afd 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index 9893c92ca1..d53ada6cde 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index 5d9df48cf4..266adb4973 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index bfe69e6590..b175d63680 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index 225c3f504c..f00e04a2fb 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index 648bcd120b..b31cb5c681 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index 38901bab46..065979feb3 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index 0ea0ac9097..a8f8eb4f91 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index 0b9b29847e..5a4dd70f7d 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index 3fd9765565..7564bdf3fd 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index 765270b71c..44c6158d9a 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index f2cbf512a1..86f15bf1af 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index 04665d181e..5ca89ff1a8 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index 36a1e3b5af..dc7d0d0cc6 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index d5c24f769a..d6b1f6feec 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index 52b1a69d46..da2017fec6 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index 9124365ec8..38e30404dd 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index b3b7b77d21..b7df44b1d3 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index c4d3860957..29e4663cd8 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index ef14825e25..426e0d0242 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index dbfda5d09e..8c8679c086 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index d542453da1..af98064ab3 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index 83f40a74d6..736e1f0272 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index 1b21c95c33..2a9992a8cc 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index 0eceaac384..d5228faee0 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index a99387a45a..4c2c1dc340 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index 5862f00dca..8f2f5e2f12 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index a5949c0d11..c3e7381a23 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index 2583a9003c..1530753012 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index 855541312d..599385d480 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index cfab55f62c..04799ff353 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index 7260f98b71..f07d061363 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/index.ts#L94) +[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index f960e8135f..5a3fef690d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index 10f3568b86..9659796c65 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index b6cbdd666f..45fecb25e8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index a6dbea52c0..8e1bdb677f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index 77a0bec4c8..7ac534e39e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index 9e97e59414..cd4544a2a7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index 15c73dd72b..b7c5338615 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index 9bba858975..1f7bcf385e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index 0819e7e986..e1078d13a5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index 5c4114ca1d..a4fb056648 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index cf87f227bd..ba8b9b15c0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index 59fdd460d1..e0aae1d6a5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index 1927bd5a2c..024baad3b9 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index 8f4ada92c2..38c9a0410b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index 910b031be4..783a329975 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index d46e7bd33f..7343cbcd43 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index 2da0ad6a30..b0ff796ff5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index 09da70ccb6..27603721ba 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index 1cee8ae017..0fc3b922b8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index f87e5ce570..0c9e4604c5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index 7b0f0fe089..2a70e4f4ff 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index 5d6aca6462..557579a0a8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index de84da1b7a..042b98fd66 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index 91b4397d08..ed92259199 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index dc40637f3c..978ea54a66 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index 4c6de841d3..a82fe5975a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index 6e55e3ba97..5041d15da4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index ca579b5a64..b499da7866 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index 55b52463b8..c9d06b1bff 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index 050deafa97..01f339982c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index c1f76791fd..d551b7e1e8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index 109d66f323..fe2bb6de5a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index eee83e7fdc..bb96e13044 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index 472a6afa87..eab52cb65c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index fae6183540..1144ad62a6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index 9009d446e3..e9dcd3ea14 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index 37c1a36c6a..caa89ebe7b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index 7cf328b627..517bbf940e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index 993dc5446d..5719adaf74 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index 148e13ba39..91d192c358 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index bc96338604..f7824d595e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index d6a0e58153..456250ec23 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index 08162e44d6..22305b5dc2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index 54f54a63c0..72140481de 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index 46410d9d46..27ff7ea6f5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index f1f6c78c75..139e6fcd98 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index 936b68e306..56a415a1da 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index 31c3b920ac..dde7f9b3da 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index aa6955df8c..6e2d2b8df8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index 9b4e3418f6..53b4efc595 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index 7b7c882c1c..d58a69c835 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index c81a48417d..f66d03a4ed 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index fa39fe5dc5..c3f98bea28 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index f43b31c8d6..48d9d70d28 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index 93fb42565a..9e87260ae2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index 38bb3b51b5..b133745b6f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index edb2027a6e..eb3fdcc3b0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index fadc4e5281..818ef4eecb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index 8e551d723d..1e19525aa4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index 1440cc864b..ee16e1aafc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index e7126bead3..bb9bdbd74c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index e7e2b0c80f..9151a489d6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index 1b14ccf575..5c5e77448c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index 5167572263..e0e6149769 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index 43bc70ae76..a94e2a38e0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index 8cc04b4c6b..76d2f5dfed 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index 25a8b3d35c..218a1b5d28 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index 823cec5f8d..5a490702e7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index 00fbbe409d..abe773ff15 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index 79692b6ccf..899bfc0e47 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index 304072c311..902d0e8912 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index 4336961628..48d0e47740 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index 412b5441e6..f9b873b3ad 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index ee9bc43b34..801e02270b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index 9da5a8c6b1..629e3291ff 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index 29c005f6ca..38029f7c40 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index 21a6ceb519..7d3a012fa3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index 0da464e119..3879696984 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index ea00ec7a48..00b9a275d2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index 77d77c0269..0ec4aa8176 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index 8812d5376a..735f08661f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index 8a3e00e7fe..79a431909a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index 7c4289e889..c63d3d8afc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index ef2fa384bc..317bc76d91 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index a2ea1b219b..bce28ebf20 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index 3d4aca7ec5..bfb092ef11 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index 933acbba04..1582da22bc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index aede21a630..10f367231b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index e072c52b08..3420be1ffa 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index 62151afc46..6f85b982ad 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index dc02461c7f..f51115ee9d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index e08d3dbef9..89eecffdb2 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index b2194b5f25..21a6b59f31 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index 989fc04413..37648587c4 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index 824dcfe994..9f9948fd05 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index da9e0adff0..7f9be3d13f 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index f4897f4a91..60aba32faa 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index 756031fa89..ffb29f3c68 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index 9e2f698737..158ac73448 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index adddd227c4..f75d9305b1 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index 600fabe2b4..4775ce7bc2 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index 9bf23a6fca..ef232d4578 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index c987c15e61..5a4cdb0806 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index 1096c32883..f627b14436 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index 2864776c6d..cc6269311f 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index c2a6d8c6d5..9f2cfd4361 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index 4b376d5a1e..3cff8e9cb8 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index 5369f0159b..a7c6b138c8 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index 2ac75b3140..546b86eb25 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index da98256406..d11e544e2d 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index 00767fd13e..3532cae0e7 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index 175d269f3b..7f66ed4d8c 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index 51f2e18aa0..e0105796c0 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index b8d9d6b6cc..33ec5ea3ae 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index 31d518cdc5..e48484019b 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index 727a0ae64d..0e0f7758d9 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index 238116d91d..3979b6a003 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index 0a7bbdf6aa..b619585c1b 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index 6cfb6188c7..c412398380 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index 0322a7ffed..16aa6ea00a 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index 508e62c22d..9bbaa26bb4 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index 167921d568..5dd8c5d44b 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index 006177ee05..856212e58d 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index db3be4d073..b34fb54d28 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index b4940990d4..afff98ca8c 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index 02020a2bd9..4982f50bd6 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index d39511383a..870f22b57b 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index 2c8730d7f1..fcd3318964 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index bc83e96236..7cb8920734 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index bf0eb0be88..be3365823a 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index f1db43991f..0270a0155f 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index 7b1d36dbfa..a6950862b4 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index a08940c17f..04ab54e2b8 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index 916f5158aa..25e17278f3 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index 8df0ed9000..b7aa8aa627 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index 7a84f10633..e86d27f8ea 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index ab97f223b9..b54703a897 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index 577b2dc256..f3f6452330 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index de5df4581e..7e9502b20d 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index 31bba31e85..889732da25 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index 07309b3187..03a9b323a0 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index 93d723038c..6d3536ff51 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index fb0bf8577f..1de4c3fdb1 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index 98d4eb6d84..94c734b085 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index 8066a714da..baf1969cd5 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index 0e5a6c7ab9..0946895fd8 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index 90bd8dc7d6..7b7c165e31 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index e5beafd21e..f56f35e7b9 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index 838a14e6f2..a6f7e271c5 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index 69d70ffaef..440b745a4c 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index b92b81d7b1..24f1b11220 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index 462725fe42..233c09e035 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index ff37bfebd8..76261bb546 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index ef474b20a2..564364a319 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index 3b20945c90..496de206c1 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index 87a413ebe9..2b883cee27 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index e53a9d4c9c..8d4b192ed9 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index 759deca931..9de129acc0 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index c88e142162..d147396aa2 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index d159ac33e3..2061ae27ec 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index 4a5231cbab..41f3052151 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index 1810a78953..ad236debb9 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index 97172bc96f..f2e82089fc 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index 30d75b295d..cfa75eb343 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index 896ac1c661..6ed5a5d70e 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index cbc4ce5b88..19c0e9dd9f 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index 0685f1f418..85b7b2d39d 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index e30d06d9ea..ac0c4b9568 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index 7797cc0333..e2c36f6f7d 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index 214204150b..36dceba966 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index 944c8996d1..6f4e23b701 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index 0f731bd769..4737d892fc 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index ca9415a832..7ad65f1f96 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index cf908168ba..68eabd6ee4 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index 559b05488e..ec94148bca 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index 9cabe9e512..d1623686ff 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index 9bfff12d59..b27b6373ab 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index 99e5202a76..c22454ece6 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index bd71f9f26c..8f26113632 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index ed29fd7278..f1b74f98e5 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index 305ea9d3bb..b6965cb6bd 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -387,7 +387,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L56) +[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L56) ___ @@ -410,7 +410,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L74) +[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L74) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2346) +[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2346) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2328) +[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2328) ___ @@ -501,7 +501,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L85) +[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L85) ___ @@ -524,7 +524,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L97) +[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L97) ___ @@ -555,7 +555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2357) +[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2357) ___ @@ -581,7 +581,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L108) +[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L108) ___ @@ -614,7 +614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2369) +[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2369) ___ @@ -624,7 +624,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L122) +[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L122) ___ @@ -641,7 +641,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L127) +[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L127) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2383) +[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2383) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L132) +[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L132) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2388) +[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2388) ___ @@ -725,7 +725,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L137) +[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L137) ___ @@ -751,7 +751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2397) +[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2397) ___ @@ -761,7 +761,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2318) +[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2318) ___ @@ -780,7 +780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2320) +[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2320) ___ @@ -805,7 +805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L144) +[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L144) ___ @@ -824,7 +824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L157) +[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L157) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2404) +[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2404) ___ @@ -875,7 +875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L164) +[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L164) ___ @@ -901,7 +901,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2417) +[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2417) ___ @@ -925,7 +925,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L171) +[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L171) ___ @@ -941,7 +941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L183) +[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L183) ___ @@ -972,7 +972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2424) +[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2424) ___ @@ -982,7 +982,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L187) +[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L187) ___ @@ -1005,7 +1005,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -1025,7 +1025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L189) +[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L189) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2440) +[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2440) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L197) +[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L197) ___ @@ -1088,7 +1088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1969) +[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1969) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1974) +[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1974) ___ @@ -1124,7 +1124,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L204) +[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L204) ___ @@ -1142,7 +1142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L210) +[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L210) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L216) +[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L216) ___ @@ -1183,7 +1183,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2460) +[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2460) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L221) +[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L221) ___ @@ -1229,7 +1229,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L232) +[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L232) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2476) +[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2476) ___ @@ -1289,7 +1289,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2465) +[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2465) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2035) +[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2035) ___ @@ -1349,7 +1349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3145) +[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3145) ___ @@ -1374,7 +1374,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L243) +[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L243) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2487) +[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2487) ___ @@ -1433,7 +1433,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L256) +[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L256) ___ @@ -1443,7 +1443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L271) +[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L271) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L289) +[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L289) ___ @@ -1469,7 +1469,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L294) +[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L294) ___ @@ -1493,7 +1493,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2504) +[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2504) ___ @@ -1535,7 +1535,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L298) +[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L298) ___ @@ -1551,7 +1551,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L329) +[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L329) ___ @@ -1568,7 +1568,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L333) +[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L333) ___ @@ -1598,7 +1598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L338) +[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L338) ___ @@ -1608,7 +1608,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L356) +[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L356) ___ @@ -1657,7 +1657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2509) +[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2509) ___ @@ -1697,7 +1697,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L378) +[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L378) ___ @@ -1713,7 +1713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L27) ___ @@ -1731,7 +1731,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L406) +[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L406) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2539) +[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2539) ___ @@ -1778,7 +1778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L412) +[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L412) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L422) +[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L422) ___ @@ -1825,7 +1825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2545) +[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2545) ___ @@ -1842,7 +1842,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L428) +[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L428) ___ @@ -1867,7 +1867,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2555) +[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2555) ___ @@ -1885,7 +1885,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L433) +[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L433) ___ @@ -1895,7 +1895,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L439) +[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L439) ___ @@ -1918,7 +1918,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L444) +[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L444) ___ @@ -1941,7 +1941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L455) +[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L455) ___ @@ -1963,7 +1963,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L466) +[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L466) ___ @@ -1992,7 +1992,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2583) +[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2583) ___ @@ -2022,7 +2022,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2572) +[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2572) ___ @@ -2052,7 +2052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2561) +[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2561) ___ @@ -2068,7 +2068,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -2084,7 +2084,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L26) ___ @@ -2094,7 +2094,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L476) +[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L476) ___ @@ -2119,7 +2119,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2152,7 +2152,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2031) +[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2031) ___ @@ -2172,7 +2172,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L482) +[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L482) ___ @@ -2190,7 +2190,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L490) +[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L490) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L496) +[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L496) ___ @@ -2239,7 +2239,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2611) +[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2611) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2603) +[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2603) ___ @@ -2283,7 +2283,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L505) +[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L505) ___ @@ -2300,7 +2300,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2317,7 +2317,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2334,7 +2334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -2344,7 +2344,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L510) +[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L510) ___ @@ -2354,7 +2354,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L518) +[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L518) ___ @@ -2379,7 +2379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2628) +[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2628) ___ @@ -2389,7 +2389,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L524) +[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L524) ___ @@ -2415,7 +2415,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2634) +[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2634) ___ @@ -2431,7 +2431,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L25) +[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L25) ___ @@ -2450,7 +2450,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L531) +[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L531) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2641) +[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2641) ___ @@ -2499,7 +2499,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L538) +[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L538) ___ @@ -2522,7 +2522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L549) +[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L549) ___ @@ -2539,7 +2539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L560) +[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L560) ___ @@ -2569,7 +2569,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2659) +[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2659) ___ @@ -2599,7 +2599,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2648) +[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2648) ___ @@ -2609,7 +2609,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L565) +[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L565) ___ @@ -2635,7 +2635,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2670) +[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2670) ___ @@ -2645,7 +2645,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L572) +[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L572) ___ @@ -2670,7 +2670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2677) +[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2677) ___ @@ -2777,7 +2777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L578) +[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L578) ___ @@ -2793,7 +2793,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L674) +[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L674) ___ @@ -2809,7 +2809,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L679) +[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L679) ___ @@ -2825,7 +2825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L684) +[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L684) ___ @@ -2841,7 +2841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L689) +[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L689) ___ @@ -2857,7 +2857,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L694) +[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L694) ___ @@ -2875,7 +2875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L699) +[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L699) ___ @@ -2892,7 +2892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L706) +[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L706) ___ @@ -2910,7 +2910,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L712) +[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L712) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L719) +[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L719) ___ @@ -2943,7 +2943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L724) +[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L724) ___ @@ -2959,7 +2959,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L730) +[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L730) ___ @@ -2975,7 +2975,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L735) +[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L735) ___ @@ -2991,7 +2991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L740) +[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L740) ___ @@ -3008,7 +3008,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L745) +[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L745) ___ @@ -3025,7 +3025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L751) +[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L751) ___ @@ -3041,7 +3041,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L757) +[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L757) ___ @@ -3057,7 +3057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L762) +[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L762) ___ @@ -3074,7 +3074,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L767) +[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L767) ___ @@ -3091,7 +3091,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L773) +[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L773) ___ @@ -3107,7 +3107,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L779) +[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L779) ___ @@ -3128,7 +3128,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L784) +[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L784) ___ @@ -3145,7 +3145,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L794) +[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L794) ___ @@ -3161,7 +3161,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L800) +[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L800) ___ @@ -3182,7 +3182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L805) +[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L805) ___ @@ -3198,7 +3198,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L815) +[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L815) ___ @@ -3214,7 +3214,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L820) +[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L820) ___ @@ -3230,7 +3230,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L825) +[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L825) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L830) +[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L830) ___ @@ -3263,7 +3263,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L835) +[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L835) ___ @@ -3282,7 +3282,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L841) +[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L841) ___ @@ -3299,7 +3299,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L849) +[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L849) ___ @@ -3315,7 +3315,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L855) +[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L855) ___ @@ -3331,7 +3331,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L860) +[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L860) ___ @@ -3347,7 +3347,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L865) +[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L865) ___ @@ -3363,7 +3363,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L870) +[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L870) ___ @@ -3379,7 +3379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L875) +[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L875) ___ @@ -3395,7 +3395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L880) +[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L880) ___ @@ -3411,7 +3411,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L885) +[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L885) ___ @@ -3427,7 +3427,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L890) +[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L890) ___ @@ -3443,7 +3443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L895) +[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L895) ___ @@ -3459,7 +3459,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L900) +[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L900) ___ @@ -3475,7 +3475,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L905) +[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L905) ___ @@ -3491,7 +3491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L910) +[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L910) ___ @@ -3507,7 +3507,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L915) +[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L915) ___ @@ -3523,7 +3523,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L920) +[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L920) ___ @@ -3539,7 +3539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L925) +[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L925) ___ @@ -3555,7 +3555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L930) +[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L930) ___ @@ -3571,7 +3571,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L935) +[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L935) ___ @@ -3587,7 +3587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L940) +[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L940) ___ @@ -3603,7 +3603,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L945) +[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L945) ___ @@ -3620,7 +3620,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L950) +[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L950) ___ @@ -3636,7 +3636,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L956) +[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L956) ___ @@ -3652,7 +3652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L961) +[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L961) ___ @@ -3668,7 +3668,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L966) +[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L966) ___ @@ -3684,7 +3684,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L971) +[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L971) ___ @@ -3700,7 +3700,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L976) +[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L976) ___ @@ -3717,7 +3717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L981) +[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L981) ___ @@ -3733,7 +3733,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L987) +[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L987) ___ @@ -3749,7 +3749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L992) +[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L992) ___ @@ -3765,7 +3765,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L997) +[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L997) ___ @@ -3782,7 +3782,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1002) +[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1002) ___ @@ -3798,7 +3798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1008) +[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1008) ___ @@ -3911,7 +3911,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2683) +[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2683) ___ @@ -3927,7 +3927,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1013) +[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1013) ___ @@ -3943,7 +3943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1018) +[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1018) ___ @@ -3960,7 +3960,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1023) +[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1023) ___ @@ -3977,7 +3977,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1029) +[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1029) ___ @@ -3994,7 +3994,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1035) +[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1035) ___ @@ -4011,7 +4011,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1041) +[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1041) ___ @@ -4027,7 +4027,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1047) +[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1047) ___ @@ -4044,7 +4044,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1052) +[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1052) ___ @@ -4060,7 +4060,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1058) +[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1058) ___ @@ -4076,7 +4076,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1063) +[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1063) ___ @@ -4092,7 +4092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1068) +[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1068) ___ @@ -4109,7 +4109,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1073) +[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1073) ___ @@ -4126,7 +4126,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1079) +[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1079) ___ @@ -4142,7 +4142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1085) +[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1085) ___ @@ -4159,7 +4159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1090) +[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1090) ___ @@ -4175,7 +4175,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1096) +[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1096) ___ @@ -4193,7 +4193,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1101) +[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1101) ___ @@ -4210,7 +4210,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1108) +[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1108) ___ @@ -4227,7 +4227,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1114) +[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1114) ___ @@ -4243,7 +4243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1120) +[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1120) ___ @@ -4260,7 +4260,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1125) +[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1125) ___ @@ -4278,7 +4278,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1131) +[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1131) ___ @@ -4294,7 +4294,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1138) +[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1138) ___ @@ -4310,7 +4310,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1143) +[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1143) ___ @@ -4334,7 +4334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2033) +[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2033) ___ @@ -4351,7 +4351,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -4386,7 +4386,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1151) +[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1151) ___ @@ -4402,7 +4402,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1175) +[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1175) ___ @@ -4422,7 +4422,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1187) +[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1187) ___ @@ -4449,7 +4449,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2800) +[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2800) ___ @@ -4473,7 +4473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1195) +[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1195) ___ @@ -4504,7 +4504,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2808) +[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2808) ___ @@ -4527,7 +4527,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1207) +[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1207) ___ @@ -4537,7 +4537,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1218) +[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1218) ___ @@ -4579,7 +4579,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2777) +[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2777) ___ @@ -4598,7 +4598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1180) +[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1180) ___ @@ -4639,7 +4639,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1230) +[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1230) ___ @@ -4656,7 +4656,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1259) +[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1259) ___ @@ -4680,7 +4680,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2820) +[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2820) ___ @@ -4696,7 +4696,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1147) +[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1147) ___ @@ -4720,7 +4720,7 @@ Information about pagination in a connection. #### Defined in -[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1265) +[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1265) ___ @@ -4749,7 +4749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2825) +[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2825) ___ @@ -4759,7 +4759,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1277) +[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1277) ___ @@ -4780,7 +4780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1281) +[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1281) ___ @@ -4800,7 +4800,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4817,7 +4817,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1298) +[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1298) ___ @@ -4844,7 +4844,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2848) +[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2848) ___ @@ -4864,7 +4864,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1303) +[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1303) ___ @@ -4892,7 +4892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2839) +[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2839) ___ @@ -4922,7 +4922,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1311) +[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1311) ___ @@ -4943,7 +4943,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1330) +[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1330) ___ @@ -4969,7 +4969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2878) +[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2878) ___ @@ -4991,7 +4991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1339) +[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1339) ___ @@ -5001,7 +5001,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1349) +[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1349) ___ @@ -5038,7 +5038,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2860) +[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2860) ___ @@ -5057,7 +5057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1367) +[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1367) ___ @@ -5090,7 +5090,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5144,7 +5144,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1395) +[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1395) ___ @@ -5160,7 +5160,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1438) +[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1438) ___ @@ -5176,7 +5176,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1443) +[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1443) ___ @@ -5192,7 +5192,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1448) +[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1448) ___ @@ -5208,7 +5208,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1453) +[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1453) ___ @@ -5224,7 +5224,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1458) +[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1458) ___ @@ -5240,7 +5240,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5256,7 +5256,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5272,7 +5272,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5288,7 +5288,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5304,7 +5304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5320,7 +5320,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5337,7 +5337,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5356,7 +5356,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1499) +[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1499) ___ @@ -5372,7 +5372,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1507) +[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1507) ___ @@ -5388,7 +5388,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1512) +[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1512) ___ @@ -5407,7 +5407,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1517) +[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1517) ___ @@ -5423,7 +5423,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1525) +[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1525) ___ @@ -5440,7 +5440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1530) +[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1530) ___ @@ -5456,7 +5456,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1536) +[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1536) ___ @@ -5472,7 +5472,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1541) +[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1541) ___ @@ -5489,7 +5489,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1546) +[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1546) ___ @@ -5508,7 +5508,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1552) +[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1552) ___ @@ -5528,7 +5528,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1560) +[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1560) ___ @@ -5544,7 +5544,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1569) +[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1569) ___ @@ -5560,7 +5560,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1574) +[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1574) ___ @@ -5577,7 +5577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1579) +[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1579) ___ @@ -5597,7 +5597,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5614,7 +5614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5630,7 +5630,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1600) +[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1600) ___ @@ -5690,7 +5690,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2885) +[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2885) ___ @@ -5706,7 +5706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1605) +[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1605) ___ @@ -5722,7 +5722,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5743,7 +5743,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1615) +[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1615) ___ @@ -5762,7 +5762,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5778,7 +5778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1632) +[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1632) ___ @@ -5788,7 +5788,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1636) +[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1636) ___ @@ -5805,7 +5805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L33) +[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L33) ___ @@ -5824,7 +5824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1984) +[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1984) ___ @@ -5860,7 +5860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1986) +[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1986) ___ @@ -5876,7 +5876,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1982) +[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1982) ___ @@ -5971,7 +5971,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3068) +[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3068) ___ @@ -5996,7 +5996,7 @@ Mapping of interface types #### Defined in -[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2049) +[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2049) ___ @@ -6134,7 +6134,7 @@ Mapping between all available schema types and the resolvers parents #### Defined in -[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2194) +[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2194) ___ @@ -6286,7 +6286,7 @@ Mapping between all available schema types and the resolvers types #### Defined in -[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2055) +[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2055) ___ @@ -6310,7 +6310,7 @@ Mapping of union types #### Defined in -[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2044) +[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2044) ___ @@ -6326,7 +6326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2322) +[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2322) ___ @@ -6345,7 +6345,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2326) +[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2326) ___ @@ -6416,7 +6416,7 @@ All built-in and custom scalars, mapped to their actual values #### Defined in -[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L35) +[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L35) ___ @@ -6426,7 +6426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1643) +[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1643) ___ @@ -6446,7 +6446,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1648) +[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1648) ___ @@ -6466,7 +6466,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2017) +[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2017) ___ @@ -6502,7 +6502,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2000) +[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2000) ___ @@ -6522,7 +6522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -6548,7 +6548,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2926) +[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2926) ___ @@ -6584,7 +6584,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1993) +[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1993) ___ @@ -6601,7 +6601,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1656) +[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1656) ___ @@ -6621,7 +6621,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -6648,7 +6648,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2937) +[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2937) ___ @@ -6658,7 +6658,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1669) +[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1669) ___ @@ -6692,7 +6692,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2025) ___ @@ -6702,7 +6702,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6726,7 +6726,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2949) +[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2949) ___ @@ -6736,7 +6736,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1678) +[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1678) ___ @@ -6760,7 +6760,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2954) +[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2954) ___ @@ -6777,7 +6777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1683) +[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1683) ___ @@ -6798,7 +6798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1688) +[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1688) ___ @@ -6819,7 +6819,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1697) +[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1697) ___ @@ -6836,7 +6836,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1706) +[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1706) ___ @@ -6860,7 +6860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2959) +[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2959) ___ @@ -6889,7 +6889,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1711) +[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1711) ___ @@ -6909,7 +6909,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1728) +[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1728) ___ @@ -6934,7 +6934,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6952,7 +6952,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1749) +[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1749) ___ @@ -6969,7 +6969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1755) +[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1755) ___ @@ -6986,7 +6986,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1760) +[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1760) ___ @@ -7030,7 +7030,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1765) +[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1765) ___ @@ -7047,7 +7047,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1806) +[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1806) ___ @@ -7066,7 +7066,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1811) +[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1811) ___ @@ -7092,7 +7092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3000) +[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3000) ___ @@ -7112,7 +7112,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1818) +[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1818) ___ @@ -7139,7 +7139,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3007) +[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3007) ___ @@ -7157,7 +7157,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1826) +[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1826) ___ @@ -7182,7 +7182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3015) +[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3015) ___ @@ -7203,7 +7203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1832) +[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1832) ___ @@ -7213,7 +7213,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1841) +[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1841) ___ @@ -7232,7 +7232,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1853) +[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1853) ___ @@ -7250,7 +7250,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1860) +[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1860) ___ @@ -7276,7 +7276,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3021) +[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3021) ___ @@ -7327,7 +7327,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L2968) +[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2968) ___ @@ -7349,7 +7349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7365,7 +7365,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1877) +[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1877) ___ @@ -7383,7 +7383,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1886) +[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1886) ___ @@ -7408,7 +7408,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3038) +[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3038) ___ @@ -7437,7 +7437,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3028) +[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3028) ___ @@ -7453,7 +7453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1882) +[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1882) ___ @@ -7473,7 +7473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1798) +[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1798) ___ @@ -7491,7 +7491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1892) +[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1892) ___ @@ -7509,7 +7509,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1898) +[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1898) ___ @@ -7534,7 +7534,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3044) +[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3044) ___ @@ -7552,7 +7552,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1904) +[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1904) ___ @@ -7577,7 +7577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3050) +[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3050) ___ @@ -7587,7 +7587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1910) +[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1910) ___ @@ -7634,7 +7634,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7652,7 +7652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1951) +[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1951) ___ @@ -7670,7 +7670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1957) +[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1957) ___ @@ -7695,7 +7695,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3056) +[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3056) ___ @@ -7713,7 +7713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L1963) +[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1963) ___ @@ -7738,4 +7738,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/types/generatedGraphQLTypes.ts#L3062) +[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3062) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index ed5d1bf966..72babbe7db 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index 2860b0b2a4..bd1b573e36 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index 85e1d7ea9c..467a72b991 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index 9ff38fb676..06abd656f0 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index 31e9d3bc48..bd68874f0b 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index 63c8977d23..e1fdcc7cbc 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index 646ef1d943..2ec4b1204b 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index d9db126ae4..6ee7a9f69b 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index 0d7ea7a327..c8105a086c 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index 092639749a..49344daba3 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index 2260dedf8f..6aa2a02e1a 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index edaa4cb2ef..f210b98f9d 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index ec918eb91c..410541e8eb 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index 7a1d3992cc..370a1dd920 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index c3b7ed251f..6627de2ec5 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index 5b269991de..c8ac49e3be 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index b1596ecbef..8fc831438c 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index b6a345ef01..6b4646e1f0 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index eb1c08024f..dca20f8e0e 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index 469ff91af6..da8cff9886 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index 3992fe76f3..94572fe161 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index 84a892f519..e9e25e3d1e 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index 57a7a39f1d..905e5bcd8e 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/3ef6e18/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/uploadImage.ts#L16) From 7d5b1e769bea7080d9e7d919a6538d309027dc77 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 4 Feb 2024 17:22:30 +0530 Subject: [PATCH 013/109] Update push.yml --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 24dd968368..33db6f977b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -194,7 +194,7 @@ jobs: INPUT_MAIL_PASSWORD: ${{ secrets.API_DEMO_MAIL_PASSWORD }} INPUT_LAST_RESORT_SUPERADMIN_EMAIL: ${{ secrets.API_DEMO_LAST_RESORT_SUPERADMIN_EMAIL }} with: - host: ${{ secrets.API_DEMO_HOST }} + host: ${{secrets.API_DEMO_HOST}} username: ${{ secrets.API_DEMO_USERNAME }} key: ${{ secrets.API_DEMO_SSH_KEY }} port: ${{ secrets.API_DEMO_SSH_PORT}} @@ -202,4 +202,4 @@ jobs: command_timeout: 30m script: | python3 /usr/local/bin/scripts/create_env.py --access_token_secret $INPUT_ACCESS_TOKEN_SECRET --refresh_token_secret $INPUT_REFRESH_TOKEN_SECRET --recaptcha_secret_key $INPUT_RECAPTCHA_SECRET_KEY --mail_username $INPUT_MAIL_USERNAME --mail_password $INPUT_MAIL_PASSWORD --last_resort_superadmin_email $INPUT_LAST_RESORT_SUPERADMIN_EMAIL - python3 /usr/local/bin/scripts/deploy.py --path ~/develop --branch develop \ No newline at end of file + python3 /usr/local/bin/scripts/deploy.py --path ~/develop --branch develop From b5602e5cd68ed1667681c695a9d0e4ead5fbc7ca Mon Sep 17 00:00:00 2001 From: tasneemkoushar Date: Sun, 4 Feb 2024 11:58:41 +0000 Subject: [PATCH 014/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 196 ++--- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 668 +++++++++--------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- 367 files changed, 1101 insertions(+), 1101 deletions(-) diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index 3e8433a281..a89e51a06e 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index 18b985a2f1..e6b9d28d4e 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index 7f8871f9a3..bc353eff5b 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index e19b3d6b70..dc55e50061 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index fda99931c9..4b6ac15a1c 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index b2767ec85e..1d793dbd43 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index 37de3a5edd..f84c5a1aa1 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index c924a4d930..3acb3f84e6 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index fcdb5f04e0..8e70c1cd59 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index c472009631..c3422a75f0 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index f020606a34..f1cc329a57 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L528) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L528) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L530) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L530) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L529) +[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L529) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index 0b5338898b..16c7e8b730 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index bb0fa2d155..3b629c8e74 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index e30aa4ad31..15d15ea585 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index b5aa4a1bf4..fcea1e52e1 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index ed93178bee..48d7f3a7e4 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index 46724736e4..2c88c5d830 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index 537702a27e..bc3b12b860 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index b001bc81b7..2baeebb321 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index a239e38f96..d43ab2b9c3 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index 4b75b92990..48a813aa13 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index 83464e08a0..580336ee64 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index 0202f1eec2..2ed2593c09 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index a63b351d3c..675721cf71 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index f370625b43..d93bafffb8 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index 4b20cac539..207cac12f4 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index d5a2ff07d4..3a30f8edd2 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index 34490fb11e..a4b3a6ae63 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index 3b6bde0097..f7c2e2628a 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index e61de8bb59..87bac6e309 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index 292147c9f9..43c9918a99 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index 8e20312be5..8372b7c8b6 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index b79d755407..1c3da024aa 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index 4182487e9b..477548df57 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index 70d999f549..ccaf1e979b 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index 126c361fba..b55c6fa943 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index 28b59db0c1..bb96d7cf61 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index d5ff72a4b9..e9578e2b77 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index 34c8efbcec..55331a9507 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index e8f1305121..99a1d245dd 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index e80adc89ac..c5ee469dbf 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index 8fa03920a1..0caff171a7 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index 05780504f9..dc6910ad45 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index bc937e3e1b..e765819394 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index ae4ce343dd..c760c758fa 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index 64f17476ea..1e44464b61 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index aebb1e455d..cc7afdbff1 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index b069c13ccf..9ebfa146a2 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index 4742631d94..02e0170949 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2394) +[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2394) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index 490a3bb1d6..a001961f15 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2449) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index 15ac45e556..6dd38a9e55 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2453) +[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2453) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index 9252988bae..70de0a5741 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2457) +[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2457) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index cf7aab295f..1349aaac15 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2501) +[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2501) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index 0af10d7d6b..f9c39871a4 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2600) +[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2600) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index 44e508e7e1..3a941441c8 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2621) +[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2621) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index 8451c6f301..3b0f2646ae 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2625) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index 5480a0d330..4713c3f9ce 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2836) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index 3d016be011..be8ffecc9d 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2857) +[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2857) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index bf10e9bcc6..afddfb4677 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2013) +[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2013) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index f71a2b91b9..7e963dce37 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2009) +[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2009) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2008) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2008) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index 16610b321a..9619ec42bb 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2934) +[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2934) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index e57e91fa15..c971c48710 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2965) +[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2965) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index b262dfe751..0cf20eada0 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2946) +[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2946) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index 4947aaa9ec..78ec655408 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index 91c2adc461..6d87593a22 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index 12d996519f..a4c5b504bf 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index cfdd147836..42d777a234 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index b842a28655..f9b62e2291 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index 1085b4afaa..514a2e7927 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index f0135d6df2..6b9a8c98ec 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -117,7 +117,7 @@ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L490) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L490) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L24) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L17) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L10) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L254) +[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L254) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L247) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L247) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L235) +[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L235) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L241) +[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L241) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L340) +[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L340) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L488) +[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L488) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L31) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L37) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L460) +[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L460) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L472) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L472) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L466) +[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L466) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L478) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L478) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L426) +[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L426) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L155) ___ @@ -432,7 +432,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L43) ___ @@ -451,7 +451,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L44) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L51) ___ @@ -487,7 +487,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L167) ___ @@ -505,7 +505,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L124) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L299) +[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L299) ___ @@ -541,7 +541,7 @@ ___ #### Defined in -[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L346) +[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L346) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L143) ___ @@ -578,7 +578,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L406) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L406) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L118) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L57) ___ @@ -625,7 +625,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L412) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L412) ___ @@ -644,7 +644,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L130) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L292) +[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L292) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L59) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L502) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L502) ___ @@ -700,7 +700,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L174) ___ @@ -710,7 +710,7 @@ ___ #### Defined in -[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L523) +[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L523) ___ @@ -720,7 +720,7 @@ ___ #### Defined in -[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L525) +[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L525) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L500) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L500) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L498) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L498) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L484) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L484) ___ @@ -760,7 +760,7 @@ ___ #### Defined in -[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L486) +[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L486) ___ @@ -770,7 +770,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L72) ___ @@ -789,7 +789,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L66) ___ @@ -808,7 +808,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L60) ___ @@ -818,7 +818,7 @@ ___ #### Defined in -[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L518) +[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L518) ___ @@ -828,7 +828,7 @@ ___ #### Defined in -[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L494) +[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L494) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L305) +[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L305) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L93) ___ @@ -884,7 +884,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L75) ___ @@ -903,7 +903,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L81) ___ @@ -922,7 +922,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L87) ___ @@ -940,7 +940,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L266) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L266) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L99) ___ @@ -977,7 +977,7 @@ ___ #### Defined in -[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L260) +[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L260) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L105) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L496) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L496) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L514) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L514) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L516) +[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L516) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L515) +[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L515) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L492) +[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L492) ___ @@ -1064,7 +1064,7 @@ ___ #### Defined in -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L180) +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L180) ___ @@ -1083,7 +1083,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L111) ___ @@ -1101,7 +1101,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L137) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L453) +[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L453) ___ @@ -1141,7 +1141,7 @@ ___ #### Defined in -[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L505) +[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L505) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L161) ___ @@ -1169,7 +1169,7 @@ ___ #### Defined in -[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L351) +[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L351) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L394) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L394) ___ @@ -1205,7 +1205,7 @@ ___ #### Defined in -[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L312) +[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L312) ___ @@ -1223,7 +1223,7 @@ ___ #### Defined in -[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L279) +[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L279) ___ @@ -1242,7 +1242,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L400) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L400) ___ @@ -1260,7 +1260,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L149) ___ @@ -1270,7 +1270,7 @@ ___ #### Defined in -[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L353) +[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L353) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L447) +[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L447) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L326) +[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L326) ___ @@ -1325,7 +1325,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L358) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L358) ___ @@ -1343,7 +1343,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L198) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L198) ___ @@ -1362,7 +1362,7 @@ ___ #### Defined in -[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L364) +[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L364) ___ @@ -1380,7 +1380,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L222) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L222) ___ @@ -1398,7 +1398,7 @@ ___ #### Defined in -[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L285) +[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L285) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L333) +[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L333) ___ @@ -1434,7 +1434,7 @@ ___ #### Defined in -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L192) +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L192) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L370) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L370) ___ @@ -1471,7 +1471,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L186) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L186) ___ @@ -1489,7 +1489,7 @@ ___ #### Defined in -[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L319) +[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L319) ___ @@ -1507,7 +1507,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L272) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L272) ___ @@ -1525,7 +1525,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L210) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L210) ___ @@ -1544,7 +1544,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L376) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L376) ___ @@ -1563,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L382) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L382) ___ @@ -1581,7 +1581,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L216) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L216) ___ @@ -1599,7 +1599,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L204) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L204) ___ @@ -1618,7 +1618,7 @@ ___ #### Defined in -[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L419) +[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L419) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L228) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L228) ___ @@ -1655,7 +1655,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L388) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L388) ___ @@ -1674,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L433) +[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L433) ___ @@ -1693,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L440) +[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L440) ___ @@ -1703,7 +1703,7 @@ ___ #### Defined in -[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L521) +[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L521) ___ @@ -1713,4 +1713,4 @@ ___ #### Defined in -[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/constants.ts#L520) +[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L520) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index f1135151e0..c2ccd9a573 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index d919233a5d..fe1c9c0561 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index 7adb56bb04..4d3c2758e4 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index a8ee2587cc..2624d1dee9 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index da7a93497c..ba6fd7c113 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index 389e922f69..c365ab306c 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index fc09b78daa..3339625ff7 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index f09c9ce1f5..10db7e1830 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index 6cd8a12c9b..d5a892dc28 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index e58b3ee3f7..6b8d8f754d 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index 352b504a6f..409ad03134 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index 720c6c6a93..5bc7d7bfa5 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index b3b9c85f39..36dd4dd3ff 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index 2bca01a1c2..3e99042056 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index af4683bcb9..eee4a18783 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index 4a8a53befd..b4fbff555e 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index 8ba20c2d55..3bfd753204 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index 971c1e7ce2..8084a80002 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 82c3c9c983..238b14a16c 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index e040ac2603..92eb1d22a8 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index 8c31b3aba0..dbb519b255 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index e341036c1f..0b74ff8944 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index b1a9d4cded..4b2d6ceb54 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index e54847f542..19913ab381 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index 4d238f4de5..dfc5f427cc 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index 4f8136e808..8cee937dba 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index 8258ce2514..fde01ec3f3 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index a78aa10740..6414a9e260 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index 6d15b687ac..8c23d65c97 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index 78d45bbd0d..0046afce5a 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index 11f042b48a..da3953f310 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index 4c55b2fbbb..c834afe777 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index 0708ff216d..cbed69dc1b 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index 300d87b8c7..48226063b0 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index d20fee7420..a9e229bfc7 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index ed536fab4a..830223cbcc 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index a6261eef19..e684e9b468 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index 2e05557884..84f2478729 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index 0d8dfbbc0e..5c5f2c0501 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index cc9c59b58b..ac304adb0e 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index c54b127f22..dc1eadb1ef 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index 84e95bcb76..0ff1603b84 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index 39a8c57fa0..b093982c9f 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index 8b109f9134..3efe578a02 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index 1b1d769149..1d69fc94d1 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index 2577699c95..64918d4fa0 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index 84fa3313ba..1a570191f5 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index 0e401a58fc..9b550e7b91 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/index.ts#L92) +[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/index.ts#L92) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index 7ae07ae080..b8af38596d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index 9e232cb9e6..e7be602b33 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index 9ee42f85dd..eef7635bb0 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index 32ee89ebde..6fc46dc216 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index 89ba6235fe..543daaafd4 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index ade572d4b8..692fdc3507 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index 0cf8ace73d..4413549f86 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 60914bcae4..5b28da8bf6 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index 4008c0aa76..6dba256d02 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index b426c5519f..7ebf08d076 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index caaa05fc25..59cf8dff5e 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index b64741ae44..2f2dd251fe 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index 6cc0e2bfea..df2baab310 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index 9b0a970afd..f7a1bb4858 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index d53ada6cde..f5e44846d0 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index 266adb4973..6bdf8581d5 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index b175d63680..8c7c906b36 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index f00e04a2fb..821f00bb95 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index b31cb5c681..80ad411a51 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index 065979feb3..7c95260171 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index a8f8eb4f91..c241979c5b 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index 5a4dd70f7d..d13a304335 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index 7564bdf3fd..68284378f0 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index 44c6158d9a..759528dd62 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index 86f15bf1af..1afc74c172 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index 5ca89ff1a8..327842eaf6 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index dc7d0d0cc6..edae3766d2 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index d6b1f6feec..c348696a19 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index da2017fec6..c99fc43ace 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index 38e30404dd..e06881b1e4 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index b7df44b1d3..580482e929 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index 29e4663cd8..72c25e5689 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index 426e0d0242..8a9e1a9381 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index 8c8679c086..dac4e822da 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index af98064ab3..d20088f035 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index 736e1f0272..9328d33dc4 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index 2a9992a8cc..c118a64144 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index d5228faee0..34c609ab65 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index 4c2c1dc340..d2d1ef25e9 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index 8f2f5e2f12..f02b383b56 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index c3e7381a23..186986266f 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index 1530753012..f1133d706d 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index 599385d480..95827d539f 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index 04799ff353..7dfe7f2eed 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index f07d061363..f3d1fdfa12 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/index.ts#L94) +[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index 5a3fef690d..c7daf0f84d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index 9659796c65..3e74f21f31 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index 45fecb25e8..5a75260901 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index 8e1bdb677f..7f8d3c8c0d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index 7ac534e39e..dcd07103ed 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index cd4544a2a7..0a3e165886 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index b7c5338615..2890c7c2ae 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index 1f7bcf385e..a8854c436c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index e1078d13a5..b70f8774ea 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index a4fb056648..e66b39450e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index ba8b9b15c0..8b53d40135 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index e0aae1d6a5..ad70b54068 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index 024baad3b9..80409a355d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index 38c9a0410b..1900c753ce 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index 783a329975..8e21ce0622 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index 7343cbcd43..4b71880a0e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index b0ff796ff5..f2a53cf116 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index 27603721ba..701330c80a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index 0fc3b922b8..b49e832220 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index 0c9e4604c5..da835f0521 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index 2a70e4f4ff..df3b800fb0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index 557579a0a8..4881d99603 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index 042b98fd66..4b4de1cc71 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index ed92259199..8e43228b00 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index 978ea54a66..f2001a12fb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index a82fe5975a..fb5b8616b4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index 5041d15da4..661eb7931c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index b499da7866..94e45aca05 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index c9d06b1bff..5b0cc8e0ea 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index 01f339982c..2fd7a39f81 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index d551b7e1e8..8caab042cc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index fe2bb6de5a..d9e2f46a83 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index bb96e13044..c39c082f97 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index eab52cb65c..ceb4987b73 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index 1144ad62a6..4ef79c77b4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index e9dcd3ea14..213717807d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index caa89ebe7b..eedbecc231 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index 517bbf940e..02ddbd7489 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index 5719adaf74..d71c2b3dd5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index 91d192c358..919ec23ede 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index f7824d595e..d8513009db 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index 456250ec23..776d74e4ad 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index 22305b5dc2..c59228d17f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index 72140481de..a67249bb4b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index 27ff7ea6f5..83842c3bde 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index 139e6fcd98..b0f4e869e0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index 56a415a1da..dadb4b7b62 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index dde7f9b3da..e21296fc09 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index 6e2d2b8df8..f33a3ef8c2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index 53b4efc595..faf0b24119 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index d58a69c835..1fb89bce37 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index f66d03a4ed..644c20470f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index c3f98bea28..3cd3e3c9dc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index 48d9d70d28..435ca62d9c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index 9e87260ae2..a1b300a16d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index b133745b6f..5b08bdaf4a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index eb3fdcc3b0..34238c98b2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index 818ef4eecb..998e2ff8f2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index 1e19525aa4..0389292705 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index ee16e1aafc..4c8d236269 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index bb9bdbd74c..8ecd536ade 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index 9151a489d6..9d4a166638 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index 5c5e77448c..ad8c1962b1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index e0e6149769..7d0ac573e4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index a94e2a38e0..a33c23df5b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index 76d2f5dfed..ca1d37757c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index 218a1b5d28..bf26d2af2b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index 5a490702e7..2906997e8f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index abe773ff15..d7bec57a10 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index 899bfc0e47..5d3c272841 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index 902d0e8912..37dc348431 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index 48d0e47740..58891b2af0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index f9b873b3ad..b69f9f2963 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index 801e02270b..f5ba4c276f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index 629e3291ff..68b8d74914 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index 38029f7c40..54ec1186ed 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index 7d3a012fa3..0cad1a89f2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index 3879696984..1b09a38594 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index 00b9a275d2..d7f458e471 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index 0ec4aa8176..302649a383 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index 735f08661f..e33333f314 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index 79a431909a..c0184669de 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index c63d3d8afc..f2c72d1308 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index 317bc76d91..ed6990b018 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index bce28ebf20..6f173a11b2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index bfb092ef11..d3054e9023 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index 1582da22bc..69b0730cec 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index 10f367231b..a8202b38bc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index 3420be1ffa..daaedf7538 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index 6f85b982ad..0305d5ebd1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index f51115ee9d..6721dfb8d6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index 89eecffdb2..eaacdc42fe 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index 21a6b59f31..e1080f092e 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index 37648587c4..2bc34bb2ac 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index 9f9948fd05..cb9c4bb67a 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index 7f9be3d13f..ec37a1dab3 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index 60aba32faa..c6d2a6c7bf 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index ffb29f3c68..45b6673d3c 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index 158ac73448..9ef5165ff0 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index f75d9305b1..6b4b28e920 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index 4775ce7bc2..54167fb61c 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index ef232d4578..c6d6e2664a 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index 5a4cdb0806..94035f58dc 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index f627b14436..73d172c855 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index cc6269311f..b631d9ee85 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index 9f2cfd4361..b1fdab0cb3 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index 3cff8e9cb8..e91f24e29f 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index a7c6b138c8..fedd10e1ba 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index 546b86eb25..8e23d2c28f 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index d11e544e2d..85680ee316 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index 3532cae0e7..282fa1fb72 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index 7f66ed4d8c..87711c4864 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index e0105796c0..5dab5a2b52 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index 33ec5ea3ae..c8e04b72de 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index e48484019b..2a337e1cef 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index 0e0f7758d9..6f0fabc576 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index 3979b6a003..acc9daccb3 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index b619585c1b..c7270c5b1a 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index c412398380..9c07279480 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index 16aa6ea00a..c666832f28 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index 9bbaa26bb4..9c5d3c1973 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index 5dd8c5d44b..94ee2514c0 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index 856212e58d..c0306ab5a8 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index b34fb54d28..1995f372ac 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index afff98ca8c..cdb8b03226 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index 4982f50bd6..d6fa275165 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index 870f22b57b..2e52a05072 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index fcd3318964..51bad457a5 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index 7cb8920734..a8366144a6 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index be3365823a..7b1ad13fc7 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index 0270a0155f..c5c7f8b8d8 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index a6950862b4..01a0b922e0 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index 04ab54e2b8..0660ac8046 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index 25e17278f3..74e8e1f1f4 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index b7aa8aa627..7292c3198a 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index e86d27f8ea..9d7978cf66 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index b54703a897..1ec1147b5e 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index f3f6452330..d22c421489 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index 7e9502b20d..a93702d260 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index 889732da25..ca18d6326a 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index 03a9b323a0..dc49719a86 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index 6d3536ff51..69c38a1a0c 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index 1de4c3fdb1..4ecebdbe83 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index 94c734b085..9f1de958d2 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index baf1969cd5..bf14b7f5d5 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index 0946895fd8..e041af036c 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index 7b7c165e31..9d5eb4c133 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index f56f35e7b9..7d73d5a078 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index a6f7e271c5..2a4a2caf0f 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index 440b745a4c..e46fce56b1 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index 24f1b11220..b8e7a96872 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index 233c09e035..773e77ce06 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index 76261bb546..8a9111388b 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index 564364a319..1e0785f5ef 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index 496de206c1..88d257ae62 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index 2b883cee27..236d53ce71 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index 8d4b192ed9..b68ffd1e4e 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index 9de129acc0..f82770a7ad 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index d147396aa2..4925c38688 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index 2061ae27ec..1ac9347844 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index 41f3052151..e79c2f697d 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index ad236debb9..eaf56389d6 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index f2e82089fc..f3c433d767 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index cfa75eb343..9460c880cd 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index 6ed5a5d70e..3934a8e1f1 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index 19c0e9dd9f..4a73f18742 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index 85b7b2d39d..a3e3d5a313 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index ac0c4b9568..197ffa2911 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index e2c36f6f7d..c2d0640a6b 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index 36dceba966..1d4df04a20 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index 6f4e23b701..f33f79e072 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index 4737d892fc..2f5e00251e 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index 7ad65f1f96..4d5bace308 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index 68eabd6ee4..f26d9a983f 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index ec94148bca..7ce2ffae07 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index d1623686ff..06bd91c78a 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index b27b6373ab..0fe1205177 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index c22454ece6..0419b26714 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index 8f26113632..41fe54f918 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index f1b74f98e5..6c09aa9e07 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index b6965cb6bd..f1ff5e3335 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -387,7 +387,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L56) +[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L56) ___ @@ -410,7 +410,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L74) +[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L74) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2346) +[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2346) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2328) +[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2328) ___ @@ -501,7 +501,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L85) +[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L85) ___ @@ -524,7 +524,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L97) +[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L97) ___ @@ -555,7 +555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2357) +[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2357) ___ @@ -581,7 +581,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L108) +[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L108) ___ @@ -614,7 +614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2369) +[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2369) ___ @@ -624,7 +624,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L122) +[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L122) ___ @@ -641,7 +641,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L127) +[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L127) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2383) +[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2383) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L132) +[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L132) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2388) +[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2388) ___ @@ -725,7 +725,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L137) +[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L137) ___ @@ -751,7 +751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2397) +[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2397) ___ @@ -761,7 +761,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2318) +[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2318) ___ @@ -780,7 +780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2320) +[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2320) ___ @@ -805,7 +805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L144) +[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L144) ___ @@ -824,7 +824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L157) +[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L157) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2404) +[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2404) ___ @@ -875,7 +875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L164) +[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L164) ___ @@ -901,7 +901,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2417) +[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2417) ___ @@ -925,7 +925,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L171) +[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L171) ___ @@ -941,7 +941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L183) +[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L183) ___ @@ -972,7 +972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2424) +[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2424) ___ @@ -982,7 +982,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L187) +[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L187) ___ @@ -1005,7 +1005,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -1025,7 +1025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L189) +[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L189) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2440) +[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2440) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L197) +[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L197) ___ @@ -1088,7 +1088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1969) +[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1969) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1974) +[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1974) ___ @@ -1124,7 +1124,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L204) +[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L204) ___ @@ -1142,7 +1142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L210) +[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L210) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L216) +[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L216) ___ @@ -1183,7 +1183,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2460) +[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2460) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L221) +[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L221) ___ @@ -1229,7 +1229,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L232) +[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L232) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2476) +[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2476) ___ @@ -1289,7 +1289,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2465) +[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2465) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2035) +[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2035) ___ @@ -1349,7 +1349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3145) +[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3145) ___ @@ -1374,7 +1374,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L243) +[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L243) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2487) +[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2487) ___ @@ -1433,7 +1433,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L256) +[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L256) ___ @@ -1443,7 +1443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L271) +[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L271) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L289) +[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L289) ___ @@ -1469,7 +1469,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L294) +[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L294) ___ @@ -1493,7 +1493,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2504) +[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2504) ___ @@ -1535,7 +1535,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L298) +[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L298) ___ @@ -1551,7 +1551,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L329) +[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L329) ___ @@ -1568,7 +1568,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L333) +[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L333) ___ @@ -1598,7 +1598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L338) +[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L338) ___ @@ -1608,7 +1608,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L356) +[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L356) ___ @@ -1657,7 +1657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2509) +[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2509) ___ @@ -1697,7 +1697,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L378) +[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L378) ___ @@ -1713,7 +1713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L27) ___ @@ -1731,7 +1731,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L406) +[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L406) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2539) +[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2539) ___ @@ -1778,7 +1778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L412) +[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L412) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L422) +[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L422) ___ @@ -1825,7 +1825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2545) +[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2545) ___ @@ -1842,7 +1842,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L428) +[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L428) ___ @@ -1867,7 +1867,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2555) +[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2555) ___ @@ -1885,7 +1885,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L433) +[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L433) ___ @@ -1895,7 +1895,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L439) +[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L439) ___ @@ -1918,7 +1918,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L444) +[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L444) ___ @@ -1941,7 +1941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L455) +[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L455) ___ @@ -1963,7 +1963,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L466) +[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L466) ___ @@ -1992,7 +1992,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2583) +[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2583) ___ @@ -2022,7 +2022,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2572) +[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2572) ___ @@ -2052,7 +2052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2561) +[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2561) ___ @@ -2068,7 +2068,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -2084,7 +2084,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L26) ___ @@ -2094,7 +2094,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L476) +[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L476) ___ @@ -2119,7 +2119,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2152,7 +2152,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2031) +[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2031) ___ @@ -2172,7 +2172,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L482) +[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L482) ___ @@ -2190,7 +2190,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L490) +[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L490) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L496) +[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L496) ___ @@ -2239,7 +2239,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2611) +[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2611) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2603) +[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2603) ___ @@ -2283,7 +2283,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L505) +[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L505) ___ @@ -2300,7 +2300,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2317,7 +2317,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2334,7 +2334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -2344,7 +2344,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L510) +[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L510) ___ @@ -2354,7 +2354,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L518) +[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L518) ___ @@ -2379,7 +2379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2628) +[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2628) ___ @@ -2389,7 +2389,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L524) +[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L524) ___ @@ -2415,7 +2415,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2634) +[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2634) ___ @@ -2431,7 +2431,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L25) +[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L25) ___ @@ -2450,7 +2450,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L531) +[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L531) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2641) +[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2641) ___ @@ -2499,7 +2499,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L538) +[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L538) ___ @@ -2522,7 +2522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L549) +[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L549) ___ @@ -2539,7 +2539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L560) +[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L560) ___ @@ -2569,7 +2569,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2659) +[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2659) ___ @@ -2599,7 +2599,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2648) +[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2648) ___ @@ -2609,7 +2609,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L565) +[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L565) ___ @@ -2635,7 +2635,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2670) +[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2670) ___ @@ -2645,7 +2645,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L572) +[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L572) ___ @@ -2670,7 +2670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2677) +[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2677) ___ @@ -2777,7 +2777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L578) +[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L578) ___ @@ -2793,7 +2793,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L674) +[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L674) ___ @@ -2809,7 +2809,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L679) +[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L679) ___ @@ -2825,7 +2825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L684) +[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L684) ___ @@ -2841,7 +2841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L689) +[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L689) ___ @@ -2857,7 +2857,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L694) +[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L694) ___ @@ -2875,7 +2875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L699) +[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L699) ___ @@ -2892,7 +2892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L706) +[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L706) ___ @@ -2910,7 +2910,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L712) +[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L712) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L719) +[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L719) ___ @@ -2943,7 +2943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L724) +[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L724) ___ @@ -2959,7 +2959,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L730) +[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L730) ___ @@ -2975,7 +2975,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L735) +[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L735) ___ @@ -2991,7 +2991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L740) +[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L740) ___ @@ -3008,7 +3008,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L745) +[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L745) ___ @@ -3025,7 +3025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L751) +[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L751) ___ @@ -3041,7 +3041,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L757) +[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L757) ___ @@ -3057,7 +3057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L762) +[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L762) ___ @@ -3074,7 +3074,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L767) +[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L767) ___ @@ -3091,7 +3091,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L773) +[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L773) ___ @@ -3107,7 +3107,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L779) +[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L779) ___ @@ -3128,7 +3128,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L784) +[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L784) ___ @@ -3145,7 +3145,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L794) +[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L794) ___ @@ -3161,7 +3161,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L800) +[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L800) ___ @@ -3182,7 +3182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L805) +[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L805) ___ @@ -3198,7 +3198,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L815) +[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L815) ___ @@ -3214,7 +3214,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L820) +[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L820) ___ @@ -3230,7 +3230,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L825) +[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L825) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L830) +[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L830) ___ @@ -3263,7 +3263,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L835) +[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L835) ___ @@ -3282,7 +3282,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L841) +[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L841) ___ @@ -3299,7 +3299,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L849) +[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L849) ___ @@ -3315,7 +3315,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L855) +[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L855) ___ @@ -3331,7 +3331,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L860) +[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L860) ___ @@ -3347,7 +3347,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L865) +[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L865) ___ @@ -3363,7 +3363,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L870) +[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L870) ___ @@ -3379,7 +3379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L875) +[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L875) ___ @@ -3395,7 +3395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L880) +[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L880) ___ @@ -3411,7 +3411,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L885) +[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L885) ___ @@ -3427,7 +3427,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L890) +[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L890) ___ @@ -3443,7 +3443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L895) +[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L895) ___ @@ -3459,7 +3459,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L900) +[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L900) ___ @@ -3475,7 +3475,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L905) +[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L905) ___ @@ -3491,7 +3491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L910) +[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L910) ___ @@ -3507,7 +3507,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L915) +[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L915) ___ @@ -3523,7 +3523,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L920) +[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L920) ___ @@ -3539,7 +3539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L925) +[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L925) ___ @@ -3555,7 +3555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L930) +[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L930) ___ @@ -3571,7 +3571,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L935) +[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L935) ___ @@ -3587,7 +3587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L940) +[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L940) ___ @@ -3603,7 +3603,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L945) +[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L945) ___ @@ -3620,7 +3620,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L950) +[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L950) ___ @@ -3636,7 +3636,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L956) +[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L956) ___ @@ -3652,7 +3652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L961) +[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L961) ___ @@ -3668,7 +3668,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L966) +[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L966) ___ @@ -3684,7 +3684,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L971) +[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L971) ___ @@ -3700,7 +3700,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L976) +[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L976) ___ @@ -3717,7 +3717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L981) +[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L981) ___ @@ -3733,7 +3733,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L987) +[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L987) ___ @@ -3749,7 +3749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L992) +[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L992) ___ @@ -3765,7 +3765,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L997) +[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L997) ___ @@ -3782,7 +3782,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1002) +[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1002) ___ @@ -3798,7 +3798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1008) +[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1008) ___ @@ -3911,7 +3911,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2683) +[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2683) ___ @@ -3927,7 +3927,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1013) +[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1013) ___ @@ -3943,7 +3943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1018) +[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1018) ___ @@ -3960,7 +3960,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1023) +[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1023) ___ @@ -3977,7 +3977,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1029) +[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1029) ___ @@ -3994,7 +3994,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1035) +[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1035) ___ @@ -4011,7 +4011,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1041) +[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1041) ___ @@ -4027,7 +4027,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1047) +[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1047) ___ @@ -4044,7 +4044,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1052) +[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1052) ___ @@ -4060,7 +4060,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1058) +[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1058) ___ @@ -4076,7 +4076,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1063) +[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1063) ___ @@ -4092,7 +4092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1068) +[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1068) ___ @@ -4109,7 +4109,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1073) +[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1073) ___ @@ -4126,7 +4126,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1079) +[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1079) ___ @@ -4142,7 +4142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1085) +[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1085) ___ @@ -4159,7 +4159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1090) +[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1090) ___ @@ -4175,7 +4175,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1096) +[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1096) ___ @@ -4193,7 +4193,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1101) +[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1101) ___ @@ -4210,7 +4210,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1108) +[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1108) ___ @@ -4227,7 +4227,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1114) +[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1114) ___ @@ -4243,7 +4243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1120) +[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1120) ___ @@ -4260,7 +4260,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1125) +[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1125) ___ @@ -4278,7 +4278,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1131) +[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1131) ___ @@ -4294,7 +4294,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1138) +[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1138) ___ @@ -4310,7 +4310,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1143) +[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1143) ___ @@ -4334,7 +4334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2033) +[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2033) ___ @@ -4351,7 +4351,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -4386,7 +4386,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1151) +[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1151) ___ @@ -4402,7 +4402,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1175) +[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1175) ___ @@ -4422,7 +4422,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1187) +[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1187) ___ @@ -4449,7 +4449,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2800) +[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2800) ___ @@ -4473,7 +4473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1195) +[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1195) ___ @@ -4504,7 +4504,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2808) +[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2808) ___ @@ -4527,7 +4527,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1207) +[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1207) ___ @@ -4537,7 +4537,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1218) +[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1218) ___ @@ -4579,7 +4579,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2777) +[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2777) ___ @@ -4598,7 +4598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1180) +[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1180) ___ @@ -4639,7 +4639,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1230) +[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1230) ___ @@ -4656,7 +4656,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1259) +[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1259) ___ @@ -4680,7 +4680,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2820) +[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2820) ___ @@ -4696,7 +4696,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1147) +[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1147) ___ @@ -4720,7 +4720,7 @@ Information about pagination in a connection. #### Defined in -[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1265) +[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1265) ___ @@ -4749,7 +4749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2825) +[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2825) ___ @@ -4759,7 +4759,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1277) +[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1277) ___ @@ -4780,7 +4780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1281) +[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1281) ___ @@ -4800,7 +4800,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4817,7 +4817,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1298) +[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1298) ___ @@ -4844,7 +4844,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2848) +[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2848) ___ @@ -4864,7 +4864,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1303) +[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1303) ___ @@ -4892,7 +4892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2839) +[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2839) ___ @@ -4922,7 +4922,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1311) +[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1311) ___ @@ -4943,7 +4943,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1330) +[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1330) ___ @@ -4969,7 +4969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2878) +[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2878) ___ @@ -4991,7 +4991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1339) +[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1339) ___ @@ -5001,7 +5001,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1349) +[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1349) ___ @@ -5038,7 +5038,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2860) +[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2860) ___ @@ -5057,7 +5057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1367) +[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1367) ___ @@ -5090,7 +5090,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5144,7 +5144,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1395) +[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1395) ___ @@ -5160,7 +5160,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1438) +[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1438) ___ @@ -5176,7 +5176,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1443) +[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1443) ___ @@ -5192,7 +5192,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1448) +[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1448) ___ @@ -5208,7 +5208,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1453) +[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1453) ___ @@ -5224,7 +5224,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1458) +[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1458) ___ @@ -5240,7 +5240,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5256,7 +5256,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5272,7 +5272,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5288,7 +5288,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5304,7 +5304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5320,7 +5320,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5337,7 +5337,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5356,7 +5356,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1499) +[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1499) ___ @@ -5372,7 +5372,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1507) +[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1507) ___ @@ -5388,7 +5388,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1512) +[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1512) ___ @@ -5407,7 +5407,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1517) +[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1517) ___ @@ -5423,7 +5423,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1525) +[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1525) ___ @@ -5440,7 +5440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1530) +[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1530) ___ @@ -5456,7 +5456,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1536) +[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1536) ___ @@ -5472,7 +5472,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1541) +[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1541) ___ @@ -5489,7 +5489,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1546) +[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1546) ___ @@ -5508,7 +5508,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1552) +[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1552) ___ @@ -5528,7 +5528,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1560) +[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1560) ___ @@ -5544,7 +5544,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1569) +[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1569) ___ @@ -5560,7 +5560,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1574) +[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1574) ___ @@ -5577,7 +5577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1579) +[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1579) ___ @@ -5597,7 +5597,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5614,7 +5614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5630,7 +5630,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1600) +[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1600) ___ @@ -5690,7 +5690,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2885) +[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2885) ___ @@ -5706,7 +5706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1605) +[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1605) ___ @@ -5722,7 +5722,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5743,7 +5743,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1615) +[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1615) ___ @@ -5762,7 +5762,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5778,7 +5778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1632) +[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1632) ___ @@ -5788,7 +5788,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1636) +[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1636) ___ @@ -5805,7 +5805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L33) +[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L33) ___ @@ -5824,7 +5824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1984) +[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1984) ___ @@ -5860,7 +5860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1986) +[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1986) ___ @@ -5876,7 +5876,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1982) +[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1982) ___ @@ -5971,7 +5971,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3068) +[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3068) ___ @@ -5996,7 +5996,7 @@ Mapping of interface types #### Defined in -[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2049) +[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2049) ___ @@ -6134,7 +6134,7 @@ Mapping between all available schema types and the resolvers parents #### Defined in -[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2194) +[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2194) ___ @@ -6286,7 +6286,7 @@ Mapping between all available schema types and the resolvers types #### Defined in -[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2055) +[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2055) ___ @@ -6310,7 +6310,7 @@ Mapping of union types #### Defined in -[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2044) +[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2044) ___ @@ -6326,7 +6326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2322) +[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2322) ___ @@ -6345,7 +6345,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2326) +[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2326) ___ @@ -6416,7 +6416,7 @@ All built-in and custom scalars, mapped to their actual values #### Defined in -[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L35) +[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L35) ___ @@ -6426,7 +6426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1643) +[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1643) ___ @@ -6446,7 +6446,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1648) +[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1648) ___ @@ -6466,7 +6466,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2017) +[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2017) ___ @@ -6502,7 +6502,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2000) +[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2000) ___ @@ -6522,7 +6522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -6548,7 +6548,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2926) +[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2926) ___ @@ -6584,7 +6584,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1993) +[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1993) ___ @@ -6601,7 +6601,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1656) +[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1656) ___ @@ -6621,7 +6621,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -6648,7 +6648,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2937) +[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2937) ___ @@ -6658,7 +6658,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1669) +[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1669) ___ @@ -6692,7 +6692,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2025) ___ @@ -6702,7 +6702,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6726,7 +6726,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2949) +[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2949) ___ @@ -6736,7 +6736,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1678) +[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1678) ___ @@ -6760,7 +6760,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2954) +[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2954) ___ @@ -6777,7 +6777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1683) +[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1683) ___ @@ -6798,7 +6798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1688) +[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1688) ___ @@ -6819,7 +6819,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1697) +[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1697) ___ @@ -6836,7 +6836,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1706) +[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1706) ___ @@ -6860,7 +6860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2959) +[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2959) ___ @@ -6889,7 +6889,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1711) +[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1711) ___ @@ -6909,7 +6909,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1728) +[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1728) ___ @@ -6934,7 +6934,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6952,7 +6952,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1749) +[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1749) ___ @@ -6969,7 +6969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1755) +[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1755) ___ @@ -6986,7 +6986,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1760) +[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1760) ___ @@ -7030,7 +7030,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1765) +[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1765) ___ @@ -7047,7 +7047,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1806) +[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1806) ___ @@ -7066,7 +7066,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1811) +[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1811) ___ @@ -7092,7 +7092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3000) +[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3000) ___ @@ -7112,7 +7112,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1818) +[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1818) ___ @@ -7139,7 +7139,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3007) +[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3007) ___ @@ -7157,7 +7157,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1826) +[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1826) ___ @@ -7182,7 +7182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3015) +[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3015) ___ @@ -7203,7 +7203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1832) +[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1832) ___ @@ -7213,7 +7213,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1841) +[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1841) ___ @@ -7232,7 +7232,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1853) +[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1853) ___ @@ -7250,7 +7250,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1860) +[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1860) ___ @@ -7276,7 +7276,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3021) +[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3021) ___ @@ -7327,7 +7327,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L2968) +[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2968) ___ @@ -7349,7 +7349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7365,7 +7365,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1877) +[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1877) ___ @@ -7383,7 +7383,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1886) +[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1886) ___ @@ -7408,7 +7408,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3038) +[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3038) ___ @@ -7437,7 +7437,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3028) +[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3028) ___ @@ -7453,7 +7453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1882) +[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1882) ___ @@ -7473,7 +7473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1798) +[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1798) ___ @@ -7491,7 +7491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1892) +[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1892) ___ @@ -7509,7 +7509,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1898) +[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1898) ___ @@ -7534,7 +7534,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3044) +[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3044) ___ @@ -7552,7 +7552,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1904) +[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1904) ___ @@ -7577,7 +7577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3050) +[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3050) ___ @@ -7587,7 +7587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1910) +[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1910) ___ @@ -7634,7 +7634,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7652,7 +7652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1951) +[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1951) ___ @@ -7670,7 +7670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1957) +[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1957) ___ @@ -7695,7 +7695,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3056) +[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3056) ___ @@ -7713,7 +7713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L1963) +[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1963) ___ @@ -7738,4 +7738,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/types/generatedGraphQLTypes.ts#L3062) +[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3062) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index 72babbe7db..4f1cd89a8d 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index bd1b573e36..3a11525d3f 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index 467a72b991..e038c79027 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index 06abd656f0..351ba61bcb 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index bd68874f0b..df66281e3c 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index e1fdcc7cbc..dc178bc545 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index 2ec4b1204b..1472ffed2c 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index 6ee7a9f69b..6b7392f39d 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index c8105a086c..854aa0257d 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index 49344daba3..59f38288dc 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index 6aa2a02e1a..6c96917d7a 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index f210b98f9d..183a9a79ab 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index 410541e8eb..2cda7c3b40 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index 370a1dd920..70e8371f43 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index 6627de2ec5..e92f532f54 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index c8ac49e3be..03cd5ed8dd 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index 8fc831438c..7c7ebd3c94 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index 6b4646e1f0..c378cb2485 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index dca20f8e0e..10a990188e 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index da8cff9886..b4db715c1e 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index 94572fe161..f9dee1d789 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index e9e25e3d1e..33aa5f0c3a 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index 905e5bcd8e..ce0d25217e 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/00da99c/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/uploadImage.ts#L16) From cf57ca9c78c053f882b5f5e34e61ff20df44584f Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 4 Feb 2024 18:44:13 +0530 Subject: [PATCH 015/109] Update push.yml --- .github/workflows/push.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 33db6f977b..426956e375 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -96,7 +96,7 @@ jobs: Generate-Documentation: name: Generate Documentation runs-on: ubuntu-latest - if: github.ref == 'refs/heads/develop' + if: github.ref == 'refs/heads/automated-docs' needs: Push-Workflow steps: - name: Checkout repository @@ -152,7 +152,6 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/develop' needs: Generate-Documentation steps: - uses: actions/checkout@v3 From fd6b166e9bd560cd013504881d2b3ae303d80069 Mon Sep 17 00:00:00 2001 From: tasneemkoushar Date: Sun, 4 Feb 2024 13:21:07 +0000 Subject: [PATCH 016/109] Update documentation --- ...izeLimitExceeded.ImageSizeLimitExceeded.md | 6 +- ...rrors_applicationError.ApplicationError.md | 6 +- ...ries_errors_conflictError.ConflictError.md | 6 +- ...putValidationError.InputValidationError.md | 6 +- ...internalServerError.InternalServerError.md | 6 +- ...validFileTypeError.InvalidFileTypeError.md | 6 +- ...ries_errors_notFoundError.NotFoundError.md | 6 +- ...authenticatedError.UnauthenticatedError.md | 6 +- ...ors_unauthorizedError.UnauthorizedError.md | 6 +- ..._errors_validationError.ValidationError.md | 6 +- .../enums/constants.TransactionLogTypes.md | 6 +- ...ries_dbLogger.InterfaceLoggableDocument.md | 2 +- ...braries_dbLogger.InterfaceLoggableQuery.md | 2 +- ..._errors_applicationError.InterfaceError.md | 8 +- .../middleware_isAuth.InterfaceAuthData.md | 6 +- .../models_ActionItem.InterfaceActionItem.md | 28 +- ...temCategory.InterfaceActionItemCategory.md | 14 +- ...ls_Advertisement.InterfaceAdvertisement.md | 20 +- .../models_CheckIn.InterfaceCheckIn.md | 16 +- .../models_Comment.InterfaceComment.md | 18 +- .../models_DirectChat.InterfaceDirectChat.md | 16 +- ...tChatMessage.InterfaceDirectChatMessage.md | 16 +- .../models_Donation.InterfaceDonation.md | 16 +- ...dels_EncodedImage.InterfaceEncodedImage.md | 8 +- ...dels_EncodedVideo.InterfaceEncodedVideo.md | 8 +- .../interfaces/models_Event.InterfaceEvent.md | 44 +- ...ls_EventAttendee.InterfaceEventAttendee.md | 8 +- .../models_Feedback.InterfaceFeedback.md | 12 +- .../interfaces/models_File.InterfaceFile.md | 18 +- .../interfaces/models_Group.InterfaceGroup.md | 16 +- .../models_GroupChat.InterfaceGroupChat.md | 18 +- ...upChatMessage.InterfaceGroupChatMessage.md | 14 +- .../models_ImageHash.InterfaceImageHash.md | 10 +- .../models_Language.InterfaceLanguage.md | 8 +- .../models_Language.InterfaceLanguageModel.md | 8 +- ...rshipRequest.InterfaceMembershipRequest.md | 8 +- .../models_Message.InterfaceMessage.md | 18 +- ...models_MessageChat.InterfaceMessageChat.md | 14 +- ...dels_Organization.InterfaceOrganization.md | 40 +- ...mField.InterfaceOrganizationCustomField.md | 8 +- ...ionTagUser.InterfaceOrganizationTagUser.md | 8 +- .../models_Plugin.InterfacePlugin.md | 10 +- ...models_PluginField.InterfacePluginField.md | 10 +- .../interfaces/models_Post.InterfacePost.md | 28 +- .../models_SampleData.InterfaceSampleData.md | 4 +- .../models_TagUser.InterfaceTagUser.md | 6 +- .../interfaces/models_User.InterfaceUser.md | 60 +- ..._UserCustomData.InterfaceUserCustomData.md | 8 +- ...s_generatedGraphQLTypes.AnyScalarConfig.md | 2 +- ...tedGraphQLTypes.CountryCodeScalarConfig.md | 2 +- ..._generatedGraphQLTypes.DateScalarConfig.md | 2 +- ...eratedGraphQLTypes.DateTimeScalarConfig.md | 2 +- ...edGraphQLTypes.EmailAddressScalarConfig.md | 2 +- ..._generatedGraphQLTypes.JsonScalarConfig.md | 2 +- ...eratedGraphQLTypes.LatitudeScalarConfig.md | 2 +- ...ratedGraphQLTypes.LongitudeScalarConfig.md | 2 +- ...tedGraphQLTypes.PhoneNumberScalarConfig.md | 2 +- ...tedGraphQLTypes.PositiveIntScalarConfig.md | 2 +- ...GraphQLTypes.SubscriptionResolverObject.md | 4 +- ...aphQLTypes.SubscriptionSubscriberObject.md | 4 +- ..._generatedGraphQLTypes.TimeScalarConfig.md | 2 +- ...eneratedGraphQLTypes.UploadScalarConfig.md | 2 +- ...s_generatedGraphQLTypes.UrlScalarConfig.md | 2 +- ...utilities_auth.InterfaceJwtTokenPayload.md | 10 +- .../utilities_mailer.InterfaceMailFields.md | 6 +- talawa-api-docs/modules/app.md | 4 +- talawa-api-docs/modules/checks.md | 2 +- talawa-api-docs/modules/config_appConfig.md | 2 +- .../modules/config_plugins_loadPlugins.md | 2 +- talawa-api-docs/modules/constants.md | 196 ++--- talawa-api-docs/modules/db.md | 6 +- ...iveTransformer_authDirectiveTransformer.md | 2 +- ...iveTransformer_roleDirectiveTransformer.md | 2 +- talawa-api-docs/modules/env.md | 4 +- .../modules/helpers_eventInstances_once.md | 2 +- .../modules/helpers_eventInstances_weekly.md | 2 +- talawa-api-docs/modules/index.md | 2 +- talawa-api-docs/modules/libraries_dbLogger.md | 6 +- talawa-api-docs/modules/libraries_logger.md | 4 +- .../modules/libraries_requestContext.md | 16 +- .../modules/libraries_requestTracing.md | 12 +- .../libraries_validators_compareDates.md | 2 +- ...aries_validators_validatePaginationArgs.md | 2 +- .../libraries_validators_validateString.md | 2 +- talawa-api-docs/modules/middleware_isAuth.md | 2 +- talawa-api-docs/modules/models_ActionItem.md | 2 +- .../modules/models_ActionItemCategory.md | 2 +- .../modules/models_Advertisement.md | 2 +- talawa-api-docs/modules/models_CheckIn.md | 2 +- talawa-api-docs/modules/models_Comment.md | 2 +- talawa-api-docs/modules/models_DirectChat.md | 2 +- .../modules/models_DirectChatMessage.md | 2 +- talawa-api-docs/modules/models_Donation.md | 2 +- .../modules/models_EncodedImage.md | 2 +- .../modules/models_EncodedVideo.md | 2 +- talawa-api-docs/modules/models_Event.md | 2 +- .../modules/models_EventAttendee.md | 2 +- talawa-api-docs/modules/models_Feedback.md | 2 +- talawa-api-docs/modules/models_File.md | 2 +- talawa-api-docs/modules/models_Group.md | 2 +- talawa-api-docs/modules/models_GroupChat.md | 2 +- .../modules/models_GroupChatMessage.md | 2 +- talawa-api-docs/modules/models_ImageHash.md | 2 +- talawa-api-docs/modules/models_Language.md | 2 +- .../modules/models_MembershipRequest.md | 2 +- talawa-api-docs/modules/models_Message.md | 2 +- talawa-api-docs/modules/models_MessageChat.md | 2 +- .../modules/models_Organization.md | 2 +- .../modules/models_OrganizationCustomField.md | 2 +- .../modules/models_OrganizationTagUser.md | 2 +- talawa-api-docs/modules/models_Plugin.md | 2 +- talawa-api-docs/modules/models_PluginField.md | 2 +- talawa-api-docs/modules/models_Post.md | 2 +- talawa-api-docs/modules/models_SampleData.md | 2 +- talawa-api-docs/modules/models_TagUser.md | 2 +- talawa-api-docs/modules/models_User.md | 2 +- .../modules/models_UserCustomData.md | 2 +- talawa-api-docs/modules/resolvers.md | 2 +- .../modules/resolvers_ActionItem.md | 2 +- .../modules/resolvers_ActionItemCategory.md | 2 +- .../resolvers_ActionItemCategory_creator.md | 2 +- ...solvers_ActionItemCategory_organization.md | 2 +- ...resolvers_ActionItem_actionItemCategory.md | 2 +- .../modules/resolvers_ActionItem_assignee.md | 2 +- .../modules/resolvers_ActionItem_assigner.md | 2 +- .../modules/resolvers_ActionItem_creator.md | 2 +- .../modules/resolvers_ActionItem_event.md | 2 +- talawa-api-docs/modules/resolvers_CheckIn.md | 2 +- .../modules/resolvers_CheckIn_event.md | 2 +- .../modules/resolvers_CheckIn_user.md | 2 +- talawa-api-docs/modules/resolvers_Comment.md | 2 +- .../modules/resolvers_Comment_creator.md | 2 +- .../modules/resolvers_DirectChat.md | 2 +- .../modules/resolvers_DirectChatMessage.md | 2 +- ...tChatMessage_directChatMessageBelongsTo.md | 2 +- .../resolvers_DirectChatMessage_receiver.md | 2 +- .../resolvers_DirectChatMessage_sender.md | 2 +- .../modules/resolvers_DirectChat_creator.md | 2 +- .../modules/resolvers_DirectChat_messages.md | 2 +- .../resolvers_DirectChat_organization.md | 2 +- .../modules/resolvers_DirectChat_users.md | 2 +- talawa-api-docs/modules/resolvers_Event.md | 2 +- .../modules/resolvers_Event_actionItems.md | 2 +- .../modules/resolvers_Event_attendees.md | 2 +- .../resolvers_Event_attendeesCheckInStatus.md | 2 +- .../resolvers_Event_averageFeedbackScore.md | 2 +- .../modules/resolvers_Event_creator.md | 2 +- .../modules/resolvers_Event_feedback.md | 2 +- .../modules/resolvers_Event_organization.md | 2 +- talawa-api-docs/modules/resolvers_Feedback.md | 2 +- .../modules/resolvers_Feedback_event.md | 2 +- .../modules/resolvers_GroupChat.md | 2 +- .../modules/resolvers_GroupChatMessage.md | 2 +- ...upChatMessage_groupChatMessageBelongsTo.md | 2 +- .../resolvers_GroupChatMessage_sender.md | 2 +- .../modules/resolvers_GroupChat_creator.md | 2 +- .../modules/resolvers_GroupChat_messages.md | 2 +- .../resolvers_GroupChat_organization.md | 2 +- .../modules/resolvers_GroupChat_users.md | 2 +- .../modules/resolvers_MembershipRequest.md | 2 +- ...esolvers_MembershipRequest_organization.md | 2 +- .../resolvers_MembershipRequest_user.md | 2 +- talawa-api-docs/modules/resolvers_Mutation.md | 2 +- .../modules/resolvers_Mutation_acceptAdmin.md | 2 +- ...olvers_Mutation_acceptMembershipRequest.md | 2 +- .../resolvers_Mutation_addEventAttendee.md | 2 +- .../modules/resolvers_Mutation_addFeedback.md | 2 +- ...solvers_Mutation_addLanguageTranslation.md | 2 +- ...ers_Mutation_addOrganizationCustomField.md | 2 +- ...resolvers_Mutation_addOrganizationImage.md | 2 +- .../resolvers_Mutation_addUserCustomData.md | 2 +- .../resolvers_Mutation_addUserImage.md | 2 +- .../resolvers_Mutation_addUserToGroupChat.md | 2 +- .../resolvers_Mutation_adminRemoveEvent.md | 2 +- .../resolvers_Mutation_adminRemoveGroup.md | 2 +- .../resolvers_Mutation_assignUserTag.md | 2 +- ...utation_blockPluginCreationBySuperadmin.md | 2 +- .../modules/resolvers_Mutation_blockUser.md | 2 +- ...olvers_Mutation_cancelMembershipRequest.md | 2 +- .../modules/resolvers_Mutation_checkIn.md | 2 +- .../resolvers_Mutation_createActionItem.md | 2 +- ...lvers_Mutation_createActionItemCategory.md | 2 +- .../modules/resolvers_Mutation_createAdmin.md | 2 +- .../resolvers_Mutation_createAdvertisement.md | 2 +- .../resolvers_Mutation_createComment.md | 2 +- .../resolvers_Mutation_createDirectChat.md | 2 +- .../resolvers_Mutation_createDonation.md | 2 +- .../modules/resolvers_Mutation_createEvent.md | 2 +- .../resolvers_Mutation_createGroupChat.md | 2 +- .../resolvers_Mutation_createMember.md | 2 +- .../resolvers_Mutation_createMessageChat.md | 2 +- .../resolvers_Mutation_createOrganization.md | 2 +- .../resolvers_Mutation_createPlugin.md | 2 +- .../modules/resolvers_Mutation_createPost.md | 2 +- ...lvers_Mutation_createSampleOrganization.md | 2 +- .../resolvers_Mutation_createUserTag.md | 2 +- ...olvers_Mutation_deleteAdvertisementById.md | 2 +- .../resolvers_Mutation_deleteDonationById.md | 2 +- .../resolvers_Mutation_forgotPassword.md | 2 +- ...solvers_Mutation_joinPublicOrganization.md | 2 +- .../resolvers_Mutation_leaveOrganization.md | 2 +- .../modules/resolvers_Mutation_likeComment.md | 2 +- .../modules/resolvers_Mutation_likePost.md | 2 +- .../modules/resolvers_Mutation_login.md | 2 +- .../modules/resolvers_Mutation_logout.md | 2 +- .../modules/resolvers_Mutation_otp.md | 2 +- .../modules/resolvers_Mutation_recaptcha.md | 2 +- .../resolvers_Mutation_refreshToken.md | 2 +- .../resolvers_Mutation_registerForEvent.md | 2 +- .../modules/resolvers_Mutation_rejectAdmin.md | 2 +- ...olvers_Mutation_rejectMembershipRequest.md | 2 +- .../resolvers_Mutation_removeActionItem.md | 2 +- .../modules/resolvers_Mutation_removeAdmin.md | 2 +- .../resolvers_Mutation_removeAdvertisement.md | 2 +- .../resolvers_Mutation_removeComment.md | 2 +- .../resolvers_Mutation_removeDirectChat.md | 2 +- .../modules/resolvers_Mutation_removeEvent.md | 2 +- .../resolvers_Mutation_removeEventAttendee.md | 2 +- .../resolvers_Mutation_removeGroupChat.md | 2 +- .../resolvers_Mutation_removeMember.md | 2 +- .../resolvers_Mutation_removeOrganization.md | 2 +- ..._Mutation_removeOrganizationCustomField.md | 2 +- ...olvers_Mutation_removeOrganizationImage.md | 2 +- .../modules/resolvers_Mutation_removePost.md | 2 +- ...lvers_Mutation_removeSampleOrganization.md | 2 +- ...resolvers_Mutation_removeUserCustomData.md | 2 +- ...olvers_Mutation_removeUserFromGroupChat.md | 2 +- .../resolvers_Mutation_removeUserImage.md | 2 +- .../resolvers_Mutation_removeUserTag.md | 2 +- ...vers_Mutation_revokeRefreshTokenForUser.md | 2 +- .../resolvers_Mutation_saveFcmToken.md | 2 +- ...esolvers_Mutation_sendMembershipRequest.md | 2 +- ...olvers_Mutation_sendMessageToDirectChat.md | 2 +- ...solvers_Mutation_sendMessageToGroupChat.md | 2 +- .../modules/resolvers_Mutation_signUp.md | 2 +- .../resolvers_Mutation_togglePostPin.md | 2 +- .../resolvers_Mutation_unassignUserTag.md | 2 +- .../modules/resolvers_Mutation_unblockUser.md | 2 +- .../resolvers_Mutation_unlikeComment.md | 2 +- .../modules/resolvers_Mutation_unlikePost.md | 2 +- ...lvers_Mutation_unregisterForEventByUser.md | 2 +- .../resolvers_Mutation_updateActionItem.md | 2 +- ...lvers_Mutation_updateActionItemCategory.md | 2 +- .../resolvers_Mutation_updateAdvertisement.md | 2 +- .../modules/resolvers_Mutation_updateEvent.md | 2 +- .../resolvers_Mutation_updateLanguage.md | 2 +- .../resolvers_Mutation_updateOrganization.md | 2 +- .../resolvers_Mutation_updatePluginStatus.md | 2 +- .../modules/resolvers_Mutation_updatePost.md | 2 +- .../resolvers_Mutation_updateUserPassword.md | 2 +- .../resolvers_Mutation_updateUserProfile.md | 2 +- ...s_Mutation_updateUserRoleInOrganization.md | 2 +- .../resolvers_Mutation_updateUserTag.md | 2 +- .../resolvers_Mutation_updateUserType.md | 2 +- .../modules/resolvers_Organization.md | 2 +- ...lvers_Organization_actionItemCategories.md | 2 +- .../modules/resolvers_Organization_admins.md | 2 +- .../resolvers_Organization_blockedUsers.md | 2 +- .../modules/resolvers_Organization_creator.md | 2 +- .../modules/resolvers_Organization_image.md | 2 +- .../modules/resolvers_Organization_members.md | 2 +- ...solvers_Organization_membershipRequests.md | 2 +- .../resolvers_Organization_pinnedPosts.md | 2 +- talawa-api-docs/modules/resolvers_Post.md | 2 +- .../modules/resolvers_Post_comments.md | 2 +- .../modules/resolvers_Post_creator.md | 2 +- talawa-api-docs/modules/resolvers_Query.md | 2 +- .../modules/resolvers_Query_actionItem.md | 2 +- ...uery_actionItemCategoriesByOrganization.md | 2 +- .../resolvers_Query_actionItemCategory.md | 2 +- .../resolvers_Query_actionItemsByEvent.md | 2 +- ...solvers_Query_actionItemsByOrganization.md | 2 +- .../modules/resolvers_Query_checkAuth.md | 2 +- ...esolvers_Query_customDataByOrganization.md | 2 +- ...olvers_Query_customFieldsByOrganization.md | 2 +- .../resolvers_Query_directChatsByUserID.md | 2 +- ...lvers_Query_directChatsMessagesByChatID.md | 2 +- .../modules/resolvers_Query_event.md | 2 +- .../resolvers_Query_eventsByOrganization.md | 2 +- ...rs_Query_eventsByOrganizationConnection.md | 2 +- .../resolvers_Query_getAdvertisements.md | 2 +- .../resolvers_Query_getDonationById.md | 2 +- .../resolvers_Query_getDonationByOrgId.md | 2 +- ...vers_Query_getDonationByOrgIdConnection.md | 2 +- .../modules/resolvers_Query_getPlugins.md | 2 +- .../modules/resolvers_Query_getlanguage.md | 2 +- .../resolvers_Query_hasSubmittedFeedback.md | 2 +- ...resolvers_Query_helperFunctions_getSort.md | 2 +- ...esolvers_Query_helperFunctions_getWhere.md | 2 +- talawa-api-docs/modules/resolvers_Query_me.md | 2 +- .../modules/resolvers_Query_myLanguage.md | 2 +- .../resolvers_Query_organizationIsSample.md | 2 +- .../modules/resolvers_Query_organizations.md | 2 +- ...resolvers_Query_organizationsConnection.md | 2 +- ...ers_Query_organizationsMemberConnection.md | 2 +- .../modules/resolvers_Query_post.md | 2 +- .../resolvers_Query_postsByOrganization.md | 2 +- ...ers_Query_postsByOrganizationConnection.md | 2 +- .../resolvers_Query_registeredEventsByUser.md | 2 +- .../modules/resolvers_Query_user.md | 2 +- .../modules/resolvers_Query_userLanguage.md | 2 +- .../modules/resolvers_Query_users.md | 2 +- .../resolvers_Query_usersConnection.md | 2 +- .../modules/resolvers_Subscription.md | 2 +- ...esolvers_Subscription_directMessageChat.md | 2 +- ...rs_Subscription_messageSentToDirectChat.md | 4 +- ...ers_Subscription_messageSentToGroupChat.md | 4 +- .../resolvers_Subscription_onPluginUpdate.md | 4 +- talawa-api-docs/modules/resolvers_User.md | 2 +- talawa-api-docs/modules/resolvers_UserTag.md | 2 +- .../modules/resolvers_UserTag_childTags.md | 2 +- .../modules/resolvers_UserTag_organization.md | 2 +- .../modules/resolvers_UserTag_parentTag.md | 2 +- .../resolvers_UserTag_usersAssignedTo.md | 2 +- .../resolvers_middleware_currentUserExists.md | 2 +- .../services_CommentCache_cacheComments.md | 2 +- ...ces_CommentCache_deleteCommentFromCache.md | 2 +- ...ommentCache_findCommentsByPostIdInCache.md | 2 +- ...rvices_CommentCache_findCommentsInCache.md | 2 +- .../services_EventCache_cacheEvents.md | 2 +- ...ervices_EventCache_deleteEventFromCache.md | 2 +- .../services_EventCache_findEventInCache.md | 2 +- ...es_OrganizationCache_cacheOrganizations.md | 2 +- ...zationCache_deleteOrganizationFromCache.md | 2 +- ...anizationCache_findOrganizationsInCache.md | 2 +- .../modules/services_PostCache_cachePosts.md | 2 +- .../services_PostCache_deletePostFromCache.md | 2 +- .../services_PostCache_findPostsInCache.md | 2 +- .../modules/services_redisCache.md | 2 +- talawa-api-docs/modules/typeDefs.md | 2 +- .../modules/typeDefs_directives.md | 2 +- talawa-api-docs/modules/typeDefs_enums.md | 2 +- talawa-api-docs/modules/typeDefs_errors.md | 2 +- .../modules/typeDefs_errors_common.md | 2 +- .../typeDefs_errors_connectionError.md | 2 +- talawa-api-docs/modules/typeDefs_inputs.md | 2 +- .../modules/typeDefs_interfaces.md | 2 +- talawa-api-docs/modules/typeDefs_mutations.md | 2 +- talawa-api-docs/modules/typeDefs_queries.md | 2 +- talawa-api-docs/modules/typeDefs_scalars.md | 2 +- .../modules/typeDefs_subscriptions.md | 2 +- talawa-api-docs/modules/typeDefs_types.md | 2 +- talawa-api-docs/modules/typeDefs_unions.md | 2 +- .../modules/types_generatedGraphQLTypes.md | 668 +++++++++--------- .../modules/utilities_PII_decryption.md | 2 +- .../modules/utilities_PII_encryption.md | 2 +- .../modules/utilities_PII_isAuthorised.md | 2 +- .../modules/utilities_adminCheck.md | 2 +- talawa-api-docs/modules/utilities_auth.md | 6 +- .../modules/utilities_copyToClipboard.md | 2 +- .../utilities_createSampleOrganizationUtil.md | 10 +- .../utilities_deleteDuplicatedImage.md | 2 +- .../modules/utilities_deleteImage.md | 2 +- ...encodedImageStorage_deletePreviousImage.md | 2 +- ...ImageStorage_encodedImageExtensionCheck.md | 2 +- ..._encodedImageStorage_uploadEncodedImage.md | 2 +- ...encodedVideoStorage_deletePreviousVideo.md | 2 +- ...VideoStorage_encodedVideoExtensionCheck.md | 2 +- ..._encodedVideoStorage_uploadEncodedVideo.md | 2 +- .../utilities_graphqlConnectionFactory.md | 10 +- .../utilities_imageAlreadyInDbCheck.md | 2 +- .../modules/utilities_imageExtensionCheck.md | 2 +- talawa-api-docs/modules/utilities_mailer.md | 2 +- .../utilities_removeSampleOrganizationUtil.md | 2 +- .../utilities_reuploadDuplicateCheck.md | 4 +- .../modules/utilities_superAdminCheck.md | 2 +- .../modules/utilities_uploadImage.md | 2 +- 367 files changed, 1101 insertions(+), 1101 deletions(-) diff --git a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md index a89e51a06e..9cd63190d4 100644 --- a/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md +++ b/talawa-api-docs/classes/libraries_errors_ImageSizeLimitExceeded.ImageSizeLimitExceeded.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) +[src/libraries/errors/ImageSizeLimitExceeded.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/ImageSizeLimitExceeded.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md index e6b9d28d4e..fbb617d53c 100644 --- a/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md +++ b/talawa-api-docs/classes/libraries_errors_applicationError.ApplicationError.md @@ -74,7 +74,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L14) +[src/libraries/errors/applicationError.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L14) ## Properties @@ -84,7 +84,7 @@ Error.constructor #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md index bc353eff5b..23fb20e149 100644 --- a/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md +++ b/talawa-api-docs/classes/libraries_errors_conflictError.ConflictError.md @@ -57,7 +57,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/conflictError.ts#L6) +[src/libraries/errors/conflictError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/conflictError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects conflict errors and sends those errors to the superclass Appl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md index dc55e50061..154fb1b922 100644 --- a/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_inputValidationError.InputValidationError.md @@ -57,7 +57,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/inputValidationError.ts#L6) +[src/libraries/errors/inputValidationError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/inputValidationError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects input validation errors and sends those errors to the supercl #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md index 4b6ac15a1c..fa9363b981 100644 --- a/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md +++ b/talawa-api-docs/classes/libraries_errors_internalServerError.InternalServerError.md @@ -57,7 +57,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/internalServerError.ts#L6) +[src/libraries/errors/internalServerError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/internalServerError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects internal server errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md index 1d793dbd43..2994361bc3 100644 --- a/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md +++ b/talawa-api-docs/classes/libraries_errors_invalidFileTypeError.InvalidFileTypeError.md @@ -57,7 +57,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/invalidFileTypeError.ts#L6) +[src/libraries/errors/invalidFileTypeError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/invalidFileTypeError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects invalid file type errors and sends those errors to the superc #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md index f84c5a1aa1..60142b6717 100644 --- a/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md +++ b/talawa-api-docs/classes/libraries_errors_notFoundError.NotFoundError.md @@ -57,7 +57,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/notFoundError.ts#L6) +[src/libraries/errors/notFoundError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/notFoundError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects Not Found errors and sends those errors to the superclass App #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md index 3acb3f84e6..a725183591 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthenticatedError.UnauthenticatedError.md @@ -57,7 +57,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/unauthenticatedError.ts#L6) +[src/libraries/errors/unauthenticatedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/unauthenticatedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthenticated errors and sends those errors to the supercla #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md index 8e70c1cd59..8a8f2a88dd 100644 --- a/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md +++ b/talawa-api-docs/classes/libraries_errors_unauthorizedError.UnauthorizedError.md @@ -57,7 +57,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/unauthorizedError.ts#L6) +[src/libraries/errors/unauthorizedError.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/unauthorizedError.ts#L6) ## Properties @@ -71,7 +71,7 @@ This class detects unauthorized errors and sends those errors to the superclass #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md index c3422a75f0..d93a2195d8 100644 --- a/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md +++ b/talawa-api-docs/classes/libraries_errors_validationError.ValidationError.md @@ -55,7 +55,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/validationError.ts#L7) +[src/libraries/errors/validationError.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/validationError.ts#L7) ## Properties @@ -69,7 +69,7 @@ This class detects validation errors and sends those errors to the superclass Ap #### Defined in -[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L11) +[src/libraries/errors/applicationError.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L11) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L12) +[src/libraries/errors/applicationError.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L12) ___ diff --git a/talawa-api-docs/enums/constants.TransactionLogTypes.md b/talawa-api-docs/enums/constants.TransactionLogTypes.md index f1cc329a57..f8c7f2a6bb 100644 --- a/talawa-api-docs/enums/constants.TransactionLogTypes.md +++ b/talawa-api-docs/enums/constants.TransactionLogTypes.md @@ -20,7 +20,7 @@ #### Defined in -[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L528) +[src/constants.ts:528](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L528) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L530) +[src/constants.ts:530](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L530) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L529) +[src/constants.ts:529](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L529) diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md index 16c7e8b730..a494e51f6f 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableDocument.md @@ -263,7 +263,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L33) +[src/libraries/dbLogger.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/dbLogger.ts#L33) ___ diff --git a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md index 3b629c8e74..6987f2378f 100644 --- a/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md +++ b/talawa-api-docs/interfaces/libraries_dbLogger.InterfaceLoggableQuery.md @@ -184,7 +184,7 @@ ___ #### Defined in -[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L37) +[src/libraries/dbLogger.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/dbLogger.ts#L37) ___ diff --git a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md index 15d15ea585..a407270fd2 100644 --- a/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md +++ b/talawa-api-docs/interfaces/libraries_errors_applicationError.InterfaceError.md @@ -21,7 +21,7 @@ #### Defined in -[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L3) +[src/libraries/errors/applicationError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L3) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L2) +[src/libraries/errors/applicationError.ts:2](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L2) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L5) +[src/libraries/errors/applicationError.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L5) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/errors/applicationError.ts#L4) +[src/libraries/errors/applicationError.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/errors/applicationError.ts#L4) diff --git a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md index fcea1e52e1..34a4ad3321 100644 --- a/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md +++ b/talawa-api-docs/interfaces/middleware_isAuth.InterfaceAuthData.md @@ -20,7 +20,7 @@ #### Defined in -[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L9) +[src/middleware/isAuth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/middleware/isAuth.ts#L9) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L8) +[src/middleware/isAuth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/middleware/isAuth.ts#L8) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L10) +[src/middleware/isAuth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/middleware/isAuth.ts#L10) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index 48d7f3a7e4..88a20a1137 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L13) +[src/models/ActionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L13) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L16) +[src/models/ActionItem.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L16) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L14) +[src/models/ActionItem.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L14) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L15) +[src/models/ActionItem.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L15) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L19) +[src/models/ActionItem.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L19) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L21) +[src/models/ActionItem.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L21) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L25) +[src/models/ActionItem.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L25) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L24) +[src/models/ActionItem.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L24) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L20) +[src/models/ActionItem.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L20) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L23) +[src/models/ActionItem.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L23) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L22) +[src/models/ActionItem.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L22) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L18) +[src/models/ActionItem.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L18) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L17) +[src/models/ActionItem.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L17) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L26) +[src/models/ActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L26) diff --git a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md index 2c88c5d830..03a4d7e9a6 100644 --- a/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md +++ b/talawa-api-docs/interfaces/models_ActionItemCategory.InterfaceActionItemCategory.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for ActionItem #### Defined in -[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L11) +[src/models/ActionItemCategory.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L11) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L16) +[src/models/ActionItemCategory.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L16) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L15) +[src/models/ActionItemCategory.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L15) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L14) +[src/models/ActionItemCategory.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L12) +[src/models/ActionItemCategory.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L13) +[src/models/ActionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L13) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L17) +[src/models/ActionItemCategory.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L17) diff --git a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md index bc3b12b860..92b00c50ca 100644 --- a/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md +++ b/talawa-api-docs/interfaces/models_Advertisement.InterfaceAdvertisement.md @@ -29,7 +29,7 @@ This is an interface that represents a database(MongoDB) document for Advertisem #### Defined in -[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L8) +[src/models/Advertisement.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L16) +[src/models/Advertisement.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L16) ___ @@ -49,7 +49,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L11) +[src/models/Advertisement.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L11) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L15) +[src/models/Advertisement.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L15) ___ @@ -69,7 +69,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L12) +[src/models/Advertisement.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L12) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L10) +[src/models/Advertisement.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L10) ___ @@ -89,7 +89,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L9) +[src/models/Advertisement.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L9) ___ @@ -99,7 +99,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L14) +[src/models/Advertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L14) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L13) +[src/models/Advertisement.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L13) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L17) +[src/models/Advertisement.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L17) diff --git a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md index 2baeebb321..ec446c8e8d 100644 --- a/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md +++ b/talawa-api-docs/interfaces/models_CheckIn.InterfaceCheckIn.md @@ -25,7 +25,7 @@ #### Defined in -[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L13) +[src/models/CheckIn.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L13) ___ @@ -35,7 +35,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L16) +[src/models/CheckIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L16) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L17) +[src/models/CheckIn.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L17) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L19) +[src/models/CheckIn.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L19) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L14) +[src/models/CheckIn.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L14) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L18) +[src/models/CheckIn.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L18) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L15) +[src/models/CheckIn.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L15) ___ @@ -95,4 +95,4 @@ ___ #### Defined in -[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L20) +[src/models/CheckIn.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L20) diff --git a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md index d43ab2b9c3..3df8469907 100644 --- a/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md +++ b/talawa-api-docs/interfaces/models_Comment.InterfaceComment.md @@ -28,7 +28,7 @@ This is an interface representing a document for a comment in the database(Mongo #### Defined in -[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L9) +[src/models/Comment.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L11) +[src/models/Comment.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L11) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L12) +[src/models/Comment.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L12) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L16) +[src/models/Comment.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L15) +[src/models/Comment.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L15) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L14) +[src/models/Comment.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L14) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L17) +[src/models/Comment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L17) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L10) +[src/models/Comment.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L10) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L13) +[src/models/Comment.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L13) diff --git a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md index 48a813aa13..b7c17ef884 100644 --- a/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md +++ b/talawa-api-docs/interfaces/models_DirectChat.InterfaceDirectChat.md @@ -27,7 +27,7 @@ This is an interface representing a document for direct chat in the database(Mon #### Defined in -[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L10) +[src/models/DirectChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L10) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L16) +[src/models/DirectChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L16) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L13) +[src/models/DirectChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L13) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L12) +[src/models/DirectChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L12) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L14) +[src/models/DirectChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L14) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L15) +[src/models/DirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L15) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L17) +[src/models/DirectChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L17) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L11) +[src/models/DirectChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L11) diff --git a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md index 580336ee64..568a2e906b 100644 --- a/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md +++ b/talawa-api-docs/interfaces/models_DirectChatMessage.InterfaceDirectChatMessage.md @@ -27,7 +27,7 @@ This is an interface representing a document for a direct chat message in the da #### Defined in -[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L9) +[src/models/DirectChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L15) +[src/models/DirectChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L15) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L10) +[src/models/DirectChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L10) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L13) +[src/models/DirectChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L13) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L12) +[src/models/DirectChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L11) +[src/models/DirectChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L11) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L14) +[src/models/DirectChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L16) +[src/models/DirectChatMessage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L16) diff --git a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md index 2ed2593c09..9514720253 100644 --- a/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md +++ b/talawa-api-docs/interfaces/models_Donation.InterfaceDonation.md @@ -27,7 +27,7 @@ This is an interface representing a document for a donation in the database(Mong #### Defined in -[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L12) +[src/models/Donation.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L12) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L13) +[src/models/Donation.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L13) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L9) +[src/models/Donation.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L9) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L11) +[src/models/Donation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L8) +[src/models/Donation.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L10) +[src/models/Donation.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L10) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L14) +[src/models/Donation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L14) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L7) +[src/models/Donation.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L7) diff --git a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md index 675721cf71..04add60178 100644 --- a/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md +++ b/talawa-api-docs/interfaces/models_EncodedImage.InterfaceEncodedImage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Im #### Defined in -[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L7) +[src/models/EncodedImage.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedImage.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L9) +[src/models/EncodedImage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedImage.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L8) +[src/models/EncodedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedImage.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L10) +[src/models/EncodedImage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedImage.ts#L10) diff --git a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md index d93bafffb8..dcb40bfa72 100644 --- a/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md +++ b/talawa-api-docs/interfaces/models_EncodedVideo.InterfaceEncodedVideo.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Encoded Vi #### Defined in -[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L7) +[src/models/EncodedVideo.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedVideo.ts#L7) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L9) +[src/models/EncodedVideo.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedVideo.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L8) +[src/models/EncodedVideo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedVideo.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L10) +[src/models/EncodedVideo.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedVideo.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md index 207cac12f4..40a0610007 100644 --- a/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md +++ b/talawa-api-docs/interfaces/models_Event.InterfaceEvent.md @@ -41,7 +41,7 @@ This is an interface representing a document for an event in the database(MongoD #### Defined in -[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L10) +[src/models/Event.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L10) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L27) +[src/models/Event.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L27) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L18) +[src/models/Event.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L18) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L13) +[src/models/Event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L13) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L30) +[src/models/Event.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L30) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L26) +[src/models/Event.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L26) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L12) +[src/models/Event.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L12) ___ @@ -111,7 +111,7 @@ ___ #### Defined in -[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L20) +[src/models/Event.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L20) ___ @@ -121,7 +121,7 @@ ___ #### Defined in -[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L22) +[src/models/Event.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L22) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L24) +[src/models/Event.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L24) ___ @@ -141,7 +141,7 @@ ___ #### Defined in -[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L25) +[src/models/Event.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L25) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L15) +[src/models/Event.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L15) ___ @@ -161,7 +161,7 @@ ___ #### Defined in -[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L14) +[src/models/Event.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L14) ___ @@ -171,7 +171,7 @@ ___ #### Defined in -[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L16) +[src/models/Event.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L16) ___ @@ -181,7 +181,7 @@ ___ #### Defined in -[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L28) +[src/models/Event.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L28) ___ @@ -191,7 +191,7 @@ ___ #### Defined in -[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L23) +[src/models/Event.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L23) ___ @@ -201,7 +201,7 @@ ___ #### Defined in -[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L17) +[src/models/Event.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L17) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L19) +[src/models/Event.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L19) ___ @@ -221,7 +221,7 @@ ___ #### Defined in -[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L21) +[src/models/Event.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L21) ___ @@ -231,7 +231,7 @@ ___ #### Defined in -[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L29) +[src/models/Event.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L29) ___ @@ -241,7 +241,7 @@ ___ #### Defined in -[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L11) +[src/models/Event.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L11) ___ @@ -251,4 +251,4 @@ ___ #### Defined in -[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L31) +[src/models/Event.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L31) diff --git a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md index 3a30f8edd2..e47862c134 100644 --- a/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md +++ b/talawa-api-docs/interfaces/models_EventAttendee.InterfaceEventAttendee.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L8) +[src/models/EventAttendee.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EventAttendee.ts#L8) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L11) +[src/models/EventAttendee.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EventAttendee.ts#L11) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L10) +[src/models/EventAttendee.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EventAttendee.ts#L10) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L9) +[src/models/EventAttendee.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EventAttendee.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md index a4b3a6ae63..1490e2d603 100644 --- a/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md +++ b/talawa-api-docs/interfaces/models_Feedback.InterfaceFeedback.md @@ -23,7 +23,7 @@ #### Defined in -[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L6) +[src/models/Feedback.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Feedback.ts#L6) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L10) +[src/models/Feedback.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Feedback.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L7) +[src/models/Feedback.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Feedback.ts#L7) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L8) +[src/models/Feedback.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Feedback.ts#L8) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L9) +[src/models/Feedback.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Feedback.ts#L9) ___ @@ -73,4 +73,4 @@ ___ #### Defined in -[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L11) +[src/models/Feedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Feedback.ts#L11) diff --git a/talawa-api-docs/interfaces/models_File.InterfaceFile.md b/talawa-api-docs/interfaces/models_File.InterfaceFile.md index f7c2e2628a..b09c17f415 100644 --- a/talawa-api-docs/interfaces/models_File.InterfaceFile.md +++ b/talawa-api-docs/interfaces/models_File.InterfaceFile.md @@ -28,7 +28,7 @@ This is an interface representing a document for a file in the database(MongoDB) #### Defined in -[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L8) +[src/models/File.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L13) +[src/models/File.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L15) +[src/models/File.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L9) +[src/models/File.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L9) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L12) +[src/models/File.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L11) +[src/models/File.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L11) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L14) +[src/models/File.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L14) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L16) +[src/models/File.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L10) +[src/models/File.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L10) diff --git a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md index 87bac6e309..70837e08d2 100644 --- a/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md +++ b/talawa-api-docs/interfaces/models_Group.InterfaceGroup.md @@ -27,7 +27,7 @@ This is an interface representing a document for a group in the database(MongoDB #### Defined in -[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L9) +[src/models/Group.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L9) ___ @@ -37,7 +37,7 @@ ___ #### Defined in -[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L14) +[src/models/Group.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L14) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L15) +[src/models/Group.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L15) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L11) +[src/models/Group.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L11) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L12) +[src/models/Group.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L12) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L13) +[src/models/Group.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L13) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L10) +[src/models/Group.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L10) ___ @@ -97,4 +97,4 @@ ___ #### Defined in -[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L16) +[src/models/Group.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L16) diff --git a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md index 43c9918a99..50e6f2bdb7 100644 --- a/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md +++ b/talawa-api-docs/interfaces/models_GroupChat.InterfaceGroupChat.md @@ -28,7 +28,7 @@ This is an interface representing a document for a group chat in the database(Mo #### Defined in -[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L10) +[src/models/GroupChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L10) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L15) +[src/models/GroupChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L15) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L14) +[src/models/GroupChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L14) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L13) +[src/models/GroupChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L13) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L17) +[src/models/GroupChat.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L17) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L18) +[src/models/GroupChat.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L18) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L11) +[src/models/GroupChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L11) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L16) +[src/models/GroupChat.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L16) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L12) +[src/models/GroupChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L12) diff --git a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md index 8372b7c8b6..794c39a6d1 100644 --- a/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md +++ b/talawa-api-docs/interfaces/models_GroupChatMessage.InterfaceGroupChatMessage.md @@ -26,7 +26,7 @@ This is an interface that represents a database(MongoDB) document for Group Chat #### Defined in -[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L9) +[src/models/GroupChatMessage.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L9) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L12) +[src/models/GroupChatMessage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L12) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L10) +[src/models/GroupChatMessage.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L14) +[src/models/GroupChatMessage.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L14) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L11) +[src/models/GroupChatMessage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L11) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L15) +[src/models/GroupChatMessage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L15) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L13) +[src/models/GroupChatMessage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L13) diff --git a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md index 1c3da024aa..c3f875bf30 100644 --- a/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md +++ b/talawa-api-docs/interfaces/models_ImageHash.InterfaceImageHash.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Image Hash #### Defined in -[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L7) +[src/models/ImageHash.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ImageHash.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L9) +[src/models/ImageHash.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ImageHash.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L8) +[src/models/ImageHash.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ImageHash.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L10) +[src/models/ImageHash.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ImageHash.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L11) +[src/models/ImageHash.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ImageHash.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md index 477548df57..4918830262 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguage.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Language. #### Defined in -[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L47) +[src/models/Language.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L47) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L50) +[src/models/Language.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L50) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L48) +[src/models/Language.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L48) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L49) +[src/models/Language.ts:49](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L49) diff --git a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md index ccaf1e979b..5da5a4f558 100644 --- a/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md +++ b/talawa-api-docs/interfaces/models_Language.InterfaceLanguageModel.md @@ -23,7 +23,7 @@ This is an interface that represents a database document. #### Defined in -[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L10) +[src/models/Language.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L10) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L7) +[src/models/Language.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L7) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L8) +[src/models/Language.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L8) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L9) +[src/models/Language.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L9) diff --git a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md index b55c6fa943..1fb50ff134 100644 --- a/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md +++ b/talawa-api-docs/interfaces/models_MembershipRequest.InterfaceMembershipRequest.md @@ -23,7 +23,7 @@ This is an interface that represents a database(MongoDB) document for Membership #### Defined in -[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L9) +[src/models/MembershipRequest.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MembershipRequest.ts#L9) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L10) +[src/models/MembershipRequest.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MembershipRequest.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L12) +[src/models/MembershipRequest.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MembershipRequest.ts#L12) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L11) +[src/models/MembershipRequest.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MembershipRequest.ts#L11) diff --git a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md index bb96d7cf61..f713245d74 100644 --- a/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md +++ b/talawa-api-docs/interfaces/models_Message.InterfaceMessage.md @@ -28,7 +28,7 @@ This is an interface that represents a database(MongoDB) document for Message. #### Defined in -[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L9) +[src/models/Message.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L9) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L13) +[src/models/Message.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L13) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L15) +[src/models/Message.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L15) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L16) +[src/models/Message.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L16) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L11) +[src/models/Message.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L11) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L17) +[src/models/Message.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L17) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L10) +[src/models/Message.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L10) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L14) +[src/models/Message.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L14) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L12) +[src/models/Message.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L12) diff --git a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md index e9578e2b77..b906b3d3d0 100644 --- a/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md +++ b/talawa-api-docs/interfaces/models_MessageChat.InterfaceMessageChat.md @@ -26,7 +26,7 @@ This is an interface representing a document for a chat in the database(MongoDB) #### Defined in -[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L8) +[src/models/MessageChat.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L8) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L13) +[src/models/MessageChat.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L13) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L10) +[src/models/MessageChat.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L10) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L9) +[src/models/MessageChat.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L9) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L12) +[src/models/MessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L12) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L11) +[src/models/MessageChat.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L11) ___ @@ -86,4 +86,4 @@ ___ #### Defined in -[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L14) +[src/models/MessageChat.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L14) diff --git a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md index 55331a9507..b6b1cb6bbb 100644 --- a/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md +++ b/talawa-api-docs/interfaces/models_Organization.InterfaceOrganization.md @@ -39,7 +39,7 @@ This is an interface that represents a database(MongoDB) document for Organizati #### Defined in -[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L12) +[src/models/Organization.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L12) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L17) +[src/models/Organization.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L17) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L30) +[src/models/Organization.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L30) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L13) +[src/models/Organization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L13) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L35) +[src/models/Organization.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L35) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L37) +[src/models/Organization.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L37) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L27) +[src/models/Organization.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L27) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L36) +[src/models/Organization.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L36) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L16) +[src/models/Organization.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L16) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L31) +[src/models/Organization.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L31) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L14) +[src/models/Organization.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L14) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L29) +[src/models/Organization.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L29) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L34) +[src/models/Organization.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L34) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L15) +[src/models/Organization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L15) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L33) +[src/models/Organization.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L33) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L32) +[src/models/Organization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L32) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L28) +[src/models/Organization.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L28) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L38) +[src/models/Organization.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L38) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L39) +[src/models/Organization.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L39) ___ @@ -242,4 +242,4 @@ ___ #### Defined in -[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L40) +[src/models/Organization.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L40) diff --git a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md index 99a1d245dd..6a20d521a0 100644 --- a/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md +++ b/talawa-api-docs/interfaces/models_OrganizationCustomField.InterfaceOrganizationCustomField.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L5) +[src/models/OrganizationCustomField.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationCustomField.ts#L5) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L8) +[src/models/OrganizationCustomField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationCustomField.ts#L8) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L6) +[src/models/OrganizationCustomField.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationCustomField.ts#L6) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L7) +[src/models/OrganizationCustomField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationCustomField.ts#L7) diff --git a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md index c5ee469dbf..2e84bbb11a 100644 --- a/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md +++ b/talawa-api-docs/interfaces/models_OrganizationTagUser.InterfaceOrganizationTagUser.md @@ -21,7 +21,7 @@ #### Defined in -[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L6) +[src/models/OrganizationTagUser.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationTagUser.ts#L6) ___ @@ -31,7 +31,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L9) +[src/models/OrganizationTagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationTagUser.ts#L9) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L7) +[src/models/OrganizationTagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationTagUser.ts#L7) ___ @@ -51,4 +51,4 @@ ___ #### Defined in -[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L8) +[src/models/OrganizationTagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationTagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md index 0caff171a7..f41d167809 100644 --- a/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md +++ b/talawa-api-docs/interfaces/models_Plugin.InterfacePlugin.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin. #### Defined in -[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L7) +[src/models/Plugin.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Plugin.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L9) +[src/models/Plugin.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Plugin.ts#L9) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L10) +[src/models/Plugin.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Plugin.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L8) +[src/models/Plugin.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Plugin.ts#L8) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L11) +[src/models/Plugin.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Plugin.ts#L11) diff --git a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md index dc6910ad45..8de68ac43f 100644 --- a/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md +++ b/talawa-api-docs/interfaces/models_PluginField.InterfacePluginField.md @@ -24,7 +24,7 @@ This is an interface that represents a database(MongoDB) document for Plugin Fie #### Defined in -[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L7) +[src/models/PluginField.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/PluginField.ts#L7) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L11) +[src/models/PluginField.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/PluginField.ts#L11) ___ @@ -44,7 +44,7 @@ ___ #### Defined in -[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L8) +[src/models/PluginField.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/PluginField.ts#L8) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L10) +[src/models/PluginField.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/PluginField.ts#L10) ___ @@ -64,4 +64,4 @@ ___ #### Defined in -[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L9) +[src/models/PluginField.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/PluginField.ts#L9) diff --git a/talawa-api-docs/interfaces/models_Post.InterfacePost.md b/talawa-api-docs/interfaces/models_Post.InterfacePost.md index e765819394..0a9c4e3480 100644 --- a/talawa-api-docs/interfaces/models_Post.InterfacePost.md +++ b/talawa-api-docs/interfaces/models_Post.InterfacePost.md @@ -33,7 +33,7 @@ This is an interface that represents a database(MongoDB) document for Post. #### Defined in -[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L10) +[src/models/Post.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L11) +[src/models/Post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L11) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L12) +[src/models/Post.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L12) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L13) +[src/models/Post.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L13) ___ @@ -73,7 +73,7 @@ ___ #### Defined in -[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L14) +[src/models/Post.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L14) ___ @@ -83,7 +83,7 @@ ___ #### Defined in -[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L15) +[src/models/Post.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L15) ___ @@ -93,7 +93,7 @@ ___ #### Defined in -[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L16) +[src/models/Post.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L16) ___ @@ -103,7 +103,7 @@ ___ #### Defined in -[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L17) +[src/models/Post.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L17) ___ @@ -113,7 +113,7 @@ ___ #### Defined in -[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L18) +[src/models/Post.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L18) ___ @@ -123,7 +123,7 @@ ___ #### Defined in -[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L19) +[src/models/Post.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L19) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L20) +[src/models/Post.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L20) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L21) +[src/models/Post.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L21) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L22) +[src/models/Post.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L22) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L23) +[src/models/Post.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L23) diff --git a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md index c760c758fa..c916e3d6dc 100644 --- a/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md +++ b/talawa-api-docs/interfaces/models_SampleData.InterfaceSampleData.md @@ -19,7 +19,7 @@ #### Defined in -[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/SampleData.ts#L6) +[src/models/SampleData.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/SampleData.ts#L6) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/SampleData.ts#L5) +[src/models/SampleData.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/SampleData.ts#L5) diff --git a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md index 1e44464b61..36c8db370a 100644 --- a/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md +++ b/talawa-api-docs/interfaces/models_TagUser.InterfaceTagUser.md @@ -20,7 +20,7 @@ #### Defined in -[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L7) +[src/models/TagUser.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/TagUser.ts#L7) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L9) +[src/models/TagUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/TagUser.ts#L9) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L8) +[src/models/TagUser.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/TagUser.ts#L8) diff --git a/talawa-api-docs/interfaces/models_User.InterfaceUser.md b/talawa-api-docs/interfaces/models_User.InterfaceUser.md index cc7afdbff1..8cf612f42a 100644 --- a/talawa-api-docs/interfaces/models_User.InterfaceUser.md +++ b/talawa-api-docs/interfaces/models_User.InterfaceUser.md @@ -49,7 +49,7 @@ This is an interface that represents a database(MongoDB) document for User. #### Defined in -[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L15) +[src/models/User.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L15) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L16) +[src/models/User.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L16) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L26) +[src/models/User.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L26) ___ @@ -92,7 +92,7 @@ ___ #### Defined in -[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L27) +[src/models/User.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L27) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L28) +[src/models/User.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L28) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L29) +[src/models/User.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L29) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L30) +[src/models/User.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L30) ___ @@ -132,7 +132,7 @@ ___ #### Defined in -[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L31) +[src/models/User.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L31) ___ @@ -142,7 +142,7 @@ ___ #### Defined in -[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L32) +[src/models/User.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L32) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L33) +[src/models/User.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L33) ___ @@ -162,7 +162,7 @@ ___ #### Defined in -[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L34) +[src/models/User.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L34) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L35) +[src/models/User.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L35) ___ @@ -182,7 +182,7 @@ ___ #### Defined in -[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L36) +[src/models/User.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L36) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L37) +[src/models/User.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L37) ___ @@ -202,7 +202,7 @@ ___ #### Defined in -[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L38) +[src/models/User.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L38) ___ @@ -212,7 +212,7 @@ ___ #### Defined in -[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L39) +[src/models/User.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L39) ___ @@ -222,7 +222,7 @@ ___ #### Defined in -[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L40) +[src/models/User.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L40) ___ @@ -232,7 +232,7 @@ ___ #### Defined in -[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L41) +[src/models/User.ts:41](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L41) ___ @@ -242,7 +242,7 @@ ___ #### Defined in -[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L42) +[src/models/User.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L42) ___ @@ -252,7 +252,7 @@ ___ #### Defined in -[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L43) +[src/models/User.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L43) ___ @@ -262,7 +262,7 @@ ___ #### Defined in -[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L44) +[src/models/User.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L44) ___ @@ -272,7 +272,7 @@ ___ #### Defined in -[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L45) +[src/models/User.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L45) ___ @@ -290,7 +290,7 @@ ___ #### Defined in -[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L46) +[src/models/User.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L46) ___ @@ -300,7 +300,7 @@ ___ #### Defined in -[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L51) +[src/models/User.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L51) ___ @@ -310,7 +310,7 @@ ___ #### Defined in -[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L52) +[src/models/User.ts:52](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L52) ___ @@ -320,7 +320,7 @@ ___ #### Defined in -[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L53) +[src/models/User.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L53) ___ @@ -330,7 +330,7 @@ ___ #### Defined in -[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L54) +[src/models/User.ts:54](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L54) ___ @@ -340,7 +340,7 @@ ___ #### Defined in -[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L55) +[src/models/User.ts:55](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L55) ___ @@ -350,7 +350,7 @@ ___ #### Defined in -[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L56) +[src/models/User.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L56) ___ @@ -360,4 +360,4 @@ ___ #### Defined in -[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L57) +[src/models/User.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L57) diff --git a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md index 9ebfa146a2..242e4f7ab1 100644 --- a/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md +++ b/talawa-api-docs/interfaces/models_UserCustomData.InterfaceUserCustomData.md @@ -23,7 +23,7 @@ This is an interface representing a document for custom field in the database(Mo #### Defined in -[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L8) +[src/models/UserCustomData.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/UserCustomData.ts#L8) ___ @@ -33,7 +33,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L9) +[src/models/UserCustomData.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/UserCustomData.ts#L9) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L11) +[src/models/UserCustomData.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/UserCustomData.ts#L11) ___ @@ -53,4 +53,4 @@ ___ #### Defined in -[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L10) +[src/models/UserCustomData.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/UserCustomData.ts#L10) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md index 02e0170949..463a3285cf 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.AnyScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2394) +[src/types/generatedGraphQLTypes.ts:2394](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2394) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md index a001961f15..4d42c90fa4 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.CountryCodeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2449) +[src/types/generatedGraphQLTypes.ts:2449](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2449) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md index 6dd38a9e55..5a09504e7e 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2453) +[src/types/generatedGraphQLTypes.ts:2453](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2453) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md index 70de0a5741..6a1fdaeadb 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.DateTimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2457) +[src/types/generatedGraphQLTypes.ts:2457](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2457) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md index 1349aaac15..b23d9cf5bd 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.EmailAddressScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2501) +[src/types/generatedGraphQLTypes.ts:2501](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2501) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md index f9c39871a4..e11635de8f 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.JsonScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2600) +[src/types/generatedGraphQLTypes.ts:2600](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2600) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md index 3a941441c8..27c96c82c4 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LatitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2621) +[src/types/generatedGraphQLTypes.ts:2621](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2621) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md index 3b0f2646ae..eeb43410fa 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.LongitudeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2625) +[src/types/generatedGraphQLTypes.ts:2625](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2625) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md index 4713c3f9ce..cb53d76b6a 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PhoneNumberScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2836) +[src/types/generatedGraphQLTypes.ts:2836](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2836) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md index be8ffecc9d..54d5219b0d 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.PositiveIntScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2857) +[src/types/generatedGraphQLTypes.ts:2857](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2857) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md index afddfb4677..47fd8f1be4 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionResolverObject.md @@ -28,7 +28,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2014) +[src/types/generatedGraphQLTypes.ts:2014](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2014) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2013) +[src/types/generatedGraphQLTypes.ts:2013](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2013) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md index 7e963dce37..fc29611064 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.SubscriptionSubscriberObject.md @@ -29,7 +29,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2009) +[src/types/generatedGraphQLTypes.ts:2009](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2009) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2008) +[src/types/generatedGraphQLTypes.ts:2008](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2008) diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md index 9619ec42bb..c51b8b7a40 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.TimeScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2934) +[src/types/generatedGraphQLTypes.ts:2934](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2934) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md index c971c48710..a958128b8f 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UploadScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2965) +[src/types/generatedGraphQLTypes.ts:2965](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2965) ___ diff --git a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md index 0cf20eada0..6580b62896 100644 --- a/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md +++ b/talawa-api-docs/interfaces/types_generatedGraphQLTypes.UrlScalarConfig.md @@ -92,7 +92,7 @@ GraphQLScalarTypeConfig.name #### Defined in -[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2946) +[src/types/generatedGraphQLTypes.ts:2946](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2946) ___ diff --git a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md index 78ec655408..3fd2b05606 100644 --- a/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md +++ b/talawa-api-docs/interfaces/utilities_auth.InterfaceJwtTokenPayload.md @@ -22,7 +22,7 @@ #### Defined in -[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L11) +[src/utilities/auth.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L11) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L9) +[src/utilities/auth.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L9) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L10) +[src/utilities/auth.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L7) +[src/utilities/auth.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L7) ___ @@ -62,4 +62,4 @@ ___ #### Defined in -[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L8) +[src/utilities/auth.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L8) diff --git a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md index 6d87593a22..f5f4c9973f 100644 --- a/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md +++ b/talawa-api-docs/interfaces/utilities_mailer.InterfaceMailFields.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L14) +[src/utilities/mailer.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/mailer.ts#L14) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L12) +[src/utilities/mailer.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/mailer.ts#L12) ___ @@ -40,4 +40,4 @@ ___ #### Defined in -[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L13) +[src/utilities/mailer.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/mailer.ts#L13) diff --git a/talawa-api-docs/modules/app.md b/talawa-api-docs/modules/app.md index a4c5b504bf..10040668b7 100644 --- a/talawa-api-docs/modules/app.md +++ b/talawa-api-docs/modules/app.md @@ -30,7 +30,7 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/app.ts#L15) ▸ **default**(`req`, `res`, `next`): `void` @@ -48,4 +48,4 @@ third argument. #### Defined in -[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/app.ts#L15) +[src/app.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/app.ts#L15) diff --git a/talawa-api-docs/modules/checks.md b/talawa-api-docs/modules/checks.md index 42d777a234..84e11cdb9c 100644 --- a/talawa-api-docs/modules/checks.md +++ b/talawa-api-docs/modules/checks.md @@ -20,4 +20,4 @@ #### Defined in -[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/checks.ts#L27) +[src/checks.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/checks.ts#L27) diff --git a/talawa-api-docs/modules/config_appConfig.md b/talawa-api-docs/modules/config_appConfig.md index f9b62e2291..b2bfab86cf 100644 --- a/talawa-api-docs/modules/config_appConfig.md +++ b/talawa-api-docs/modules/config_appConfig.md @@ -26,4 +26,4 @@ #### Defined in -[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/config/appConfig.ts#L1) +[src/config/appConfig.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/config/appConfig.ts#L1) diff --git a/talawa-api-docs/modules/config_plugins_loadPlugins.md b/talawa-api-docs/modules/config_plugins_loadPlugins.md index 514a2e7927..7045b83189 100644 --- a/talawa-api-docs/modules/config_plugins_loadPlugins.md +++ b/talawa-api-docs/modules/config_plugins_loadPlugins.md @@ -20,4 +20,4 @@ #### Defined in -[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/config/plugins/loadPlugins.ts#L7) +[src/config/plugins/loadPlugins.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/config/plugins/loadPlugins.ts#L7) diff --git a/talawa-api-docs/modules/constants.md b/talawa-api-docs/modules/constants.md index 6b9a8c98ec..ca77106004 100644 --- a/talawa-api-docs/modules/constants.md +++ b/talawa-api-docs/modules/constants.md @@ -117,7 +117,7 @@ #### Defined in -[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L490) +[src/constants.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L490) ___ @@ -136,7 +136,7 @@ ___ #### Defined in -[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L24) +[src/constants.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L24) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L17) +[src/constants.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L17) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L10) +[src/constants.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L10) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L254) +[src/constants.ts:254](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L254) ___ @@ -210,7 +210,7 @@ ___ #### Defined in -[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L247) +[src/constants.ts:247](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L247) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L235) +[src/constants.ts:235](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L235) ___ @@ -246,7 +246,7 @@ ___ #### Defined in -[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L241) +[src/constants.ts:241](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L241) ___ @@ -265,7 +265,7 @@ ___ #### Defined in -[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L340) +[src/constants.ts:340](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L340) ___ @@ -275,7 +275,7 @@ ___ #### Defined in -[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L488) +[src/constants.ts:488](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L488) ___ @@ -294,7 +294,7 @@ ___ #### Defined in -[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L31) +[src/constants.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L31) ___ @@ -313,7 +313,7 @@ ___ #### Defined in -[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L37) +[src/constants.ts:37](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L37) ___ @@ -331,7 +331,7 @@ ___ #### Defined in -[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L460) +[src/constants.ts:460](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L460) ___ @@ -349,7 +349,7 @@ ___ #### Defined in -[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L472) +[src/constants.ts:472](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L472) ___ @@ -367,7 +367,7 @@ ___ #### Defined in -[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L466) +[src/constants.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L466) ___ @@ -385,7 +385,7 @@ ___ #### Defined in -[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L478) +[src/constants.ts:478](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L478) ___ @@ -404,7 +404,7 @@ ___ #### Defined in -[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L426) +[src/constants.ts:426](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L426) ___ @@ -422,7 +422,7 @@ ___ #### Defined in -[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L155) +[src/constants.ts:155](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L155) ___ @@ -432,7 +432,7 @@ ___ #### Defined in -[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L43) +[src/constants.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L43) ___ @@ -451,7 +451,7 @@ ___ #### Defined in -[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L44) +[src/constants.ts:44](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L44) ___ @@ -469,7 +469,7 @@ ___ #### Defined in -[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L51) +[src/constants.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L51) ___ @@ -487,7 +487,7 @@ ___ #### Defined in -[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L167) +[src/constants.ts:167](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L167) ___ @@ -505,7 +505,7 @@ ___ #### Defined in -[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L124) +[src/constants.ts:124](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L124) ___ @@ -523,7 +523,7 @@ ___ #### Defined in -[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L299) +[src/constants.ts:299](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L299) ___ @@ -541,7 +541,7 @@ ___ #### Defined in -[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L346) +[src/constants.ts:346](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L346) ___ @@ -559,7 +559,7 @@ ___ #### Defined in -[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L143) +[src/constants.ts:143](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L143) ___ @@ -578,7 +578,7 @@ ___ #### Defined in -[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L406) +[src/constants.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L406) ___ @@ -596,7 +596,7 @@ ___ #### Defined in -[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L118) +[src/constants.ts:118](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L118) ___ @@ -606,7 +606,7 @@ ___ #### Defined in -[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L57) +[src/constants.ts:57](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L57) ___ @@ -625,7 +625,7 @@ ___ #### Defined in -[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L412) +[src/constants.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L412) ___ @@ -644,7 +644,7 @@ ___ #### Defined in -[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L130) +[src/constants.ts:130](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L130) ___ @@ -662,7 +662,7 @@ ___ #### Defined in -[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L292) +[src/constants.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L292) ___ @@ -672,7 +672,7 @@ ___ #### Defined in -[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L59) +[src/constants.ts:59](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L59) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L502) +[src/constants.ts:502](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L502) ___ @@ -700,7 +700,7 @@ ___ #### Defined in -[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L174) +[src/constants.ts:174](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L174) ___ @@ -710,7 +710,7 @@ ___ #### Defined in -[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L523) +[src/constants.ts:523](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L523) ___ @@ -720,7 +720,7 @@ ___ #### Defined in -[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L525) +[src/constants.ts:525](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L525) ___ @@ -730,7 +730,7 @@ ___ #### Defined in -[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L500) +[src/constants.ts:500](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L500) ___ @@ -740,7 +740,7 @@ ___ #### Defined in -[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L498) +[src/constants.ts:498](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L498) ___ @@ -750,7 +750,7 @@ ___ #### Defined in -[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L484) +[src/constants.ts:484](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L484) ___ @@ -760,7 +760,7 @@ ___ #### Defined in -[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L486) +[src/constants.ts:486](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L486) ___ @@ -770,7 +770,7 @@ ___ #### Defined in -[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L72) +[src/constants.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L72) ___ @@ -789,7 +789,7 @@ ___ #### Defined in -[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L66) +[src/constants.ts:66](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L66) ___ @@ -808,7 +808,7 @@ ___ #### Defined in -[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L60) +[src/constants.ts:60](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L60) ___ @@ -818,7 +818,7 @@ ___ #### Defined in -[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L518) +[src/constants.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L518) ___ @@ -828,7 +828,7 @@ ___ #### Defined in -[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L494) +[src/constants.ts:494](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L494) ___ @@ -846,7 +846,7 @@ ___ #### Defined in -[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L305) +[src/constants.ts:305](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L305) ___ @@ -865,7 +865,7 @@ ___ #### Defined in -[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L93) +[src/constants.ts:93](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L93) ___ @@ -884,7 +884,7 @@ ___ #### Defined in -[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L75) +[src/constants.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L75) ___ @@ -903,7 +903,7 @@ ___ #### Defined in -[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L81) +[src/constants.ts:81](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L81) ___ @@ -922,7 +922,7 @@ ___ #### Defined in -[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L87) +[src/constants.ts:87](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L87) ___ @@ -940,7 +940,7 @@ ___ #### Defined in -[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L266) +[src/constants.ts:266](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L266) ___ @@ -959,7 +959,7 @@ ___ #### Defined in -[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L99) +[src/constants.ts:99](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L99) ___ @@ -977,7 +977,7 @@ ___ #### Defined in -[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L260) +[src/constants.ts:260](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L260) ___ @@ -996,7 +996,7 @@ ___ #### Defined in -[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L105) +[src/constants.ts:105](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L105) ___ @@ -1006,7 +1006,7 @@ ___ #### Defined in -[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L496) +[src/constants.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L496) ___ @@ -1016,7 +1016,7 @@ ___ #### Defined in -[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L514) +[src/constants.ts:514](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L514) ___ @@ -1026,7 +1026,7 @@ ___ #### Defined in -[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L516) +[src/constants.ts:516](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L516) ___ @@ -1036,7 +1036,7 @@ ___ #### Defined in -[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L515) +[src/constants.ts:515](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L515) ___ @@ -1046,7 +1046,7 @@ ___ #### Defined in -[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L492) +[src/constants.ts:492](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L492) ___ @@ -1064,7 +1064,7 @@ ___ #### Defined in -[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L180) +[src/constants.ts:180](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L180) ___ @@ -1083,7 +1083,7 @@ ___ #### Defined in -[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L111) +[src/constants.ts:111](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L111) ___ @@ -1101,7 +1101,7 @@ ___ #### Defined in -[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L137) +[src/constants.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L137) ___ @@ -1120,7 +1120,7 @@ ___ #### Defined in -[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L453) +[src/constants.ts:453](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L453) ___ @@ -1141,7 +1141,7 @@ ___ #### Defined in -[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L505) +[src/constants.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L505) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L161) +[src/constants.ts:161](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L161) ___ @@ -1169,7 +1169,7 @@ ___ #### Defined in -[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L351) +[src/constants.ts:351](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L351) ___ @@ -1187,7 +1187,7 @@ ___ #### Defined in -[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L394) +[src/constants.ts:394](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L394) ___ @@ -1205,7 +1205,7 @@ ___ #### Defined in -[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L312) +[src/constants.ts:312](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L312) ___ @@ -1223,7 +1223,7 @@ ___ #### Defined in -[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L279) +[src/constants.ts:279](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L279) ___ @@ -1242,7 +1242,7 @@ ___ #### Defined in -[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L400) +[src/constants.ts:400](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L400) ___ @@ -1260,7 +1260,7 @@ ___ #### Defined in -[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L149) +[src/constants.ts:149](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L149) ___ @@ -1270,7 +1270,7 @@ ___ #### Defined in -[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L353) +[src/constants.ts:353](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L353) ___ @@ -1288,7 +1288,7 @@ ___ #### Defined in -[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L447) +[src/constants.ts:447](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L447) ___ @@ -1306,7 +1306,7 @@ ___ #### Defined in -[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L326) +[src/constants.ts:326](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L326) ___ @@ -1325,7 +1325,7 @@ ___ #### Defined in -[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L358) +[src/constants.ts:358](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L358) ___ @@ -1343,7 +1343,7 @@ ___ #### Defined in -[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L198) +[src/constants.ts:198](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L198) ___ @@ -1362,7 +1362,7 @@ ___ #### Defined in -[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L364) +[src/constants.ts:364](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L364) ___ @@ -1380,7 +1380,7 @@ ___ #### Defined in -[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L222) +[src/constants.ts:222](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L222) ___ @@ -1398,7 +1398,7 @@ ___ #### Defined in -[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L285) +[src/constants.ts:285](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L285) ___ @@ -1416,7 +1416,7 @@ ___ #### Defined in -[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L333) +[src/constants.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L333) ___ @@ -1434,7 +1434,7 @@ ___ #### Defined in -[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L192) +[src/constants.ts:192](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L192) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L370) +[src/constants.ts:370](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L370) ___ @@ -1471,7 +1471,7 @@ ___ #### Defined in -[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L186) +[src/constants.ts:186](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L186) ___ @@ -1489,7 +1489,7 @@ ___ #### Defined in -[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L319) +[src/constants.ts:319](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L319) ___ @@ -1507,7 +1507,7 @@ ___ #### Defined in -[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L272) +[src/constants.ts:272](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L272) ___ @@ -1525,7 +1525,7 @@ ___ #### Defined in -[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L210) +[src/constants.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L210) ___ @@ -1544,7 +1544,7 @@ ___ #### Defined in -[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L376) +[src/constants.ts:376](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L376) ___ @@ -1563,7 +1563,7 @@ ___ #### Defined in -[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L382) +[src/constants.ts:382](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L382) ___ @@ -1581,7 +1581,7 @@ ___ #### Defined in -[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L216) +[src/constants.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L216) ___ @@ -1599,7 +1599,7 @@ ___ #### Defined in -[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L204) +[src/constants.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L204) ___ @@ -1618,7 +1618,7 @@ ___ #### Defined in -[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L419) +[src/constants.ts:419](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L419) ___ @@ -1636,7 +1636,7 @@ ___ #### Defined in -[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L228) +[src/constants.ts:228](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L228) ___ @@ -1655,7 +1655,7 @@ ___ #### Defined in -[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L388) +[src/constants.ts:388](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L388) ___ @@ -1674,7 +1674,7 @@ ___ #### Defined in -[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L433) +[src/constants.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L433) ___ @@ -1693,7 +1693,7 @@ ___ #### Defined in -[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L440) +[src/constants.ts:440](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L440) ___ @@ -1703,7 +1703,7 @@ ___ #### Defined in -[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L521) +[src/constants.ts:521](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L521) ___ @@ -1713,4 +1713,4 @@ ___ #### Defined in -[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/constants.ts#L520) +[src/constants.ts:520](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/constants.ts#L520) diff --git a/talawa-api-docs/modules/db.md b/talawa-api-docs/modules/db.md index c2ccd9a573..a501da0016 100644 --- a/talawa-api-docs/modules/db.md +++ b/talawa-api-docs/modules/db.md @@ -21,7 +21,7 @@ #### Defined in -[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/db.ts#L5) +[src/db.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/db.ts#L5) ## Functions @@ -35,7 +35,7 @@ #### Defined in -[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/db.ts#L7) +[src/db.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/db.ts#L7) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/db.ts#L50) +[src/db.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/db.ts#L50) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md index fe1c9c0561..0532b00421 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_authDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) +[src/directives/directiveTransformer/authDirectiveTransformer.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/directives/directiveTransformer/authDirectiveTransformer.ts#L6) diff --git a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md index 4d3c2758e4..393a57fbfd 100644 --- a/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md +++ b/talawa-api-docs/modules/directives_directiveTransformer_roleDirectiveTransformer.md @@ -27,4 +27,4 @@ #### Defined in -[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) +[src/directives/directiveTransformer/roleDirectiveTransformer.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/directives/directiveTransformer/roleDirectiveTransformer.ts#L11) diff --git a/talawa-api-docs/modules/env.md b/talawa-api-docs/modules/env.md index 2624d1dee9..77b22ec410 100644 --- a/talawa-api-docs/modules/env.md +++ b/talawa-api-docs/modules/env.md @@ -20,7 +20,7 @@ #### Defined in -[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/env.ts#L3) +[src/env.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/env.ts#L3) ## Functions @@ -34,4 +34,4 @@ #### Defined in -[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/env.ts#L36) +[src/env.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/env.ts#L36) diff --git a/talawa-api-docs/modules/helpers_eventInstances_once.md b/talawa-api-docs/modules/helpers_eventInstances_once.md index ba6fd7c113..d2606f5827 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_once.md +++ b/talawa-api-docs/modules/helpers_eventInstances_once.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/helpers/eventInstances/once.ts#L10) +[src/helpers/eventInstances/once.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/helpers/eventInstances/once.ts#L10) diff --git a/talawa-api-docs/modules/helpers_eventInstances_weekly.md b/talawa-api-docs/modules/helpers_eventInstances_weekly.md index c365ab306c..0552480367 100644 --- a/talawa-api-docs/modules/helpers_eventInstances_weekly.md +++ b/talawa-api-docs/modules/helpers_eventInstances_weekly.md @@ -29,4 +29,4 @@ #### Defined in -[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/helpers/eventInstances/weekly.ts#L18) +[src/helpers/eventInstances/weekly.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/helpers/eventInstances/weekly.ts#L18) diff --git a/talawa-api-docs/modules/index.md b/talawa-api-docs/modules/index.md index 3339625ff7..00b35f9947 100644 --- a/talawa-api-docs/modules/index.md +++ b/talawa-api-docs/modules/index.md @@ -16,4 +16,4 @@ #### Defined in -[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/index.ts#L25) +[src/index.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/index.ts#L25) diff --git a/talawa-api-docs/modules/libraries_dbLogger.md b/talawa-api-docs/modules/libraries_dbLogger.md index 10db7e1830..6fe9d02355 100644 --- a/talawa-api-docs/modules/libraries_dbLogger.md +++ b/talawa-api-docs/modules/libraries_dbLogger.md @@ -39,7 +39,7 @@ #### Defined in -[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L5) +[src/libraries/dbLogger.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/dbLogger.ts#L5) ## Variables @@ -49,7 +49,7 @@ #### Defined in -[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L13) +[src/libraries/dbLogger.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/dbLogger.ts#L13) ## Functions @@ -76,4 +76,4 @@ #### Defined in -[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/dbLogger.ts#L40) +[src/libraries/dbLogger.ts:40](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/dbLogger.ts#L40) diff --git a/talawa-api-docs/modules/libraries_logger.md b/talawa-api-docs/modules/libraries_logger.md index d5a892dc28..87d1d2bb60 100644 --- a/talawa-api-docs/modules/libraries_logger.md +++ b/talawa-api-docs/modules/libraries_logger.md @@ -17,7 +17,7 @@ #### Defined in -[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/logger.ts#L48) +[src/libraries/logger.ts:48](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/logger.ts#L48) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/logger.ts#L61) +[src/libraries/logger.ts:61](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/logger.ts#L61) diff --git a/talawa-api-docs/modules/libraries_requestContext.md b/talawa-api-docs/modules/libraries_requestContext.md index 6b8d8f754d..6bbbdb2e9f 100644 --- a/talawa-api-docs/modules/libraries_requestContext.md +++ b/talawa-api-docs/modules/libraries_requestContext.md @@ -26,7 +26,7 @@ #### Defined in -[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L8) +[src/libraries/requestContext.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L8) ## Functions @@ -52,7 +52,7 @@ #### Defined in -[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L19) +[src/libraries/requestContext.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L19) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L45) +[src/libraries/requestContext.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L45) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L28) +[src/libraries/requestContext.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L28) ___ @@ -126,7 +126,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L23) +[src/libraries/requestContext.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L23) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L14) +[src/libraries/requestContext.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L14) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L62) +[src/libraries/requestContext.ts:62](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L62) ___ @@ -193,4 +193,4 @@ ___ #### Defined in -[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestContext.ts#L71) +[src/libraries/requestContext.ts:71](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestContext.ts#L71) diff --git a/talawa-api-docs/modules/libraries_requestTracing.md b/talawa-api-docs/modules/libraries_requestTracing.md index 409ad03134..facc5f1c2f 100644 --- a/talawa-api-docs/modules/libraries_requestTracing.md +++ b/talawa-api-docs/modules/libraries_requestTracing.md @@ -24,7 +24,7 @@ #### Defined in -[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L17) +[src/libraries/requestTracing.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestTracing.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L21) +[src/libraries/requestTracing.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestTracing.ts#L21) ## Functions @@ -48,7 +48,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L29) +[src/libraries/requestTracing.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestTracing.ts#L29) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L33) +[src/libraries/requestTracing.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestTracing.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L25) +[src/libraries/requestTracing.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestTracing.ts#L25) ___ @@ -123,4 +123,4 @@ ___ #### Defined in -[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/requestTracing.ts#L50) +[src/libraries/requestTracing.ts:50](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/requestTracing.ts#L50) diff --git a/talawa-api-docs/modules/libraries_validators_compareDates.md b/talawa-api-docs/modules/libraries_validators_compareDates.md index 5bc7d7bfa5..cdb317849b 100644 --- a/talawa-api-docs/modules/libraries_validators_compareDates.md +++ b/talawa-api-docs/modules/libraries_validators_compareDates.md @@ -27,4 +27,4 @@ #### Defined in -[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/validators/compareDates.ts#L1) +[src/libraries/validators/compareDates.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/validators/compareDates.ts#L1) diff --git a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md index 36dd4dd3ff..db2d130a78 100644 --- a/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md +++ b/talawa-api-docs/modules/libraries_validators_validatePaginationArgs.md @@ -26,4 +26,4 @@ #### Defined in -[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/validators/validatePaginationArgs.ts#L7) +[src/libraries/validators/validatePaginationArgs.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/validators/validatePaginationArgs.ts#L7) diff --git a/talawa-api-docs/modules/libraries_validators_validateString.md b/talawa-api-docs/modules/libraries_validators_validateString.md index 3e99042056..876ce191be 100644 --- a/talawa-api-docs/modules/libraries_validators_validateString.md +++ b/talawa-api-docs/modules/libraries_validators_validateString.md @@ -31,4 +31,4 @@ #### Defined in -[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/libraries/validators/validateString.ts#L1) +[src/libraries/validators/validateString.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/libraries/validators/validateString.ts#L1) diff --git a/talawa-api-docs/modules/middleware_isAuth.md b/talawa-api-docs/modules/middleware_isAuth.md index eee4a18783..35358a0eea 100644 --- a/talawa-api-docs/modules/middleware_isAuth.md +++ b/talawa-api-docs/modules/middleware_isAuth.md @@ -34,4 +34,4 @@ Returns `authData` object with `isAuth`, `expired` and `userId` properties. #### Defined in -[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/middleware/isAuth.ts#L17) +[src/middleware/isAuth.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/middleware/isAuth.ts#L17) diff --git a/talawa-api-docs/modules/models_ActionItem.md b/talawa-api-docs/modules/models_ActionItem.md index b4fbff555e..fdf34330da 100644 --- a/talawa-api-docs/modules/models_ActionItem.md +++ b/talawa-api-docs/modules/models_ActionItem.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItem.ts#L106) +[src/models/ActionItem.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItem.ts#L106) diff --git a/talawa-api-docs/modules/models_ActionItemCategory.md b/talawa-api-docs/modules/models_ActionItemCategory.md index 3bfd753204..9aaaca0117 100644 --- a/talawa-api-docs/modules/models_ActionItemCategory.md +++ b/talawa-api-docs/modules/models_ActionItemCategory.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ActionItemCategory.ts#L67) +[src/models/ActionItemCategory.ts:67](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ActionItemCategory.ts#L67) diff --git a/talawa-api-docs/modules/models_Advertisement.md b/talawa-api-docs/modules/models_Advertisement.md index 8084a80002..e979dec7db 100644 --- a/talawa-api-docs/modules/models_Advertisement.md +++ b/talawa-api-docs/modules/models_Advertisement.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Advertisement.ts#L106) +[src/models/Advertisement.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Advertisement.ts#L106) diff --git a/talawa-api-docs/modules/models_CheckIn.md b/talawa-api-docs/modules/models_CheckIn.md index 238b14a16c..e00e93a04f 100644 --- a/talawa-api-docs/modules/models_CheckIn.md +++ b/talawa-api-docs/modules/models_CheckIn.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/CheckIn.ts#L64) +[src/models/CheckIn.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/CheckIn.ts#L64) diff --git a/talawa-api-docs/modules/models_Comment.md b/talawa-api-docs/modules/models_Comment.md index 92eb1d22a8..045fd27b03 100644 --- a/talawa-api-docs/modules/models_Comment.md +++ b/talawa-api-docs/modules/models_Comment.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Comment.ts#L72) +[src/models/Comment.ts:72](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Comment.ts#L72) diff --git a/talawa-api-docs/modules/models_DirectChat.md b/talawa-api-docs/modules/models_DirectChat.md index dbb519b255..2e1dc6ea33 100644 --- a/talawa-api-docs/modules/models_DirectChat.md +++ b/talawa-api-docs/modules/models_DirectChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChat.ts#L70) +[src/models/DirectChat.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChat.ts#L70) diff --git a/talawa-api-docs/modules/models_DirectChatMessage.md b/talawa-api-docs/modules/models_DirectChatMessage.md index 0b74ff8944..791486c851 100644 --- a/talawa-api-docs/modules/models_DirectChatMessage.md +++ b/talawa-api-docs/modules/models_DirectChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/DirectChatMessage.ts#L68) +[src/models/DirectChatMessage.ts:68](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/DirectChatMessage.ts#L68) diff --git a/talawa-api-docs/modules/models_Donation.md b/talawa-api-docs/modules/models_Donation.md index 4b2d6ceb54..412b601072 100644 --- a/talawa-api-docs/modules/models_Donation.md +++ b/talawa-api-docs/modules/models_Donation.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Donation.ts#L63) +[src/models/Donation.ts:63](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Donation.ts#L63) diff --git a/talawa-api-docs/modules/models_EncodedImage.md b/talawa-api-docs/modules/models_EncodedImage.md index 19913ab381..b8b5f7f465 100644 --- a/talawa-api-docs/modules/models_EncodedImage.md +++ b/talawa-api-docs/modules/models_EncodedImage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedImage.ts#L38) +[src/models/EncodedImage.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedImage.ts#L38) diff --git a/talawa-api-docs/modules/models_EncodedVideo.md b/talawa-api-docs/modules/models_EncodedVideo.md index dfc5f427cc..889311c9b7 100644 --- a/talawa-api-docs/modules/models_EncodedVideo.md +++ b/talawa-api-docs/modules/models_EncodedVideo.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EncodedVideo.ts#L38) +[src/models/EncodedVideo.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EncodedVideo.ts#L38) diff --git a/talawa-api-docs/modules/models_Event.md b/talawa-api-docs/modules/models_Event.md index 8cee937dba..fe43ec540f 100644 --- a/talawa-api-docs/modules/models_Event.md +++ b/talawa-api-docs/modules/models_Event.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Event.ts#L168) +[src/models/Event.ts:168](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Event.ts#L168) diff --git a/talawa-api-docs/modules/models_EventAttendee.md b/talawa-api-docs/modules/models_EventAttendee.md index fde01ec3f3..f042e62fa7 100644 --- a/talawa-api-docs/modules/models_EventAttendee.md +++ b/talawa-api-docs/modules/models_EventAttendee.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/EventAttendee.ts#L39) +[src/models/EventAttendee.ts:39](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/EventAttendee.ts#L39) diff --git a/talawa-api-docs/modules/models_Feedback.md b/talawa-api-docs/modules/models_Feedback.md index 6414a9e260..60d12f0933 100644 --- a/talawa-api-docs/modules/models_Feedback.md +++ b/talawa-api-docs/modules/models_Feedback.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Feedback.ts#L46) +[src/models/Feedback.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Feedback.ts#L46) diff --git a/talawa-api-docs/modules/models_File.md b/talawa-api-docs/modules/models_File.md index 8c23d65c97..fea104b085 100644 --- a/talawa-api-docs/modules/models_File.md +++ b/talawa-api-docs/modules/models_File.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/File.ts#L65) +[src/models/File.ts:65](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/File.ts#L65) diff --git a/talawa-api-docs/modules/models_Group.md b/talawa-api-docs/modules/models_Group.md index 0046afce5a..4f51359b76 100644 --- a/talawa-api-docs/modules/models_Group.md +++ b/talawa-api-docs/modules/models_Group.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Group.ts#L64) +[src/models/Group.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Group.ts#L64) diff --git a/talawa-api-docs/modules/models_GroupChat.md b/talawa-api-docs/modules/models_GroupChat.md index da3953f310..0da7def65e 100644 --- a/talawa-api-docs/modules/models_GroupChat.md +++ b/talawa-api-docs/modules/models_GroupChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChat.ts#L76) +[src/models/GroupChat.ts:76](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChat.ts#L76) diff --git a/talawa-api-docs/modules/models_GroupChatMessage.md b/talawa-api-docs/modules/models_GroupChatMessage.md index c834afe777..e07c3dbcad 100644 --- a/talawa-api-docs/modules/models_GroupChatMessage.md +++ b/talawa-api-docs/modules/models_GroupChatMessage.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/GroupChatMessage.ts#L58) +[src/models/GroupChatMessage.ts:58](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/GroupChatMessage.ts#L58) diff --git a/talawa-api-docs/modules/models_ImageHash.md b/talawa-api-docs/modules/models_ImageHash.md index cbed69dc1b..17bef65ab2 100644 --- a/talawa-api-docs/modules/models_ImageHash.md +++ b/talawa-api-docs/modules/models_ImageHash.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/ImageHash.ts#L46) +[src/models/ImageHash.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/ImageHash.ts#L46) diff --git a/talawa-api-docs/modules/models_Language.md b/talawa-api-docs/modules/models_Language.md index 48226063b0..1115241227 100644 --- a/talawa-api-docs/modules/models_Language.md +++ b/talawa-api-docs/modules/models_Language.md @@ -21,4 +21,4 @@ #### Defined in -[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Language.ts#L77) +[src/models/Language.ts:77](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Language.ts#L77) diff --git a/talawa-api-docs/modules/models_MembershipRequest.md b/talawa-api-docs/modules/models_MembershipRequest.md index a9e229bfc7..cd8cc2e8c1 100644 --- a/talawa-api-docs/modules/models_MembershipRequest.md +++ b/talawa-api-docs/modules/models_MembershipRequest.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MembershipRequest.ts#L46) +[src/models/MembershipRequest.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MembershipRequest.ts#L46) diff --git a/talawa-api-docs/modules/models_Message.md b/talawa-api-docs/modules/models_Message.md index 830223cbcc..f3ff521423 100644 --- a/talawa-api-docs/modules/models_Message.md +++ b/talawa-api-docs/modules/models_Message.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Message.ts#L70) +[src/models/Message.ts:70](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Message.ts#L70) diff --git a/talawa-api-docs/modules/models_MessageChat.md b/talawa-api-docs/modules/models_MessageChat.md index e684e9b468..96644204de 100644 --- a/talawa-api-docs/modules/models_MessageChat.md +++ b/talawa-api-docs/modules/models_MessageChat.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/MessageChat.ts#L56) +[src/models/MessageChat.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/MessageChat.ts#L56) diff --git a/talawa-api-docs/modules/models_Organization.md b/talawa-api-docs/modules/models_Organization.md index 84f2478729..38f0af2ef0 100644 --- a/talawa-api-docs/modules/models_Organization.md +++ b/talawa-api-docs/modules/models_Organization.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Organization.ts#L184) +[src/models/Organization.ts:184](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Organization.ts#L184) diff --git a/talawa-api-docs/modules/models_OrganizationCustomField.md b/talawa-api-docs/modules/models_OrganizationCustomField.md index 5c5f2c0501..3ff0b8749c 100644 --- a/talawa-api-docs/modules/models_OrganizationCustomField.md +++ b/talawa-api-docs/modules/models_OrganizationCustomField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationCustomField.ts#L29) +[src/models/OrganizationCustomField.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationCustomField.ts#L29) diff --git a/talawa-api-docs/modules/models_OrganizationTagUser.md b/talawa-api-docs/modules/models_OrganizationTagUser.md index ac304adb0e..0a35d6dd46 100644 --- a/talawa-api-docs/modules/models_OrganizationTagUser.md +++ b/talawa-api-docs/modules/models_OrganizationTagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/OrganizationTagUser.ts#L45) +[src/models/OrganizationTagUser.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/OrganizationTagUser.ts#L45) diff --git a/talawa-api-docs/modules/models_Plugin.md b/talawa-api-docs/modules/models_Plugin.md index dc1eadb1ef..ab77c33107 100644 --- a/talawa-api-docs/modules/models_Plugin.md +++ b/talawa-api-docs/modules/models_Plugin.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Plugin.ts#L47) +[src/models/Plugin.ts:47](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Plugin.ts#L47) diff --git a/talawa-api-docs/modules/models_PluginField.md b/talawa-api-docs/modules/models_PluginField.md index 0ff1603b84..d8b5b4e5b2 100644 --- a/talawa-api-docs/modules/models_PluginField.md +++ b/talawa-api-docs/modules/models_PluginField.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/PluginField.ts#L45) +[src/models/PluginField.ts:45](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/PluginField.ts#L45) diff --git a/talawa-api-docs/modules/models_Post.md b/talawa-api-docs/modules/models_Post.md index b093982c9f..a6a6fb3046 100644 --- a/talawa-api-docs/modules/models_Post.md +++ b/talawa-api-docs/modules/models_Post.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/Post.ts#L106) +[src/models/Post.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/Post.ts#L106) diff --git a/talawa-api-docs/modules/models_SampleData.md b/talawa-api-docs/modules/models_SampleData.md index 3efe578a02..123e588ae5 100644 --- a/talawa-api-docs/modules/models_SampleData.md +++ b/talawa-api-docs/modules/models_SampleData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/SampleData.ts#L24) +[src/models/SampleData.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/SampleData.ts#L24) diff --git a/talawa-api-docs/modules/models_TagUser.md b/talawa-api-docs/modules/models_TagUser.md index 1d69fc94d1..1177d9ef7f 100644 --- a/talawa-api-docs/modules/models_TagUser.md +++ b/talawa-api-docs/modules/models_TagUser.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/TagUser.ts#L32) +[src/models/TagUser.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/TagUser.ts#L32) diff --git a/talawa-api-docs/modules/models_User.md b/talawa-api-docs/modules/models_User.md index 64918d4fa0..2d36e1dc12 100644 --- a/talawa-api-docs/modules/models_User.md +++ b/talawa-api-docs/modules/models_User.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/User.ts#L292) +[src/models/User.ts:292](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/User.ts#L292) diff --git a/talawa-api-docs/modules/models_UserCustomData.md b/talawa-api-docs/modules/models_UserCustomData.md index 1a570191f5..8e38ab60ac 100644 --- a/talawa-api-docs/modules/models_UserCustomData.md +++ b/talawa-api-docs/modules/models_UserCustomData.md @@ -20,4 +20,4 @@ #### Defined in -[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/models/UserCustomData.ts#L43) +[src/models/UserCustomData.ts:43](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/models/UserCustomData.ts#L43) diff --git a/talawa-api-docs/modules/resolvers.md b/talawa-api-docs/modules/resolvers.md index 9b550e7b91..4e3c4f84ff 100644 --- a/talawa-api-docs/modules/resolvers.md +++ b/talawa-api-docs/modules/resolvers.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/index.ts#L92) +[src/resolvers/index.ts:92](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/index.ts#L92) diff --git a/talawa-api-docs/modules/resolvers_ActionItem.md b/talawa-api-docs/modules/resolvers_ActionItem.md index b8af38596d..ea177a1661 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem.md +++ b/talawa-api-docs/modules/resolvers_ActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/index.ts#L8) +[src/resolvers/ActionItem/index.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItem/index.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItemCategory.md index e7be602b33..542b79f898 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItemCategory/index.ts#L5) +[src/resolvers/ActionItemCategory/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItemCategory/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md index eef7635bb0..0fabfdda69 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItemCategory/creator.ts#L4) +[src/resolvers/ActionItemCategory/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItemCategory/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md index 6fc46dc216..a513bfaf43 100644 --- a/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md +++ b/talawa-api-docs/modules/resolvers_ActionItemCategory_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItemCategory/organization.ts#L4) +[src/resolvers/ActionItemCategory/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItemCategory/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md index 543daaafd4..fc41d2a9bd 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_actionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/actionItemCategory.ts#L4) +[src/resolvers/ActionItem/actionItemCategory.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItem/actionItemCategory.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md index 692fdc3507..7c00ae6d5d 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assignee.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assignee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/assignee.ts#L4) +[src/resolvers/ActionItem/assignee.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItem/assignee.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md index 4413549f86..7fe7b8fd16 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_assigner.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_assigner.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/assigner.ts#L4) +[src/resolvers/ActionItem/assigner.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItem/assigner.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_creator.md b/talawa-api-docs/modules/resolvers_ActionItem_creator.md index 5b28da8bf6..e00e481d9b 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_creator.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/creator.ts#L4) +[src/resolvers/ActionItem/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItem/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_ActionItem_event.md b/talawa-api-docs/modules/resolvers_ActionItem_event.md index 6dba256d02..a6b7b9b408 100644 --- a/talawa-api-docs/modules/resolvers_ActionItem_event.md +++ b/talawa-api-docs/modules/resolvers_ActionItem_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/ActionItem/event.ts#L4) +[src/resolvers/ActionItem/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/ActionItem/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn.md b/talawa-api-docs/modules/resolvers_CheckIn.md index 7ebf08d076..7c443b60fc 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn.md +++ b/talawa-api-docs/modules/resolvers_CheckIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/CheckIn/index.ts#L5) +[src/resolvers/CheckIn/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/CheckIn/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_event.md b/talawa-api-docs/modules/resolvers_CheckIn_event.md index 59cf8dff5e..8c827de4c1 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_event.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/CheckIn/event.ts#L4) +[src/resolvers/CheckIn/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/CheckIn/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_CheckIn_user.md b/talawa-api-docs/modules/resolvers_CheckIn_user.md index 2f2dd251fe..66e0d7963a 100644 --- a/talawa-api-docs/modules/resolvers_CheckIn_user.md +++ b/talawa-api-docs/modules/resolvers_CheckIn_user.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/CheckIn/user.ts#L4) +[src/resolvers/CheckIn/user.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/CheckIn/user.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment.md b/talawa-api-docs/modules/resolvers_Comment.md index df2baab310..a9d969aa7c 100644 --- a/talawa-api-docs/modules/resolvers_Comment.md +++ b/talawa-api-docs/modules/resolvers_Comment.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Comment/index.ts#L4) +[src/resolvers/Comment/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Comment/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Comment_creator.md b/talawa-api-docs/modules/resolvers_Comment_creator.md index f7a1bb4858..a4feca0251 100644 --- a/talawa-api-docs/modules/resolvers_Comment_creator.md +++ b/talawa-api-docs/modules/resolvers_Comment_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Comment/creator.ts#L4) +[src/resolvers/Comment/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Comment/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_DirectChat.md b/talawa-api-docs/modules/resolvers_DirectChat.md index f5e44846d0..bf64f0a72e 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat.md +++ b/talawa-api-docs/modules/resolvers_DirectChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/index.ts#L7) +[src/resolvers/DirectChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage.md b/talawa-api-docs/modules/resolvers_DirectChatMessage.md index 6bdf8581d5..cbedeb7a52 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/index.ts#L6) +[src/resolvers/DirectChatMessage/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChatMessage/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md index 8c7c906b36..fbde7c6ba5 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_directChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) +[src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChatMessage/directChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md index 821f00bb95..44c419e942 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_receiver.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/receiver.ts#L8) +[src/resolvers/DirectChatMessage/receiver.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChatMessage/receiver.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md index 80ad411a51..ad8e088a52 100644 --- a/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_DirectChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChatMessage/sender.ts#L8) +[src/resolvers/DirectChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_creator.md b/talawa-api-docs/modules/resolvers_DirectChat_creator.md index 7c95260171..8a11d3e5e7 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_creator.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/creator.ts#L8) +[src/resolvers/DirectChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_messages.md b/talawa-api-docs/modules/resolvers_DirectChat_messages.md index c241979c5b..3e1e6731b1 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_messages.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/messages.ts#L8) +[src/resolvers/DirectChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_organization.md b/talawa-api-docs/modules/resolvers_DirectChat_organization.md index d13a304335..df294b787a 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_organization.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/organization.ts#L10) +[src/resolvers/DirectChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_DirectChat_users.md b/talawa-api-docs/modules/resolvers_DirectChat_users.md index 68284378f0..947bca4c3d 100644 --- a/talawa-api-docs/modules/resolvers_DirectChat_users.md +++ b/talawa-api-docs/modules/resolvers_DirectChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/DirectChat/users.ts#L8) +[src/resolvers/DirectChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/DirectChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event.md b/talawa-api-docs/modules/resolvers_Event.md index 759528dd62..7b7adcd7bd 100644 --- a/talawa-api-docs/modules/resolvers_Event.md +++ b/talawa-api-docs/modules/resolvers_Event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/index.ts#L10) +[src/resolvers/Event/index.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/index.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Event_actionItems.md b/talawa-api-docs/modules/resolvers_Event_actionItems.md index 1afc74c172..2aaa6f9f67 100644 --- a/talawa-api-docs/modules/resolvers_Event_actionItems.md +++ b/talawa-api-docs/modules/resolvers_Event_actionItems.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/actionItems.ts#L8) +[src/resolvers/Event/actionItems.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/actionItems.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Event_attendees.md b/talawa-api-docs/modules/resolvers_Event_attendees.md index 327842eaf6..166472d3a0 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendees.md +++ b/talawa-api-docs/modules/resolvers_Event_attendees.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/attendees.ts#L4) +[src/resolvers/Event/attendees.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/attendees.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md index edae3766d2..43aedb58f7 100644 --- a/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md +++ b/talawa-api-docs/modules/resolvers_Event_attendeesCheckInStatus.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/attendeesCheckInStatus.ts#L4) +[src/resolvers/Event/attendeesCheckInStatus.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/attendeesCheckInStatus.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md index c348696a19..bae5323b23 100644 --- a/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md +++ b/talawa-api-docs/modules/resolvers_Event_averageFeedbackScore.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/averageFeedbackScore.ts#L4) +[src/resolvers/Event/averageFeedbackScore.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/averageFeedbackScore.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_creator.md b/talawa-api-docs/modules/resolvers_Event_creator.md index c99fc43ace..137a68feac 100644 --- a/talawa-api-docs/modules/resolvers_Event_creator.md +++ b/talawa-api-docs/modules/resolvers_Event_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/creator.ts#L4) +[src/resolvers/Event/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_feedback.md b/talawa-api-docs/modules/resolvers_Event_feedback.md index e06881b1e4..b70de74546 100644 --- a/talawa-api-docs/modules/resolvers_Event_feedback.md +++ b/talawa-api-docs/modules/resolvers_Event_feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/feedback.ts#L4) +[src/resolvers/Event/feedback.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/feedback.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Event_organization.md b/talawa-api-docs/modules/resolvers_Event_organization.md index 580482e929..32b2ee7747 100644 --- a/talawa-api-docs/modules/resolvers_Event_organization.md +++ b/talawa-api-docs/modules/resolvers_Event_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Event/organization.ts#L4) +[src/resolvers/Event/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Event/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback.md b/talawa-api-docs/modules/resolvers_Feedback.md index 72c25e5689..114c6148f9 100644 --- a/talawa-api-docs/modules/resolvers_Feedback.md +++ b/talawa-api-docs/modules/resolvers_Feedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Feedback/index.ts#L4) +[src/resolvers/Feedback/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Feedback/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Feedback_event.md b/talawa-api-docs/modules/resolvers_Feedback_event.md index 8a9e1a9381..fc89aeceae 100644 --- a/talawa-api-docs/modules/resolvers_Feedback_event.md +++ b/talawa-api-docs/modules/resolvers_Feedback_event.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Feedback/event.ts#L4) +[src/resolvers/Feedback/event.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Feedback/event.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_GroupChat.md b/talawa-api-docs/modules/resolvers_GroupChat.md index dac4e822da..6cca0b911e 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat.md +++ b/talawa-api-docs/modules/resolvers_GroupChat.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/index.ts#L7) +[src/resolvers/GroupChat/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChat/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage.md b/talawa-api-docs/modules/resolvers_GroupChatMessage.md index d20088f035..bbd6c26c91 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChatMessage/index.ts#L5) +[src/resolvers/GroupChatMessage/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChatMessage/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md index 9328d33dc4..44f4744263 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_groupChatMessageBelongsTo.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) +[src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChatMessage/groupChatMessageBelongsTo.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md index c118a64144..b0ff136e6e 100644 --- a/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md +++ b/talawa-api-docs/modules/resolvers_GroupChatMessage_sender.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChatMessage/sender.ts#L8) +[src/resolvers/GroupChatMessage/sender.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChatMessage/sender.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_creator.md b/talawa-api-docs/modules/resolvers_GroupChat_creator.md index 34c609ab65..093d7538e3 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_creator.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/creator.ts#L8) +[src/resolvers/GroupChat/creator.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChat/creator.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_messages.md b/talawa-api-docs/modules/resolvers_GroupChat_messages.md index d2d1ef25e9..1f0e838bb0 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_messages.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_messages.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/messages.ts#L8) +[src/resolvers/GroupChat/messages.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChat/messages.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_organization.md b/talawa-api-docs/modules/resolvers_GroupChat_organization.md index f02b383b56..af4dee804f 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_organization.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/organization.ts#L10) +[src/resolvers/GroupChat/organization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChat/organization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_GroupChat_users.md b/talawa-api-docs/modules/resolvers_GroupChat_users.md index 186986266f..129d13410b 100644 --- a/talawa-api-docs/modules/resolvers_GroupChat_users.md +++ b/talawa-api-docs/modules/resolvers_GroupChat_users.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/GroupChat/users.ts#L8) +[src/resolvers/GroupChat/users.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/GroupChat/users.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest.md b/talawa-api-docs/modules/resolvers_MembershipRequest.md index f1133d706d..4ac9dca8fe 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/MembershipRequest/index.ts#L5) +[src/resolvers/MembershipRequest/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/MembershipRequest/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md index 95827d539f..f6e1236638 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_organization.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/MembershipRequest/organization.ts#L8) +[src/resolvers/MembershipRequest/organization.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/MembershipRequest/organization.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md index 7dfe7f2eed..8950f2e253 100644 --- a/talawa-api-docs/modules/resolvers_MembershipRequest_user.md +++ b/talawa-api-docs/modules/resolvers_MembershipRequest_user.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/MembershipRequest/user.ts#L8) +[src/resolvers/MembershipRequest/user.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/MembershipRequest/user.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Mutation.md b/talawa-api-docs/modules/resolvers_Mutation.md index f3d1fdfa12..7fb91f21e7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation.md +++ b/talawa-api-docs/modules/resolvers_Mutation.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/index.ts#L94) +[src/resolvers/Mutation/index.ts:94](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/index.ts#L94) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md index c7daf0f84d..493a08d085 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptAdmin.md @@ -36,4 +36,4 @@ THe following checks are done: #### Defined in -[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/acceptAdmin.ts#L15) +[src/resolvers/Mutation/acceptAdmin.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/acceptAdmin.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md index 3e74f21f31..1dc367e311 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_acceptMembershipRequest.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) +[src/resolvers/Mutation/acceptMembershipRequest.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/acceptMembershipRequest.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md index 5a75260901..581dddfc96 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addEventAttendee.ts#L15) +[src/resolvers/Mutation/addEventAttendee.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addEventAttendee.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md index 7f8d3c8c0d..d5557776c1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addFeedback.ts#L11) +[src/resolvers/Mutation/addFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md index dcd07103ed..e45933ffa9 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addLanguageTranslation.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addLanguageTranslation.ts#L14) +[src/resolvers/Mutation/addLanguageTranslation.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addLanguageTranslation.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md index 0a3e165886..2d62a4d64b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) +[src/resolvers/Mutation/addOrganizationCustomField.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addOrganizationCustomField.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md index 2890c7c2ae..a6bbb720c2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addOrganizationImage.ts#L21) +[src/resolvers/Mutation/addOrganizationImage.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addOrganizationImage.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md index a8854c436c..d4b3cf882b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserCustomData.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addUserCustomData.ts#L20) +[src/resolvers/Mutation/addUserCustomData.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addUserCustomData.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md index b70f8774ea..5c252e8a76 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserImage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addUserImage.ts#L15) +[src/resolvers/Mutation/addUserImage.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addUserImage.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md index e66b39450e..e8416ebc5f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_addUserToGroupChat.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/addUserToGroupChat.ts#L27) +[src/resolvers/Mutation/addUserToGroupChat.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/addUserToGroupChat.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md index 8b53d40135..b2f3350e23 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/adminRemoveEvent.ts#L27) +[src/resolvers/Mutation/adminRemoveEvent.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/adminRemoveEvent.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md index ad70b54068..39bc87d85f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md +++ b/talawa-api-docs/modules/resolvers_Mutation_adminRemoveGroup.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/adminRemoveGroup.ts#L25) +[src/resolvers/Mutation/adminRemoveGroup.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/adminRemoveGroup.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md index 80409a355d..aa14c5dcd0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_assignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/assignUserTag.ts#L12) +[src/resolvers/Mutation/assignUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/assignUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md index 1900c753ce..f3af8aaa36 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockPluginCreationBySuperadmin.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) +[src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md index 8e21ce0622..3e5e3405c0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_blockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_blockUser.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/blockUser.ts#L27) +[src/resolvers/Mutation/blockUser.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/blockUser.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md index 4b71880a0e..82c5430c2d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_cancelMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) +[src/resolvers/Mutation/cancelMembershipRequest.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/cancelMembershipRequest.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md index f2a53cf116..946ecc31c2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_checkIn.md +++ b/talawa-api-docs/modules/resolvers_Mutation_checkIn.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/checkIn.ts#L16) +[src/resolvers/Mutation/checkIn.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/checkIn.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md index 701330c80a..bccf8781da 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItem.md @@ -41,4 +41,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createActionItem.ts#L32) +[src/resolvers/Mutation/createActionItem.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createActionItem.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md index b49e832220..e79e770f78 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createActionItemCategory.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createActionItemCategory.ts#L27) +[src/resolvers/Mutation/createActionItemCategory.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createActionItemCategory.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md index da835f0521..9ac6af7ef8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdmin.md @@ -39,4 +39,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createAdmin.ts#L27) +[src/resolvers/Mutation/createAdmin.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createAdmin.ts#L27) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md index df3b800fb0..490ecc4611 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createAdvertisement.ts#L4) +[src/resolvers/Mutation/createAdvertisement.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createAdvertisement.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createComment.md b/talawa-api-docs/modules/resolvers_Mutation_createComment.md index 4881d99603..9fd8cb6a87 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createComment.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createComment.ts#L17) +[src/resolvers/Mutation/createComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md index 4b4de1cc71..51f89ba47d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createDirectChat.ts#L20) +[src/resolvers/Mutation/createDirectChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createDirectChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md index 8e43228b00..ee2425858c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createDonation.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createDonation.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createDonation.ts#L11) +[src/resolvers/Mutation/createDonation.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createDonation.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md index f2001a12fb..dde203757d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createEvent.ts#L30) +[src/resolvers/Mutation/createEvent.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createEvent.ts#L30) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md index fb5b8616b4..85f2e4559d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createGroupChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createGroupChat.ts#L20) +[src/resolvers/Mutation/createGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMember.md b/talawa-api-docs/modules/resolvers_Mutation_createMember.md index 661eb7931c..6e926bf455 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createMember.ts#L24) +[src/resolvers/Mutation/createMember.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createMember.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md index 94e45aca05..ebc5876c64 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createMessageChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createMessageChat.ts#L15) +[src/resolvers/Mutation/createMessageChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createMessageChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md index 5b0cc8e0ea..397976a500 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createOrganization.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createOrganization.ts#L22) +[src/resolvers/Mutation/createOrganization.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createOrganization.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md index 2fd7a39f81..d5736ec5d6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPlugin.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createPlugin.ts#L12) +[src/resolvers/Mutation/createPlugin.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createPlugin.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createPost.md b/talawa-api-docs/modules/resolvers_Mutation_createPost.md index 8caab042cc..19dae251ca 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createPost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createPost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createPost.ts#L28) +[src/resolvers/Mutation/createPost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createPost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md index d9e2f46a83..969f7dc8d6 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createSampleOrganization.md @@ -18,4 +18,4 @@ Generates sample data for testing or development purposes. #### Defined in -[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createSampleOrganization.ts#L15) +[src/resolvers/Mutation/createSampleOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createSampleOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md index c39c082f97..07fb2a0bf4 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_createUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/createUserTag.ts#L13) +[src/resolvers/Mutation/createUserTag.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/createUserTag.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md index ceb4987b73..15fdfd8e21 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteAdvertisementById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) +[src/resolvers/Mutation/deleteAdvertisementById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/deleteAdvertisementById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md index 4ef79c77b4..908075a99b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md +++ b/talawa-api-docs/modules/resolvers_Mutation_deleteDonationById.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/deleteDonationById.ts#L10) +[src/resolvers/Mutation/deleteDonationById.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/deleteDonationById.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md index 213717807d..ba2735276c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_forgotPassword.md @@ -34,4 +34,4 @@ The following tasks are done: #### Defined in -[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/forgotPassword.ts#L17) +[src/resolvers/Mutation/forgotPassword.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/forgotPassword.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md index eedbecc231..8670202113 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_joinPublicOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/joinPublicOrganization.ts#L25) +[src/resolvers/Mutation/joinPublicOrganization.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/joinPublicOrganization.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md index 02ddbd7489..baebe50154 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_leaveOrganization.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/leaveOrganization.ts#L24) +[src/resolvers/Mutation/leaveOrganization.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/leaveOrganization.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md index d71c2b3dd5..f3ba6ea7d8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/likeComment.ts#L18) +[src/resolvers/Mutation/likeComment.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/likeComment.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_likePost.md b/talawa-api-docs/modules/resolvers_Mutation_likePost.md index 919ec23ede..74aef81b50 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_likePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_likePost.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/likePost.ts#L18) +[src/resolvers/Mutation/likePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/likePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_login.md b/talawa-api-docs/modules/resolvers_Mutation_login.md index d8513009db..a657d3d3dc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_login.md +++ b/talawa-api-docs/modules/resolvers_Mutation_login.md @@ -32,4 +32,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/login.ts#L25) +[src/resolvers/Mutation/login.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/login.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_logout.md b/talawa-api-docs/modules/resolvers_Mutation_logout.md index 776d74e4ad..900c249ada 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_logout.md +++ b/talawa-api-docs/modules/resolvers_Mutation_logout.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/logout.ts#L13) +[src/resolvers/Mutation/logout.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/logout.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Mutation_otp.md b/talawa-api-docs/modules/resolvers_Mutation_otp.md index c59228d17f..bf2a279558 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_otp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_otp.md @@ -31,4 +31,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/otp.ts#L16) +[src/resolvers/Mutation/otp.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/otp.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md index a67249bb4b..58ab4d9fbb 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md +++ b/talawa-api-docs/modules/resolvers_Mutation_recaptcha.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/recaptcha.ts#L10) +[src/resolvers/Mutation/recaptcha.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/recaptcha.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md index 83842c3bde..a7312acfd0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_refreshToken.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/refreshToken.ts#L23) +[src/resolvers/Mutation/refreshToken.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/refreshToken.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md index b0f4e869e0..7677f5898e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_registerForEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/registerForEvent.ts#L24) +[src/resolvers/Mutation/registerForEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/registerForEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md index dadb4b7b62..301c929a74 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectAdmin.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/rejectAdmin.ts#L17) +[src/resolvers/Mutation/rejectAdmin.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/rejectAdmin.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md index e21296fc09..36decf2fd5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_rejectMembershipRequest.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) +[src/resolvers/Mutation/rejectMembershipRequest.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/rejectMembershipRequest.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md index f33a3ef8c2..e8ba2af76b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeActionItem.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeActionItem.ts#L26) +[src/resolvers/Mutation/removeActionItem.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeActionItem.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md index faf0b24119..3cdcf9f1f0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdmin.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeAdmin.ts#L26) +[src/resolvers/Mutation/removeAdmin.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeAdmin.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md index 1fb89bce37..5142d18d34 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeAdvertisement.ts#L7) +[src/resolvers/Mutation/removeAdvertisement.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeAdvertisement.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md index 644c20470f..d1b89baf03 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeComment.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeComment.ts#L26) +[src/resolvers/Mutation/removeComment.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeComment.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md index 3cd3e3c9dc..4066d5e1c7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeDirectChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeDirectChat.ts#L22) +[src/resolvers/Mutation/removeDirectChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeDirectChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md index 435ca62d9c..c53288cb67 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEvent.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeEvent.ts#L24) +[src/resolvers/Mutation/removeEvent.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeEvent.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md index a1b300a16d..369c8369b0 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeEventAttendee.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeEventAttendee.ts#L14) +[src/resolvers/Mutation/removeEventAttendee.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeEventAttendee.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md index 5b08bdaf4a..74f5047fa3 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeGroupChat.ts#L22) +[src/resolvers/Mutation/removeGroupChat.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeGroupChat.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md index 34238c98b2..5f0b0eec0c 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeMember.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeMember.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeMember.ts#L29) +[src/resolvers/Mutation/removeMember.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeMember.ts#L29) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md index 998e2ff8f2..3500857f54 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganization.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeOrganization.ts#L32) +[src/resolvers/Mutation/removeOrganization.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeOrganization.ts#L32) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md index 0389292705..150bc9b101 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationCustomField.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) +[src/resolvers/Mutation/removeOrganizationCustomField.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeOrganizationCustomField.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md index 4c8d236269..37076c7992 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeOrganizationImage.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeOrganizationImage.ts#L22) +[src/resolvers/Mutation/removeOrganizationImage.ts:22](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeOrganizationImage.ts#L22) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removePost.md b/talawa-api-docs/modules/resolvers_Mutation_removePost.md index 8ecd536ade..e1794fcbaf 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removePost.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removePost.ts#L28) +[src/resolvers/Mutation/removePost.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removePost.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md index 9d4a166638..0c6c25c027 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeSampleOrganization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeSampleOrganization.ts#L11) +[src/resolvers/Mutation/removeSampleOrganization.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeSampleOrganization.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md index ad8c1962b1..3b33d8997f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserCustomData.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserCustomData.ts#L12) +[src/resolvers/Mutation/removeUserCustomData.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeUserCustomData.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md index 7d0ac573e4..81ebadd58d 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserFromGroupChat.md @@ -38,4 +38,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) +[src/resolvers/Mutation/removeUserFromGroupChat.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeUserFromGroupChat.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md index a33c23df5b..050506c25e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserImage.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserImage.ts#L19) +[src/resolvers/Mutation/removeUserImage.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeUserImage.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md index ca1d37757c..34e53a8af7 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_removeUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/removeUserTag.ts#L10) +[src/resolvers/Mutation/removeUserTag.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/removeUserTag.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md index bf26d2af2b..9cda23b3d2 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_revokeRefreshTokenForUser.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) +[src/resolvers/Mutation/revokeRefreshTokenForUser.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/revokeRefreshTokenForUser.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md index 2906997e8f..3bc995b4fc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md +++ b/talawa-api-docs/modules/resolvers_Mutation_saveFcmToken.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/saveFcmToken.ts#L12) +[src/resolvers/Mutation/saveFcmToken.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/saveFcmToken.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md index d7bec57a10..df4c476161 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMembershipRequest.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/sendMembershipRequest.ts#L21) +[src/resolvers/Mutation/sendMembershipRequest.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/sendMembershipRequest.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md index 5d3c272841..bb2562c39f 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToDirectChat.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) +[src/resolvers/Mutation/sendMessageToDirectChat.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/sendMessageToDirectChat.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md index 37dc348431..9dfc7c80e1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Mutation_sendMessageToGroupChat.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) +[src/resolvers/Mutation/sendMessageToGroupChat.ts:20](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/sendMessageToGroupChat.ts#L20) diff --git a/talawa-api-docs/modules/resolvers_Mutation_signUp.md b/talawa-api-docs/modules/resolvers_Mutation_signUp.md index 58891b2af0..000dee0065 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_signUp.md +++ b/talawa-api-docs/modules/resolvers_Mutation_signUp.md @@ -26,4 +26,4 @@ payload provided with the request #### Defined in -[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/signUp.ts#L28) +[src/resolvers/Mutation/signUp.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/signUp.ts#L28) diff --git a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md index b69f9f2963..111b8dc922 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md +++ b/talawa-api-docs/modules/resolvers_Mutation_togglePostPin.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/togglePostPin.ts#L19) +[src/resolvers/Mutation/togglePostPin.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/togglePostPin.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md index f5ba4c276f..efd049655a 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unassignUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unassignUserTag.ts#L11) +[src/resolvers/Mutation/unassignUserTag.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/unassignUserTag.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md index 68b8d74914..3d061a0eaf 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unblockUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unblockUser.ts#L25) +[src/resolvers/Mutation/unblockUser.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/unblockUser.ts#L25) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md index 54ec1186ed..ff99820cb1 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikeComment.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unlikeComment.ts#L17) +[src/resolvers/Mutation/unlikeComment.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/unlikeComment.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md index 0cad1a89f2..af9781d48b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unlikePost.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unlikePost.ts#L18) +[src/resolvers/Mutation/unlikePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/unlikePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md index 1b09a38594..f072b69126 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md +++ b/talawa-api-docs/modules/resolvers_Mutation_unregisterForEventByUser.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) +[src/resolvers/Mutation/unregisterForEventByUser.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/unregisterForEventByUser.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md index d7f458e471..0a77b2ee53 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItem.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateActionItem.ts#L38) +[src/resolvers/Mutation/updateActionItem.ts:38](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateActionItem.ts#L38) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md index 302649a383..84ccbdb2c9 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateActionItemCategory.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateActionItemCategory.ts#L26) +[src/resolvers/Mutation/updateActionItemCategory.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateActionItemCategory.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md index e33333f314..9a6c045919 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateAdvertisement.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateAdvertisement.ts#L14) +[src/resolvers/Mutation/updateAdvertisement.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateAdvertisement.ts#L14) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md index c0184669de..3916a2d238 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateEvent.md @@ -37,4 +37,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateEvent.ts#L26) +[src/resolvers/Mutation/updateEvent.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateEvent.ts#L26) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md index f2c72d1308..50e7297dea 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateLanguage.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateLanguage.ts#L12) +[src/resolvers/Mutation/updateLanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateLanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md index ed6990b018..194de50640 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateOrganization.md @@ -36,4 +36,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateOrganization.ts#L21) +[src/resolvers/Mutation/updateOrganization.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateOrganization.ts#L21) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md index 6f173a11b2..eadfef41d8 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePluginStatus.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updatePluginStatus.ts#L16) +[src/resolvers/Mutation/updatePluginStatus.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updatePluginStatus.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md index d3054e9023..40e9cfc39e 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updatePost.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updatePost.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updatePost.ts#L18) +[src/resolvers/Mutation/updatePost.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updatePost.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md index 69b0730cec..cc2741309b 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserPassword.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserPassword.ts#L10) +[src/resolvers/Mutation/updateUserPassword.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateUserPassword.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md index a8202b38bc..7e3bd766bc 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserProfile.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserProfile.ts#L19) +[src/resolvers/Mutation/updateUserProfile.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateUserProfile.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md index daaedf7538..bc5d583dff 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserRoleInOrganization.md @@ -30,4 +30,4 @@ context of entire application #### Defined in -[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) +[src/resolvers/Mutation/updateUserRoleInOrganization.ts:23](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateUserRoleInOrganization.ts#L23) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md index 0305d5ebd1..9c242730c5 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserTag.ts#L12) +[src/resolvers/Mutation/updateUserTag.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateUserTag.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md index 6721dfb8d6..f3c73805e9 100644 --- a/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md +++ b/talawa-api-docs/modules/resolvers_Mutation_updateUserType.md @@ -35,4 +35,4 @@ The following checks are done: #### Defined in -[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Mutation/updateUserType.ts#L18) +[src/resolvers/Mutation/updateUserType.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Mutation/updateUserType.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Organization.md b/talawa-api-docs/modules/resolvers_Organization.md index eaacdc42fe..50dcd6b479 100644 --- a/talawa-api-docs/modules/resolvers_Organization.md +++ b/talawa-api-docs/modules/resolvers_Organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/index.ts#L12) +[src/resolvers/Organization/index.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/index.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md index e1080f092e..8873e054c4 100644 --- a/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md +++ b/talawa-api-docs/modules/resolvers_Organization_actionItemCategories.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/actionItemCategories.ts#L8) +[src/resolvers/Organization/actionItemCategories.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/actionItemCategories.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_admins.md b/talawa-api-docs/modules/resolvers_Organization_admins.md index 2bc34bb2ac..eb90b68e1f 100644 --- a/talawa-api-docs/modules/resolvers_Organization_admins.md +++ b/talawa-api-docs/modules/resolvers_Organization_admins.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/admins.ts#L8) +[src/resolvers/Organization/admins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/admins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md index cb9c4bb67a..e4d84aeaee 100644 --- a/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md +++ b/talawa-api-docs/modules/resolvers_Organization_blockedUsers.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/blockedUsers.ts#L8) +[src/resolvers/Organization/blockedUsers.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/blockedUsers.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_creator.md b/talawa-api-docs/modules/resolvers_Organization_creator.md index ec37a1dab3..8b7ab267f3 100644 --- a/talawa-api-docs/modules/resolvers_Organization_creator.md +++ b/talawa-api-docs/modules/resolvers_Organization_creator.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/creator.ts#L10) +[src/resolvers/Organization/creator.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/creator.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Organization_image.md b/talawa-api-docs/modules/resolvers_Organization_image.md index c6d2a6c7bf..457d284207 100644 --- a/talawa-api-docs/modules/resolvers_Organization_image.md +++ b/talawa-api-docs/modules/resolvers_Organization_image.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/image.ts#L4) +[src/resolvers/Organization/image.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/image.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Organization_members.md b/talawa-api-docs/modules/resolvers_Organization_members.md index 45b6673d3c..660c0bac2a 100644 --- a/talawa-api-docs/modules/resolvers_Organization_members.md +++ b/talawa-api-docs/modules/resolvers_Organization_members.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/members.ts#L9) +[src/resolvers/Organization/members.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/members.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md index 9ef5165ff0..74f6c66298 100644 --- a/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md +++ b/talawa-api-docs/modules/resolvers_Organization_membershipRequests.md @@ -22,4 +22,4 @@ An object that is the return value of the resolver for this field's parent. #### Defined in -[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/membershipRequests.ts#L8) +[src/resolvers/Organization/membershipRequests.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/membershipRequests.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md index 6b4b28e920..4c6a3fd035 100644 --- a/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md +++ b/talawa-api-docs/modules/resolvers_Organization_pinnedPosts.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Organization/pinnedPosts.ts#L6) +[src/resolvers/Organization/pinnedPosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Organization/pinnedPosts.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post.md b/talawa-api-docs/modules/resolvers_Post.md index 54167fb61c..230ed5bbdb 100644 --- a/talawa-api-docs/modules/resolvers_Post.md +++ b/talawa-api-docs/modules/resolvers_Post.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Post/index.ts#L5) +[src/resolvers/Post/index.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Post/index.ts#L5) diff --git a/talawa-api-docs/modules/resolvers_Post_comments.md b/talawa-api-docs/modules/resolvers_Post_comments.md index c6d6e2664a..0a17e45a21 100644 --- a/talawa-api-docs/modules/resolvers_Post_comments.md +++ b/talawa-api-docs/modules/resolvers_Post_comments.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Post/comments.ts#L6) +[src/resolvers/Post/comments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Post/comments.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Post_creator.md b/talawa-api-docs/modules/resolvers_Post_creator.md index 94035f58dc..1bf976afaa 100644 --- a/talawa-api-docs/modules/resolvers_Post_creator.md +++ b/talawa-api-docs/modules/resolvers_Post_creator.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Post/creator.ts#L4) +[src/resolvers/Post/creator.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Post/creator.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_Query.md b/talawa-api-docs/modules/resolvers_Query.md index 73d172c855..b65a6d28fe 100644 --- a/talawa-api-docs/modules/resolvers_Query.md +++ b/talawa-api-docs/modules/resolvers_Query.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/index.ts#L36) +[src/resolvers/Query/index.ts:36](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/index.ts#L36) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItem.md b/talawa-api-docs/modules/resolvers_Query_actionItem.md index b631d9ee85..4291d06de1 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItem.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItem.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItem.ts#L13) +[src/resolvers/Query/actionItem.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/actionItem.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md index b1fdab0cb3..ccd45859c8 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategoriesByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) +[src/resolvers/Query/actionItemCategoriesByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/actionItemCategoriesByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md index e91f24e29f..f07db0b7ba 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemCategory.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemCategory.ts#L13) +[src/resolvers/Query/actionItemCategory.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/actionItemCategory.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md index fedd10e1ba..c213294c71 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByEvent.md @@ -24,4 +24,4 @@ An object that contains `eventId` which is the _id of the Event. #### Defined in -[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemsByEvent.ts#L9) +[src/resolvers/Query/actionItemsByEvent.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/actionItemsByEvent.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md index 8e23d2c28f..f3478c6529 100644 --- a/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_actionItemsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `organizationId` which is the _id of the Organization. #### Defined in -[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/actionItemsByOrganization.ts#L9) +[src/resolvers/Query/actionItemsByOrganization.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/actionItemsByOrganization.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_checkAuth.md b/talawa-api-docs/modules/resolvers_Query_checkAuth.md index 85680ee316..7cd2dcbb54 100644 --- a/talawa-api-docs/modules/resolvers_Query_checkAuth.md +++ b/talawa-api-docs/modules/resolvers_Query_checkAuth.md @@ -34,4 +34,4 @@ You can learn about GraphQL `Resolvers` [here](https://www.apollographql.com/doc #### Defined in -[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/checkAuth.ts#L13) +[src/resolvers/Query/checkAuth.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/checkAuth.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md index 282fa1fb72..4f5fef4de3 100644 --- a/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customDataByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/customDataByOrganization.ts#L13) +[src/resolvers/Query/customDataByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/customDataByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md index 87711c4864..b1b2cd125f 100644 --- a/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_customFieldsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `id` of the organization. #### Defined in -[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/customFieldsByOrganization.ts#L15) +[src/resolvers/Query/customFieldsByOrganization.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/customFieldsByOrganization.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md index 5dab5a2b52..f22d7091ab 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsByUserID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/directChatsByUserID.ts#L13) +[src/resolvers/Query/directChatsByUserID.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/directChatsByUserID.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md index c8e04b72de..cf1681b6c9 100644 --- a/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md +++ b/talawa-api-docs/modules/resolvers_Query_directChatsMessagesByChatID.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) +[src/resolvers/Query/directChatsMessagesByChatID.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/directChatsMessagesByChatID.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_event.md b/talawa-api-docs/modules/resolvers_Query_event.md index 2a337e1cef..7cca9b1997 100644 --- a/talawa-api-docs/modules/resolvers_Query_event.md +++ b/talawa-api-docs/modules/resolvers_Query_event.md @@ -29,4 +29,4 @@ You can learn about GraphQL `Resolvers` #### Defined in -[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/event.ts#L13) +[src/resolvers/Query/event.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/event.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md index 6f0fabc576..12517903db 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganization.md @@ -24,4 +24,4 @@ An object that contains `orderBy` to sort the object as specified and `id` of th #### Defined in -[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/eventsByOrganization.ts#L10) +[src/resolvers/Query/eventsByOrganization.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/eventsByOrganization.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md index acc9daccb3..98039b47df 100644 --- a/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_eventsByOrganizationConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) +[src/resolvers/Query/eventsByOrganizationConnection.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/eventsByOrganizationConnection.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md index c7270c5b1a..e05899b5e2 100644 --- a/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md +++ b/talawa-api-docs/modules/resolvers_Query_getAdvertisements.md @@ -18,4 +18,4 @@ This function returns list of Advertisement from the database. #### Defined in -[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getAdvertisements.ts#L8) +[src/resolvers/Query/getAdvertisements.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/getAdvertisements.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationById.md b/talawa-api-docs/modules/resolvers_Query_getDonationById.md index 9c07279480..949532e2d2 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationById.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationById.md @@ -24,4 +24,4 @@ An object that contains `id` of the donation. #### Defined in -[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getDonationById.ts#L11) +[src/resolvers/Query/getDonationById.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/getDonationById.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md index c666832f28..ecf6725ed5 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgId.md @@ -24,4 +24,4 @@ An object that contains `orgId` of the Organization. #### Defined in -[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getDonationByOrgId.ts#L10) +[src/resolvers/Query/getDonationByOrgId.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/getDonationByOrgId.ts#L10) diff --git a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md index 9c5d3c1973..c66837cf0c 100644 --- a/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_getDonationByOrgIdConnection.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) +[src/resolvers/Query/getDonationByOrgIdConnection.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/getDonationByOrgIdConnection.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_getPlugins.md b/talawa-api-docs/modules/resolvers_Query_getPlugins.md index 94ee2514c0..8fa5ae6720 100644 --- a/talawa-api-docs/modules/resolvers_Query_getPlugins.md +++ b/talawa-api-docs/modules/resolvers_Query_getPlugins.md @@ -18,4 +18,4 @@ This function returns list of plugins from the database. #### Defined in -[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getPlugins.ts#L8) +[src/resolvers/Query/getPlugins.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/getPlugins.ts#L8) diff --git a/talawa-api-docs/modules/resolvers_Query_getlanguage.md b/talawa-api-docs/modules/resolvers_Query_getlanguage.md index c0306ab5a8..756e6a48b8 100644 --- a/talawa-api-docs/modules/resolvers_Query_getlanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_getlanguage.md @@ -24,4 +24,4 @@ An object that contains `lang_code`. #### Defined in -[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/getlanguage.ts#L12) +[src/resolvers/Query/getlanguage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/getlanguage.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md index 1995f372ac..f573dcbc30 100644 --- a/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md +++ b/talawa-api-docs/modules/resolvers_Query_hasSubmittedFeedback.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/hasSubmittedFeedback.ts#L11) +[src/resolvers/Query/hasSubmittedFeedback.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/hasSubmittedFeedback.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md index cdb8b03226..55834a8557 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getSort.md @@ -26,4 +26,4 @@ #### Defined in -[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/helperFunctions/getSort.ts#L9) +[src/resolvers/Query/helperFunctions/getSort.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/helperFunctions/getSort.ts#L9) diff --git a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md index d6fa275165..771e798230 100644 --- a/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md +++ b/talawa-api-docs/modules/resolvers_Query_helperFunctions_getWhere.md @@ -48,4 +48,4 @@ const inputArgs = getWhere\(args.where); #### Defined in -[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/helperFunctions/getWhere.ts#L24) +[src/resolvers/Query/helperFunctions/getWhere.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/helperFunctions/getWhere.ts#L24) diff --git a/talawa-api-docs/modules/resolvers_Query_me.md b/talawa-api-docs/modules/resolvers_Query_me.md index 2e52a05072..e3979e2854 100644 --- a/talawa-api-docs/modules/resolvers_Query_me.md +++ b/talawa-api-docs/modules/resolvers_Query_me.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/me.ts#L13) +[src/resolvers/Query/me.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/me.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_myLanguage.md b/talawa-api-docs/modules/resolvers_Query_myLanguage.md index 51bad457a5..2f5a5dd88c 100644 --- a/talawa-api-docs/modules/resolvers_Query_myLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_myLanguage.md @@ -26,4 +26,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/myLanguage.ts#L13) +[src/resolvers/Query/myLanguage.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/myLanguage.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md index a8366144a6..7141a73e41 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationIsSample.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizationIsSample.ts#L6) +[src/resolvers/Query/organizationIsSample.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/organizationIsSample.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Query_organizations.md b/talawa-api-docs/modules/resolvers_Query_organizations.md index 7b1ad13fc7..8a4672c1c2 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizations.md +++ b/talawa-api-docs/modules/resolvers_Query_organizations.md @@ -29,4 +29,4 @@ An object containing `orderBy` and `id` of the Organization. #### Defined in -[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizations.ts#L16) +[src/resolvers/Query/organizations.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/organizations.ts#L16) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md index c5c7f8b8d8..b1402dfa2c 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizationsConnection.ts#L18) +[src/resolvers/Query/organizationsConnection.ts:18](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/organizationsConnection.ts#L18) diff --git a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md index 01a0b922e0..a1f90596ce 100644 --- a/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_organizationsMemberConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/organizationsMemberConnection.ts#L19) +[src/resolvers/Query/organizationsMemberConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/organizationsMemberConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_post.md b/talawa-api-docs/modules/resolvers_Query_post.md index 0660ac8046..2635dd790c 100644 --- a/talawa-api-docs/modules/resolvers_Query_post.md +++ b/talawa-api-docs/modules/resolvers_Query_post.md @@ -24,4 +24,4 @@ An object that contains `id` of the Post. #### Defined in -[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/post.ts#L11) +[src/resolvers/Query/post.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/post.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md index 74e8e1f1f4..239637bb34 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganization.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified order #### Defined in -[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/postsByOrganization.ts#L13) +[src/resolvers/Query/postsByOrganization.ts:13](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/postsByOrganization.ts#L13) diff --git a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md index 7292c3198a..1ae41b60eb 100644 --- a/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_postsByOrganizationConnection.md @@ -32,4 +32,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/postsByOrganizationConnection.ts#L19) +[src/resolvers/Query/postsByOrganizationConnection.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/postsByOrganizationConnection.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md index 9d7978cf66..096244fdf5 100644 --- a/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md +++ b/talawa-api-docs/modules/resolvers_Query_registeredEventsByUser.md @@ -28,4 +28,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/registeredEventsByUser.ts#L12) +[src/resolvers/Query/registeredEventsByUser.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/registeredEventsByUser.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_user.md b/talawa-api-docs/modules/resolvers_Query_user.md index 1ec1147b5e..4e242fb81e 100644 --- a/talawa-api-docs/modules/resolvers_Query_user.md +++ b/talawa-api-docs/modules/resolvers_Query_user.md @@ -26,4 +26,4 @@ An object that contains `id` for the user. #### Defined in -[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/user.ts#L12) +[src/resolvers/Query/user.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/user.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Query_userLanguage.md b/talawa-api-docs/modules/resolvers_Query_userLanguage.md index d22c421489..53c28e7816 100644 --- a/talawa-api-docs/modules/resolvers_Query_userLanguage.md +++ b/talawa-api-docs/modules/resolvers_Query_userLanguage.md @@ -24,4 +24,4 @@ An object that contains `userId`. #### Defined in -[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/userLanguage.ts#L11) +[src/resolvers/Query/userLanguage.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/userLanguage.ts#L11) diff --git a/talawa-api-docs/modules/resolvers_Query_users.md b/talawa-api-docs/modules/resolvers_Query_users.md index a93702d260..153560d211 100644 --- a/talawa-api-docs/modules/resolvers_Query_users.md +++ b/talawa-api-docs/modules/resolvers_Query_users.md @@ -30,4 +30,4 @@ The query function uses `getSort()` function to sort the data in specified. #### Defined in -[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/users.ts#L17) +[src/resolvers/Query/users.ts:17](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/users.ts#L17) diff --git a/talawa-api-docs/modules/resolvers_Query_usersConnection.md b/talawa-api-docs/modules/resolvers_Query_usersConnection.md index ca18d6326a..7f8a2fab3b 100644 --- a/talawa-api-docs/modules/resolvers_Query_usersConnection.md +++ b/talawa-api-docs/modules/resolvers_Query_usersConnection.md @@ -29,4 +29,4 @@ learn more about Connection [here](https://relay.dev/graphql/connections.htm). #### Defined in -[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Query/usersConnection.ts#L15) +[src/resolvers/Query/usersConnection.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Query/usersConnection.ts#L15) diff --git a/talawa-api-docs/modules/resolvers_Subscription.md b/talawa-api-docs/modules/resolvers_Subscription.md index dc49719a86..439dc20b29 100644 --- a/talawa-api-docs/modules/resolvers_Subscription.md +++ b/talawa-api-docs/modules/resolvers_Subscription.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/index.ts#L6) +[src/resolvers/Subscription/index.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/index.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md index 69c38a1a0c..e3cdd0774b 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_directMessageChat.md @@ -25,4 +25,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/directMessageChat.ts#L12) +[src/resolvers/Subscription/directMessageChat.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/directMessageChat.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md index 4ecebdbe83..54e5640d2e 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToDirectChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) +[src/resolvers/Subscription/messageSentToDirectChat.ts:21](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/messageSentToDirectChat.ts#L21) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) +[src/resolvers/Subscription/messageSentToDirectChat.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/messageSentToDirectChat.ts#L6) diff --git a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md index 9f1de958d2..ef65da4eac 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md +++ b/talawa-api-docs/modules/resolvers_Subscription_messageSentToGroupChat.md @@ -29,7 +29,7 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) +[src/resolvers/Subscription/messageSentToGroupChat.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/messageSentToGroupChat.ts#L35) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) +[src/resolvers/Subscription/messageSentToGroupChat.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/messageSentToGroupChat.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md index bf14b7f5d5..2e136ac838 100644 --- a/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md +++ b/talawa-api-docs/modules/resolvers_Subscription_onPluginUpdate.md @@ -20,7 +20,7 @@ #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/onPluginUpdate.ts#L28) +[src/resolvers/Subscription/onPluginUpdate.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/onPluginUpdate.ts#L28) ## Functions @@ -50,4 +50,4 @@ You can learn about `subscription` [here](https://www.apollographql.com/docs/apo #### Defined in -[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/Subscription/onPluginUpdate.ts#L19) +[src/resolvers/Subscription/onPluginUpdate.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/Subscription/onPluginUpdate.ts#L19) diff --git a/talawa-api-docs/modules/resolvers_User.md b/talawa-api-docs/modules/resolvers_User.md index e041af036c..4080931c15 100644 --- a/talawa-api-docs/modules/resolvers_User.md +++ b/talawa-api-docs/modules/resolvers_User.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/User/index.ts#L4) +[src/resolvers/User/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/User/index.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag.md b/talawa-api-docs/modules/resolvers_UserTag.md index 9d5eb4c133..2690c899c2 100644 --- a/talawa-api-docs/modules/resolvers_UserTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/index.ts#L7) +[src/resolvers/UserTag/index.ts:7](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/UserTag/index.ts#L7) diff --git a/talawa-api-docs/modules/resolvers_UserTag_childTags.md b/talawa-api-docs/modules/resolvers_UserTag_childTags.md index 7d73d5a078..59ec87a7e9 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_childTags.md +++ b/talawa-api-docs/modules/resolvers_UserTag_childTags.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/childTags.ts#L12) +[src/resolvers/UserTag/childTags.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/UserTag/childTags.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_UserTag_organization.md b/talawa-api-docs/modules/resolvers_UserTag_organization.md index 2a4a2caf0f..5f80e7cbbb 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_organization.md +++ b/talawa-api-docs/modules/resolvers_UserTag_organization.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/organization.ts#L4) +[src/resolvers/UserTag/organization.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/UserTag/organization.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md index e46fce56b1..f9f6d80fc8 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_parentTag.md +++ b/talawa-api-docs/modules/resolvers_UserTag_parentTag.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/parentTag.ts#L4) +[src/resolvers/UserTag/parentTag.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/UserTag/parentTag.ts#L4) diff --git a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md index b8e7a96872..c8b5a12f09 100644 --- a/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md +++ b/talawa-api-docs/modules/resolvers_UserTag_usersAssignedTo.md @@ -16,4 +16,4 @@ #### Defined in -[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/UserTag/usersAssignedTo.ts#L12) +[src/resolvers/UserTag/usersAssignedTo.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/UserTag/usersAssignedTo.ts#L12) diff --git a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md index 773e77ce06..23bd493372 100644 --- a/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md +++ b/talawa-api-docs/modules/resolvers_middleware_currentUserExists.md @@ -48,4 +48,4 @@ #### Defined in -[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/resolvers/middleware/currentUserExists.ts#L8) +[src/resolvers/middleware/currentUserExists.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/resolvers/middleware/currentUserExists.ts#L8) diff --git a/talawa-api-docs/modules/services_CommentCache_cacheComments.md b/talawa-api-docs/modules/services_CommentCache_cacheComments.md index 8a9111388b..df1e3c3390 100644 --- a/talawa-api-docs/modules/services_CommentCache_cacheComments.md +++ b/talawa-api-docs/modules/services_CommentCache_cacheComments.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/cacheComments.ts#L6) +[src/services/CommentCache/cacheComments.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/CommentCache/cacheComments.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md index 1e0785f5ef..e5f394cbe6 100644 --- a/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md +++ b/talawa-api-docs/modules/services_CommentCache_deleteCommentFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/deleteCommentFromCache.ts#L4) +[src/services/CommentCache/deleteCommentFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/CommentCache/deleteCommentFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md index 88d257ae62..4a5ce5cdf9 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsByPostIdInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) +[src/services/CommentCache/findCommentsByPostIdInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/CommentCache/findCommentsByPostIdInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md index 236d53ce71..46e241981c 100644 --- a/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md +++ b/talawa-api-docs/modules/services_CommentCache_findCommentsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/CommentCache/findCommentsInCache.ts#L6) +[src/services/CommentCache/findCommentsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/CommentCache/findCommentsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_cacheEvents.md b/talawa-api-docs/modules/services_EventCache_cacheEvents.md index b68ffd1e4e..5ac678e892 100644 --- a/talawa-api-docs/modules/services_EventCache_cacheEvents.md +++ b/talawa-api-docs/modules/services_EventCache_cacheEvents.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/EventCache/cacheEvents.ts#L6) +[src/services/EventCache/cacheEvents.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/EventCache/cacheEvents.ts#L6) diff --git a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md index f82770a7ad..ec08c2b039 100644 --- a/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md +++ b/talawa-api-docs/modules/services_EventCache_deleteEventFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/EventCache/deleteEventFromCache.ts#L4) +[src/services/EventCache/deleteEventFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/EventCache/deleteEventFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_EventCache_findEventInCache.md b/talawa-api-docs/modules/services_EventCache_findEventInCache.md index 4925c38688..b0b9260420 100644 --- a/talawa-api-docs/modules/services_EventCache_findEventInCache.md +++ b/talawa-api-docs/modules/services_EventCache_findEventInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/EventCache/findEventInCache.ts#L6) +[src/services/EventCache/findEventInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/EventCache/findEventInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md index 1ac9347844..ad7db88ee0 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md +++ b/talawa-api-docs/modules/services_OrganizationCache_cacheOrganizations.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/OrganizationCache/cacheOrganizations.ts#L6) +[src/services/OrganizationCache/cacheOrganizations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/OrganizationCache/cacheOrganizations.ts#L6) diff --git a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md index e79c2f697d..b401ef4d60 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_deleteOrganizationFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) +[src/services/OrganizationCache/deleteOrganizationFromCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/OrganizationCache/deleteOrganizationFromCache.ts#L4) diff --git a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md index eaf56389d6..539ec87b5c 100644 --- a/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md +++ b/talawa-api-docs/modules/services_OrganizationCache_findOrganizationsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) +[src/services/OrganizationCache/findOrganizationsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/OrganizationCache/findOrganizationsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_cachePosts.md b/talawa-api-docs/modules/services_PostCache_cachePosts.md index f3c433d767..dade07b416 100644 --- a/talawa-api-docs/modules/services_PostCache_cachePosts.md +++ b/talawa-api-docs/modules/services_PostCache_cachePosts.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/PostCache/cachePosts.ts#L6) +[src/services/PostCache/cachePosts.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/PostCache/cachePosts.ts#L6) diff --git a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md index 9460c880cd..82a3c0c79c 100644 --- a/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md +++ b/talawa-api-docs/modules/services_PostCache_deletePostFromCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/PostCache/deletePostFromCache.ts#L3) +[src/services/PostCache/deletePostFromCache.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/PostCache/deletePostFromCache.ts#L3) diff --git a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md index 3934a8e1f1..c3b6e5fff7 100644 --- a/talawa-api-docs/modules/services_PostCache_findPostsInCache.md +++ b/talawa-api-docs/modules/services_PostCache_findPostsInCache.md @@ -26,4 +26,4 @@ #### Defined in -[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/PostCache/findPostsInCache.ts#L6) +[src/services/PostCache/findPostsInCache.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/PostCache/findPostsInCache.ts#L6) diff --git a/talawa-api-docs/modules/services_redisCache.md b/talawa-api-docs/modules/services_redisCache.md index 4a73f18742..9204516648 100644 --- a/talawa-api-docs/modules/services_redisCache.md +++ b/talawa-api-docs/modules/services_redisCache.md @@ -16,4 +16,4 @@ #### Defined in -[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/services/redisCache.ts#L4) +[src/services/redisCache.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/services/redisCache.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs.md b/talawa-api-docs/modules/typeDefs.md index a3e3d5a313..326fe27d59 100644 --- a/talawa-api-docs/modules/typeDefs.md +++ b/talawa-api-docs/modules/typeDefs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/index.ts#L19) +[src/typeDefs/index.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/index.ts#L19) diff --git a/talawa-api-docs/modules/typeDefs_directives.md b/talawa-api-docs/modules/typeDefs_directives.md index 197ffa2911..087189060b 100644 --- a/talawa-api-docs/modules/typeDefs_directives.md +++ b/talawa-api-docs/modules/typeDefs_directives.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/directives.ts#L4) +[src/typeDefs/directives.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/directives.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_enums.md b/talawa-api-docs/modules/typeDefs_enums.md index c2d0640a6b..5f5d58aa46 100644 --- a/talawa-api-docs/modules/typeDefs_enums.md +++ b/talawa-api-docs/modules/typeDefs_enums.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/enums.ts#L4) +[src/typeDefs/enums.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/enums.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors.md b/talawa-api-docs/modules/typeDefs_errors.md index 1d4df04a20..5f3f27a879 100644 --- a/talawa-api-docs/modules/typeDefs_errors.md +++ b/talawa-api-docs/modules/typeDefs_errors.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/errors/index.ts#L4) +[src/typeDefs/errors/index.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/errors/index.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_errors_common.md b/talawa-api-docs/modules/typeDefs_errors_common.md index f33f79e072..8f4e56f0a7 100644 --- a/talawa-api-docs/modules/typeDefs_errors_common.md +++ b/talawa-api-docs/modules/typeDefs_errors_common.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/errors/common.ts#L3) +[src/typeDefs/errors/common.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/errors/common.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_errors_connectionError.md b/talawa-api-docs/modules/typeDefs_errors_connectionError.md index 2f5e00251e..d2a7090ae3 100644 --- a/talawa-api-docs/modules/typeDefs_errors_connectionError.md +++ b/talawa-api-docs/modules/typeDefs_errors_connectionError.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/errors/connectionError.ts#L3) +[src/typeDefs/errors/connectionError.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/errors/connectionError.ts#L3) diff --git a/talawa-api-docs/modules/typeDefs_inputs.md b/talawa-api-docs/modules/typeDefs_inputs.md index 4d5bace308..f4d199fa0c 100644 --- a/talawa-api-docs/modules/typeDefs_inputs.md +++ b/talawa-api-docs/modules/typeDefs_inputs.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/inputs.ts#L4) +[src/typeDefs/inputs.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/inputs.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_interfaces.md b/talawa-api-docs/modules/typeDefs_interfaces.md index f26d9a983f..26ead76d64 100644 --- a/talawa-api-docs/modules/typeDefs_interfaces.md +++ b/talawa-api-docs/modules/typeDefs_interfaces.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/interfaces.ts#L4) +[src/typeDefs/interfaces.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/interfaces.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_mutations.md b/talawa-api-docs/modules/typeDefs_mutations.md index 7ce2ffae07..daee7390d8 100644 --- a/talawa-api-docs/modules/typeDefs_mutations.md +++ b/talawa-api-docs/modules/typeDefs_mutations.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different mutations defined in the ta #### Defined in -[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/mutations.ts#L6) +[src/typeDefs/mutations.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/mutations.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_queries.md b/talawa-api-docs/modules/typeDefs_queries.md index 06bd91c78a..9d1c9d6f78 100644 --- a/talawa-api-docs/modules/typeDefs_queries.md +++ b/talawa-api-docs/modules/typeDefs_queries.md @@ -18,4 +18,4 @@ This graphQL typeDef defines the logic for different queries defined in the tala #### Defined in -[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/queries.ts#L6) +[src/typeDefs/queries.ts:6](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/queries.ts#L6) diff --git a/talawa-api-docs/modules/typeDefs_scalars.md b/talawa-api-docs/modules/typeDefs_scalars.md index 0fe1205177..b2931641bb 100644 --- a/talawa-api-docs/modules/typeDefs_scalars.md +++ b/talawa-api-docs/modules/typeDefs_scalars.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/scalars.ts#L4) +[src/typeDefs/scalars.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/scalars.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_subscriptions.md b/talawa-api-docs/modules/typeDefs_subscriptions.md index 0419b26714..b2f91f2317 100644 --- a/talawa-api-docs/modules/typeDefs_subscriptions.md +++ b/talawa-api-docs/modules/typeDefs_subscriptions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/subscriptions.ts#L4) +[src/typeDefs/subscriptions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/subscriptions.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_types.md b/talawa-api-docs/modules/typeDefs_types.md index 41fe54f918..8eb5526f3d 100644 --- a/talawa-api-docs/modules/typeDefs_types.md +++ b/talawa-api-docs/modules/typeDefs_types.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/types.ts#L4) +[src/typeDefs/types.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/types.ts#L4) diff --git a/talawa-api-docs/modules/typeDefs_unions.md b/talawa-api-docs/modules/typeDefs_unions.md index 6c09aa9e07..ff78c9d9cb 100644 --- a/talawa-api-docs/modules/typeDefs_unions.md +++ b/talawa-api-docs/modules/typeDefs_unions.md @@ -16,4 +16,4 @@ #### Defined in -[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/typeDefs/unions.ts#L4) +[src/typeDefs/unions.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/typeDefs/unions.ts#L4) diff --git a/talawa-api-docs/modules/types_generatedGraphQLTypes.md b/talawa-api-docs/modules/types_generatedGraphQLTypes.md index f1ff5e3335..44998d7b24 100644 --- a/talawa-api-docs/modules/types_generatedGraphQLTypes.md +++ b/talawa-api-docs/modules/types_generatedGraphQLTypes.md @@ -387,7 +387,7 @@ #### Defined in -[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L56) +[src/types/generatedGraphQLTypes.ts:56](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L56) ___ @@ -410,7 +410,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L74) +[src/types/generatedGraphQLTypes.ts:74](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L74) ___ @@ -440,7 +440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2346) +[src/types/generatedGraphQLTypes.ts:2346](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2346) ___ @@ -477,7 +477,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2328) +[src/types/generatedGraphQLTypes.ts:2328](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2328) ___ @@ -501,7 +501,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L85) +[src/types/generatedGraphQLTypes.ts:85](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L85) ___ @@ -524,7 +524,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L97) +[src/types/generatedGraphQLTypes.ts:97](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L97) ___ @@ -555,7 +555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2357) +[src/types/generatedGraphQLTypes.ts:2357](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2357) ___ @@ -581,7 +581,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L108) +[src/types/generatedGraphQLTypes.ts:108](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L108) ___ @@ -614,7 +614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2369) +[src/types/generatedGraphQLTypes.ts:2369](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2369) ___ @@ -624,7 +624,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L122) +[src/types/generatedGraphQLTypes.ts:122](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L122) ___ @@ -641,7 +641,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L127) +[src/types/generatedGraphQLTypes.ts:127](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L127) ___ @@ -665,7 +665,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2383) +[src/types/generatedGraphQLTypes.ts:2383](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2383) ___ @@ -682,7 +682,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L132) +[src/types/generatedGraphQLTypes.ts:132](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L132) ___ @@ -706,7 +706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2388) +[src/types/generatedGraphQLTypes.ts:2388](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2388) ___ @@ -725,7 +725,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L137) +[src/types/generatedGraphQLTypes.ts:137](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L137) ___ @@ -751,7 +751,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2397) +[src/types/generatedGraphQLTypes.ts:2397](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2397) ___ @@ -761,7 +761,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2318) +[src/types/generatedGraphQLTypes.ts:2318](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2318) ___ @@ -780,7 +780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2320) +[src/types/generatedGraphQLTypes.ts:2320](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2320) ___ @@ -805,7 +805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L144) +[src/types/generatedGraphQLTypes.ts:144](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L144) ___ @@ -824,7 +824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L157) +[src/types/generatedGraphQLTypes.ts:157](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L157) ___ @@ -856,7 +856,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2404) +[src/types/generatedGraphQLTypes.ts:2404](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2404) ___ @@ -875,7 +875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L164) +[src/types/generatedGraphQLTypes.ts:164](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L164) ___ @@ -901,7 +901,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2417) +[src/types/generatedGraphQLTypes.ts:2417](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2417) ___ @@ -925,7 +925,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L171) +[src/types/generatedGraphQLTypes.ts:171](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L171) ___ @@ -941,7 +941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L183) +[src/types/generatedGraphQLTypes.ts:183](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L183) ___ @@ -972,7 +972,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2424) +[src/types/generatedGraphQLTypes.ts:2424](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2424) ___ @@ -982,7 +982,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L187) +[src/types/generatedGraphQLTypes.ts:187](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L187) ___ @@ -1005,7 +1005,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2436) +[src/types/generatedGraphQLTypes.ts:2436](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2436) ___ @@ -1025,7 +1025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L189) +[src/types/generatedGraphQLTypes.ts:189](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L189) ___ @@ -1052,7 +1052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2440) +[src/types/generatedGraphQLTypes.ts:2440](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2440) ___ @@ -1071,7 +1071,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L197) +[src/types/generatedGraphQLTypes.ts:197](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L197) ___ @@ -1088,7 +1088,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1969) +[src/types/generatedGraphQLTypes.ts:1969](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1969) ___ @@ -1106,7 +1106,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1974) +[src/types/generatedGraphQLTypes.ts:1974](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1974) ___ @@ -1124,7 +1124,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L204) +[src/types/generatedGraphQLTypes.ts:204](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L204) ___ @@ -1142,7 +1142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L210) +[src/types/generatedGraphQLTypes.ts:210](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L210) ___ @@ -1159,7 +1159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L216) +[src/types/generatedGraphQLTypes.ts:216](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L216) ___ @@ -1183,7 +1183,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2460) +[src/types/generatedGraphQLTypes.ts:2460](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2460) ___ @@ -1206,7 +1206,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L221) +[src/types/generatedGraphQLTypes.ts:221](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L221) ___ @@ -1229,7 +1229,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L232) +[src/types/generatedGraphQLTypes.ts:232](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L232) ___ @@ -1259,7 +1259,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2476) +[src/types/generatedGraphQLTypes.ts:2476](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2476) ___ @@ -1289,7 +1289,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2465) +[src/types/generatedGraphQLTypes.ts:2465](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2465) ___ @@ -1326,7 +1326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2035) +[src/types/generatedGraphQLTypes.ts:2035](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2035) ___ @@ -1349,7 +1349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3145) +[src/types/generatedGraphQLTypes.ts:3145](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3145) ___ @@ -1374,7 +1374,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L243) +[src/types/generatedGraphQLTypes.ts:243](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L243) ___ @@ -1406,7 +1406,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2487) +[src/types/generatedGraphQLTypes.ts:2487](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2487) ___ @@ -1433,7 +1433,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L256) +[src/types/generatedGraphQLTypes.ts:256](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L256) ___ @@ -1443,7 +1443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L271) +[src/types/generatedGraphQLTypes.ts:271](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L271) ___ @@ -1453,7 +1453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L289) +[src/types/generatedGraphQLTypes.ts:289](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L289) ___ @@ -1469,7 +1469,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L294) +[src/types/generatedGraphQLTypes.ts:294](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L294) ___ @@ -1493,7 +1493,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2504) +[src/types/generatedGraphQLTypes.ts:2504](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2504) ___ @@ -1535,7 +1535,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L298) +[src/types/generatedGraphQLTypes.ts:298](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L298) ___ @@ -1551,7 +1551,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L329) +[src/types/generatedGraphQLTypes.ts:329](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L329) ___ @@ -1568,7 +1568,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L333) +[src/types/generatedGraphQLTypes.ts:333](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L333) ___ @@ -1598,7 +1598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L338) +[src/types/generatedGraphQLTypes.ts:338](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L338) ___ @@ -1608,7 +1608,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L356) +[src/types/generatedGraphQLTypes.ts:356](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L356) ___ @@ -1657,7 +1657,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2509) +[src/types/generatedGraphQLTypes.ts:2509](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2509) ___ @@ -1697,7 +1697,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L378) +[src/types/generatedGraphQLTypes.ts:378](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L378) ___ @@ -1713,7 +1713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L27) +[src/types/generatedGraphQLTypes.ts:27](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L27) ___ @@ -1731,7 +1731,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L406) +[src/types/generatedGraphQLTypes.ts:406](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L406) ___ @@ -1756,7 +1756,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2539) +[src/types/generatedGraphQLTypes.ts:2539](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2539) ___ @@ -1778,7 +1778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L412) +[src/types/generatedGraphQLTypes.ts:412](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L412) ___ @@ -1796,7 +1796,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L422) +[src/types/generatedGraphQLTypes.ts:422](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L422) ___ @@ -1825,7 +1825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2545) +[src/types/generatedGraphQLTypes.ts:2545](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2545) ___ @@ -1842,7 +1842,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L428) +[src/types/generatedGraphQLTypes.ts:428](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L428) ___ @@ -1867,7 +1867,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2555) +[src/types/generatedGraphQLTypes.ts:2555](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2555) ___ @@ -1885,7 +1885,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L433) +[src/types/generatedGraphQLTypes.ts:433](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L433) ___ @@ -1895,7 +1895,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L439) +[src/types/generatedGraphQLTypes.ts:439](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L439) ___ @@ -1918,7 +1918,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L444) +[src/types/generatedGraphQLTypes.ts:444](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L444) ___ @@ -1941,7 +1941,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L455) +[src/types/generatedGraphQLTypes.ts:455](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L455) ___ @@ -1963,7 +1963,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L466) +[src/types/generatedGraphQLTypes.ts:466](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L466) ___ @@ -1992,7 +1992,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2583) +[src/types/generatedGraphQLTypes.ts:2583](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2583) ___ @@ -2022,7 +2022,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2572) +[src/types/generatedGraphQLTypes.ts:2572](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2572) ___ @@ -2052,7 +2052,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2561) +[src/types/generatedGraphQLTypes.ts:2561](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2561) ___ @@ -2068,7 +2068,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L31) +[src/types/generatedGraphQLTypes.ts:31](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L31) ___ @@ -2084,7 +2084,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L26) +[src/types/generatedGraphQLTypes.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L26) ___ @@ -2094,7 +2094,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L476) +[src/types/generatedGraphQLTypes.ts:476](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L476) ___ @@ -2119,7 +2119,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2593) +[src/types/generatedGraphQLTypes.ts:2593](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2593) ___ @@ -2152,7 +2152,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2031) +[src/types/generatedGraphQLTypes.ts:2031](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2031) ___ @@ -2172,7 +2172,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L482) +[src/types/generatedGraphQLTypes.ts:482](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L482) ___ @@ -2190,7 +2190,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L490) +[src/types/generatedGraphQLTypes.ts:490](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L490) ___ @@ -2211,7 +2211,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L496) +[src/types/generatedGraphQLTypes.ts:496](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L496) ___ @@ -2239,7 +2239,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2611) +[src/types/generatedGraphQLTypes.ts:2611](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2611) ___ @@ -2266,7 +2266,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2603) +[src/types/generatedGraphQLTypes.ts:2603](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2603) ___ @@ -2283,7 +2283,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L505) +[src/types/generatedGraphQLTypes.ts:505](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L505) ___ @@ -2300,7 +2300,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L30) +[src/types/generatedGraphQLTypes.ts:30](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L30) ___ @@ -2317,7 +2317,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L29) +[src/types/generatedGraphQLTypes.ts:29](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L29) ___ @@ -2334,7 +2334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L28) +[src/types/generatedGraphQLTypes.ts:28](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L28) ___ @@ -2344,7 +2344,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L510) +[src/types/generatedGraphQLTypes.ts:510](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L510) ___ @@ -2354,7 +2354,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L518) +[src/types/generatedGraphQLTypes.ts:518](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L518) ___ @@ -2379,7 +2379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2628) +[src/types/generatedGraphQLTypes.ts:2628](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2628) ___ @@ -2389,7 +2389,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L524) +[src/types/generatedGraphQLTypes.ts:524](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L524) ___ @@ -2415,7 +2415,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2634) +[src/types/generatedGraphQLTypes.ts:2634](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2634) ___ @@ -2431,7 +2431,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L25) +[src/types/generatedGraphQLTypes.ts:25](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L25) ___ @@ -2450,7 +2450,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L531) +[src/types/generatedGraphQLTypes.ts:531](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L531) ___ @@ -2476,7 +2476,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2641) +[src/types/generatedGraphQLTypes.ts:2641](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2641) ___ @@ -2499,7 +2499,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L538) +[src/types/generatedGraphQLTypes.ts:538](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L538) ___ @@ -2522,7 +2522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L549) +[src/types/generatedGraphQLTypes.ts:549](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L549) ___ @@ -2539,7 +2539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L560) +[src/types/generatedGraphQLTypes.ts:560](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L560) ___ @@ -2569,7 +2569,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2659) +[src/types/generatedGraphQLTypes.ts:2659](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2659) ___ @@ -2599,7 +2599,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2648) +[src/types/generatedGraphQLTypes.ts:2648](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2648) ___ @@ -2609,7 +2609,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L565) +[src/types/generatedGraphQLTypes.ts:565](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L565) ___ @@ -2635,7 +2635,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2670) +[src/types/generatedGraphQLTypes.ts:2670](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2670) ___ @@ -2645,7 +2645,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L572) +[src/types/generatedGraphQLTypes.ts:572](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L572) ___ @@ -2670,7 +2670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2677) +[src/types/generatedGraphQLTypes.ts:2677](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2677) ___ @@ -2777,7 +2777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L578) +[src/types/generatedGraphQLTypes.ts:578](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L578) ___ @@ -2793,7 +2793,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L674) +[src/types/generatedGraphQLTypes.ts:674](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L674) ___ @@ -2809,7 +2809,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L679) +[src/types/generatedGraphQLTypes.ts:679](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L679) ___ @@ -2825,7 +2825,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L684) +[src/types/generatedGraphQLTypes.ts:684](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L684) ___ @@ -2841,7 +2841,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L689) +[src/types/generatedGraphQLTypes.ts:689](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L689) ___ @@ -2857,7 +2857,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L694) +[src/types/generatedGraphQLTypes.ts:694](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L694) ___ @@ -2875,7 +2875,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L699) +[src/types/generatedGraphQLTypes.ts:699](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L699) ___ @@ -2892,7 +2892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L706) +[src/types/generatedGraphQLTypes.ts:706](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L706) ___ @@ -2910,7 +2910,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L712) +[src/types/generatedGraphQLTypes.ts:712](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L712) ___ @@ -2926,7 +2926,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L719) +[src/types/generatedGraphQLTypes.ts:719](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L719) ___ @@ -2943,7 +2943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L724) +[src/types/generatedGraphQLTypes.ts:724](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L724) ___ @@ -2959,7 +2959,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L730) +[src/types/generatedGraphQLTypes.ts:730](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L730) ___ @@ -2975,7 +2975,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L735) +[src/types/generatedGraphQLTypes.ts:735](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L735) ___ @@ -2991,7 +2991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L740) +[src/types/generatedGraphQLTypes.ts:740](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L740) ___ @@ -3008,7 +3008,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L745) +[src/types/generatedGraphQLTypes.ts:745](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L745) ___ @@ -3025,7 +3025,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L751) +[src/types/generatedGraphQLTypes.ts:751](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L751) ___ @@ -3041,7 +3041,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L757) +[src/types/generatedGraphQLTypes.ts:757](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L757) ___ @@ -3057,7 +3057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L762) +[src/types/generatedGraphQLTypes.ts:762](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L762) ___ @@ -3074,7 +3074,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L767) +[src/types/generatedGraphQLTypes.ts:767](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L767) ___ @@ -3091,7 +3091,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L773) +[src/types/generatedGraphQLTypes.ts:773](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L773) ___ @@ -3107,7 +3107,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L779) +[src/types/generatedGraphQLTypes.ts:779](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L779) ___ @@ -3128,7 +3128,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L784) +[src/types/generatedGraphQLTypes.ts:784](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L784) ___ @@ -3145,7 +3145,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L794) +[src/types/generatedGraphQLTypes.ts:794](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L794) ___ @@ -3161,7 +3161,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L800) +[src/types/generatedGraphQLTypes.ts:800](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L800) ___ @@ -3182,7 +3182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L805) +[src/types/generatedGraphQLTypes.ts:805](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L805) ___ @@ -3198,7 +3198,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L815) +[src/types/generatedGraphQLTypes.ts:815](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L815) ___ @@ -3214,7 +3214,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L820) +[src/types/generatedGraphQLTypes.ts:820](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L820) ___ @@ -3230,7 +3230,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L825) +[src/types/generatedGraphQLTypes.ts:825](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L825) ___ @@ -3246,7 +3246,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L830) +[src/types/generatedGraphQLTypes.ts:830](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L830) ___ @@ -3263,7 +3263,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L835) +[src/types/generatedGraphQLTypes.ts:835](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L835) ___ @@ -3282,7 +3282,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L841) +[src/types/generatedGraphQLTypes.ts:841](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L841) ___ @@ -3299,7 +3299,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L849) +[src/types/generatedGraphQLTypes.ts:849](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L849) ___ @@ -3315,7 +3315,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L855) +[src/types/generatedGraphQLTypes.ts:855](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L855) ___ @@ -3331,7 +3331,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L860) +[src/types/generatedGraphQLTypes.ts:860](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L860) ___ @@ -3347,7 +3347,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L865) +[src/types/generatedGraphQLTypes.ts:865](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L865) ___ @@ -3363,7 +3363,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L870) +[src/types/generatedGraphQLTypes.ts:870](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L870) ___ @@ -3379,7 +3379,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L875) +[src/types/generatedGraphQLTypes.ts:875](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L875) ___ @@ -3395,7 +3395,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L880) +[src/types/generatedGraphQLTypes.ts:880](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L880) ___ @@ -3411,7 +3411,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L885) +[src/types/generatedGraphQLTypes.ts:885](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L885) ___ @@ -3427,7 +3427,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L890) +[src/types/generatedGraphQLTypes.ts:890](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L890) ___ @@ -3443,7 +3443,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L895) +[src/types/generatedGraphQLTypes.ts:895](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L895) ___ @@ -3459,7 +3459,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L900) +[src/types/generatedGraphQLTypes.ts:900](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L900) ___ @@ -3475,7 +3475,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L905) +[src/types/generatedGraphQLTypes.ts:905](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L905) ___ @@ -3491,7 +3491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L910) +[src/types/generatedGraphQLTypes.ts:910](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L910) ___ @@ -3507,7 +3507,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L915) +[src/types/generatedGraphQLTypes.ts:915](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L915) ___ @@ -3523,7 +3523,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L920) +[src/types/generatedGraphQLTypes.ts:920](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L920) ___ @@ -3539,7 +3539,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L925) +[src/types/generatedGraphQLTypes.ts:925](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L925) ___ @@ -3555,7 +3555,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L930) +[src/types/generatedGraphQLTypes.ts:930](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L930) ___ @@ -3571,7 +3571,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L935) +[src/types/generatedGraphQLTypes.ts:935](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L935) ___ @@ -3587,7 +3587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L940) +[src/types/generatedGraphQLTypes.ts:940](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L940) ___ @@ -3603,7 +3603,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L945) +[src/types/generatedGraphQLTypes.ts:945](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L945) ___ @@ -3620,7 +3620,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L950) +[src/types/generatedGraphQLTypes.ts:950](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L950) ___ @@ -3636,7 +3636,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L956) +[src/types/generatedGraphQLTypes.ts:956](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L956) ___ @@ -3652,7 +3652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L961) +[src/types/generatedGraphQLTypes.ts:961](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L961) ___ @@ -3668,7 +3668,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L966) +[src/types/generatedGraphQLTypes.ts:966](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L966) ___ @@ -3684,7 +3684,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L971) +[src/types/generatedGraphQLTypes.ts:971](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L971) ___ @@ -3700,7 +3700,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L976) +[src/types/generatedGraphQLTypes.ts:976](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L976) ___ @@ -3717,7 +3717,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L981) +[src/types/generatedGraphQLTypes.ts:981](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L981) ___ @@ -3733,7 +3733,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L987) +[src/types/generatedGraphQLTypes.ts:987](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L987) ___ @@ -3749,7 +3749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L992) +[src/types/generatedGraphQLTypes.ts:992](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L992) ___ @@ -3765,7 +3765,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L997) +[src/types/generatedGraphQLTypes.ts:997](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L997) ___ @@ -3782,7 +3782,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1002) +[src/types/generatedGraphQLTypes.ts:1002](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1002) ___ @@ -3798,7 +3798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1008) +[src/types/generatedGraphQLTypes.ts:1008](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1008) ___ @@ -3911,7 +3911,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2683) +[src/types/generatedGraphQLTypes.ts:2683](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2683) ___ @@ -3927,7 +3927,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1013) +[src/types/generatedGraphQLTypes.ts:1013](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1013) ___ @@ -3943,7 +3943,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1018) +[src/types/generatedGraphQLTypes.ts:1018](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1018) ___ @@ -3960,7 +3960,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1023) +[src/types/generatedGraphQLTypes.ts:1023](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1023) ___ @@ -3977,7 +3977,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1029) +[src/types/generatedGraphQLTypes.ts:1029](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1029) ___ @@ -3994,7 +3994,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1035) +[src/types/generatedGraphQLTypes.ts:1035](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1035) ___ @@ -4011,7 +4011,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1041) +[src/types/generatedGraphQLTypes.ts:1041](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1041) ___ @@ -4027,7 +4027,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1047) +[src/types/generatedGraphQLTypes.ts:1047](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1047) ___ @@ -4044,7 +4044,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1052) +[src/types/generatedGraphQLTypes.ts:1052](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1052) ___ @@ -4060,7 +4060,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1058) +[src/types/generatedGraphQLTypes.ts:1058](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1058) ___ @@ -4076,7 +4076,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1063) +[src/types/generatedGraphQLTypes.ts:1063](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1063) ___ @@ -4092,7 +4092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1068) +[src/types/generatedGraphQLTypes.ts:1068](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1068) ___ @@ -4109,7 +4109,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1073) +[src/types/generatedGraphQLTypes.ts:1073](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1073) ___ @@ -4126,7 +4126,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1079) +[src/types/generatedGraphQLTypes.ts:1079](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1079) ___ @@ -4142,7 +4142,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1085) +[src/types/generatedGraphQLTypes.ts:1085](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1085) ___ @@ -4159,7 +4159,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1090) +[src/types/generatedGraphQLTypes.ts:1090](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1090) ___ @@ -4175,7 +4175,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1096) +[src/types/generatedGraphQLTypes.ts:1096](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1096) ___ @@ -4193,7 +4193,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1101) +[src/types/generatedGraphQLTypes.ts:1101](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1101) ___ @@ -4210,7 +4210,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1108) +[src/types/generatedGraphQLTypes.ts:1108](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1108) ___ @@ -4227,7 +4227,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1114) +[src/types/generatedGraphQLTypes.ts:1114](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1114) ___ @@ -4243,7 +4243,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1120) +[src/types/generatedGraphQLTypes.ts:1120](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1120) ___ @@ -4260,7 +4260,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1125) +[src/types/generatedGraphQLTypes.ts:1125](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1125) ___ @@ -4278,7 +4278,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1131) +[src/types/generatedGraphQLTypes.ts:1131](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1131) ___ @@ -4294,7 +4294,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1138) +[src/types/generatedGraphQLTypes.ts:1138](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1138) ___ @@ -4310,7 +4310,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1143) +[src/types/generatedGraphQLTypes.ts:1143](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1143) ___ @@ -4334,7 +4334,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2033) +[src/types/generatedGraphQLTypes.ts:2033](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2033) ___ @@ -4351,7 +4351,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L32) +[src/types/generatedGraphQLTypes.ts:32](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L32) ___ @@ -4386,7 +4386,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1151) +[src/types/generatedGraphQLTypes.ts:1151](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1151) ___ @@ -4402,7 +4402,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1175) +[src/types/generatedGraphQLTypes.ts:1175](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1175) ___ @@ -4422,7 +4422,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1187) +[src/types/generatedGraphQLTypes.ts:1187](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1187) ___ @@ -4449,7 +4449,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2800) +[src/types/generatedGraphQLTypes.ts:2800](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2800) ___ @@ -4473,7 +4473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1195) +[src/types/generatedGraphQLTypes.ts:1195](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1195) ___ @@ -4504,7 +4504,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2808) +[src/types/generatedGraphQLTypes.ts:2808](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2808) ___ @@ -4527,7 +4527,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1207) +[src/types/generatedGraphQLTypes.ts:1207](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1207) ___ @@ -4537,7 +4537,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1218) +[src/types/generatedGraphQLTypes.ts:1218](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1218) ___ @@ -4579,7 +4579,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2777) +[src/types/generatedGraphQLTypes.ts:2777](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2777) ___ @@ -4598,7 +4598,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1180) +[src/types/generatedGraphQLTypes.ts:1180](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1180) ___ @@ -4639,7 +4639,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1230) +[src/types/generatedGraphQLTypes.ts:1230](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1230) ___ @@ -4656,7 +4656,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1259) +[src/types/generatedGraphQLTypes.ts:1259](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1259) ___ @@ -4680,7 +4680,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2820) +[src/types/generatedGraphQLTypes.ts:2820](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2820) ___ @@ -4696,7 +4696,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1147) +[src/types/generatedGraphQLTypes.ts:1147](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1147) ___ @@ -4720,7 +4720,7 @@ Information about pagination in a connection. #### Defined in -[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1265) +[src/types/generatedGraphQLTypes.ts:1265](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1265) ___ @@ -4749,7 +4749,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2825) +[src/types/generatedGraphQLTypes.ts:2825](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2825) ___ @@ -4759,7 +4759,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1277) +[src/types/generatedGraphQLTypes.ts:1277](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1277) ___ @@ -4780,7 +4780,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1281) +[src/types/generatedGraphQLTypes.ts:1281](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1281) ___ @@ -4800,7 +4800,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1290) +[src/types/generatedGraphQLTypes.ts:1290](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1290) ___ @@ -4817,7 +4817,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1298) +[src/types/generatedGraphQLTypes.ts:1298](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1298) ___ @@ -4844,7 +4844,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2848) +[src/types/generatedGraphQLTypes.ts:2848](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2848) ___ @@ -4864,7 +4864,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1303) +[src/types/generatedGraphQLTypes.ts:1303](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1303) ___ @@ -4892,7 +4892,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2839) +[src/types/generatedGraphQLTypes.ts:2839](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2839) ___ @@ -4922,7 +4922,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1311) +[src/types/generatedGraphQLTypes.ts:1311](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1311) ___ @@ -4943,7 +4943,7 @@ A connection to a list of items. #### Defined in -[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1330) +[src/types/generatedGraphQLTypes.ts:1330](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1330) ___ @@ -4969,7 +4969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2878) +[src/types/generatedGraphQLTypes.ts:2878](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2878) ___ @@ -4991,7 +4991,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1339) +[src/types/generatedGraphQLTypes.ts:1339](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1339) ___ @@ -5001,7 +5001,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1349) +[src/types/generatedGraphQLTypes.ts:1349](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1349) ___ @@ -5038,7 +5038,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2860) +[src/types/generatedGraphQLTypes.ts:2860](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2860) ___ @@ -5057,7 +5057,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1367) +[src/types/generatedGraphQLTypes.ts:1367](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1367) ___ @@ -5090,7 +5090,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1374) +[src/types/generatedGraphQLTypes.ts:1374](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1374) ___ @@ -5144,7 +5144,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1395) +[src/types/generatedGraphQLTypes.ts:1395](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1395) ___ @@ -5160,7 +5160,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1438) +[src/types/generatedGraphQLTypes.ts:1438](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1438) ___ @@ -5176,7 +5176,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1443) +[src/types/generatedGraphQLTypes.ts:1443](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1443) ___ @@ -5192,7 +5192,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1448) +[src/types/generatedGraphQLTypes.ts:1448](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1448) ___ @@ -5208,7 +5208,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1453) +[src/types/generatedGraphQLTypes.ts:1453](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1453) ___ @@ -5224,7 +5224,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1458) +[src/types/generatedGraphQLTypes.ts:1458](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1458) ___ @@ -5240,7 +5240,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1463) +[src/types/generatedGraphQLTypes.ts:1463](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1463) ___ @@ -5256,7 +5256,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1468) +[src/types/generatedGraphQLTypes.ts:1468](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1468) ___ @@ -5272,7 +5272,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1473) +[src/types/generatedGraphQLTypes.ts:1473](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1473) ___ @@ -5288,7 +5288,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1478) +[src/types/generatedGraphQLTypes.ts:1478](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1478) ___ @@ -5304,7 +5304,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1483) +[src/types/generatedGraphQLTypes.ts:1483](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1483) ___ @@ -5320,7 +5320,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1488) +[src/types/generatedGraphQLTypes.ts:1488](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1488) ___ @@ -5337,7 +5337,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1493) +[src/types/generatedGraphQLTypes.ts:1493](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1493) ___ @@ -5356,7 +5356,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1499) +[src/types/generatedGraphQLTypes.ts:1499](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1499) ___ @@ -5372,7 +5372,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1507) +[src/types/generatedGraphQLTypes.ts:1507](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1507) ___ @@ -5388,7 +5388,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1512) +[src/types/generatedGraphQLTypes.ts:1512](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1512) ___ @@ -5407,7 +5407,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1517) +[src/types/generatedGraphQLTypes.ts:1517](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1517) ___ @@ -5423,7 +5423,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1525) +[src/types/generatedGraphQLTypes.ts:1525](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1525) ___ @@ -5440,7 +5440,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1530) +[src/types/generatedGraphQLTypes.ts:1530](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1530) ___ @@ -5456,7 +5456,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1536) +[src/types/generatedGraphQLTypes.ts:1536](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1536) ___ @@ -5472,7 +5472,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1541) +[src/types/generatedGraphQLTypes.ts:1541](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1541) ___ @@ -5489,7 +5489,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1546) +[src/types/generatedGraphQLTypes.ts:1546](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1546) ___ @@ -5508,7 +5508,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1552) +[src/types/generatedGraphQLTypes.ts:1552](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1552) ___ @@ -5528,7 +5528,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1560) +[src/types/generatedGraphQLTypes.ts:1560](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1560) ___ @@ -5544,7 +5544,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1569) +[src/types/generatedGraphQLTypes.ts:1569](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1569) ___ @@ -5560,7 +5560,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1574) +[src/types/generatedGraphQLTypes.ts:1574](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1574) ___ @@ -5577,7 +5577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1579) +[src/types/generatedGraphQLTypes.ts:1579](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1579) ___ @@ -5597,7 +5597,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1585) +[src/types/generatedGraphQLTypes.ts:1585](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1585) ___ @@ -5614,7 +5614,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1594) +[src/types/generatedGraphQLTypes.ts:1594](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1594) ___ @@ -5630,7 +5630,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1600) +[src/types/generatedGraphQLTypes.ts:1600](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1600) ___ @@ -5690,7 +5690,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2885) +[src/types/generatedGraphQLTypes.ts:2885](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2885) ___ @@ -5706,7 +5706,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1605) +[src/types/generatedGraphQLTypes.ts:1605](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1605) ___ @@ -5722,7 +5722,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1610) +[src/types/generatedGraphQLTypes.ts:1610](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1610) ___ @@ -5743,7 +5743,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1615) +[src/types/generatedGraphQLTypes.ts:1615](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1615) ___ @@ -5762,7 +5762,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1625) +[src/types/generatedGraphQLTypes.ts:1625](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1625) ___ @@ -5778,7 +5778,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1632) +[src/types/generatedGraphQLTypes.ts:1632](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1632) ___ @@ -5788,7 +5788,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1636) +[src/types/generatedGraphQLTypes.ts:1636](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1636) ___ @@ -5805,7 +5805,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L33) +[src/types/generatedGraphQLTypes.ts:33](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L33) ___ @@ -5824,7 +5824,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1984) +[src/types/generatedGraphQLTypes.ts:1984](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1984) ___ @@ -5860,7 +5860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1986) +[src/types/generatedGraphQLTypes.ts:1986](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1986) ___ @@ -5876,7 +5876,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1982) +[src/types/generatedGraphQLTypes.ts:1982](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1982) ___ @@ -5971,7 +5971,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3068) +[src/types/generatedGraphQLTypes.ts:3068](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3068) ___ @@ -5996,7 +5996,7 @@ Mapping of interface types #### Defined in -[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2049) +[src/types/generatedGraphQLTypes.ts:2049](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2049) ___ @@ -6134,7 +6134,7 @@ Mapping between all available schema types and the resolvers parents #### Defined in -[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2194) +[src/types/generatedGraphQLTypes.ts:2194](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2194) ___ @@ -6286,7 +6286,7 @@ Mapping between all available schema types and the resolvers types #### Defined in -[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2055) +[src/types/generatedGraphQLTypes.ts:2055](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2055) ___ @@ -6310,7 +6310,7 @@ Mapping of union types #### Defined in -[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2044) +[src/types/generatedGraphQLTypes.ts:2044](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2044) ___ @@ -6326,7 +6326,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2322) +[src/types/generatedGraphQLTypes.ts:2322](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2322) ___ @@ -6345,7 +6345,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2326) +[src/types/generatedGraphQLTypes.ts:2326](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2326) ___ @@ -6416,7 +6416,7 @@ All built-in and custom scalars, mapped to their actual values #### Defined in -[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L35) +[src/types/generatedGraphQLTypes.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L35) ___ @@ -6426,7 +6426,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1643) +[src/types/generatedGraphQLTypes.ts:1643](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1643) ___ @@ -6446,7 +6446,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1648) +[src/types/generatedGraphQLTypes.ts:1648](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1648) ___ @@ -6466,7 +6466,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2017) +[src/types/generatedGraphQLTypes.ts:2017](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2017) ___ @@ -6502,7 +6502,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2000) +[src/types/generatedGraphQLTypes.ts:2000](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2000) ___ @@ -6522,7 +6522,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2021) +[src/types/generatedGraphQLTypes.ts:2021](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2021) ___ @@ -6548,7 +6548,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2926) +[src/types/generatedGraphQLTypes.ts:2926](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2926) ___ @@ -6584,7 +6584,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1993) +[src/types/generatedGraphQLTypes.ts:1993](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1993) ___ @@ -6601,7 +6601,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1656) +[src/types/generatedGraphQLTypes.ts:1656](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1656) ___ @@ -6621,7 +6621,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1661) +[src/types/generatedGraphQLTypes.ts:1661](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1661) ___ @@ -6648,7 +6648,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2937) +[src/types/generatedGraphQLTypes.ts:2937](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2937) ___ @@ -6658,7 +6658,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1669) +[src/types/generatedGraphQLTypes.ts:1669](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1669) ___ @@ -6692,7 +6692,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2025) +[src/types/generatedGraphQLTypes.ts:2025](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2025) ___ @@ -6702,7 +6702,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1673) +[src/types/generatedGraphQLTypes.ts:1673](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1673) ___ @@ -6726,7 +6726,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2949) +[src/types/generatedGraphQLTypes.ts:2949](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2949) ___ @@ -6736,7 +6736,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1678) +[src/types/generatedGraphQLTypes.ts:1678](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1678) ___ @@ -6760,7 +6760,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2954) +[src/types/generatedGraphQLTypes.ts:2954](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2954) ___ @@ -6777,7 +6777,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1683) +[src/types/generatedGraphQLTypes.ts:1683](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1683) ___ @@ -6798,7 +6798,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1688) +[src/types/generatedGraphQLTypes.ts:1688](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1688) ___ @@ -6819,7 +6819,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1697) +[src/types/generatedGraphQLTypes.ts:1697](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1697) ___ @@ -6836,7 +6836,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1706) +[src/types/generatedGraphQLTypes.ts:1706](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1706) ___ @@ -6860,7 +6860,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2959) +[src/types/generatedGraphQLTypes.ts:2959](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2959) ___ @@ -6889,7 +6889,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1711) +[src/types/generatedGraphQLTypes.ts:1711](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1711) ___ @@ -6909,7 +6909,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1728) +[src/types/generatedGraphQLTypes.ts:1728](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1728) ___ @@ -6934,7 +6934,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1736) +[src/types/generatedGraphQLTypes.ts:1736](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1736) ___ @@ -6952,7 +6952,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1749) +[src/types/generatedGraphQLTypes.ts:1749](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1749) ___ @@ -6969,7 +6969,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1755) +[src/types/generatedGraphQLTypes.ts:1755](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1755) ___ @@ -6986,7 +6986,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1760) +[src/types/generatedGraphQLTypes.ts:1760](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1760) ___ @@ -7030,7 +7030,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1765) +[src/types/generatedGraphQLTypes.ts:1765](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1765) ___ @@ -7047,7 +7047,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1806) +[src/types/generatedGraphQLTypes.ts:1806](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1806) ___ @@ -7066,7 +7066,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1811) +[src/types/generatedGraphQLTypes.ts:1811](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1811) ___ @@ -7092,7 +7092,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3000) +[src/types/generatedGraphQLTypes.ts:3000](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3000) ___ @@ -7112,7 +7112,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1818) +[src/types/generatedGraphQLTypes.ts:1818](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1818) ___ @@ -7139,7 +7139,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3007) +[src/types/generatedGraphQLTypes.ts:3007](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3007) ___ @@ -7157,7 +7157,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1826) +[src/types/generatedGraphQLTypes.ts:1826](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1826) ___ @@ -7182,7 +7182,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3015) +[src/types/generatedGraphQLTypes.ts:3015](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3015) ___ @@ -7203,7 +7203,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1832) +[src/types/generatedGraphQLTypes.ts:1832](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1832) ___ @@ -7213,7 +7213,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1841) +[src/types/generatedGraphQLTypes.ts:1841](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1841) ___ @@ -7232,7 +7232,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1853) +[src/types/generatedGraphQLTypes.ts:1853](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1853) ___ @@ -7250,7 +7250,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1860) +[src/types/generatedGraphQLTypes.ts:1860](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1860) ___ @@ -7276,7 +7276,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3021) +[src/types/generatedGraphQLTypes.ts:3021](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3021) ___ @@ -7327,7 +7327,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L2968) +[src/types/generatedGraphQLTypes.ts:2968](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L2968) ___ @@ -7349,7 +7349,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1866) +[src/types/generatedGraphQLTypes.ts:1866](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1866) ___ @@ -7365,7 +7365,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1877) +[src/types/generatedGraphQLTypes.ts:1877](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1877) ___ @@ -7383,7 +7383,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1886) +[src/types/generatedGraphQLTypes.ts:1886](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1886) ___ @@ -7408,7 +7408,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3038) +[src/types/generatedGraphQLTypes.ts:3038](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3038) ___ @@ -7437,7 +7437,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3028) +[src/types/generatedGraphQLTypes.ts:3028](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3028) ___ @@ -7453,7 +7453,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1882) +[src/types/generatedGraphQLTypes.ts:1882](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1882) ___ @@ -7473,7 +7473,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1798) +[src/types/generatedGraphQLTypes.ts:1798](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1798) ___ @@ -7491,7 +7491,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1892) +[src/types/generatedGraphQLTypes.ts:1892](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1892) ___ @@ -7509,7 +7509,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1898) +[src/types/generatedGraphQLTypes.ts:1898](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1898) ___ @@ -7534,7 +7534,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3044) +[src/types/generatedGraphQLTypes.ts:3044](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3044) ___ @@ -7552,7 +7552,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1904) +[src/types/generatedGraphQLTypes.ts:1904](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1904) ___ @@ -7577,7 +7577,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3050) +[src/types/generatedGraphQLTypes.ts:3050](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3050) ___ @@ -7587,7 +7587,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1910) +[src/types/generatedGraphQLTypes.ts:1910](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1910) ___ @@ -7634,7 +7634,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1916) +[src/types/generatedGraphQLTypes.ts:1916](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1916) ___ @@ -7652,7 +7652,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1951) +[src/types/generatedGraphQLTypes.ts:1951](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1951) ___ @@ -7670,7 +7670,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1957) +[src/types/generatedGraphQLTypes.ts:1957](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1957) ___ @@ -7695,7 +7695,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3056) +[src/types/generatedGraphQLTypes.ts:3056](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3056) ___ @@ -7713,7 +7713,7 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L1963) +[src/types/generatedGraphQLTypes.ts:1963](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L1963) ___ @@ -7738,4 +7738,4 @@ ___ #### Defined in -[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/types/generatedGraphQLTypes.ts#L3062) +[src/types/generatedGraphQLTypes.ts:3062](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/types/generatedGraphQLTypes.ts#L3062) diff --git a/talawa-api-docs/modules/utilities_PII_decryption.md b/talawa-api-docs/modules/utilities_PII_decryption.md index 4f1cd89a8d..5957c7066e 100644 --- a/talawa-api-docs/modules/utilities_PII_decryption.md +++ b/talawa-api-docs/modules/utilities_PII_decryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/PII/decryption.ts#L4) +[src/utilities/PII/decryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/PII/decryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_encryption.md b/talawa-api-docs/modules/utilities_PII_encryption.md index 3a11525d3f..0a964c3826 100644 --- a/talawa-api-docs/modules/utilities_PII_encryption.md +++ b/talawa-api-docs/modules/utilities_PII_encryption.md @@ -28,4 +28,4 @@ #### Defined in -[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/PII/encryption.ts#L4) +[src/utilities/PII/encryption.ts:4](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/PII/encryption.ts#L4) diff --git a/talawa-api-docs/modules/utilities_PII_isAuthorised.md b/talawa-api-docs/modules/utilities_PII_isAuthorised.md index e038c79027..0f1b3aab75 100644 --- a/talawa-api-docs/modules/utilities_PII_isAuthorised.md +++ b/talawa-api-docs/modules/utilities_PII_isAuthorised.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/PII/isAuthorised.ts#L3) +[src/utilities/PII/isAuthorised.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/PII/isAuthorised.ts#L3) diff --git a/talawa-api-docs/modules/utilities_adminCheck.md b/talawa-api-docs/modules/utilities_adminCheck.md index 351ba61bcb..8808eb0932 100644 --- a/talawa-api-docs/modules/utilities_adminCheck.md +++ b/talawa-api-docs/modules/utilities_adminCheck.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/adminCheck.ts#L14) +[src/utilities/adminCheck.ts:14](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/adminCheck.ts#L14) diff --git a/talawa-api-docs/modules/utilities_auth.md b/talawa-api-docs/modules/utilities_auth.md index df66281e3c..01aa23a875 100644 --- a/talawa-api-docs/modules/utilities_auth.md +++ b/talawa-api-docs/modules/utilities_auth.md @@ -37,7 +37,7 @@ JSON Web Token string payload #### Defined in -[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L19) +[src/utilities/auth.ts:19](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L19) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L35) +[src/utilities/auth.ts:35](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L35) ___ @@ -77,4 +77,4 @@ ___ #### Defined in -[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/auth.ts#L51) +[src/utilities/auth.ts:51](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/auth.ts#L51) diff --git a/talawa-api-docs/modules/utilities_copyToClipboard.md b/talawa-api-docs/modules/utilities_copyToClipboard.md index dc178bc545..356bf68c47 100644 --- a/talawa-api-docs/modules/utilities_copyToClipboard.md +++ b/talawa-api-docs/modules/utilities_copyToClipboard.md @@ -32,4 +32,4 @@ This is a utility method. This works only in development or test mode. #### Defined in -[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/copyToClipboard.ts#L9) +[src/utilities/copyToClipboard.ts:9](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/copyToClipboard.ts#L9) diff --git a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md index 1472ffed2c..e26847c4ac 100644 --- a/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_createSampleOrganizationUtil.md @@ -24,7 +24,7 @@ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L215) +[src/utilities/createSampleOrganizationUtil.ts:215](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/createSampleOrganizationUtil.ts#L215) ___ @@ -45,7 +45,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L64) +[src/utilities/createSampleOrganizationUtil.ts:64](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/createSampleOrganizationUtil.ts#L64) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L128) +[src/utilities/createSampleOrganizationUtil.ts:128](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/createSampleOrganizationUtil.ts#L128) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L185) +[src/utilities/createSampleOrganizationUtil.ts:185](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/createSampleOrganizationUtil.ts#L185) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/createSampleOrganizationUtil.ts#L10) +[src/utilities/createSampleOrganizationUtil.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/createSampleOrganizationUtil.ts#L10) diff --git a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md index 6b7392f39d..f82241155a 100644 --- a/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md +++ b/talawa-api-docs/modules/utilities_deleteDuplicatedImage.md @@ -28,4 +28,4 @@ This function deletes a duplicated image using the function fs.unlink(). #### Defined in -[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/deleteDuplicatedImage.ts#L8) +[src/utilities/deleteDuplicatedImage.ts:8](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/deleteDuplicatedImage.ts#L8) diff --git a/talawa-api-docs/modules/utilities_deleteImage.md b/talawa-api-docs/modules/utilities_deleteImage.md index 854aa0257d..dab2bae38b 100644 --- a/talawa-api-docs/modules/utilities_deleteImage.md +++ b/talawa-api-docs/modules/utilities_deleteImage.md @@ -31,4 +31,4 @@ After deleting the image, the number of uses of the hashed image are decremented #### Defined in -[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/deleteImage.ts#L12) +[src/utilities/deleteImage.ts:12](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/deleteImage.ts#L12) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md index 59f38288dc..643a631312 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_deletePreviousImage.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) +[src/utilities/encodedImageStorage/deletePreviousImage.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/encodedImageStorage/deletePreviousImage.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md index 6c96917d7a..9f12e61d97 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_encodedImageExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) +[src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md index 183a9a79ab..f18e64362e 100644 --- a/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md +++ b/talawa-api-docs/modules/utilities_encodedImageStorage_uploadEncodedImage.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) +[src/utilities/encodedImageStorage/uploadEncodedImage.ts:26](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/encodedImageStorage/uploadEncodedImage.ts#L26) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md index 2cda7c3b40..9792067380 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_deletePreviousVideo.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) +[src/utilities/encodedVideoStorage/deletePreviousVideo.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/encodedVideoStorage/deletePreviousVideo.ts#L5) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md index 70e8371f43..ea4026f9c4 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_encodedVideoExtensionCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) +[src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts:1](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts#L1) diff --git a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md index e92f532f54..50797c581a 100644 --- a/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md +++ b/talawa-api-docs/modules/utilities_encodedVideoStorage_uploadEncodedVideo.md @@ -27,4 +27,4 @@ #### Defined in -[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) +[src/utilities/encodedVideoStorage/uploadEncodedVideo.ts:11](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts#L11) diff --git a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md index 03cd5ed8dd..8909bee24b 100644 --- a/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md +++ b/talawa-api-docs/modules/utilities_graphqlConnectionFactory.md @@ -39,7 +39,7 @@ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L106) +[src/utilities/graphqlConnectionFactory.ts:106](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/graphqlConnectionFactory.ts#L106) ___ @@ -59,7 +59,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L75) +[src/utilities/graphqlConnectionFactory.ts:75](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/graphqlConnectionFactory.ts#L75) ___ @@ -79,7 +79,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L46) +[src/utilities/graphqlConnectionFactory.ts:46](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/graphqlConnectionFactory.ts#L46) ___ @@ -100,7 +100,7 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L53) +[src/utilities/graphqlConnectionFactory.ts:53](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/graphqlConnectionFactory.ts#L53) ___ @@ -120,4 +120,4 @@ ___ #### Defined in -[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/graphqlConnectionFactory.ts#L34) +[src/utilities/graphqlConnectionFactory.ts:34](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/graphqlConnectionFactory.ts#L34) diff --git a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md index 7c7ebd3c94..d06ec0b9b6 100644 --- a/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md +++ b/talawa-api-docs/modules/utilities_imageAlreadyInDbCheck.md @@ -33,4 +33,4 @@ file name. #### Defined in -[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/imageAlreadyInDbCheck.ts#L16) +[src/utilities/imageAlreadyInDbCheck.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/imageAlreadyInDbCheck.ts#L16) diff --git a/talawa-api-docs/modules/utilities_imageExtensionCheck.md b/talawa-api-docs/modules/utilities_imageExtensionCheck.md index c378cb2485..ecd410b680 100644 --- a/talawa-api-docs/modules/utilities_imageExtensionCheck.md +++ b/talawa-api-docs/modules/utilities_imageExtensionCheck.md @@ -30,4 +30,4 @@ then the file is deleted and a validation error is thrown. #### Defined in -[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/imageExtensionCheck.ts#L10) +[src/utilities/imageExtensionCheck.ts:10](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/imageExtensionCheck.ts#L10) diff --git a/talawa-api-docs/modules/utilities_mailer.md b/talawa-api-docs/modules/utilities_mailer.md index 10a990188e..9d0fc8715c 100644 --- a/talawa-api-docs/modules/utilities_mailer.md +++ b/talawa-api-docs/modules/utilities_mailer.md @@ -38,4 +38,4 @@ This is a utility method. #### Defined in -[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/mailer.ts#L24) +[src/utilities/mailer.ts:24](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/mailer.ts#L24) diff --git a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md index b4db715c1e..ffa9d2e60f 100644 --- a/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md +++ b/talawa-api-docs/modules/utilities_removeSampleOrganizationUtil.md @@ -20,4 +20,4 @@ #### Defined in -[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/removeSampleOrganizationUtil.ts#L3) +[src/utilities/removeSampleOrganizationUtil.ts:3](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/removeSampleOrganizationUtil.ts#L3) diff --git a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md index f9dee1d789..cc1b769d36 100644 --- a/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md +++ b/talawa-api-docs/modules/utilities_reuploadDuplicateCheck.md @@ -20,7 +20,7 @@ #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/reuploadDuplicateCheck.ts#L15) +[src/utilities/reuploadDuplicateCheck.ts:15](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/reuploadDuplicateCheck.ts#L15) ## Functions @@ -50,4 +50,4 @@ This is a utility method. #### Defined in -[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/reuploadDuplicateCheck.ts#L42) +[src/utilities/reuploadDuplicateCheck.ts:42](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/reuploadDuplicateCheck.ts#L42) diff --git a/talawa-api-docs/modules/utilities_superAdminCheck.md b/talawa-api-docs/modules/utilities_superAdminCheck.md index 33aa5f0c3a..8cd8774708 100644 --- a/talawa-api-docs/modules/utilities_superAdminCheck.md +++ b/talawa-api-docs/modules/utilities_superAdminCheck.md @@ -26,4 +26,4 @@ #### Defined in -[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/superAdminCheck.ts#L5) +[src/utilities/superAdminCheck.ts:5](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/superAdminCheck.ts#L5) diff --git a/talawa-api-docs/modules/utilities_uploadImage.md b/talawa-api-docs/modules/utilities_uploadImage.md index ce0d25217e..3fd1eaba80 100644 --- a/talawa-api-docs/modules/utilities_uploadImage.md +++ b/talawa-api-docs/modules/utilities_uploadImage.md @@ -35,4 +35,4 @@ This is a utility method. #### Defined in -[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/7d5b1e7/src/utilities/uploadImage.ts#L16) +[src/utilities/uploadImage.ts:16](https://github.com/PalisadoesFoundation/talawa-api/blob/cf57ca9/src/utilities/uploadImage.ts#L16) From adcf095c64f8d51987748e6f967b5cd932cf5920 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 4 Feb 2024 19:14:25 +0530 Subject: [PATCH 017/109] Update README.md --- talawa-api-docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talawa-api-docs/README.md b/talawa-api-docs/README.md index efc9c465fc..2eea479b50 100644 --- a/talawa-api-docs/README.md +++ b/talawa-api-docs/README.md @@ -2,7 +2,7 @@ talawa-api / [Exports](modules.md) # Talawa API -💬 Join the community on Slack. The link can be found in the `Talawa` [README.md](https://github.com/PalisadoesFoundation/talawa) file. +💬 Join our community on Slack. The link can be found in the `Talawa` [README.md](https://github.com/PalisadoesFoundation/talawa) file. [![N|Solid](public/markdown/images/talawa-logo-lite-200x200.png)](https://github.com/PalisadoesFoundation/talawa-api) From a731ade01b368ced0fe76759cac5daff9ddd5f3d Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 4 Feb 2024 19:35:10 +0530 Subject: [PATCH 018/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 426956e375..329c0942a4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -139,7 +139,7 @@ jobs: git config --global user.email "${{env.email}}" git add . git commit -m "Update documentation" - git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:develop + git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs echo -e "🚀${Green} Hurrah! doc updated${NoColor}" env: ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} From 80f6668bf53b59b6a9a932b4c27c41e927f0604a Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 4 Feb 2024 19:52:56 +0530 Subject: [PATCH 019/109] Update ActionItem.ts --- src/models/ActionItem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/ActionItem.ts b/src/models/ActionItem.ts index d8832d579c..1cbbb2ef49 100644 --- a/src/models/ActionItem.ts +++ b/src/models/ActionItem.ts @@ -6,7 +6,7 @@ import type { InterfaceActionItemCategory } from "./ActionItemCategory"; import { MILLISECONDS_IN_A_WEEK } from "../constants"; /** - * This is an interface that represents a database(MongoDB) document for ActionItem. + * This is an interface that represents a database(MongoDB) document for ActionItem [test change]. */ export interface InterfaceActionItem { From d91e179447d78f694c961a2071ee9db2a9fef8ef Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 4 Feb 2024 20:15:36 +0530 Subject: [PATCH 020/109] Update models_ActionItem.InterfaceActionItem.md --- .../interfaces/models_ActionItem.InterfaceActionItem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md index 88a20a1137..97c1ae092f 100644 --- a/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md +++ b/talawa-api-docs/interfaces/models_ActionItem.InterfaceActionItem.md @@ -4,7 +4,7 @@ [models/ActionItem](../modules/models_ActionItem.md).InterfaceActionItem -This is an interface that represents a database(MongoDB) document for ActionItem. +This is an interface that represents a database(MongoDB) document for ActionItem [test check]. ## Table of contents From 7776b92e370f4afb6b24605732364aa96b031c1c Mon Sep 17 00:00:00 2001 From: IntelloManiac Date: Sun, 4 Feb 2024 21:00:22 +0530 Subject: [PATCH 021/109] fix: use HEAD^1 to refer to the parent commit instead of using 2 commits (#1791) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d435f3a3f1..c27bbcde27 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -50,7 +50,7 @@ jobs: run: npm ci - name: Run ESLint to check for linting errors in modified files - run: npx eslint $(git diff --name-only --diff-filter=d ${{ github.event.before }} ${{ github.sha }} -- '***.ts') + run: npx eslint $(git diff --name-only --diff-filter=d ${{ github.sha }}^1 -- '***.ts') - name: Check for formatting errors run: npm run format:check From 13cb0b02562b6ea0097436c01416f5c5014c1b7a Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 4 Feb 2024 21:52:29 +0530 Subject: [PATCH 022/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 329c0942a4..6eb103c38b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -96,7 +96,7 @@ jobs: Generate-Documentation: name: Generate Documentation runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' + # if: github.ref == 'refs/heads/automated-docs' needs: Push-Workflow steps: - name: Checkout repository From b8b7d292945a9843c5a8c0b9d0f67e560d1b5f3d Mon Sep 17 00:00:00 2001 From: Vamshi Maskuri <117595548+varshith257@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:23:55 +0530 Subject: [PATCH 023/109] Upgraded package typescript-eslint/eslint-plugin from 5.62.0 to 6.20.0 (#1743) * Updated typscript eslint parser to v6.19.0 * updated lint:check script to run both graphql and typescipt linting in single run * Update README.md * Update README.md * updated all related packages * Merge changes from origin/develop into my-changes * updated * Update README.md * Updated package.json * Updated package.json --- .eslintrc.json | 3 +- README.md | 9 +- package-lock.json | 415 ++++++++++++++++++++++------------------------ package.json | 6 +- 4 files changed, 206 insertions(+), 227 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 9af321cd12..f5a6d5dd96 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -19,7 +19,8 @@ "plugins": ["@graphql-eslint"], // Do not apply naming conventions to .graphql files "rules": { - "@typescript-eslint/naming-convention": "off" + "@typescript-eslint/naming-convention": "off", + "@typescript-eslint/consistent-type-assertions": "off" } }, { diff --git a/README.md b/README.md index bdacd57db5..17c17f4626 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,11 @@ Core features include: -- [Talawa Components](#talawa-components) -- [Documentation](#documentation) -- [Installation](#installation) -- [Image Upload](#image-upload) +- [Talawa API](#talawa-api) + - [Talawa Components](#talawa-components) + - [Documentation](#documentation) + - [Installation](#installation) + - [Image Upload](#image-upload) diff --git a/package-lock.json b/package-lock.json index 9b98cfc6fa..310635df68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-resolvers": "^4.0.1", - "@graphql-eslint/eslint-plugin": "^3.12.0", + "@graphql-eslint/eslint-plugin": "^3.20.1", "@types/bcryptjs": "^2.4.6", "@types/cls-hooked": "^4.3.8", "@types/copy-paste": "^1.1.30", @@ -85,8 +85,8 @@ "@types/shortid": "^0.0.32", "@types/uuid": "^9.0.7", "@types/validator": "^13.11.7", - "@typescript-eslint/eslint-plugin": "^5.42.0", - "@typescript-eslint/parser": "^5.42.0", + "@typescript-eslint/eslint-plugin": "^6.20.0", + "@typescript-eslint/parser": "^6.20.0", "@vitest/coverage-c8": "^0.24.3", "concurrently": "^8.2.2", "eslint": "^8.56.0", @@ -6246,32 +6246,33 @@ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", - "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz", + "integrity": "sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==", "dev": true, "dependencies": { - "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.62.0", - "@typescript-eslint/type-utils": "5.62.0", - "@typescript-eslint/utils": "5.62.0", + "@eslint-community/regexpp": "^4.5.1", + "@typescript-eslint/scope-manager": "6.20.0", + "@typescript-eslint/type-utils": "6.20.0", + "@typescript-eslint/utils": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0", "debug": "^4.3.4", "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "natural-compare-lite": "^1.4.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "ignore": "^5.2.4", + "natural-compare": "^1.4.0", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha", + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -6307,25 +6308,26 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", - "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.20.0.tgz", + "integrity": "sha512-bYerPDF/H5v6V76MdMYhjwmwgMA+jlPVqjSDq2cRqMi8bP5sR3Z+RLOiOMad3nsnmDVmn2gAFCyNgh/dIrfP/w==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.62.0", - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/scope-manager": "6.20.0", + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/typescript-estree": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0", "debug": "^4.3.4" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -6334,16 +6336,16 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", - "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz", + "integrity": "sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0" + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -6351,25 +6353,25 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", - "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz", + "integrity": "sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.62.0", - "@typescript-eslint/utils": "5.62.0", + "@typescript-eslint/typescript-estree": "6.20.0", + "@typescript-eslint/utils": "6.20.0", "debug": "^4.3.4", - "tsutils": "^3.21.0" + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "*" + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -6378,12 +6380,12 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", - "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.20.0.tgz", + "integrity": "sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -6391,21 +6393,22 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", - "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz", + "integrity": "sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0", + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -6417,6 +6420,15 @@ } } }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -6429,6 +6441,21 @@ "node": ">=10" } }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@typescript-eslint/typescript-estree/node_modules/semver": { "version": "7.5.4", "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", @@ -6445,29 +6472,28 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", - "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.20.0.tgz", + "integrity": "sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==", "dev": true, "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.62.0", - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/typescript-estree": "5.62.0", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" + "@eslint-community/eslint-utils": "^4.4.0", + "@types/json-schema": "^7.0.12", + "@types/semver": "^7.5.0", + "@typescript-eslint/scope-manager": "6.20.0", + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/typescript-estree": "6.20.0", + "semver": "^7.5.4" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0" } }, "node_modules/@typescript-eslint/utils/node_modules/lru-cache": { @@ -6498,16 +6524,16 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", - "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz", + "integrity": "sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.62.0", - "eslint-visitor-keys": "^3.3.0" + "@typescript-eslint/types": "6.20.0", + "eslint-visitor-keys": "^3.4.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -9300,19 +9326,6 @@ "@microsoft/tsdoc-config": "0.16.2" } }, - "node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/eslint-visitor-keys": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", @@ -9460,15 +9473,6 @@ "node": ">=4.0" } }, - "node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true, - "engines": { - "node": ">=4.0" - } - }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -11067,12 +11071,12 @@ } }, "node_modules/husky": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", - "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", + "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", "dev": true, "bin": { - "husky": "bin.js" + "husky": "bin.mjs" }, "engines": { "node": ">=18" @@ -13322,12 +13326,6 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, - "node_modules/natural-compare-lite": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", - "dev": true - }, "node_modules/needle": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/needle/-/needle-2.4.0.tgz", @@ -16088,6 +16086,18 @@ "node": ">= 14.0.0" } }, + "node_modules/ts-api-utils": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz", + "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==", + "dev": true, + "engines": { + "node": ">=16.13.0" + }, + "peerDependencies": { + "typescript": ">=4.2.0" + } + }, "node_modules/ts-log": { "version": "2.2.5", "resolved": "https://registry.npmjs.org/ts-log/-/ts-log-2.2.5.tgz", @@ -16123,27 +16133,6 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dev": true, - "dependencies": { - "tslib": "^1.8.1" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - } - }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - }, "node_modules/tsx": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.0.tgz", @@ -21678,21 +21667,22 @@ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" }, "@typescript-eslint/eslint-plugin": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", - "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz", + "integrity": "sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==", "dev": true, "requires": { - "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.62.0", - "@typescript-eslint/type-utils": "5.62.0", - "@typescript-eslint/utils": "5.62.0", + "@eslint-community/regexpp": "^4.5.1", + "@typescript-eslint/scope-manager": "6.20.0", + "@typescript-eslint/type-utils": "6.20.0", + "@typescript-eslint/utils": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0", "debug": "^4.3.4", "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "natural-compare-lite": "^1.4.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "ignore": "^5.2.4", + "natural-compare": "^1.4.0", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "dependencies": { "lru-cache": { @@ -21716,60 +21706,71 @@ } }, "@typescript-eslint/parser": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", - "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.20.0.tgz", + "integrity": "sha512-bYerPDF/H5v6V76MdMYhjwmwgMA+jlPVqjSDq2cRqMi8bP5sR3Z+RLOiOMad3nsnmDVmn2gAFCyNgh/dIrfP/w==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.62.0", - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/scope-manager": "6.20.0", + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/typescript-estree": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0", "debug": "^4.3.4" } }, "@typescript-eslint/scope-manager": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", - "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz", + "integrity": "sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==", "dev": true, "requires": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0" + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0" } }, "@typescript-eslint/type-utils": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", - "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz", + "integrity": "sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==", "dev": true, "requires": { - "@typescript-eslint/typescript-estree": "5.62.0", - "@typescript-eslint/utils": "5.62.0", + "@typescript-eslint/typescript-estree": "6.20.0", + "@typescript-eslint/utils": "6.20.0", "debug": "^4.3.4", - "tsutils": "^3.21.0" + "ts-api-utils": "^1.0.1" } }, "@typescript-eslint/types": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", - "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.20.0.tgz", + "integrity": "sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", - "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz", + "integrity": "sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==", "dev": true, "requires": { - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/visitor-keys": "5.62.0", + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/visitor-keys": "6.20.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -21779,6 +21780,15 @@ "yallist": "^4.0.0" } }, + "minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + }, "semver": { "version": "7.5.4", "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", @@ -21791,19 +21801,18 @@ } }, "@typescript-eslint/utils": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", - "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.20.0.tgz", + "integrity": "sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==", "dev": true, "requires": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.62.0", - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/typescript-estree": "5.62.0", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" + "@eslint-community/eslint-utils": "^4.4.0", + "@types/json-schema": "^7.0.12", + "@types/semver": "^7.5.0", + "@typescript-eslint/scope-manager": "6.20.0", + "@typescript-eslint/types": "6.20.0", + "@typescript-eslint/typescript-estree": "6.20.0", + "semver": "^7.5.4" }, "dependencies": { "lru-cache": { @@ -21827,13 +21836,13 @@ } }, "@typescript-eslint/visitor-keys": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", - "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz", + "integrity": "sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==", "dev": true, "requires": { - "@typescript-eslint/types": "5.62.0", - "eslint-visitor-keys": "^3.3.0" + "@typescript-eslint/types": "6.20.0", + "eslint-visitor-keys": "^3.4.1" } }, "@ungap/structured-clone": { @@ -23915,16 +23924,6 @@ "@microsoft/tsdoc-config": "0.16.2" } }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - } - }, "eslint-visitor-keys": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", @@ -23981,12 +23980,6 @@ } } }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true - }, "esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -25177,9 +25170,9 @@ "dev": true }, "husky": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz", - "integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==", + "version": "9.0.10", + "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.10.tgz", + "integrity": "sha512-TQGNknoiy6bURzIO77pPRu+XHi6zI7T93rX+QnJsoYFf3xdjKOur+IlfqzJGMHIK/wXrLg+GsvMs8Op7vI2jVA==", "dev": true }, "i18n": { @@ -26798,12 +26791,6 @@ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, - "natural-compare-lite": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==", - "dev": true - }, "needle": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/needle/-/needle-2.4.0.tgz", @@ -28868,6 +28855,13 @@ "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz", "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==" }, + "ts-api-utils": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz", + "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==", + "dev": true, + "requires": {} + }, "ts-log": { "version": "2.2.5", "resolved": "https://registry.npmjs.org/ts-log/-/ts-log-2.2.5.tgz", @@ -28902,23 +28896,6 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, - "tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dev": true, - "requires": { - "tslib": "^1.8.1" - }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - } - } - }, "tsx": { "version": "4.7.0", "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.7.0.tgz", diff --git a/package.json b/package.json index 29cb12c0af..85929d2cf2 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-resolvers": "^4.0.1", - "@graphql-eslint/eslint-plugin": "^3.12.0", + "@graphql-eslint/eslint-plugin": "^3.20.1", "@types/bcryptjs": "^2.4.6", "@types/cls-hooked": "^4.3.8", "@types/copy-paste": "^1.1.30", @@ -119,8 +119,8 @@ "@types/shortid": "^0.0.32", "@types/uuid": "^9.0.7", "@types/validator": "^13.11.7", - "@typescript-eslint/eslint-plugin": "^5.42.0", - "@typescript-eslint/parser": "^5.42.0", + "@typescript-eslint/eslint-plugin": "^6.20.0", + "@typescript-eslint/parser": "^6.20.0", "@vitest/coverage-c8": "^0.24.3", "concurrently": "^8.2.2", "eslint": "^8.56.0", From d4048e4c5a035f7506d23c56281d121b47188021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:01:56 -0800 Subject: [PATCH 024/109] chore(deps): bump date-fns from 3.3.0 to 3.3.1 (#1798) Bumps [date-fns](https://github.com/date-fns/date-fns) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 310635df68..4582dcdce7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "copy-paste": "^1.5.3", "cors": "^2.8.5", "cross-env": "^7.0.3", - "date-fns": "^3.3.0", + "date-fns": "^3.3.1", "dotenv": "^16.4.1", "express": "^4.18.2", "express-mongo-sanitize": "^2.2.0", @@ -8297,9 +8297,9 @@ "integrity": "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==" }, "node_modules/date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", + "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==", "funding": { "type": "github", "url": "https://github.com/sponsors/kossnocorp" @@ -23182,9 +23182,9 @@ "integrity": "sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==" }, "date-fns": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.0.tgz", - "integrity": "sha512-xuouT0GuI2W8yXhCMn/AXbSl1Av3wu2hJXxMnnILTY3bYY0UgNK0qOwVXqdFBrobW5qbX1TuOTgMw7c2H2OuhA==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz", + "integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==" }, "dayjs": { "version": "1.11.10", diff --git a/package.json b/package.json index 85929d2cf2..8917f13eed 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "copy-paste": "^1.5.3", "cors": "^2.8.5", "cross-env": "^7.0.3", - "date-fns": "^3.3.0", + "date-fns": "^3.3.1", "dotenv": "^16.4.1", "express": "^4.18.2", "express-mongo-sanitize": "^2.2.0", From c48752af42a9049b529d211d13070d959b257070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:02:23 -0800 Subject: [PATCH 025/109] chore(deps): bump lint-staged from 15.2.0 to 15.2.1 (#1796) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.0 to 15.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.0...v15.2.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 42 +++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4582dcdce7..7c4dba9d6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "get-graphql-schema": "^2.1.2", "graphql-markdown": "^7.0.0", "husky": "^9.0.6", - "lint-staged": "^15.2.0", + "lint-staged": "^15.2.1", "prettier": "^2.7.1", "rimraf": "^5.0.5", "tsx": "^4.7.0", @@ -12158,9 +12158,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.0.tgz", - "integrity": "sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==", + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz", + "integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -12168,7 +12168,7 @@ "debug": "4.3.4", "execa": "8.0.1", "lilconfig": "3.0.0", - "listr2": "8.0.0", + "listr2": "8.0.1", "micromatch": "4.0.5", "pidtree": "0.6.0", "string-argv": "0.3.2", @@ -12285,9 +12285,9 @@ } }, "node_modules/lint-staged/node_modules/listr2": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.0.tgz", - "integrity": "sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.1.tgz", + "integrity": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==", "dev": true, "dependencies": { "cli-truncate": "^4.0.0", @@ -12408,9 +12408,9 @@ } }, "node_modules/lint-staged/node_modules/string-width": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", - "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz", + "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==", "dev": true, "dependencies": { "emoji-regex": "^10.3.0", @@ -25962,9 +25962,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "lint-staged": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.0.tgz", - "integrity": "sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==", + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz", + "integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==", "dev": true, "requires": { "chalk": "5.3.0", @@ -25972,7 +25972,7 @@ "debug": "4.3.4", "execa": "8.0.1", "lilconfig": "3.0.0", - "listr2": "8.0.0", + "listr2": "8.0.1", "micromatch": "4.0.5", "pidtree": "0.6.0", "string-argv": "0.3.2", @@ -26038,9 +26038,9 @@ "dev": true }, "listr2": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.0.tgz", - "integrity": "sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.0.1.tgz", + "integrity": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==", "dev": true, "requires": { "cli-truncate": "^4.0.0", @@ -26121,9 +26121,9 @@ } }, "string-width": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.0.0.tgz", - "integrity": "sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz", + "integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==", "dev": true, "requires": { "emoji-regex": "^10.3.0", diff --git a/package.json b/package.json index 8917f13eed..bffc2241cc 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "get-graphql-schema": "^2.1.2", "graphql-markdown": "^7.0.0", "husky": "^9.0.6", - "lint-staged": "^15.2.0", + "lint-staged": "^15.2.1", "prettier": "^2.7.1", "rimraf": "^5.0.5", "tsx": "^4.7.0", From b55a7ac45ca2e7ccf0950197ea0b5bc6d144e43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:08:33 -0800 Subject: [PATCH 026/109] chore(deps): bump nanoid from 3.3.7 to 5.0.5 (#1797) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 5.0.5. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...5.0.5) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 44 +++++++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 36 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c4dba9d6a..f7aecf2450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "mongoose": "^5.13.21", "mongoose-paginate-v2": "^1.7.0", "morgan": "^1.10.0", - "nanoid": "^3.3.7", + "nanoid": "^5.0.5", "nodemailer": "^6.9.8", "pm2": "^5.2.0", "redis": "^4.6.12", @@ -13304,9 +13304,9 @@ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.5.tgz", + "integrity": "sha512-/Veqm+QKsyMY3kqi4faWplnY1u+VuKO3dD2binyPIybP31DRO29bPF+1mszgLnrR2KqSLceFLBNw0zmvDzN1QQ==", "funding": [ { "type": "github", @@ -13314,10 +13314,10 @@ } ], "bin": { - "nanoid": "bin/nanoid.cjs" + "nanoid": "bin/nanoid.js" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": "^18 || >=20" } }, "node_modules/natural-compare": { @@ -14265,6 +14265,24 @@ "node": "^10 || ^12 || >=14" } }, + "node_modules/postcss/node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -26781,9 +26799,9 @@ "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==" }, "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-5.0.5.tgz", + "integrity": "sha512-/Veqm+QKsyMY3kqi4faWplnY1u+VuKO3dD2binyPIybP31DRO29bPF+1mszgLnrR2KqSLceFLBNw0zmvDzN1QQ==" }, "natural-compare": { "version": "1.4.0", @@ -27477,6 +27495,14 @@ "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" + }, + "dependencies": { + "nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true + } } }, "prelude-ls": { diff --git a/package.json b/package.json index bffc2241cc..570b502bd9 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "mongoose": "^5.13.21", "mongoose-paginate-v2": "^1.7.0", "morgan": "^1.10.0", - "nanoid": "^3.3.7", + "nanoid": "^5.0.5", "nodemailer": "^6.9.8", "pm2": "^5.2.0", "redis": "^4.6.12", From ee6c33ea44124b56cd2f23d563ab6d6ae43bb86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:11:33 -0800 Subject: [PATCH 027/109] chore(deps): bump prettier from 2.8.8 to 3.2.5 (#1794) Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.2.5. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.2.5) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7aecf2450..77182e7a05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "graphql-markdown": "^7.0.0", "husky": "^9.0.6", "lint-staged": "^15.2.1", - "prettier": "^2.7.1", + "prettier": "^3.2.5", "rimraf": "^5.0.5", "tsx": "^4.7.0", "typescript": "^5.3.2", @@ -14293,15 +14293,15 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -27512,9 +27512,9 @@ "dev": true }, "prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true }, "process-nextick-args": { diff --git a/package.json b/package.json index 570b502bd9..15a8811fc9 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "graphql-markdown": "^7.0.0", "husky": "^9.0.6", "lint-staged": "^15.2.1", - "prettier": "^2.7.1", + "prettier": "^3.2.5", "rimraf": "^5.0.5", "tsx": "^4.7.0", "typescript": "^5.3.2", From e69119f7eccec820854e234904abc14457d1337b Mon Sep 17 00:00:00 2001 From: IntelloManiac Date: Tue, 6 Feb 2024 06:04:24 +0530 Subject: [PATCH 028/109] feat: linting using changed-files gh action (#1799) * feat: linting using changed-files gh action * fix: the way env is passed * test: changed 2 files to test --- .github/workflows/pull-request.yml | 13 ++++++++++++- src/app.ts | 1 - src/checks.ts | 1 - 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c27bbcde27..910c382939 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -25,6 +25,8 @@ jobs: steps: - name: Checkout repository content uses: actions/checkout@v3 + with: + fetch-depth: 2 - name: Count number of lines run: | @@ -49,8 +51,17 @@ jobs: - name: Install Dependencies run: npm ci + - name: Get changed files + id: changed_files + uses: tj-actions/changed-files@v42 + with: + files: | + **.ts + - name: Run ESLint to check for linting errors in modified files - run: npx eslint $(git diff --name-only --diff-filter=d ${{ github.sha }}^1 -- '***.ts') + env: + CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} + run: npx eslint ${CHANGED_FILES} - name: Check for formatting errors run: npm run format:check diff --git a/src/app.ts b/src/app.ts index e3eeef04d3..e26d89fda3 100644 --- a/src/app.ts +++ b/src/app.ts @@ -11,7 +11,6 @@ import { appConfig } from "./config"; import { requestContext, requestTracing, stream } from "./libraries"; //@ts-ignore import graphqlUploadExpress from "graphql-upload/graphqlUploadExpress.mjs"; - const app = express(); app.use(requestTracing.middleware()); diff --git a/src/checks.ts b/src/checks.ts index 425f980c17..41147f2781 100644 --- a/src/checks.ts +++ b/src/checks.ts @@ -3,7 +3,6 @@ import { User } from "./models"; import { generateErrorMessage } from "zod-error"; import { getEnvIssues } from "./env"; import { logger } from "./libraries"; - const logWarningForSuperAdminEnvVariable = async (): Promise => { const superAdminExist = await User.exists({ userType: "SUPERADMIN" }); const isVariablePresentInEnvFile = !!LAST_RESORT_SUPERADMIN_EMAIL; From 66970ab8f67b2848174144965a8d319a15d2d381 Mon Sep 17 00:00:00 2001 From: Crystian I <60124535+Cioppolo14@users.noreply.github.com> Date: Wed, 7 Feb 2024 08:09:26 -0500 Subject: [PATCH 029/109] Update pull-request-target.yml --- .github/workflows/pull-request-target.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index ad50c9d2d6..fde5f05808 100644 --- a/.github/workflows/pull-request-target.yml +++ b/.github/workflows/pull-request-target.yml @@ -39,6 +39,7 @@ jobs: ### Reviewers + Do not assign reviewers. Our Queue Monitors will review your PR and assign them. When your PR has been assigned reviewers contact them to get your code reviewed and approved via: 1. comments in this PR or From 390faadde745eb734b326e9c53c917b8fcb106be Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:24:43 -0800 Subject: [PATCH 030/109] # Lint changed *ts files except the *ts files in .eslintignore --- .github/workflows/pull-request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 910c382939..da34d8c1b2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,14 +51,17 @@ jobs: - name: Install Dependencies run: npm ci + # Lint changed *ts files except the *ts files in .eslintignore - name: Get changed files id: changed_files uses: tj-actions/changed-files@v42 with: files: | - **.ts + - **.ts + - '!src/types/**ts' - name: Run ESLint to check for linting errors in modified files + if: steps.changed_files.outputs.any_changed == 'true' env: CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} run: npx eslint ${CHANGED_FILES} From e57791db57e9d7822bb5b56387d234e80064df3e Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:26:44 -0800 Subject: [PATCH 031/109] Lint changed *ts files except the *ts files in .eslintignore which could cause failure --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index da34d8c1b2..0bd0cf085d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,7 +51,8 @@ jobs: - name: Install Dependencies run: npm ci - # Lint changed *ts files except the *ts files in .eslintignore + # Lint changed *ts files + # Except the *ts files in .eslintignore which could cause failure - name: Get changed files id: changed_files uses: tj-actions/changed-files@v42 From 54ad8749ec401327e19fedd45c58cf75df79e007 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:05:09 -0800 Subject: [PATCH 032/109] Updated lint ignore statement dashes --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0bd0cf085d..4382d31233 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -58,8 +58,8 @@ jobs: uses: tj-actions/changed-files@v42 with: files: | - - **.ts - - '!src/types/**ts' + **.ts + '!src/types/**ts' - name: Run ESLint to check for linting errors in modified files if: steps.changed_files.outputs.any_changed == 'true' From 84fb7f648067f629eb46a0f333f46dd3ede064b4 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:11:25 -0800 Subject: [PATCH 033/109] Fixed typescript linting files identification --- .github/workflows/pull-request.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4382d31233..2f412b3ef6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -58,13 +58,14 @@ jobs: uses: tj-actions/changed-files@v42 with: files: | - **.ts - '!src/types/**ts' + typescript: + - **.ts + - '!src/types/**ts' - name: Run ESLint to check for linting errors in modified files - if: steps.changed_files.outputs.any_changed == 'true' + if: steps.changed_files.outputs.outputs.typescript_any_changed == 'true' env: - CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} + CHANGED_FILES: ${{ steps.changed_files.outputs.typescript_all_changed_files }} run: npx eslint ${CHANGED_FILES} - name: Check for formatting errors From f433e78d73e875f9211c3c1662dcd71a5be2162d Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:22:29 -0800 Subject: [PATCH 034/109] Removed quotes for lint test --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2f412b3ef6..32f0a5ba76 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -60,7 +60,7 @@ jobs: files: | typescript: - **.ts - - '!src/types/**ts' + - !src/types/**ts - name: Run ESLint to check for linting errors in modified files if: steps.changed_files.outputs.outputs.typescript_any_changed == 'true' From 7d70c5951723e3ca84d8acbe56b7d1b105895d5b Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:25:19 -0800 Subject: [PATCH 035/109] Fixed if statement --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 32f0a5ba76..0c8ff53d97 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -60,10 +60,10 @@ jobs: files: | typescript: - **.ts - - !src/types/**ts + - '!src/types/**ts' - name: Run ESLint to check for linting errors in modified files - if: steps.changed_files.outputs.outputs.typescript_any_changed == 'true' + if: steps.changed_files.outputs.typescript_any_changed == 'true' env: CHANGED_FILES: ${{ steps.changed_files.outputs.typescript_all_changed_files }} run: npx eslint ${CHANGED_FILES} From f708ab1e6271a3312f0689362f59c3b71da54823 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:29:13 -0800 Subject: [PATCH 036/109] Commented out if statement --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0c8ff53d97..503e13d454 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -63,7 +63,7 @@ jobs: - '!src/types/**ts' - name: Run ESLint to check for linting errors in modified files - if: steps.changed_files.outputs.typescript_any_changed == 'true' + #if: steps.changed_files.outputs.typescript_any_changed == 'true' env: CHANGED_FILES: ${{ steps.changed_files.outputs.typescript_all_changed_files }} run: npx eslint ${CHANGED_FILES} From 4540832b87198ec06a323b59827fd4513d539b93 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:32:53 -0800 Subject: [PATCH 037/109] Test Echo --- .github/workflows/pull-request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 503e13d454..552b1f6820 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -66,7 +66,10 @@ jobs: #if: steps.changed_files.outputs.typescript_any_changed == 'true' env: CHANGED_FILES: ${{ steps.changed_files.outputs.typescript_all_changed_files }} - run: npx eslint ${CHANGED_FILES} + run: | + echo $CHANGED_FILES + echo ${CHANGED_FILES} + npx eslint ${CHANGED_FILES} - name: Check for formatting errors run: npm run format:check From e6856f215e9d71c2209e00635ba10202b11470e2 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:40:58 -0800 Subject: [PATCH 038/109] Changed quotes --- .github/workflows/pull-request.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 552b1f6820..5e410a70b6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -67,8 +67,9 @@ jobs: env: CHANGED_FILES: ${{ steps.changed_files.outputs.typescript_all_changed_files }} run: | - echo $CHANGED_FILES - echo ${CHANGED_FILES} + echo "$CHANGED_FILES" + echo "${CHANGED_FILES}" + echo "TEST" npx eslint ${CHANGED_FILES} - name: Check for formatting errors From 17178d542f95f29e5165fd90608ba3bdb9eff447 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:43:16 -0800 Subject: [PATCH 039/109] Changed fetch depth --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5e410a70b6..f8fbf3b85c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout repository content uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - name: Count number of lines run: | From 6924f5dec8136820276d481d328ff3e1985a3768 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:48:14 -0800 Subject: [PATCH 040/109] Update pull-request.yml --- .github/workflows/pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f8fbf3b85c..8e412a8d07 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -54,7 +54,7 @@ jobs: # Lint changed *ts files # Except the *ts files in .eslintignore which could cause failure - name: Get changed files - id: changed_files + id: changed-files uses: tj-actions/changed-files@v42 with: files: | @@ -63,9 +63,9 @@ jobs: - '!src/types/**ts' - name: Run ESLint to check for linting errors in modified files - #if: steps.changed_files.outputs.typescript_any_changed == 'true' + #if: steps.changed-files.outputs.typescript_any_changed == 'true' env: - CHANGED_FILES: ${{ steps.changed_files.outputs.typescript_all_changed_files }} + CHANGED_FILES: ${{ steps.changed-files.outputs.typescript_all_changed_files }} run: | echo "$CHANGED_FILES" echo "${CHANGED_FILES}" From 1e7db636bd52622175229ac55be23c3495ec6503 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:55:19 -0800 Subject: [PATCH 041/109] Added ignore statements for linting --- .github/workflows/pull-request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8e412a8d07..3ce921e51d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -58,9 +58,9 @@ jobs: uses: tj-actions/changed-files@v42 with: files: | - typescript: - - **.ts - - '!src/types/**ts' + **.ts + files_ignore: | + src/types/**ts - name: Run ESLint to check for linting errors in modified files #if: steps.changed-files.outputs.typescript_any_changed == 'true' From fb81a83d30cdf10cd57c5bf58368ba79bee8d54f Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:59:39 -0800 Subject: [PATCH 042/109] Update pull-request.yml - Restored --- .github/workflows/pull-request.yml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3ce921e51d..0e42b1ab39 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout repository content uses: actions/checkout@v3 with: - fetch-depth: 0 + fetch-depth: 2 - name: Count number of lines run: | @@ -51,26 +51,17 @@ jobs: - name: Install Dependencies run: npm ci - # Lint changed *ts files - # Except the *ts files in .eslintignore which could cause failure - name: Get changed files - id: changed-files + id: changed_files uses: tj-actions/changed-files@v42 with: files: | - **.ts - files_ignore: | - src/types/**ts + **.ts - name: Run ESLint to check for linting errors in modified files - #if: steps.changed-files.outputs.typescript_any_changed == 'true' env: - CHANGED_FILES: ${{ steps.changed-files.outputs.typescript_all_changed_files }} - run: | - echo "$CHANGED_FILES" - echo "${CHANGED_FILES}" - echo "TEST" - npx eslint ${CHANGED_FILES} + CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} + run: npx eslint ${CHANGED_FILES} - name: Check for formatting errors run: npm run format:check @@ -200,6 +191,3 @@ jobs: run: | echo "PR is not against develop branch. Please refer PR_GUIDELINES.md" exit 1 - - - From 121c33511b646f9ee267f5e45c9928a2ddf135a9 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:07:43 -0800 Subject: [PATCH 043/109] Update pull-request.yml (Removed linting test) --- .github/workflows/pull-request.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0e42b1ab39..9062df90f2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,17 +51,17 @@ jobs: - name: Install Dependencies run: npm ci - - name: Get changed files - id: changed_files - uses: tj-actions/changed-files@v42 - with: - files: | - **.ts - - - name: Run ESLint to check for linting errors in modified files - env: - CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} - run: npx eslint ${CHANGED_FILES} + # - name: Get changed files + # id: changed_files + # uses: tj-actions/changed-files@v42 + # with: + # files: | + # **.ts + + # - name: Run ESLint to check for linting errors in modified files + # env: + # CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} + # run: npx eslint ${CHANGED_FILES} - name: Check for formatting errors run: npm run format:check From 1d31990a810a9ab58b331e8788ff19c773d419ca Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:13:16 -0800 Subject: [PATCH 044/109] Revert "chore(deps): bump prettier from 2.8.8 to 3.2.5 (#1794)" (#1813) This reverts commit ee6c33ea44124b56cd2f23d563ab6d6ae43bb86d. --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77182e7a05..f7aecf2450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "graphql-markdown": "^7.0.0", "husky": "^9.0.6", "lint-staged": "^15.2.1", - "prettier": "^3.2.5", + "prettier": "^2.7.1", "rimraf": "^5.0.5", "tsx": "^4.7.0", "typescript": "^5.3.2", @@ -14293,15 +14293,15 @@ } }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true, "bin": { - "prettier": "bin/prettier.cjs" + "prettier": "bin-prettier.js" }, "engines": { - "node": ">=14" + "node": ">=10.13.0" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -27512,9 +27512,9 @@ "dev": true }, "prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true }, "process-nextick-args": { diff --git a/package.json b/package.json index 15a8811fc9..570b502bd9 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "graphql-markdown": "^7.0.0", "husky": "^9.0.6", "lint-staged": "^15.2.1", - "prettier": "^3.2.5", + "prettier": "^2.7.1", "rimraf": "^5.0.5", "tsx": "^4.7.0", "typescript": "^5.3.2", From bb54f66a74fa279323961a5e39a6e908a381130b Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:16:55 -0800 Subject: [PATCH 045/109] Update pull-request.yml (Post restoring prettier) --- .github/workflows/pull-request.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9062df90f2..0e42b1ab39 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,17 +51,17 @@ jobs: - name: Install Dependencies run: npm ci - # - name: Get changed files - # id: changed_files - # uses: tj-actions/changed-files@v42 - # with: - # files: | - # **.ts - - # - name: Run ESLint to check for linting errors in modified files - # env: - # CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} - # run: npx eslint ${CHANGED_FILES} + - name: Get changed files + id: changed_files + uses: tj-actions/changed-files@v42 + with: + files: | + **.ts + + - name: Run ESLint to check for linting errors in modified files + env: + CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} + run: npx eslint ${CHANGED_FILES} - name: Check for formatting errors run: npm run format:check From 46874c00f619f7126ae5b948503192345d57a3b7 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:22:03 -0800 Subject: [PATCH 046/109] Update pull-request.yml (Test src/models/User.ts) --- .github/workflows/pull-request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0e42b1ab39..b81aa81f65 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -56,7 +56,9 @@ jobs: uses: tj-actions/changed-files@v42 with: files: | - **.ts + **.ts + files_ignore: | + src/models/User.ts - name: Run ESLint to check for linting errors in modified files env: From ae588608d6a0170aef420d5916ae815a5d4241d3 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:24:55 -0800 Subject: [PATCH 047/109] Update pull-request.yml (Testing src/types/) --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b81aa81f65..3893f6eb28 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -58,7 +58,8 @@ jobs: files: | **.ts files_ignore: | - src/models/User.ts + src/models/**.ts + src/types/**.ts - name: Run ESLint to check for linting errors in modified files env: From 2d3071a9f9ad945d64fdc396cbb88a321c6ccba1 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:28:45 -0800 Subject: [PATCH 048/109] Update pull-request.yml (Testing linting exceptions) --- .github/workflows/pull-request.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3893f6eb28..e27de9fa33 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -56,10 +56,9 @@ jobs: uses: tj-actions/changed-files@v42 with: files: | - **.ts - files_ignore: | - src/models/**.ts - src/types/**.ts + - **.ts + - '!src/models/**.ts' + - '!src/types/**.ts' - name: Run ESLint to check for linting errors in modified files env: From fa7ff28f8519085cdc147f5ad907b86e2347801e Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:31:04 -0800 Subject: [PATCH 049/109] Update pull-request.yml (Lint Final) --- .github/workflows/pull-request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index e27de9fa33..964313e706 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -57,7 +57,6 @@ jobs: with: files: | - **.ts - - '!src/models/**.ts' - '!src/types/**.ts' - name: Run ESLint to check for linting errors in modified files From d3d78b6b96cbe6d57265aaf465fc55064a61f954 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:37:05 -0800 Subject: [PATCH 050/109] Update pull-request.yml (Added linting comment) --- .github/workflows/pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 964313e706..6b6e4a8850 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,6 +51,8 @@ jobs: - name: Install Dependencies run: npm ci + # Lint, but exclude typescript files in the .eslintignore file + # or else we'll get failures - name: Get changed files id: changed_files uses: tj-actions/changed-files@v42 @@ -60,6 +62,7 @@ jobs: - '!src/types/**.ts' - name: Run ESLint to check for linting errors in modified files + if: steps.changed_files.outputs.any_changed == 'true' env: CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} run: npx eslint ${CHANGED_FILES} From bdcd3e1ea26489594d85ef5a7bcce01ebb8386e6 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:41:52 -0800 Subject: [PATCH 051/109] Update pull-request.yml (Removed if statement, doesn't work) --- .github/workflows/pull-request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6b6e4a8850..eeeb871c4a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -62,7 +62,6 @@ jobs: - '!src/types/**.ts' - name: Run ESLint to check for linting errors in modified files - if: steps.changed_files.outputs.any_changed == 'true' env: CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} run: npx eslint ${CHANGED_FILES} From 19a5094eceaf3a03417135704ba6d1f43af75609 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:46:31 -0800 Subject: [PATCH 052/109] Update pull-request.yml --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index eeeb871c4a..7c5bbf62c5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -58,8 +58,8 @@ jobs: uses: tj-actions/changed-files@v42 with: files: | - - **.ts - - '!src/types/**.ts' + **.ts + '!src/types/**.ts' - name: Run ESLint to check for linting errors in modified files env: From cc5872e57b56247ff2f3f721a7b88f0d2fe84432 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:49:45 -0800 Subject: [PATCH 053/109] Update pull-request.yml (Restored if statement) --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7c5bbf62c5..9fa93d4b18 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -62,6 +62,7 @@ jobs: '!src/types/**.ts' - name: Run ESLint to check for linting errors in modified files + if: steps.changed_files.outputs.any_changed == 'true' env: CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }} run: npx eslint ${CHANGED_FILES} From fa10711df3a135c7038c8e9ce1e33b3f2fa35e61 Mon Sep 17 00:00:00 2001 From: Aditya Rai <118007662+AdityaRaimec22@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:25:51 +0530 Subject: [PATCH 054/109] Added support for user family members (#1810) * added all the code * new commit * new commit * fix linting * fix linting * fix linting --- .github/workflows/pull-request.yml | 2 +- README.md | 2 +- codegen.ts | 2 + sample_data/userFamilies.json | 20 ++ schema.graphql | 17 ++ src/constants.ts | 12 + src/models/User.ts | 1 - src/models/userFamily.ts | 56 ++++ src/resolvers/Mutation/addUserToUserFamily.ts | 82 +++++ src/resolvers/Mutation/createUserFamily.ts | 81 +++++ src/resolvers/Mutation/index.ts | 8 + src/resolvers/Mutation/removeUserFamily.ts | 60 ++++ .../Mutation/removeUserFromUserFamily.ts | 129 ++++++++ src/resolvers/UserFamily/admins.ts | 14 + src/resolvers/UserFamily/creator.ts | 24 ++ src/resolvers/UserFamily/index.ts | 10 + src/resolvers/UserFamily/users.ts | 14 + src/resolvers/index.ts | 2 + src/typeDefs/inputs.ts | 5 + src/typeDefs/mutations.ts | 8 + src/typeDefs/types.ts | 8 + src/types/generatedGraphQLTypes.ts | 59 ++++ src/utilities/userFamilyAdminCheck.ts | 36 +++ tests/helpers/userAndUserFamily.ts | 75 +++++ .../Mutation/addUserToUserFamily.spec.ts | 154 ++++++++++ .../Mutation/createUserFamily.spec.ts | 189 ++++++++++++ .../Mutation/removeUserFamily.spec.ts | 139 +++++++++ .../Mutation/removeUserFromUserFamily.spec.ts | 289 ++++++++++++++++++ tests/resolvers/UserFamily/admins.spec.ts | 39 +++ tests/resolvers/UserFamily/creator.spec.ts | 111 +++++++ tests/resolvers/UserFamily/users.spec.ts | 39 +++ tests/utilities/userFamilyAdminCheck.spec.ts | 155 ++++++++++ 32 files changed, 1839 insertions(+), 3 deletions(-) create mode 100644 sample_data/userFamilies.json create mode 100644 src/models/userFamily.ts create mode 100644 src/resolvers/Mutation/addUserToUserFamily.ts create mode 100644 src/resolvers/Mutation/createUserFamily.ts create mode 100644 src/resolvers/Mutation/removeUserFamily.ts create mode 100644 src/resolvers/Mutation/removeUserFromUserFamily.ts create mode 100644 src/resolvers/UserFamily/admins.ts create mode 100644 src/resolvers/UserFamily/creator.ts create mode 100644 src/resolvers/UserFamily/index.ts create mode 100644 src/resolvers/UserFamily/users.ts create mode 100644 src/utilities/userFamilyAdminCheck.ts create mode 100644 tests/helpers/userAndUserFamily.ts create mode 100644 tests/resolvers/Mutation/addUserToUserFamily.spec.ts create mode 100644 tests/resolvers/Mutation/createUserFamily.spec.ts create mode 100644 tests/resolvers/Mutation/removeUserFamily.spec.ts create mode 100644 tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts create mode 100644 tests/resolvers/UserFamily/admins.spec.ts create mode 100644 tests/resolvers/UserFamily/creator.spec.ts create mode 100644 tests/resolvers/UserFamily/users.spec.ts create mode 100644 tests/utilities/userFamilyAdminCheck.spec.ts diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 9fa93d4b18..6948d1bce2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,7 +4,7 @@ # NOTE! # # Please read the README.md file in this directory that defines what should -# be placed in this file +# be placed in this file. # ############################################################################## ############################################################################## diff --git a/README.md b/README.md index 17c17f4626..327fa7941a 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ Core features include: ## Image Upload -To enable image upload functionalities create an images folder in the root of the project +To enable image upload functionalities create an images folder in the root of the project \ No newline at end of file diff --git a/codegen.ts b/codegen.ts index 47f6985cad..3f49de49f0 100644 --- a/codegen.ts +++ b/codegen.ts @@ -47,6 +47,8 @@ const config: CodegenConfig = { EventAttendee: "../models/EventAttendee#InterfaceEventAttendee", + UserFamily: "../models/userFamily#InterfaceUserFamily", + Feedback: "../models/Feedback#InterfaceFeedback", // File: '../models/File#InterfaceFile', diff --git a/sample_data/userFamilies.json b/sample_data/userFamilies.json new file mode 100644 index 0000000000..b936f13366 --- /dev/null +++ b/sample_data/userFamilies.json @@ -0,0 +1,20 @@ +[ + { + "_id": "60f18f31b7e5c4a2a4c3f905", + "title": "Smith Family", + "users": [ + "64378abd85008f171cf2990d", + "65378abd85008f171cf2990d", + "66378abd85008f171cf2990d" + ] + }, + { + "_id": "60f18f31b7e5c4a2a4c3f906", + "title": "Johnson Family", + "users": [ + "66378abd85008f171cf2990d", + "65378abd85008f171cf2990d", + "64378abd85008f171cf2990d" + ] + } +] diff --git a/schema.graphql b/schema.graphql index 8ea527723c..19d7ad4b4d 100644 --- a/schema.graphql +++ b/schema.graphql @@ -521,6 +521,7 @@ type Mutation { addUserCustomData(dataName: String!, dataValue: Any!, organizationId: ID!): UserCustomData! addUserImage(file: String!): User! addUserToGroupChat(chatId: ID!, userId: ID!): GroupChat! + addUserToUserFamily(familyId: ID!, userId: ID!): UserFamily! adminRemoveEvent(eventId: ID!): Event! adminRemoveGroup(groupId: ID!): GroupChat! assignUserTag(input: ToggleUserTagAssignInput!): User @@ -543,6 +544,7 @@ type Mutation { createPlugin(pluginCreatedBy: String!, pluginDesc: String!, pluginName: String!, uninstalledOrgs: [ID!]): Plugin! createPost(data: PostInput!, file: String): Post createSampleOrganization: Boolean! + createUserFamily(data: createUserFamilyInput!): UserFamily! createUserTag(input: CreateUserTagInput!): UserTag deleteAdvertisementById(id: ID!): DeletePayload! deleteDonationById(id: ID!): DeletePayload! @@ -574,7 +576,9 @@ type Mutation { removePost(id: ID!): Post removeSampleOrganization: Boolean! removeUserCustomData(organizationId: ID!): UserCustomData! + removeUserFamily(familyId: ID!): UserFamily! removeUserFromGroupChat(chatId: ID!, userId: ID!): GroupChat! + removeUserFromUserFamily(familyId: ID!, userId: ID!): UserFamily! removeUserImage: User! removeUserTag(id: ID!): UserTag revokeRefreshTokenForUser: Boolean! @@ -1073,6 +1077,14 @@ type UserEdge { node: User! } +type UserFamily { + _id: ID! + admins: [User!]! + creator: User! + title: String + users: [User!]! +} + input UserInput { appLanguageCode: String email: EmailAddress! @@ -1204,4 +1216,9 @@ input createGroupChatInput { organizationId: ID! title: String! userIds: [ID!]! +} + +input createUserFamilyInput { + title: String! + userIds: [ID!]! } \ No newline at end of file diff --git a/src/constants.ts b/src/constants.ts index e5945d7454..b454f7e676 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -177,12 +177,24 @@ export const LENGTH_VALIDATION_ERROR = { PARAM: "stringValidation", }; +export const USER_FAMILY_MIN_MEMBERS_ERROR_CODE = { + MESSAGE: "InputValidationError", + CODE: "membersInUserFamilyLessThanOne", + PARAM: "membersInUserFamilyLessThanOne", +}; + export const REGEX_VALIDATION_ERROR = { MESSAGE: "Error: Entered value must be a valid string", CODE: "string.notValid", PARAM: "stringValidation", }; +export const USER_FAMILY_NOT_FOUND_ERROR = { + MESSAGE: "Error: User Family Not Found", + CODE: "userfamilyNotFound", + PARAM: "userfamilyNotFound", +}; + export const USER_NOT_AUTHORIZED_SUPERADMIN = { MESSAGE: "Error: Current user must be a SUPERADMIN", CODE: "role.notValid.superadmin", diff --git a/src/models/User.ts b/src/models/User.ts index 8f8eb098be..befe7ee2f3 100644 --- a/src/models/User.ts +++ b/src/models/User.ts @@ -6,7 +6,6 @@ import type { InterfaceEvent } from "./Event"; import type { InterfaceMembershipRequest } from "./MembershipRequest"; import type { InterfaceOrganization } from "./Organization"; import { createLoggingMiddleware } from "../libraries/dbLogger"; -import { LOG } from "../constants"; /** * This is an interface that represents a database(MongoDB) document for User. diff --git a/src/models/userFamily.ts b/src/models/userFamily.ts new file mode 100644 index 0000000000..a9d8577ea4 --- /dev/null +++ b/src/models/userFamily.ts @@ -0,0 +1,56 @@ +import type { PopulatedDoc, Types, Document, Model } from "mongoose"; +import { Schema, model, models } from "mongoose"; +import type { InterfaceUser } from "./User"; +/** + * This is an interface that represents a database(MongoDB) document for Family. + */ + +export interface InterfaceUserFamily { + _id: Types.ObjectId; + title: string; + users: PopulatedDoc[]; + admins: PopulatedDoc[]; + creator: PopulatedDoc[]; +} + +/** + * @param title - Name of the user Family (type: String) + * Description: Name of the user Family. + */ + +/** + * @param users - Members associated with the user Family (type: String) + * Description: Members associated with the user Family. + */ +const userFamilySchema = new Schema({ + title: { + type: String, + required: true, + }, + users: [ + { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, + ], + admins: [ + { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, + ], + creator: { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, +}); + +const userFamilyModel = (): Model => + model("UserFamily", userFamilySchema); + +// This syntax is needed to prevent Mongoose OverwriteModelError while running tests. +export const UserFamily = (models.UserFamily || + userFamilyModel()) as ReturnType; diff --git a/src/resolvers/Mutation/addUserToUserFamily.ts b/src/resolvers/Mutation/addUserToUserFamily.ts new file mode 100644 index 0000000000..1c1cd590e3 --- /dev/null +++ b/src/resolvers/Mutation/addUserToUserFamily.ts @@ -0,0 +1,82 @@ +import "dotenv/config"; +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { adminCheck } from "../../utilities/userFamilyAdminCheck"; +import { User } from "../../models"; +import { UserFamily } from "../../models/userFamily"; +import { + USER_FAMILY_NOT_FOUND_ERROR, + USER_ALREADY_MEMBER_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +/** + * This function adds user to the family. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of the entire application + * @remarks The following checks are done: + * 1. If the family exists + * 2. If the user exists + * 3. If the user is already member of the family + * 4. If the user is admin of the user Family + * @returns Updated family + */ +export const addUserToUserFamily: MutationResolvers["addUserToUserFamily"] = + async (_parent, args, context) => { + const userFamily = await UserFamily.findOne({ + _id: args.familyId, + }).lean(); + + const currentUser = await User.findById({ + _id: context.userId, + }); + + // Checks whether user with _id === args.userId exists. + if (currentUser === null) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + //check wheather family exists + if (!userFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), + USER_FAMILY_NOT_FOUND_ERROR.CODE, + USER_FAMILY_NOT_FOUND_ERROR.PARAM + ); + } + + //check whether user is admin of the family + await adminCheck(currentUser?._id, userFamily); + + const isUserMemberOfUserFamily = userFamily.users.some((user) => { + user.equals(args.userId); + }); + + // Checks whether user with _id === args.userId is already a member of Family. + if (isUserMemberOfUserFamily) { + throw new errors.ConflictError( + requestContext.translate(USER_ALREADY_MEMBER_ERROR.MESSAGE), + USER_ALREADY_MEMBER_ERROR.CODE, + USER_ALREADY_MEMBER_ERROR.PARAM + ); + } + + // Adds args.userId to users lists on family group and return the updated family. + return await UserFamily.findOneAndUpdate( + { + _id: args.familyId, + }, + { + $push: { + users: args.userId, + }, + }, + { + new: true, + } + ).lean(); + }; diff --git a/src/resolvers/Mutation/createUserFamily.ts b/src/resolvers/Mutation/createUserFamily.ts new file mode 100644 index 0000000000..9a7f911625 --- /dev/null +++ b/src/resolvers/Mutation/createUserFamily.ts @@ -0,0 +1,81 @@ +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { User } from "../../models"; +import { errors, requestContext } from "../../libraries"; +import { + LENGTH_VALIDATION_ERROR, + USER_FAMILY_MIN_MEMBERS_ERROR_CODE, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +import { isValidString } from "../../libraries/validators/validateString"; +import { UserFamily } from "../../models/userFamily"; +import { superAdminCheck } from "../../utilities"; +/** + * This Function enables to create a user Family + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire application + * @remarks - The following checks are done: + * 1. If the user exists + * 2. If the user is super admin + * 3. If there are atleast two members in the family. + * @returns Created user Family + */ +export const createUserFamily: MutationResolvers["createUserFamily"] = async ( + _parent, + args, + context +) => { + const currentUser = await User.findById({ + _id: context.userId, + }); + + // Checks whether user with _id === args.userId exists. + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + // Check whether the user is super admin. + superAdminCheck(currentUser); + + let validationResultName = { + isLessThanMaxLength: false, + }; + + if (args && args.data && typeof args.data.title === "string") { + validationResultName = isValidString(args.data.title, 256); + } + + if (!validationResultName.isLessThanMaxLength) { + throw new errors.InputValidationError( + requestContext.translate( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + ), + LENGTH_VALIDATION_ERROR.CODE + ); + } + + // Check if there are at least 2 members + if (args.data?.userIds.length < 2) { + throw new errors.InputValidationError( + requestContext.translate(USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE), + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.CODE, + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.PARAM + ); + } + + const userfamilyTitle = args.data?.title; + + const createdUserFamily = await UserFamily.create({ + ...args.data, + title: userfamilyTitle, + users: [context.userId, ...args.data.userIds], + admins: [context.userId], + creator: context.userId, + }); + + return createdUserFamily.toObject(); +}; diff --git a/src/resolvers/Mutation/index.ts b/src/resolvers/Mutation/index.ts index 68e6c4c916..2d3332bcf8 100644 --- a/src/resolvers/Mutation/index.ts +++ b/src/resolvers/Mutation/index.ts @@ -53,6 +53,10 @@ import { removeComment } from "./removeComment"; import { removeDirectChat } from "./removeDirectChat"; import { removeEvent } from "./removeEvent"; import { removeEventAttendee } from "./removeEventAttendee"; +import { addUserToUserFamily } from "./addUserToUserFamily"; +import { removeUserFromUserFamily } from "./removeUserFromUserFamily"; +import { removeUserFamily } from "./removeUserFamily"; +import { createUserFamily } from "./createUserFamily"; import { removeGroupChat } from "./removeGroupChat"; import { removeAdvertisement } from "./removeAdvertisement"; import { removeMember } from "./removeMember"; @@ -104,6 +108,10 @@ export const Mutation: MutationResolvers = { addUserToGroupChat, adminRemoveEvent, adminRemoveGroup, + addUserToUserFamily, + removeUserFamily, + removeUserFromUserFamily, + createUserFamily, assignUserTag, blockPluginCreationBySuperadmin, blockUser, diff --git a/src/resolvers/Mutation/removeUserFamily.ts b/src/resolvers/Mutation/removeUserFamily.ts new file mode 100644 index 0000000000..38181ad1a9 --- /dev/null +++ b/src/resolvers/Mutation/removeUserFamily.ts @@ -0,0 +1,60 @@ +import { + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { UserFamily } from "../../models/userFamily"; +import { User } from "../../models"; +import { superAdminCheck } from "../../utilities"; +/** + * This function enables to remove a user family. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire application. + * @remarks - The following checks are done: + * 1. If the user family exists. + * 2. If the user is super admin. + * @returns Deleted user family. + */ +export const removeUserFamily: MutationResolvers["removeUserFamily"] = async ( + _parent, + args, + context +) => { + const userFamily = await UserFamily.findOne({ + _id: args.familyId, + }).lean(); + + const currentUser = await User.findOne({ + _id: context.userId, + }); + + // Checks whether currentUser exists. + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + // Checks whether currentUser is a SUPERADMIN + superAdminCheck(currentUser); + + // Checks if a family with _id === args.familyId exists + if (!userFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), + USER_FAMILY_NOT_FOUND_ERROR.CODE, + USER_FAMILY_NOT_FOUND_ERROR.PARAM + ); + } + + // Deletes the UserFamily. + await UserFamily.deleteOne({ + _id: userFamily._id, + }); + + return userFamily; +}; diff --git a/src/resolvers/Mutation/removeUserFromUserFamily.ts b/src/resolvers/Mutation/removeUserFromUserFamily.ts new file mode 100644 index 0000000000..17d411f672 --- /dev/null +++ b/src/resolvers/Mutation/removeUserFromUserFamily.ts @@ -0,0 +1,129 @@ +import { + ADMIN_REMOVING_ADMIN, + ADMIN_REMOVING_CREATOR, + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, + USER_REMOVING_SELF, +} from "../../constants"; +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { User } from "../../models"; +import { UserFamily } from "../../models/userFamily"; +import { adminCheck } from "../../utilities/userFamilyAdminCheck"; +import { Types } from "mongoose"; +/** + * This function enables to remove a user from group chat. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire publication + * @remarks The following checks are done: + * 1. If the family exists. + * 2. If the user to be removed is member of the organisation. + * 3. If the user is admin of the family + * @returns Updated group chat. + */ +export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFamily"] = + async (_parent, args, context) => { + const userFamily = await UserFamily.findById({ + _id: args.familyId, + }).lean(); + + const currentUser = await User.findById({ + _id: context.userId, + }); + + const user = await User.findById({ + _id: args.userId, + }); + + // Check whether the user exists. + if (!user) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + const userIsMemberOfUserFamily = userFamily?.users.some((member) => { + return Types.ObjectId(member).equals(user?._id); + }); + + const userIdUserFamilyAdmin = userFamily?.admins.some((admin) => { + Types.ObjectId(admin).equals(user?._id); + }); + + //Check whether user family exists. + if (!userFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), + USER_FAMILY_NOT_FOUND_ERROR.CODE, + USER_FAMILY_NOT_FOUND_ERROR.PARAM + ); + } + + //check whether user is admin of the family. + await adminCheck(currentUser?._id, userFamily); + + //Check whether user is member of the family. + if (!userIsMemberOfUserFamily) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + // Check if the current user is removing self + if (user._id.equals(currentUser?._id)) { + throw new errors.ConflictError( + requestContext.translate(USER_REMOVING_SELF.MESSAGE), + USER_REMOVING_SELF.CODE, + USER_REMOVING_SELF.PARAM + ); + } + + /* + userIsUserFamilyAdmin being true implies that the current user is an admin of userFamily. + If userIsUserFamilyAdmin is true pushes error message to errors list and breaks out of loop. + */ + if (userIdUserFamilyAdmin) { + throw new errors.ConflictError( + requestContext.translate(ADMIN_REMOVING_ADMIN.MESSAGE), + ADMIN_REMOVING_ADMIN.CODE, + ADMIN_REMOVING_ADMIN.PARAM + ); + } + + /* + Administrators cannot remove creator of userFamily from the members list. + Following if block matches userFamily's creator's id to + user's id. Match being true implies that current user is the creator + of userFamily. If match is true assigns error message to errors list + and breaks out of loop. + */ + if (Types.ObjectId(userFamily.creator.toString()).equals(user._id)) { + throw new errors.UnauthorizedError( + requestContext.translate(ADMIN_REMOVING_CREATOR.MESSAGE), + ADMIN_REMOVING_CREATOR.CODE, + ADMIN_REMOVING_CREATOR.PARAM + ); + } + + //Removes args.userId from users list of user family ans return the updated family. + return await UserFamily.findOneAndUpdate( + { + _id: args.familyId, + }, + { + $set: { + users: userFamily.users.filter( + (user) => user.toString() !== args.userId.toString() + ), + }, + }, + { + new: true, + } + ).lean(); + }; diff --git a/src/resolvers/UserFamily/admins.ts b/src/resolvers/UserFamily/admins.ts new file mode 100644 index 0000000000..9571bd0c02 --- /dev/null +++ b/src/resolvers/UserFamily/admins.ts @@ -0,0 +1,14 @@ +import { User } from "../../models"; +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +/** + * This resolver function will fetch and return the admins of the Organization from database. + * @param parent - An object that is the return value of the resolver for this field's parent. + * @returns An object that contains the list of all admins of the organization. + */ +export const admins: UserFamilyResolvers["admins"] = async (parent) => { + return await User.find({ + _id: { + $in: parent.admins, + }, + }).lean(); +}; diff --git a/src/resolvers/UserFamily/creator.ts b/src/resolvers/UserFamily/creator.ts new file mode 100644 index 0000000000..9e10abf8f4 --- /dev/null +++ b/src/resolvers/UserFamily/creator.ts @@ -0,0 +1,24 @@ +import { User } from "../../models"; +import { errors, requestContext } from "../../libraries"; +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +import { USER_NOT_FOUND_ERROR } from "../../constants"; +/** + * This resolver function will fetch and return the creator of the Organization from database. + * @param parent - An object that is the return value of the resolver for this field's parent. + * @returns An object that contains the creator data. If the creator not exists then throws an `NotFoundError` error. + */ +export const creator: UserFamilyResolvers["creator"] = async (parent) => { + const user = await User.findOne({ + _id: parent.creator.toString(), + }).lean(); + + if (!user) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + return user; +}; diff --git a/src/resolvers/UserFamily/index.ts b/src/resolvers/UserFamily/index.ts new file mode 100644 index 0000000000..a89939e37d --- /dev/null +++ b/src/resolvers/UserFamily/index.ts @@ -0,0 +1,10 @@ +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +import { users } from "./users"; +import { admins } from "./admins"; +import { creator } from "./creator"; + +export const UserFamily: UserFamilyResolvers = { + users, + admins, + creator, +}; diff --git a/src/resolvers/UserFamily/users.ts b/src/resolvers/UserFamily/users.ts new file mode 100644 index 0000000000..c02ba909f4 --- /dev/null +++ b/src/resolvers/UserFamily/users.ts @@ -0,0 +1,14 @@ +import type { UserFamilyResolvers } from "../../types/generatedGraphQLTypes"; +import { User } from "../../models"; +/** + * This resolver function will fetch and return the list of all Members of the user family from database. + * @param parent - An object that is the return value of the resolver for this field's parent. + * @returns An `object` that contains the Member data. + */ +export const users: UserFamilyResolvers["users"] = async (parent) => { + return await User.find({ + _id: { + $in: parent.users, + }, + }).lean(); +}; diff --git a/src/resolvers/index.ts b/src/resolvers/index.ts index 7ded81a68f..fbfe904d28 100644 --- a/src/resolvers/index.ts +++ b/src/resolvers/index.ts @@ -11,6 +11,7 @@ import { GroupChat } from "./GroupChat"; import { GroupChatMessage } from "./GroupChatMessage"; import { MembershipRequest } from "./MembershipRequest"; import { Mutation } from "./Mutation"; +import { UserFamily } from "./UserFamily"; import { Organization } from "./Organization"; import { Post } from "./Post"; import { Query } from "./Query"; @@ -42,6 +43,7 @@ const resolvers: Resolvers = { Event, Feedback, GroupChat, + UserFamily, GroupChatMessage, MembershipRequest, Mutation, diff --git a/src/typeDefs/inputs.ts b/src/typeDefs/inputs.ts index e4aa13d73e..d0bdd94af4 100644 --- a/src/typeDefs/inputs.ts +++ b/src/typeDefs/inputs.ts @@ -29,6 +29,11 @@ export const inputs = gql` title: String! } + input createUserFamilyInput { + title: String! + userIds: [ID!]! + } + input CreateUserTagInput { name: String! parentTagId: ID diff --git a/src/typeDefs/mutations.ts b/src/typeDefs/mutations.ts index 1843e92141..a2439dccef 100644 --- a/src/typeDefs/mutations.ts +++ b/src/typeDefs/mutations.ts @@ -34,6 +34,14 @@ export const mutations = gql` addUserToGroupChat(userId: ID!, chatId: ID!): GroupChat! @auth + addUserToUserFamily(userId: ID!, familyId: ID!): UserFamily! @auth + + removeUserFromUserFamily(userId: ID!, familyId: ID!): UserFamily! @auth + + removeUserFamily(familyId: ID!): UserFamily! @auth + + createUserFamily(data: createUserFamilyInput!): UserFamily! @auth + adminRemoveEvent(eventId: ID!): Event! @auth adminRemoveGroup(groupId: ID!): GroupChat! @auth diff --git a/src/typeDefs/types.ts b/src/typeDefs/types.ts index c58764ccbe..1923a9a37a 100644 --- a/src/typeDefs/types.ts +++ b/src/typeDefs/types.ts @@ -75,6 +75,14 @@ export const types = gql` updatedAt: DateTime! } + type UserFamily { + _id: ID! + title: String + users: [User!]! + admins: [User!]! + creator: User! + } + # A page info type adhering to Relay Specification for both cursor based pagination type ConnectionPageInfo { hasNextPage: Boolean! diff --git a/src/types/generatedGraphQLTypes.ts b/src/types/generatedGraphQLTypes.ts index fd68a701a1..161abec318 100644 --- a/src/types/generatedGraphQLTypes.ts +++ b/src/types/generatedGraphQLTypes.ts @@ -9,6 +9,7 @@ import type { InterfaceDirectChatMessage as InterfaceDirectChatMessageModel } fr import type { InterfaceDonation as InterfaceDonationModel } from '../models/Donation'; import type { InterfaceEvent as InterfaceEventModel } from '../models/Event'; import type { InterfaceEventAttendee as InterfaceEventAttendeeModel } from '../models/EventAttendee'; +import type { InterfaceUserFamily as InterfaceUserFamilyModel } from '../models/userFamily'; import type { InterfaceFeedback as InterfaceFeedbackModel } from '../models/Feedback'; import type { InterfaceGroup as InterfaceGroupModel } from '../models/Group'; import type { InterfaceGroupChat as InterfaceGroupChatModel } from '../models/GroupChat'; @@ -587,6 +588,7 @@ export type Mutation = { addUserCustomData: UserCustomData; addUserImage: User; addUserToGroupChat: GroupChat; + addUserToUserFamily: UserFamily; adminRemoveEvent: Event; adminRemoveGroup: GroupChat; assignUserTag?: Maybe; @@ -609,6 +611,7 @@ export type Mutation = { createPlugin: Plugin; createPost?: Maybe; createSampleOrganization: Scalars['Boolean']['output']; + createUserFamily: UserFamily; createUserTag?: Maybe; deleteAdvertisementById: DeletePayload; deleteDonationById: DeletePayload; @@ -640,7 +643,9 @@ export type Mutation = { removePost?: Maybe; removeSampleOrganization: Scalars['Boolean']['output']; removeUserCustomData: UserCustomData; + removeUserFamily: UserFamily; removeUserFromGroupChat: GroupChat; + removeUserFromUserFamily: UserFamily; removeUserImage: User; removeUserTag?: Maybe; revokeRefreshTokenForUser: Scalars['Boolean']['output']; @@ -727,6 +732,12 @@ export type MutationAddUserToGroupChatArgs = { }; +export type MutationAddUserToUserFamilyArgs = { + familyId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; +}; + + export type MutationAdminRemoveEventArgs = { eventId: Scalars['ID']['input']; }; @@ -852,6 +863,11 @@ export type MutationCreatePostArgs = { }; +export type MutationCreateUserFamilyArgs = { + data: CreateUserFamilyInput; +}; + + export type MutationCreateUserTagArgs = { input: CreateUserTagInput; }; @@ -999,12 +1015,23 @@ export type MutationRemoveUserCustomDataArgs = { }; +export type MutationRemoveUserFamilyArgs = { + familyId: Scalars['ID']['input']; +}; + + export type MutationRemoveUserFromGroupChatArgs = { chatId: Scalars['ID']['input']; userId: Scalars['ID']['input']; }; +export type MutationRemoveUserFromUserFamilyArgs = { + familyId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; +}; + + export type MutationRemoveUserTagArgs = { id: Scalars['ID']['input']; }; @@ -1829,6 +1856,15 @@ export type UserEdge = { node: User; }; +export type UserFamily = { + __typename?: 'UserFamily'; + _id: Scalars['ID']['output']; + admins: Array; + creator: User; + title?: Maybe; + users: Array; +}; + export type UserInput = { appLanguageCode?: InputMaybe; email: Scalars['EmailAddress']['input']; @@ -1977,6 +2013,11 @@ export type CreateGroupChatInput = { userIds: Array; }; +export type CreateUserFamilyInput = { + title: Scalars['String']['input']; + userIds: Array; +}; + export type ResolverTypeWrapper = Promise | T; @@ -2172,6 +2213,7 @@ export type ResolversTypes = { UserConnection: ResolverTypeWrapper & { edges: Array> }>; UserCustomData: ResolverTypeWrapper; UserEdge: ResolverTypeWrapper & { node: ResolversTypes['User'] }>; + UserFamily: ResolverTypeWrapper; UserInput: UserInput; UserOrderByInput: UserOrderByInput; UserPhone: ResolverTypeWrapper; @@ -2188,6 +2230,7 @@ export type ResolversTypes = { UsersConnectionResult: ResolverTypeWrapper & { data?: Maybe, errors: Array }>; createChatInput: CreateChatInput; createGroupChatInput: CreateGroupChatInput; + createUserFamilyInput: CreateUserFamilyInput; }; /** Mapping between all available schema types and the resolvers parents */ @@ -2299,6 +2342,7 @@ export type ResolversParentTypes = { UserConnection: Omit & { edges: Array> }; UserCustomData: UserCustomData; UserEdge: Omit & { node: ResolversParentTypes['User'] }; + UserFamily: InterfaceUserFamilyModel; UserInput: UserInput; UserPhone: UserPhone; UserPhoneInput: UserPhoneInput; @@ -2313,6 +2357,7 @@ export type ResolversParentTypes = { UsersConnectionResult: Omit & { data?: Maybe, errors: Array }; createChatInput: CreateChatInput; createGroupChatInput: CreateGroupChatInput; + createUserFamilyInput: CreateUserFamilyInput; }; export type AuthDirectiveArgs = { }; @@ -2691,6 +2736,7 @@ export type MutationResolvers>; addUserImage?: Resolver>; addUserToGroupChat?: Resolver>; + addUserToUserFamily?: Resolver>; adminRemoveEvent?: Resolver>; adminRemoveGroup?: Resolver>; assignUserTag?: Resolver, ParentType, ContextType, RequireFields>; @@ -2713,6 +2759,7 @@ export type MutationResolvers>; createPost?: Resolver, ParentType, ContextType, RequireFields>; createSampleOrganization?: Resolver; + createUserFamily?: Resolver>; createUserTag?: Resolver, ParentType, ContextType, RequireFields>; deleteAdvertisementById?: Resolver>; deleteDonationById?: Resolver>; @@ -2744,7 +2791,9 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; removeSampleOrganization?: Resolver; removeUserCustomData?: Resolver>; + removeUserFamily?: Resolver>; removeUserFromGroupChat?: Resolver>; + removeUserFromUserFamily?: Resolver>; removeUserImage?: Resolver; removeUserTag?: Resolver, ParentType, ContextType, RequireFields>; revokeRefreshTokenForUser?: Resolver; @@ -3018,6 +3067,15 @@ export type UserEdgeResolvers; }; +export type UserFamilyResolvers = { + _id?: Resolver; + admins?: Resolver, ParentType, ContextType>; + creator?: Resolver; + title?: Resolver, ParentType, ContextType>; + users?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}; + export type UserPhoneResolvers = { home?: Resolver, ParentType, ContextType>; mobile?: Resolver, ParentType, ContextType>; @@ -3133,6 +3191,7 @@ export type Resolvers = { UserConnection?: UserConnectionResolvers; UserCustomData?: UserCustomDataResolvers; UserEdge?: UserEdgeResolvers; + UserFamily?: UserFamilyResolvers; UserPhone?: UserPhoneResolvers; UserTag?: UserTagResolvers; UserTagEdge?: UserTagEdgeResolvers; diff --git a/src/utilities/userFamilyAdminCheck.ts b/src/utilities/userFamilyAdminCheck.ts new file mode 100644 index 0000000000..bf482733bf --- /dev/null +++ b/src/utilities/userFamilyAdminCheck.ts @@ -0,0 +1,36 @@ +import { Types } from "mongoose"; +import { errors, requestContext } from "../libraries"; +import { USER_NOT_AUTHORIZED_ADMIN } from "../constants"; +import type { InterfaceUserFamily } from "../models/userFamily"; +import { User } from "../models"; +/** + * If the current user is an admin of the organisation, this function returns `true` otherwise it returns `false`. + * @remarks + * This is a utility method. + * @param userId - Current user id. + * @param userFamily - userFamily data of `InterfaceuserFamily` type. + * @returns `True` or `False`. + */ +export const adminCheck = async ( + userId: string | Types.ObjectId, + userFamily: InterfaceUserFamily +): Promise => { + const userIsUserFamilyAdmin = userFamily.admins.some( + (admin) => admin === userId || Types.ObjectId(admin).equals(userId) + ); + + const user = await User.findOne({ + _id: userId, + }); + const isUserSuperAdmin: boolean = user + ? user.userType === "SUPERADMIN" + : false; + + if (!userIsUserFamilyAdmin && !isUserSuperAdmin) { + throw new errors.UnauthorizedError( + requestContext.translate(`${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`), + USER_NOT_AUTHORIZED_ADMIN.CODE, + USER_NOT_AUTHORIZED_ADMIN.PARAM + ); + } +}; diff --git a/tests/helpers/userAndUserFamily.ts b/tests/helpers/userAndUserFamily.ts new file mode 100644 index 0000000000..561f38cf9d --- /dev/null +++ b/tests/helpers/userAndUserFamily.ts @@ -0,0 +1,75 @@ +import { nanoid } from "nanoid"; +import type { InterfaceUserFamily } from "../../src/models/userFamily"; +import { User } from "../../src/models"; +import { UserFamily } from "../../src/models/userFamily"; +import type { InterfaceUser } from "../../src/models"; + +import type { Document } from "mongoose"; +/* eslint-disable */ +export type TestUserFamilyType = + | (InterfaceUserFamily & Document) + | null; + +export type TestUserType = + | (InterfaceUser & Document) + | null; +/* eslint-enable */ +export const createTestUserFunc = async (): Promise => { + const testUser = await User.create({ + email: `email${nanoid().toLowerCase()}@gmail.com`, + password: `pass${nanoid().toLowerCase()}`, + firstName: `firstName${nanoid().toLowerCase()}`, + lastName: `lastName${nanoid().toLowerCase()}`, + appLanguageCode: "en", + userType: "SUPERADMIN", + }); + + return testUser; +}; + +export const createTestUserFamilyWithAdmin = async ( + userID: string, + isMember = true, + isAdmin = true +): Promise => { + const testUser = await createTestUserFunc(); + if (testUser) { + const testUserFamily = await UserFamily.create({ + title: `name${nanoid().toLocaleLowerCase()}`, + users: isMember ? [testUser._id] : [], + admins: isAdmin ? [testUser._id] : [], + creator: [testUser._id], + }); + + await User.updateOne( + { + _id: userID, + }, + { + $push: { + createdUserFamily: testUserFamily._id, + joinedUserFamily: testUserFamily._id, + adminForUserFamily: testUserFamily._id, + }, + } + ); + + return testUserFamily; + } else { + return null; + } +}; + +export const createTestUserAndUserFamily = async ( + isMember = true, + isAdmin = true +): Promise<[TestUserType, TestUserFamilyType]> => { + const testUser = await createTestUserFunc(); + const testUserFamily = await createTestUserFamilyWithAdmin( + testUser?._id, + isMember, + isAdmin + ); + + return [testUser, testUserFamily]; +}; diff --git a/tests/resolvers/Mutation/addUserToUserFamily.spec.ts b/tests/resolvers/Mutation/addUserToUserFamily.spec.ts new file mode 100644 index 0000000000..663f979ac6 --- /dev/null +++ b/tests/resolvers/Mutation/addUserToUserFamily.spec.ts @@ -0,0 +1,154 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { UserFamily } from "../../../src/models/userFamily"; +import type { MutationAddUserToUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + USER_ALREADY_MEMBER_ERROR, + USER_NOT_FOUND_ERROR, + USER_FAMILY_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; +import type { + TestUserType, + TestUserFamilyType, +} from "../../helpers/userAndUserFamily"; + +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let testUser: TestUserType; +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultsArray = await createTestUserAndUserFamily(); + testUser = resultsArray[0]; + testUserFamily = resultsArray[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolver -> mutation -> addUserToUserFamily", () => { + afterAll(() => { + vi.doUnmock("../../../src/constants"); + vi.resetModules(); + }); + + it(`throws NotFoundError if no user Family exists with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationAddUserToUserFamilyArgs = { + familyId: Types.ObjectId().toString(), + userId: testUser?.id, + }; + + const context = { + userId: testUser?.id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + await addUserToUserFamily?.({}, args, context); + } catch (error) { + expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws NotFoundError if no user exists with _id === args.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationAddUserToUserFamilyArgs = { + familyId: testUserFamily?._id, + userId: Types.ObjectId().toString(), + }; + + const context = { + userId: testUser?._id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + await addUserToUserFamily?.({}, args, context); + } catch (error) { + expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it(`throws ConflictError if user with _id === args.userId is already a member + of user family group with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationAddUserToUserFamilyArgs = { + familyId: testUserFamily?._id, + userId: testUser?.id, + }; + + const context = { + userId: testUser?._id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + await addUserToUserFamily?.({}, args, context); + } catch (error) { + expect(spy).toBeCalledWith(USER_ALREADY_MEMBER_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + USER_ALREADY_MEMBER_ERROR.MESSAGE + ); + } + }); + + it(`add the user family with _id === args.familyId and returns it`, async () => { + await UserFamily.updateOne( + { + _id: testUserFamily?._id, + }, + { + $set: { + users: [], + }, + } + ); + + const args: MutationAddUserToUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUser?.id, + }; + + const context = { + userId: testUser?.id, + }; + + const { addUserToUserFamily } = await import( + "../../../src/resolvers/Mutation/addUserToUserFamily" + ); + const addUserToUserFamilyPayload = await addUserToUserFamily?.( + {}, + args, + context + ); + expect(addUserToUserFamilyPayload?._id).toEqual(testUserFamily?._id); + expect(addUserToUserFamilyPayload?.users).toEqual([testUser?._id]); + }); +}); diff --git a/tests/resolvers/Mutation/createUserFamily.spec.ts b/tests/resolvers/Mutation/createUserFamily.spec.ts new file mode 100644 index 0000000000..dde3a66dde --- /dev/null +++ b/tests/resolvers/Mutation/createUserFamily.spec.ts @@ -0,0 +1,189 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import type { MutationCreateUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + LENGTH_VALIDATION_ERROR, + USER_FAMILY_MIN_MEMBERS_ERROR_CODE, + USER_NOT_AUTHORIZED_SUPERADMIN, + USER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; +import type { TestUserType } from "../../helpers/userAndUserFamily"; +import { createTestUserFunc } from "../../helpers/userAndUserFamily"; +import { createTestUserFunc as createTestUser } from "../../helpers/user"; + +let testUser: TestUserType; +let testUser2: TestUserType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultsArray = await createTestUserFunc(); + const secondUser = await createTestUser(); + + testUser = resultsArray; + testUser2 = secondUser; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> createUserFamily", () => { + it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser?._id, testUser2?._id], + }, + }; + + const context = { + userId: Types.ObjectId().toString(), + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws Not Authorized error if user is not a super admin`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser?._id, testUser2?._id], + }, + }; + + const context = { + userId: testUser2?._id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); + expect((error as Error).message).toEqual( + `${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + ); + } + }); + + it(`throws String Length Validation error if name is greater than 256 characters`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: + "JWQPfpdkGGGKyryb86K4YN85nDj4m4F7gEAMBbMXLax73pn2okV6kpWY0EYO0XSlUc0fAlp45UCgg3s6mqsRYF9FOlzNIDFLZ1rd03Z17cdJRuvBcAmbC0imyqGdXHGDUQmVyOjDkaOLAvjhB5uDeuEqajcAPTcKpZ6LMpigXuqRAd0xGdPNXyITC03FEeKZAjjJL35cSIUeMv5eWmiFlmmm70FU1Bp6575zzBtEdyWPLflcA2GpGmmf4zvT7nfgN3NIkwQIhk9OwP8dn75YYczcYuUzLpxBu1Lyog77YlAj5DNdTIveXu9zHeC6V4EEUcPQtf1622mhdU3jZNMIAyxcAG4ErtztYYRqFs0ApUxXiQI38rmiaLcicYQgcOxpmFvqRGiSduiCprCYm90CHWbQFq4w2uhr8HhR3r9HYMIYtrRyO6C3rPXaQ7otpjuNgE0AKI57AZ4nGG1lvNwptFCY60JEndSLX9Za6XP1zkVRLaMZArQNl", + userIds: [testUser?._id, testUser2?._id], + }, + }; + const context = { + userId: testUser?._id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + ); + expect((error as Error).message).toEqual( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + ); + } + }); + + it(`throws InputValidationError if userIds array has fewer than 2 members`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + try { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser?._id], + }, + }; + + const context = { + userId: testUser?.id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + await createUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith( + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE + ); + expect((error as Error).message).toEqual( + `${USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE}` + ); + } + }); + + it(`creates the user Family and returns it`, async () => { + const args: MutationCreateUserFamilyArgs = { + data: { + title: "title", + userIds: [testUser2?._id, testUser?._id], + }, + }; + + const context = { + userId: testUser?.id, + }; + + const { createUserFamily: createUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/createUserFamily" + ); + + const createUserFamilyPayload = await createUserFamilyResolver?.( + {}, + args, + context + ); + + expect(createUserFamilyPayload).toEqual( + expect.objectContaining({ + title: "title", + }) + ); + }); +}); diff --git a/tests/resolvers/Mutation/removeUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFamily.spec.ts new file mode 100644 index 0000000000..c2fbf8cfcd --- /dev/null +++ b/tests/resolvers/Mutation/removeUserFamily.spec.ts @@ -0,0 +1,139 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { UserFamily } from "../../../src/models/userFamily"; +import type { MutationRemoveUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + afterEach, + vi, +} from "vitest"; +import { createTestUserFunc } from "../../helpers/userAndUserFamily"; +import type { + TestUserFamilyType, + TestUserType, +} from "../../helpers/userAndUserFamily"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUsers: TestUserType[]; +let testUserFamily: TestUserFamilyType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const tempUser1 = await createTestUserFunc(); + const tempUser2 = await createTestUserFunc(); + testUsers = [tempUser1, tempUser2]; + + testUserFamily = await UserFamily.create({ + title: "Family", + admins: [tempUser1, tempUser2], + creator: tempUser1, + users: [tempUser1, tempUser2], + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> removeUserFamily", () => { + afterEach(() => { + vi.resetAllMocks(); + vi.doMock("../../src/constants"); + vi.resetModules(); + }); + + it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + const args: MutationRemoveUserFamilyArgs = { + familyId: testUserFamily?._id, + }; + + const context = { + userId: Types.ObjectId().toString(), + }; + + const { removeUserFamily: removeUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/removeUserFamily" + ); + + await removeUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws NotFoundError if no user family exists with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + const args: MutationRemoveUserFamilyArgs = { + familyId: testUserFamily?._id, + }; + + const context = { + userId: testUsers[1]?._id, + }; + + const { removeUserFamily: removeUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/removeUserFamily" + ); + + await removeUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws User is not SUPERADMIN error if current user is with _id === context.userId is not a SUPERADMIN`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => message); + + try { + const args: MutationRemoveUserFamilyArgs = { + familyId: testUserFamily?.id, + }; + + const context = { + userId: testUsers[0]?.id, + }; + + const { removeUserFamily: removeUserFamilyResolver } = await import( + "../../../src/resolvers/Mutation/removeUserFamily" + ); + + await removeUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); +}); diff --git a/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts new file mode 100644 index 0000000000..6baecbe871 --- /dev/null +++ b/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts @@ -0,0 +1,289 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { UserFamily } from "../../../src/models/userFamily"; +import type { MutationRemoveUserFromUserFamilyArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + ADMIN_REMOVING_CREATOR, + USER_FAMILY_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, + USER_REMOVING_SELF, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; +import { createTestUserFunc } from "../../helpers/userAndUserFamily"; +import type { + TestUserFamilyType, + TestUserType, +} from "../../helpers/userAndUserFamily"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUsers: TestUserType[]; +let testUserFamily: TestUserFamilyType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const tempUser1 = await createTestUserFunc(); + const tempUser2 = await createTestUserFunc(); + const tempUser3 = await createTestUserFunc(); + const tempUser4 = await createTestUserFunc(); + const tempUser5 = await createTestUserFunc(); + testUsers = [tempUser1, tempUser2, tempUser3, tempUser4, tempUser5]; + testUserFamily = await UserFamily.create({ + title: "title", + users: [ + testUsers[0]?._id, + testUsers[1]?._id, + testUsers[2]?._id, + testUsers[4]?._id, + ], + admins: [testUsers[2]?._id, testUsers[1]?._id], + creator: testUsers[2]?._id, + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolver -> Mutation -> removerUserFromUserFamily", () => { + it("should throw user not found error when user with _id === args.userId does not exist", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[4]?._id, + }; + + const context = { + userId: testUsers[1]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws NotFoundError if no user family exists with _id === args.familyId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => message); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: Types.ObjectId().toString(), + userId: testUsers[4]?._id, + }; + + const context = { + userId: testUsers[0]?._id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws UnauthorizedError if users field of user family with _id === args.familyId + does not contain user with _id === args.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => message); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[3]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it("should throw member not found error when user with _id === args.data.userId does not exist in the user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[3]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it("should throw admin cannot remove self error when user with _id === args.data.userId === context.userId", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[2]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_REMOVING_SELF.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_REMOVING_SELF.MESSAGE}` + ); + } + }); + + it("should throw admin cannot remove another admin error when user with _id === args.data.userId is also an admin in the user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[1]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it("should throw admin cannot remove creator error when user with _id === args.data.userId is the user Family creator in the user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[2]?._id, + }; + + const context = { + userId: testUsers[1]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + await removeUserFromUserFamilyResolver?.({}, args, context); + } catch (error) { + expect(spy).toHaveBeenCalledWith(ADMIN_REMOVING_CREATOR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${ADMIN_REMOVING_CREATOR.MESSAGE}` + ); + } + }); + + it("remove that user with _id === args.data.userId from that user Family", async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + try { + const args: MutationRemoveUserFromUserFamilyArgs = { + familyId: testUserFamily?.id, + userId: testUsers[4]?._id, + }; + + const context = { + userId: testUsers[2]?.id, + }; + + const { removeUserFromUserFamily: removeUserFromUserFamilyResolver } = + await import( + "../../../src/resolvers/Mutation/removeUserFromUserFamily" + ); + + const updatedUserFamily = await removeUserFromUserFamilyResolver?.( + {}, + args, + context + ); + + expect(updatedUserFamily?.users).not.toContain(testUsers[4]?._id); + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); +}); diff --git a/tests/resolvers/UserFamily/admins.spec.ts b/tests/resolvers/UserFamily/admins.spec.ts new file mode 100644 index 0000000000..9e4e92372d --- /dev/null +++ b/tests/resolvers/UserFamily/admins.spec.ts @@ -0,0 +1,39 @@ +import "dotenv/config"; +import { admins as usersResolver } from "../../../src/resolvers/UserFamily/admins"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { User } from "../../../src/models"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultArray = await createTestUserAndUserFamily(); + testUserFamily = resultArray[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> UserFamily -> admins", () => { + it(`returns user objects for parent.admins`, async () => { + if (testUserFamily) { + const parent = testUserFamily.toObject(); + + const usersPayload = await usersResolver?.(parent, {}, {}); + + const users = await User.find({ + _id: { + $in: testUserFamily?.admins, + }, + }).lean(); + + expect(usersPayload).toEqual(users); + } + }); +}); diff --git a/tests/resolvers/UserFamily/creator.spec.ts b/tests/resolvers/UserFamily/creator.spec.ts new file mode 100644 index 0000000000..c9cb6f349d --- /dev/null +++ b/tests/resolvers/UserFamily/creator.spec.ts @@ -0,0 +1,111 @@ +import "dotenv/config"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { User } from "../../../src/models"; +import { UserFamily } from "../../../src/models/userFamily"; + +import { USER_NOT_FOUND_ERROR } from "../../../src/constants"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + afterEach, + vi, +} from "vitest"; +import type { + TestUserType, + TestUserFamilyType, +} from "../../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUser: TestUserType; +let testUserFamily: TestUserFamilyType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const userAndUserFamily = await createTestUserAndUserFamily(); + testUser = userAndUserFamily[0]; + testUserFamily = userAndUserFamily[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> UserFamily -> creator", () => { + afterEach(() => { + vi.doUnmock("../../../src/constants"); + vi.resetModules(); + }); + + it(`throws NotFoundError if no user exists with _id === parent.creator`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementation((message) => `Translated ${message}`); + + try { + testUserFamily = await UserFamily.findOneAndUpdate( + { + _id: testUserFamily?._id, + }, + { + $set: { + creator: Types.ObjectId().toString(), + }, + }, + { + new: true, + } + ); + + const parent = testUserFamily?.toObject(); + + const { creator: creatorResolver } = await import( + "../../../src/resolvers/UserFamily/creator" + ); + if (parent) { + await creatorResolver?.(parent, {}, {}); + } + } catch (error) { + expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`returns user object for parent.creator`, async () => { + testUserFamily = await UserFamily.findOneAndUpdate( + { + _id: testUserFamily?._id, + }, + { + $set: { + creator: testUser?._id, + }, + }, + { + new: true, + } + ); + + const parent = testUserFamily?.toObject(); + + const { creator: creatorResolver } = await import( + "../../../src/resolvers/UserFamily/creator" + ); + if (parent) { + const creatorPayload = await creatorResolver?.(parent, {}, {}); + const creator = await User.findOne({ + _id: testUserFamily?.creator.toString(), + }).lean(); + + expect(creatorPayload).toEqual(creator); + } + }); +}); diff --git a/tests/resolvers/UserFamily/users.spec.ts b/tests/resolvers/UserFamily/users.spec.ts new file mode 100644 index 0000000000..2654812cf8 --- /dev/null +++ b/tests/resolvers/UserFamily/users.spec.ts @@ -0,0 +1,39 @@ +import "dotenv/config"; +import { users as usersResolver } from "../../../src/resolvers/UserFamily/users"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { User } from "../../../src/models"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import type { TestUserFamilyType } from "../../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../../helpers/userAndUserFamily"; + +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const resultArray = await createTestUserAndUserFamily(); + testUserFamily = resultArray[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> UserFamily -> users", () => { + it(`returns user objects for parent.users`, async () => { + if (testUserFamily) { + const parent = testUserFamily.toObject(); + + const usersPayload = await usersResolver?.(parent, {}, {}); + + const users = await User.find({ + _id: { + $in: testUserFamily?.users, + }, + }).lean(); + + expect(usersPayload).toEqual(users); + } + }); +}); diff --git a/tests/utilities/userFamilyAdminCheck.spec.ts b/tests/utilities/userFamilyAdminCheck.spec.ts new file mode 100644 index 0000000000..fa7d3c45a8 --- /dev/null +++ b/tests/utilities/userFamilyAdminCheck.spec.ts @@ -0,0 +1,155 @@ +import "dotenv/config"; +import { + afterAll, + afterEach, + beforeAll, + describe, + expect, + it, + vi, +} from "vitest"; +import { connect, disconnect } from "../helpers/db"; +import { USER_NOT_AUTHORIZED_ADMIN } from "../../src/constants"; +import type { + TestUserFamilyType, + TestUserType, +} from "../helpers/userAndUserFamily"; +import { createTestUserAndUserFamily } from "../helpers/userAndUserFamily"; +import { createTestUserFunc } from "../helpers/user"; +import mongoose from "mongoose"; +import type { InterfaceUserFamily } from "../../src/models/userFamily"; +import { User } from "../../src/models"; +import { UserFamily } from "../../src/models/userFamily"; + +let testUser: TestUserType; +let testUserFamily: TestUserFamilyType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const userAndUserFamily = await createTestUserAndUserFamily(false, false); + testUser = await createTestUserFunc(); + testUserFamily = userAndUserFamily[1]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("utilities -> userFamilyAdminCheck", () => { + afterEach(() => { + vi.resetModules(); + }); + + it("throws error if userIsUserFamilyAdmin === false and isUserSuperAdmin === false", async () => { + const { requestContext } = await import("../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + await adminCheck( + testUser?._id, + testUserFamily ?? ({} as InterfaceUserFamily) + ); + } catch (error) { + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + ); + } + expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); + }); + + it("throws no error if userIsUserFamilyAdmin === false and isUserSuperAdmin === true", async () => { + const updatedUser = await User.findOneAndUpdate( + { + _id: testUser?._id, + }, + { + userType: "SUPERADMIN", + }, + { + new: true, + upsert: true, + } + ); + + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + + await expect( + adminCheck( + updatedUser?._id, + testUserFamily ?? ({} as InterfaceUserFamily) + ) + ).resolves.not.toThrowError(); + }); + + it("throws no error if user is an admin in that user family but not super admin", async () => { + const updatedUser = await User.findOneAndUpdate( + { + _id: testUser?._id, + }, + { + userType: "USER", + }, + { + new: true, + upsert: true, + } + ); + + const updatedUserFamily = await UserFamily.findOneAndUpdate( + { + _id: testUserFamily?._id, + }, + { + $push: { + admins: testUser?._id, + }, + }, + { + new: true, + upsert: true, + } + ); + + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + + await expect( + adminCheck( + updatedUser?._id, + updatedUserFamily ?? ({} as InterfaceUserFamily) + ) + ).resolves.not.toThrowError(); + }); + it("throws error if user is not found with the specific Id", async () => { + const { requestContext } = await import("../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const { adminCheck } = await import( + "../../src/utilities/userFamilyAdminCheck" + ); + await adminCheck( + new mongoose.Types.ObjectId(), + testUserFamily ?? ({} as InterfaceUserFamily) + ); + } catch (error) { + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + ); + } + expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); + }); +}); From 031adf9d12d5d19f55c77ccc5db6410602bd3e90 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:27:48 -0800 Subject: [PATCH 055/109] Restore the automated-docs if statement --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6eb103c38b..329c0942a4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -96,7 +96,7 @@ jobs: Generate-Documentation: name: Generate Documentation runs-on: ubuntu-latest - # if: github.ref == 'refs/heads/automated-docs' + if: github.ref == 'refs/heads/automated-docs' needs: Push-Workflow steps: - name: Checkout repository From 94d2d18cb83d16df2481b64c054188101233cc18 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 19:39:08 +0530 Subject: [PATCH 056/109] Create pull_changes.yml --- .github/workflows/pull_changes.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/pull_changes.yml diff --git a/.github/workflows/pull_changes.yml b/.github/workflows/pull_changes.yml new file mode 100644 index 0000000000..5deb6ae49e --- /dev/null +++ b/.github/workflows/pull_changes.yml @@ -0,0 +1,25 @@ +name: Pull Changes on Push to Develop Branch + +on: + push: + branches: + - develop + +jobs: + pull_changes: + if: github.ref == 'refs/heads/develop' && github.event_name == 'push' + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + ref: develop + + - name: Pull changes from develop branch + run: git pull origin develop + + - name: Push changes to automated-docs branch + run: | + git config --global user.email "actions@github.com" + git config --global user.name "GitHub Actions" + git push origin HEAD:automated-docs From 7b9a88f14d5b3bae426c9c6f82b96e801d6cae32 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 19:50:17 +0530 Subject: [PATCH 057/109] Update push.yml --- .github/workflows/push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 329c0942a4..10e0230cf0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -96,7 +96,7 @@ jobs: Generate-Documentation: name: Generate Documentation runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' + if: github.ref == 'refs/heads/develop' needs: Push-Workflow steps: - name: Checkout repository @@ -152,6 +152,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/automated-docs' needs: Generate-Documentation steps: - uses: actions/checkout@v3 From d7450c4897c58b8b208a8ac3137dee8f6cd4a1d1 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 20:06:01 +0530 Subject: [PATCH 058/109] Update push.yml --- .github/workflows/push.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 10e0230cf0..df52de6d71 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -167,6 +167,27 @@ jobs: user_email: '${{env.email}}' user_name: '${{github.actor}}' commit_message: 'Talawa API docs updated' + + name: Pull Changes on Push to Develop Branch + + pull_changes: + if: github.ref == 'refs/heads/develop' && github.event_name == 'push' + runs-on: ubuntu-latest + needs: Generate-Documentation + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + ref: develop + + - name: Pull changes from develop branch + run: git pull origin develop + + - name: Push changes to automated-docs branch + run: | + git config --global user.email "actions@github.com" + git config --global user.name "GitHub Actions" + git push origin HEAD:automated-docs # You can find the deployment instructions in the scripts/cloud-api-demo/README.md file Deploy-Workflow: From 332c429d19b2370d4f9b8c63c6b7c5ed75f46de2 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 20:06:36 +0530 Subject: [PATCH 059/109] Update pull_changes.yml --- .github/workflows/pull_changes.yml | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/pull_changes.yml b/.github/workflows/pull_changes.yml index 5deb6ae49e..54f224701e 100644 --- a/.github/workflows/pull_changes.yml +++ b/.github/workflows/pull_changes.yml @@ -1,25 +1,25 @@ -name: Pull Changes on Push to Develop Branch +# name: Pull Changes on Push to Develop Branch -on: - push: - branches: - - develop +# on: +# push: +# branches: +# - develop -jobs: - pull_changes: - if: github.ref == 'refs/heads/develop' && github.event_name == 'push' - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - ref: develop +# jobs: +# pull_changes: +# if: github.ref == 'refs/heads/develop' && github.event_name == 'push' +# runs-on: ubuntu-latest +# steps: +# - name: Checkout code +# uses: actions/checkout@v2 +# with: +# ref: develop - - name: Pull changes from develop branch - run: git pull origin develop +# - name: Pull changes from develop branch +# run: git pull origin develop - - name: Push changes to automated-docs branch - run: | - git config --global user.email "actions@github.com" - git config --global user.name "GitHub Actions" - git push origin HEAD:automated-docs +# - name: Push changes to automated-docs branch +# run: | +# git config --global user.email "actions@github.com" +# git config --global user.name "GitHub Actions" +# git push origin HEAD:automated-docs From e1bbff6edfdad9e4bd017eaeb865d36d706119a8 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 20:25:45 +0530 Subject: [PATCH 060/109] Update pull_changes.yml --- .github/workflows/pull_changes.yml | 34 ++++++++++-------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/.github/workflows/pull_changes.yml b/.github/workflows/pull_changes.yml index 54f224701e..f927e4019b 100644 --- a/.github/workflows/pull_changes.yml +++ b/.github/workflows/pull_changes.yml @@ -1,25 +1,13 @@ -# name: Pull Changes on Push to Develop Branch +name: Test -# on: -# push: -# branches: -# - develop +on: + push: + branches: + - develop -# jobs: -# pull_changes: -# if: github.ref == 'refs/heads/develop' && github.event_name == 'push' -# runs-on: ubuntu-latest -# steps: -# - name: Checkout code -# uses: actions/checkout@v2 -# with: -# ref: develop - -# - name: Pull changes from develop branch -# run: git pull origin develop - -# - name: Push changes to automated-docs branch -# run: | -# git config --global user.email "actions@github.com" -# git config --global user.name "GitHub Actions" -# git push origin HEAD:automated-docs +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Test + run: echo "Test" From 57f4d91b0c8d6f846198f4f3b008a6e03e150ff3 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 20:30:17 +0530 Subject: [PATCH 061/109] Update Advertisement.ts --- src/models/Advertisement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index 2aacecf2e8..3876346239 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -2,7 +2,7 @@ import type { Types, Model, PopulatedDoc } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; /** - * This is an interface that represents a database(MongoDB) document for Advertisement. + * This is an interface and it represents a database(MongoDB) document for Advertisement. */ export interface InterfaceAdvertisement { _id: Types.ObjectId; From 70701ba4d839482a99790ba19938c524f8c8e76a Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 20:54:11 +0530 Subject: [PATCH 062/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index df52de6d71..7ed7e7b59c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -139,7 +139,7 @@ jobs: git config --global user.email "${{env.email}}" git add . git commit -m "Update documentation" - git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs + git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:develop echo -e "🚀${Green} Hurrah! doc updated${NoColor}" env: ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} From 73b68f055a1a3ad35f18683da25b676ade99348c Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 20:57:18 +0530 Subject: [PATCH 063/109] Update Advertisement.ts --- src/models/Advertisement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index 3876346239..80ca9b64f1 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -2,7 +2,7 @@ import type { Types, Model, PopulatedDoc } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; /** - * This is an interface and it represents a database(MongoDB) document for Advertisement. + * This is an interface that represent a database(MongoDB) document for Advertisement. */ export interface InterfaceAdvertisement { _id: Types.ObjectId; From 4e6113d38ba54ec69c1895f3c9539ab949381c30 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 21:26:51 +0530 Subject: [PATCH 064/109] Update push.yml --- .github/workflows/push.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7ed7e7b59c..b0622ca102 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -139,7 +139,7 @@ jobs: git config --global user.email "${{env.email}}" git add . git commit -m "Update documentation" - git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:develop + git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs echo -e "🚀${Green} Hurrah! doc updated${NoColor}" env: ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} @@ -153,7 +153,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/automated-docs' - needs: Generate-Documentation + # needs: Generate-Documentation steps: - uses: actions/checkout@v3 - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 @@ -167,28 +167,7 @@ jobs: user_email: '${{env.email}}' user_name: '${{github.actor}}' commit_message: 'Talawa API docs updated' - - name: Pull Changes on Push to Develop Branch - - pull_changes: - if: github.ref == 'refs/heads/develop' && github.event_name == 'push' - runs-on: ubuntu-latest - needs: Generate-Documentation - steps: - - name: Checkout code - uses: actions/checkout@v2 - with: - ref: develop - - - name: Pull changes from develop branch - run: git pull origin develop - - name: Push changes to automated-docs branch - run: | - git config --global user.email "actions@github.com" - git config --global user.name "GitHub Actions" - git push origin HEAD:automated-docs - # You can find the deployment instructions in the scripts/cloud-api-demo/README.md file Deploy-Workflow: name: Deploying Application to Cloud VPS From 12ccdb6f446eab0ded97f353975cfd5ad2fc2d41 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 21:29:14 +0530 Subject: [PATCH 065/109] Update Advertisement.ts --- src/models/Advertisement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index 80ca9b64f1..074299ac5a 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -2,7 +2,7 @@ import type { Types, Model, PopulatedDoc } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; /** - * This is an interface that represent a database(MongoDB) document for Advertisement. + * This is an interface which represents the database(MongoDB) document for Advertisement. */ export interface InterfaceAdvertisement { _id: Types.ObjectId; From 07f704255601c002c3d16ee8c1765729dcc96fed Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 22:01:00 +0530 Subject: [PATCH 066/109] Update Advertisement.ts --- src/models/Advertisement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index 074299ac5a..a978b15399 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -2,7 +2,7 @@ import type { Types, Model, PopulatedDoc } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; /** - * This is an interface which represents the database(MongoDB) document for Advertisement. + * This is an interface, that represents database(MongoDB) document for Advertisement. */ export interface InterfaceAdvertisement { _id: Types.ObjectId; From 60d4b4b80edd6255a7db0a8707b032600af9281b Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 22:18:30 +0530 Subject: [PATCH 067/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b0622ca102..cd4e74f305 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -152,7 +152,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' + if: github.event_name == 'push' && github.ref == 'refs/heads/automated-docs' # needs: Generate-Documentation steps: - uses: actions/checkout@v3 From 26e0d1053082c07b4042cb28d258348e14ef3f87 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 22:40:11 +0530 Subject: [PATCH 068/109] Update push.yml --- .github/workflows/push.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cd4e74f305..facb5bc15f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -150,23 +150,23 @@ jobs: name: documentation-api path: talawa-api-docs - Copy-docs-to-talawa-docs: - runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref == 'refs/heads/automated-docs' - # needs: Generate-Documentation - steps: - - uses: actions/checkout@v3 - - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 - env: - API_TOKEN_GITHUB: ${{secrets.TALAWA_DOCS_SYNC}} - with: - source_file: 'talawa-api-docs/' - destination_repo: 'PalisadoesFoundation/talawa-docs' - destination_branch: 'develop' - destination_folder: 'docs/' - user_email: '${{env.email}}' - user_name: '${{github.actor}}' - commit_message: 'Talawa API docs updated' + # Copy-docs-to-talawa-docs: + # runs-on: ubuntu-latest + # if: github.ref == 'refs/heads/automated-docs' + # # needs: Generate-Documentation + # steps: + # - uses: actions/checkout@v3 + # - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 + # env: + # API_TOKEN_GITHUB: ${{secrets.TALAWA_DOCS_SYNC}} + # with: + # source_file: 'talawa-api-docs/' + # destination_repo: 'PalisadoesFoundation/talawa-docs' + # destination_branch: 'develop' + # destination_folder: 'docs/' + # user_email: '${{env.email}}' + # user_name: '${{github.actor}}' + # commit_message: 'Talawa API docs updated' # You can find the deployment instructions in the scripts/cloud-api-demo/README.md file Deploy-Workflow: From 5fe0ae8d97f709b61deaa44af62dcc0873c83a16 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 22:44:37 +0530 Subject: [PATCH 069/109] Update pull_changes.yml --- .github/workflows/pull_changes.yml | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull_changes.yml b/.github/workflows/pull_changes.yml index f927e4019b..c9baa699e6 100644 --- a/.github/workflows/pull_changes.yml +++ b/.github/workflows/pull_changes.yml @@ -1,13 +1,24 @@ -name: Test +name: Copy Docs to Talawa Docs on: - push: - branches: - - develop + schedule: + - cron: '*/5 * * * *' # Runs every 5 minutes jobs: - test: + copy-docs-to-talawa-docs: runs-on: ubuntu-latest + if: github.ref == 'refs/heads/automated-docs' + # needs: Generate-Documentation steps: - - name: Test - run: echo "Test" + - uses: actions/checkout@v3 + - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 + env: + API_TOKEN_GITHUB: ${{secrets.TALAWA_DOCS_SYNC}} + with: + source_file: 'talawa-api-docs/' + destination_repo: 'PalisadoesFoundation/talawa-docs' + destination_branch: 'develop' + destination_folder: 'docs/' + user_email: '${{env.email}}' + user_name: '${{github.actor}}' + commit_message: 'Talawa API docs updated' From d069d4055a0c9c3b230584d2c40f08239f3a16b7 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 22:57:38 +0530 Subject: [PATCH 070/109] Update Advertisement.ts --- src/models/Advertisement.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index a978b15399..ef1a48188b 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -2,7 +2,7 @@ import type { Types, Model, PopulatedDoc } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; /** - * This is an interface, that represents database(MongoDB) document for Advertisement. + * This is an interface, that represents database - (MongoDB) document for Advertisement. */ export interface InterfaceAdvertisement { _id: Types.ObjectId; From 125853a5d62aa0bc509f2afd80489f5a249b347b Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 11 Feb 2024 23:20:44 +0530 Subject: [PATCH 071/109] Update pull_changes.yml --- .github/workflows/pull_changes.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull_changes.yml b/.github/workflows/pull_changes.yml index c9baa699e6..006cd1ad25 100644 --- a/.github/workflows/pull_changes.yml +++ b/.github/workflows/pull_changes.yml @@ -2,8 +2,7 @@ name: Copy Docs to Talawa Docs on: schedule: - - cron: '*/5 * * * *' # Runs every 5 minutes - + - cron: '*/5 * * * *' jobs: copy-docs-to-talawa-docs: runs-on: ubuntu-latest From b445770237a0297fca522994d61fd1b2a3b2252e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:48:58 -0800 Subject: [PATCH 072/109] chore(deps): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 (#1842) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.20.0 to 6.21.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 509 +++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 461 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7aecf2450..cc896d3ab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "@types/shortid": "^0.0.32", "@types/uuid": "^9.0.7", "@types/validator": "^13.11.7", - "@typescript-eslint/eslint-plugin": "^6.20.0", + "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.20.0", "@vitest/coverage-c8": "^0.24.3", "concurrently": "^8.2.2", @@ -6168,9 +6168,9 @@ "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" }, "node_modules/@types/semver": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", - "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz", + "integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==", "dev": true }, "node_modules/@types/send": { @@ -6246,16 +6246,16 @@ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz", - "integrity": "sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz", + "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==", "dev": true, "dependencies": { "@eslint-community/regexpp": "^4.5.1", - "@typescript-eslint/scope-manager": "6.20.0", - "@typescript-eslint/type-utils": "6.20.0", - "@typescript-eslint/utils": "6.20.0", - "@typescript-eslint/visitor-keys": "6.20.0", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/type-utils": "6.21.0", + "@typescript-eslint/utils": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", "debug": "^4.3.4", "graphemer": "^1.4.0", "ignore": "^5.2.4", @@ -6280,6 +6280,53 @@ } } }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "dev": true, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@typescript-eslint/eslint-plugin/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -6353,13 +6400,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz", - "integrity": "sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz", + "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "6.20.0", - "@typescript-eslint/utils": "6.20.0", + "@typescript-eslint/typescript-estree": "6.21.0", + "@typescript-eslint/utils": "6.21.0", "debug": "^4.3.4", "ts-api-utils": "^1.0.1" }, @@ -6379,6 +6426,115 @@ } } }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "dev": true, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/semver": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@typescript-eslint/types": { "version": "6.20.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.20.0.tgz", @@ -6472,17 +6628,17 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.20.0.tgz", - "integrity": "sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", + "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.12", "@types/semver": "^7.5.0", - "@typescript-eslint/scope-manager": "6.20.0", - "@typescript-eslint/types": "6.20.0", - "@typescript-eslint/typescript-estree": "6.20.0", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0", "semver": "^7.5.4" }, "engines": { @@ -6496,6 +6652,90 @@ "eslint": "^7.0.0 || ^8.0.0" } }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "dev": true, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/@typescript-eslint/utils/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -6508,10 +6748,25 @@ "node": ">=10" } }, + "node_modules/@typescript-eslint/utils/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/@typescript-eslint/utils/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -21607,9 +21862,9 @@ "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" }, "@types/semver": { - "version": "7.5.6", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", - "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==", + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz", + "integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==", "dev": true }, "@types/send": { @@ -21685,16 +21940,16 @@ "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==" }, "@typescript-eslint/eslint-plugin": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz", - "integrity": "sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz", + "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==", "dev": true, "requires": { "@eslint-community/regexpp": "^4.5.1", - "@typescript-eslint/scope-manager": "6.20.0", - "@typescript-eslint/type-utils": "6.20.0", - "@typescript-eslint/utils": "6.20.0", - "@typescript-eslint/visitor-keys": "6.20.0", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/type-utils": "6.21.0", + "@typescript-eslint/utils": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", "debug": "^4.3.4", "graphemer": "^1.4.0", "ignore": "^5.2.4", @@ -21703,6 +21958,32 @@ "ts-api-utils": "^1.0.1" }, "dependencies": { + "@typescript-eslint/scope-manager": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", + "dev": true, + "requires": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0" + } + }, + "@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "dev": true + }, + "@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "dev": true, + "requires": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" + } + }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -21747,15 +22028,85 @@ } }, "@typescript-eslint/type-utils": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz", - "integrity": "sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz", + "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==", "dev": true, "requires": { - "@typescript-eslint/typescript-estree": "6.20.0", - "@typescript-eslint/utils": "6.20.0", + "@typescript-eslint/typescript-estree": "6.21.0", + "@typescript-eslint/utils": "6.21.0", "debug": "^4.3.4", "ts-api-utils": "^1.0.1" + }, + "dependencies": { + "@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "dev": true, + "requires": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "dev": true, + "requires": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" + } + }, + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + }, + "semver": { + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } } }, "@typescript-eslint/types": { @@ -21819,20 +22170,71 @@ } }, "@typescript-eslint/utils": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.20.0.tgz", - "integrity": "sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz", + "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.4.0", "@types/json-schema": "^7.0.12", "@types/semver": "^7.5.0", - "@typescript-eslint/scope-manager": "6.20.0", - "@typescript-eslint/types": "6.20.0", - "@typescript-eslint/typescript-estree": "6.20.0", + "@typescript-eslint/scope-manager": "6.21.0", + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/typescript-estree": "6.21.0", "semver": "^7.5.4" }, "dependencies": { + "@typescript-eslint/scope-manager": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz", + "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==", + "dev": true, + "requires": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0" + } + }, + "@typescript-eslint/types": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz", + "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==", + "dev": true + }, + "@typescript-eslint/typescript-estree": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz", + "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==", + "dev": true, + "requires": { + "@typescript-eslint/types": "6.21.0", + "@typescript-eslint/visitor-keys": "6.21.0", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "minimatch": "9.0.3", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" + } + }, + "@typescript-eslint/visitor-keys": { + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz", + "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==", + "dev": true, + "requires": { + "@typescript-eslint/types": "6.21.0", + "eslint-visitor-keys": "^3.4.1" + } + }, + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, "lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -21842,10 +22244,19 @@ "yallist": "^4.0.0" } }, + "minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + }, "semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "requires": { "lru-cache": "^6.0.0" diff --git a/package.json b/package.json index 570b502bd9..38b1026a08 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@types/shortid": "^0.0.32", "@types/uuid": "^9.0.7", "@types/validator": "^13.11.7", - "@typescript-eslint/eslint-plugin": "^6.20.0", + "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.20.0", "@vitest/coverage-c8": "^0.24.3", "concurrently": "^8.2.2", From 56cb29f634772b81b206f7a7817841bdd2a66360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:49:16 -0800 Subject: [PATCH 073/109] chore(deps): bump nodemailer from 6.9.8 to 6.9.9 (#1843) Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.8 to 6.9.9. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.8...v6.9.9) --- updated-dependencies: - dependency-name: nodemailer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc896d3ab9..ae8fc28b50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "mongoose-paginate-v2": "^1.7.0", "morgan": "^1.10.0", "nanoid": "^5.0.5", - "nodemailer": "^6.9.8", + "nodemailer": "^6.9.9", "pm2": "^5.2.0", "redis": "^4.6.12", "shortid": "^2.2.16", @@ -13672,9 +13672,9 @@ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "node_modules/nodemailer": { - "version": "6.9.8", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.8.tgz", - "integrity": "sha512-cfrYUk16e67Ks051i4CntM9kshRYei1/o/Gi8K1d+R34OIs21xdFnW7Pt7EucmVKA0LKtqUGNcjMZ7ehjl49mQ==", + "version": "6.9.9", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz", + "integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==", "engines": { "node": ">=6.0.0" } @@ -27290,9 +27290,9 @@ "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "nodemailer": { - "version": "6.9.8", - "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.8.tgz", - "integrity": "sha512-cfrYUk16e67Ks051i4CntM9kshRYei1/o/Gi8K1d+R34OIs21xdFnW7Pt7EucmVKA0LKtqUGNcjMZ7ehjl49mQ==" + "version": "6.9.9", + "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.9.9.tgz", + "integrity": "sha512-dexTll8zqQoVJEZPwQAKzxxtFn0qTnjdQTchoU6Re9BUUGBJiOy3YMn/0ShTW6J5M0dfQ1NeDeRTTl4oIWgQMA==" }, "normalize-path": { "version": "3.0.0", diff --git a/package.json b/package.json index 38b1026a08..b62db6fb7a 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "mongoose-paginate-v2": "^1.7.0", "morgan": "^1.10.0", "nanoid": "^5.0.5", - "nodemailer": "^6.9.8", + "nodemailer": "^6.9.9", "pm2": "^5.2.0", "redis": "^4.6.12", "shortid": "^2.2.16", From b738582981f1c82bbffcc3e9c705a4489cc812bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:49:35 -0800 Subject: [PATCH 074/109] chore(deps): bump lint-staged from 15.2.1 to 15.2.2 (#1844) Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.1 to 15.2.2. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.1...v15.2.2) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae8fc28b50..1ede15cd4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "get-graphql-schema": "^2.1.2", "graphql-markdown": "^7.0.0", "husky": "^9.0.6", - "lint-staged": "^15.2.1", + "lint-staged": "^15.2.2", "prettier": "^2.7.1", "rimraf": "^5.0.5", "tsx": "^4.7.0", @@ -12413,9 +12413,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz", - "integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz", + "integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==", "dev": true, "dependencies": { "chalk": "5.3.0", @@ -26391,9 +26391,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "lint-staged": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz", - "integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz", + "integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==", "dev": true, "requires": { "chalk": "5.3.0", diff --git a/package.json b/package.json index b62db6fb7a..e7993fbdc6 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "get-graphql-schema": "^2.1.2", "graphql-markdown": "^7.0.0", "husky": "^9.0.6", - "lint-staged": "^15.2.1", + "lint-staged": "^15.2.2", "prettier": "^2.7.1", "rimraf": "^5.0.5", "tsx": "^4.7.0", From a6a5758f36db4601c05d69f72d6d98d7735a1e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:51:43 -0800 Subject: [PATCH 075/109] chore(deps): bump @graphql-codegen/typescript from 4.0.1 to 4.0.4 (#1846) Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 4.0.1 to 4.0.4. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@4.0.4/packages/plugins/typescript/typescript) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 141 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 71 insertions(+), 72 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ede15cd4d..6f4e1e0793 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^5.0.0", - "@graphql-codegen/typescript": "^4.0.1", + "@graphql-codegen/typescript": "^4.0.4", "@graphql-codegen/typescript-resolvers": "^4.0.1", "@graphql-eslint/eslint-plugin": "^3.20.1", "@types/bcryptjs": "^2.4.6", @@ -2640,9 +2640,9 @@ "dev": true }, "node_modules/@graphql-codegen/plugin-helpers": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.1.tgz", - "integrity": "sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz", + "integrity": "sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==", "dev": true, "dependencies": { "@graphql-tools/utils": "^10.0.0", @@ -2650,49 +2650,37 @@ "common-tags": "1.8.2", "import-from": "4.0.0", "lodash": "~4.17.0", - "tslib": "~2.5.0" + "tslib": "~2.6.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-codegen/plugin-helpers/node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true - }, "node_modules/@graphql-codegen/schema-ast": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.0.tgz", - "integrity": "sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz", + "integrity": "sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==", "dev": true, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.0", + "@graphql-codegen/plugin-helpers": "^5.0.3", "@graphql-tools/utils": "^10.0.0", - "tslib": "~2.5.0" + "tslib": "~2.6.0" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/@graphql-codegen/schema-ast/node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true - }, "node_modules/@graphql-codegen/typescript": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.0.1.tgz", - "integrity": "sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.0.4.tgz", + "integrity": "sha512-x79CKLfP9UQCX+/I78qxQlMs2Mmq3pF1lKafZo7lAno0f/fvJ+qWUduzdgjRNz+YL+5blGeWcC0pWEDxniO7hw==", "dev": true, "dependencies": { - "@graphql-codegen/plugin-helpers": "^5.0.0", - "@graphql-codegen/schema-ast": "^4.0.0", - "@graphql-codegen/visitor-plugin-common": "4.0.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/schema-ast": "^4.0.2", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "auto-bind": "~4.0.0", - "tslib": "~2.5.0" + "tslib": "~2.6.0" }, "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" @@ -2721,11 +2709,26 @@ "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", "dev": true }, - "node_modules/@graphql-codegen/typescript/node_modules/tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true + "node_modules/@graphql-codegen/typescript/node_modules/@graphql-codegen/visitor-plugin-common": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.1.2.tgz", + "integrity": "sha512-yk7iEAL1kYZ2Gi/pvVjdsZhul5WsYEM4Zcgh2Ev15VicMdJmPHsMhNUsZWyVJV0CaQCYpNOFlGD/11Ea3pn4GA==", + "dev": true, + "dependencies": { + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-tools/optimize": "^2.0.0", + "@graphql-tools/relay-operation-optimizer": "^7.0.0", + "@graphql-tools/utils": "^10.0.0", + "auto-bind": "~4.0.0", + "change-case-all": "1.0.15", + "dependency-graph": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "tslib": "~2.6.0" + }, + "peerDependencies": { + "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + } }, "node_modules/@graphql-codegen/visitor-plugin-common": { "version": "4.0.1", @@ -19190,9 +19193,9 @@ } }, "@graphql-codegen/plugin-helpers": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.1.tgz", - "integrity": "sha512-6L5sb9D8wptZhnhLLBcheSPU7Tg//DGWgc5tQBWX46KYTOTQHGqDpv50FxAJJOyFVJrveN9otWk9UT9/yfY4ww==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.0.3.tgz", + "integrity": "sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==", "dev": true, "requires": { "@graphql-tools/utils": "^10.0.0", @@ -19200,54 +19203,50 @@ "common-tags": "1.8.2", "import-from": "4.0.0", "lodash": "~4.17.0", - "tslib": "~2.5.0" - }, - "dependencies": { - "tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true - } + "tslib": "~2.6.0" } }, "@graphql-codegen/schema-ast": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.0.tgz", - "integrity": "sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/schema-ast/-/schema-ast-4.0.2.tgz", + "integrity": "sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==", "dev": true, "requires": { - "@graphql-codegen/plugin-helpers": "^5.0.0", + "@graphql-codegen/plugin-helpers": "^5.0.3", "@graphql-tools/utils": "^10.0.0", - "tslib": "~2.5.0" - }, - "dependencies": { - "tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true - } + "tslib": "~2.6.0" } }, "@graphql-codegen/typescript": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.0.1.tgz", - "integrity": "sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@graphql-codegen/typescript/-/typescript-4.0.4.tgz", + "integrity": "sha512-x79CKLfP9UQCX+/I78qxQlMs2Mmq3pF1lKafZo7lAno0f/fvJ+qWUduzdgjRNz+YL+5blGeWcC0pWEDxniO7hw==", "dev": true, "requires": { - "@graphql-codegen/plugin-helpers": "^5.0.0", - "@graphql-codegen/schema-ast": "^4.0.0", - "@graphql-codegen/visitor-plugin-common": "4.0.1", + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-codegen/schema-ast": "^4.0.2", + "@graphql-codegen/visitor-plugin-common": "4.1.2", "auto-bind": "~4.0.0", - "tslib": "~2.5.0" + "tslib": "~2.6.0" }, "dependencies": { - "tslib": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", - "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==", - "dev": true + "@graphql-codegen/visitor-plugin-common": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-4.1.2.tgz", + "integrity": "sha512-yk7iEAL1kYZ2Gi/pvVjdsZhul5WsYEM4Zcgh2Ev15VicMdJmPHsMhNUsZWyVJV0CaQCYpNOFlGD/11Ea3pn4GA==", + "dev": true, + "requires": { + "@graphql-codegen/plugin-helpers": "^5.0.3", + "@graphql-tools/optimize": "^2.0.0", + "@graphql-tools/relay-operation-optimizer": "^7.0.0", + "@graphql-tools/utils": "^10.0.0", + "auto-bind": "~4.0.0", + "change-case-all": "1.0.15", + "dependency-graph": "^0.11.0", + "graphql-tag": "^2.11.0", + "parse-filepath": "^1.0.2", + "tslib": "~2.6.0" + } } } }, diff --git a/package.json b/package.json index e7993fbdc6..b8ec867b97 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^5.0.0", - "@graphql-codegen/typescript": "^4.0.1", + "@graphql-codegen/typescript": "^4.0.4", "@graphql-codegen/typescript-resolvers": "^4.0.1", "@graphql-eslint/eslint-plugin": "^3.20.1", "@types/bcryptjs": "^2.4.6", From f95b71f2aaafae0960f32695105dc67d9a8a9ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:12:01 -0800 Subject: [PATCH 076/109] chore(deps): bump @types/validator from 13.11.8 to 13.11.9 (#1845) Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.11.8 to 13.11.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator) --- updated-dependencies: - dependency-name: "@types/validator" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f4e1e0793..12919106f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "@types/nodemailer": "^6.4.14", "@types/shortid": "^0.0.32", "@types/uuid": "^9.0.7", - "@types/validator": "^13.11.7", + "@types/validator": "^13.11.9", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.20.0", "@vitest/coverage-c8": "^0.24.3", @@ -6222,9 +6222,9 @@ "dev": true }, "node_modules/@types/validator": { - "version": "13.11.8", - "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.8.tgz", - "integrity": "sha512-c/hzNDBh7eRF+KbCf+OoZxKbnkpaK/cKp9iLQWqB7muXtM+MtL9SUUH8vCFcLn6dH1Qm05jiexK0ofWY7TfOhQ==", + "version": "13.11.9", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.9.tgz", + "integrity": "sha512-FCTsikRozryfayPuiI46QzH3fnrOoctTjvOYZkho9BTFLCOZ2rgZJHMOVgCOfttjPJcgOx52EpkY0CMfy87MIw==", "dev": true }, "node_modules/@types/ws": { @@ -21912,9 +21912,9 @@ "dev": true }, "@types/validator": { - "version": "13.11.8", - "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.8.tgz", - "integrity": "sha512-c/hzNDBh7eRF+KbCf+OoZxKbnkpaK/cKp9iLQWqB7muXtM+MtL9SUUH8vCFcLn6dH1Qm05jiexK0ofWY7TfOhQ==", + "version": "13.11.9", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.9.tgz", + "integrity": "sha512-FCTsikRozryfayPuiI46QzH3fnrOoctTjvOYZkho9BTFLCOZ2rgZJHMOVgCOfttjPJcgOx52EpkY0CMfy87MIw==", "dev": true }, "@types/ws": { diff --git a/package.json b/package.json index b8ec867b97..eabaa960ee 100644 --- a/package.json +++ b/package.json @@ -118,7 +118,7 @@ "@types/nodemailer": "^6.4.14", "@types/shortid": "^0.0.32", "@types/uuid": "^9.0.7", - "@types/validator": "^13.11.7", + "@types/validator": "^13.11.9", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.20.0", "@vitest/coverage-c8": "^0.24.3", From cc21e65688801b35d05009beb6f3a0c277054670 Mon Sep 17 00:00:00 2001 From: Anvita Mahajan <78889572+Anvita0305@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:21:20 +0530 Subject: [PATCH 077/109] Added tests for file src/resolvers/Mutation/createPost.ts (#1833) * Modified tests * some minor changes * Fixed Errors * 100% code covered * Fixed Linting errors --- tests/resolvers/Mutation/createPost.spec.ts | 216 ++++++++++++++++---- 1 file changed, 179 insertions(+), 37 deletions(-) diff --git a/tests/resolvers/Mutation/createPost.spec.ts b/tests/resolvers/Mutation/createPost.spec.ts index c3a69250b4..526f12a413 100644 --- a/tests/resolvers/Mutation/createPost.spec.ts +++ b/tests/resolvers/Mutation/createPost.spec.ts @@ -28,8 +28,9 @@ import { createTestUserAndOrganization, createTestUser, } from "../../helpers/userAndOrg"; -import { Organization } from "../../../src/models"; +import { Organization, Post } from "../../../src/models"; import * as uploadEncodedImage from "../../../src/utilities/encodedImageStorage/uploadEncodedImage"; +import * as uploadEncodedVideo from "../../../src/utilities/encodedVideoStorage/uploadEncodedVideo"; import { createPost as createPostResolverImage } from "../../../src/resolvers/Mutation/createPost"; let testUser: TestUserType; @@ -84,11 +85,13 @@ describe("resolvers -> Mutation -> createPost", () => { ); await createPostResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` - ); + } catch (error) { + if (error instanceof Error) { + expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } } }); @@ -117,11 +120,13 @@ describe("resolvers -> Mutation -> createPost", () => { ); await createPostResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` - ); + } catch (error) { + if (error instanceof Error) { + expect(spy).toBeCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + ); + } } }); @@ -146,16 +151,20 @@ describe("resolvers -> Mutation -> createPost", () => { userId: randomUser?.id, }; + expect(args.data.pinned).toBe(true); const { createPost: createPostResolver } = await import( "../../../src/resolvers/Mutation/createPost" ); - await createPostResolver?.({}, args, context); - } catch (error: any) { - expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_TO_PIN.MESSAGE); - expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_TO_PIN.MESSAGE}` - ); + const createPost = await createPostResolver?.({}, args, context); + expect(createPost?.pinned).toBe(true); + } catch (error) { + if (error instanceof Error) { + expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_TO_PIN.MESSAGE); + expect(error.message).toEqual( + `Translated ${USER_NOT_AUTHORIZED_TO_PIN.MESSAGE}` + ); + } } }); @@ -179,16 +188,18 @@ describe("resolvers -> Mutation -> createPost", () => { userId: testUser?.id, }; + expect(args.data.pinned).toBe(true); + const { createPost: createPostResolver } = await import( "../../../src/resolvers/Mutation/createPost" ); const createdPost = await createPostResolver?.({}, args, context); - expect(createdPost).toEqual( expect.objectContaining({ text: "New Post Text", videoUrl: null, // Update the expected value to match the received value title: "New Post Title", + pinned: true, }) ); @@ -203,7 +214,7 @@ describe("resolvers -> Mutation -> createPost", () => { ).toBeTruthy(); }); - it(`creates the post and returns it when image is not provided`, async () => { + it(`creates the post and returns it when image or video is not provided`, async () => { const args: MutationCreatePostArgs = { data: { organizationId: testOrganization?.id, @@ -218,11 +229,14 @@ describe("resolvers -> Mutation -> createPost", () => { userId: testUser?.id, }; + expect(args.data.pinned).toBe(true); + const { createPost: createPostResolver } = await import( "../../../src/resolvers/Mutation/createPost" ); const createPostPayload = await createPostResolver?.({}, args, context); + expect(createPostPayload?.pinned).toBe(true); expect(createPostPayload).toEqual( expect.objectContaining({ @@ -235,6 +249,82 @@ describe("resolvers -> Mutation -> createPost", () => { ); }); + it(`creates the post and and returns it when an image is provided`, async () => { + const args: MutationCreatePostArgs = { + data: { + organizationId: testOrganization?.id, + text: "text", + title: "title", + pinned: true, + }, + file: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZSURBVBhXYzxz5sx/BiBgefLkCQMbGxsDAEdkBicg9wbaAAAAAElFTkSuQmCC", // Provide a supported file type + }; + + vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( + async (encodedImageURL: string) => encodedImageURL + ); + + const context = { + userId: testUser?.id, + apiRootUrl: BASE_URL, + }; + + expect(args.data.pinned).toBe(true); + + const createPostPayload = await createPostResolverImage?.( + {}, + args, + context + ); + expect(createPostPayload?.pinned).toBe(true); + + const testCreatePostPayload = await Post.findOne({ + _id: createPostPayload?._id, + imageUrl: { $ne: null }, + }).lean(); + + //Ensures that the post is created and imageUrl is not null + expect(testCreatePostPayload).not.toBeNull(); + }); + + it(`creates the post and and returns it when a video is provided`, async () => { + const args: MutationCreatePostArgs = { + data: { + organizationId: testOrganization?.id, + text: "text", + title: "title", + pinned: true, + }, + file: "data:video/mp4;base64,VIDEO_BASE64_DATA_HERE", // Provide a supported file type + }; + + vi.spyOn(uploadEncodedVideo, "uploadEncodedVideo").mockImplementation( + async (uploadEncodedVideo: string) => uploadEncodedVideo + ); + + const context = { + userId: testUser?.id, + apiRootUrl: BASE_URL, + }; + + expect(args.data.pinned).toBe(true); + + const createPostPayload = await createPostResolverImage?.( + {}, + args, + context + ); + expect(createPostPayload?.pinned).toBe(true); + + const testCreatePostPayload = await Post.findOne({ + _id: createPostPayload?._id, + videoUrl: { $ne: null }, + }).lean(); + + //Ensures that the post is created and videoUrl is not null + expect(testCreatePostPayload).not.toBeNull(); + }); + it(`creates the post and throws an error for unsupported file type`, async () => { const args: MutationCreatePostArgs = { data: { @@ -242,6 +332,7 @@ describe("resolvers -> Mutation -> createPost", () => { text: "text", videoUrl: "videoUrl", title: "title", + pinned: true, }, file: "unsupportedFile.txt", // Provide an unsupported file type }; @@ -251,6 +342,8 @@ describe("resolvers -> Mutation -> createPost", () => { apiRootUrl: BASE_URL, }; + expect(args.data.pinned).toBe(true); + // Mock the uploadEncodedImage function to throw an error for unsupported file types vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( () => { @@ -285,16 +378,19 @@ describe("resolvers -> Mutation -> createPost", () => { const context = { userId: testUser?.id, }; - + expect(args.data.pinned).toBe(true); const { createPost: createPostResolver } = await import( "../../../src/resolvers/Mutation/createPost" ); - await createPostResolver?.({}, args, context); - } catch (error: any) { - expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` - ); + const createdPost = await createPostResolver?.({}, args, context); + expect(createdPost?.pinned).toBe(true); + } catch (error) { + if (error instanceof Error) { + expect(error.message).toEqual( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + ); + } } }); it(`throws String Length Validation error if text is greater than 500 characters`, async () => { @@ -318,15 +414,53 @@ describe("resolvers -> Mutation -> createPost", () => { userId: testUser?.id, }; + expect(args.data.pinned).toBe(true); + const { createPost: createPostResolver } = await import( "../../../src/resolvers/Mutation/createPost" ); - await createPostResolver?.({}, args, context); - } catch (error: any) { - expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information` + const createdPost = await createPostResolver?.({}, args, context); + expect(createdPost?.pinned).toBe(true); + } catch (error) { + if (error instanceof Error) { + expect(error.message).toEqual( + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information` + ); + } + } + }); + + it("throws an error if the user tries to create a post but post is not pinned", async () => { + const { requestContext } = await import("../../../src/libraries"); + vi.spyOn(requestContext, "translate").mockImplementationOnce( + (message) => message + ); + try { + const args: MutationCreatePostArgs = { + data: { + organizationId: testOrganization?._id, + text: "text", + pinned: false, + }, + }; + + const context = { + userId: testUser?.id, + }; + + expect(args.data.pinned).toBe(false); + const { createPost: createPostResolver } = await import( + "../../../src/resolvers/Mutation/createPost" ); + const createdPost = await createPostResolver?.({}, args, context); + expect(createdPost?.pinned).toBe(false); + } catch (error) { + if (error instanceof Error) { + expect(error.message).toEqual( + `Cannot create post when pinned is false` + ); + } } }); @@ -349,14 +483,18 @@ describe("resolvers -> Mutation -> createPost", () => { userId: testUser?.id, }; + expect(args.data.pinned).toBe(false); const { createPost: createPostResolver } = await import( "../../../src/resolvers/Mutation/createPost" ); - await createPostResolver?.({}, args, context); - } catch (error: any) { - expect(error.message).toEqual( - `Post needs to be pinned inorder to add a title` - ); + const createdPost = await createPostResolver?.({}, args, context); + expect(createdPost?.pinned).toBe(false); + } catch (error) { + if (error instanceof Error) { + expect(error.message).toEqual( + `Post needs to be pinned inorder to add a title` + ); + } } }); @@ -378,13 +516,17 @@ describe("resolvers -> Mutation -> createPost", () => { const context = { userId: testUser?.id, }; + expect(args.data.pinned).toBe(true); const { createPost: createPostResolver } = await import( "../../../src/resolvers/Mutation/createPost" ); - await createPostResolver?.({}, args, context); - } catch (error: any) { - expect(error.message).toEqual(`Please provide a title to pin post`); + const createPost = await createPostResolver?.({}, args, context); + expect(createPost?.pinned).toBe(true); + } catch (error) { + if (error instanceof Error) { + expect(error.message).toEqual(`Please provide a title to pin post`); + } } }); }); From 65989b1bbb36af7bdf91b7d6f2c4ff83756373a1 Mon Sep 17 00:00:00 2001 From: Paras Awasthi <121304240+i-m-Paras@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:21:56 +0530 Subject: [PATCH 078/109] removeAdvertisement.ts test updated to 100% coverage (#1835) * removeAdvertisement.ts test updated to 100% coverage * failing tests updated * Update package.json * Update package.json * Update package-lock.json * Update package.json * Update package.json * Update package.json * Update package.json * Update package-lock.json back to normal * Update package-lock.json * Update package-lock.json * Update package-lock.json * Update package-lock.json --- src/resolvers/Mutation/removeAdvertisement.ts | 38 ++++++++++--------- .../Mutation/removeAdvertisement.spec.ts | 24 ++++++++---- 2 files changed, 38 insertions(+), 24 deletions(-) diff --git a/src/resolvers/Mutation/removeAdvertisement.ts b/src/resolvers/Mutation/removeAdvertisement.ts index 9c9fa0059c..ff5ec2764e 100644 --- a/src/resolvers/Mutation/removeAdvertisement.ts +++ b/src/resolvers/Mutation/removeAdvertisement.ts @@ -2,27 +2,31 @@ import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; import { errors, requestContext } from "../../libraries"; import { Advertisement } from "../../models"; import { ADVERTISEMENT_NOT_FOUND_ERROR } from "../../constants"; +import mongoose from "mongoose"; -// @ts-ignore +// @ts-expect-error : This block intentionally ignores TypeScript checking for incomplete code. export const removeAdvertisement: MutationResolvers["removeAdvertisement"] = // eslint-disable-next-line @typescript-eslint/no-unused-vars async (_parent, args, _context) => { - const currentAd = await Advertisement.findOne({ - _id: args.id ? args.id : "", - }).lean(); + const myId = args.id ? args.id : ""; - if (!currentAd) { - throw new errors.NotFoundError( - requestContext.translate(ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE), - ADVERTISEMENT_NOT_FOUND_ERROR.CODE, - ADVERTISEMENT_NOT_FOUND_ERROR.PARAM - ); - } + if (mongoose.Types.ObjectId.isValid(myId)) { + const currentAd = await Advertisement.findOne({ + _id: myId, + }).lean(); + if (!currentAd) { + throw new errors.NotFoundError( + requestContext.translate(ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE), + ADVERTISEMENT_NOT_FOUND_ERROR.CODE, + ADVERTISEMENT_NOT_FOUND_ERROR.PARAM + ); + } - // Deletes the ad. - await Advertisement.deleteOne({ - _id: args.id ? args.id : "", - }); - // Returns deleted ad. - return currentAd; + // Deletes the ad. + await Advertisement.deleteOne({ + _id: myId, + }); + // Returns deleted ad. + return currentAd; + } }; diff --git a/tests/resolvers/Mutation/removeAdvertisement.spec.ts b/tests/resolvers/Mutation/removeAdvertisement.spec.ts index 79a05d8523..c07e952092 100644 --- a/tests/resolvers/Mutation/removeAdvertisement.spec.ts +++ b/tests/resolvers/Mutation/removeAdvertisement.spec.ts @@ -88,13 +88,21 @@ describe("resolvers -> Mutation -> removeAdvertisement", () => { context ); + const removeAdvertisementPayloadFalsyId = await removeAdvertisement?.( + {}, + { id: "" }, + context + ); expect(removeAdvertisementPayload).toHaveProperty( "_id", createdAdvertisementId ); - + if (removeAdvertisementPayloadFalsyId) { + expect(removeAdvertisementPayloadFalsyId).toHaveProperty("_id", ""); + } else { + console.error("removeAdvertisementPayloadFalsyId is undefined or null"); + } expect(removeAdvertisementPayload).toHaveProperty("name", "myad"); - expect(removeAdvertisementPayload).toHaveProperty( "link", "https://www.example.com" @@ -122,11 +130,13 @@ describe("resolvers -> Mutation -> removeAdvertisement", () => { { id: "64d1f8cb77a4b51004f824b8" }, context ); - } catch (error: any) { - expect(spy).toBeCalledWith(ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE); - expect(error.message).toEqual( - `Translated ${ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE}` - ); + } catch (error: unknown) { + if (error instanceof Error) { + expect(spy).toBeCalledWith(ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE); + expect(error.message).toEqual( + `Translated ${ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE}` + ); + } } }); }); From d38198a600cf6f8bb89ba4422d243c5d322119f9 Mon Sep 17 00:00:00 2001 From: Meetul Rathore Date: Wed, 14 Feb 2024 10:30:43 +0530 Subject: [PATCH 079/109] fix: Add functionality for creating recurring events (#1807) * create recurring event helpers and refactor * remove unnecessary file * add documentation and comments * add tests * fix comments * update generateRecurrenceRuleString function * speed up code * fix formatting * format fix * restore package.json * fix failing test * better implementation and faster code * minor refactoring * minor correction * fix imports * return single recurring instance * fix failing test * Revert "return single recurring instance" This reverts commit 60353fd63b9f5111683dfbc7694f446864c67a22. * Reapply "return single recurring instance" This reverts commit fc12a9947d3d4d2de1a2142316951c1d8368c649. * test commit * update test * fix test * convert to UTC dates * test commit with minor change * limit instance generation date according to the recurrence frequency * adjust for different timezones * remove unnecessary code * remove unnecessary formatting * change variable names --- README.md | 11 +- package-lock.json | 17 + package.json | 1 + schema.graphql | 27 +- src/constants.ts | 20 + .../createRecurringEvent.ts | 101 ++++ .../createEventHelpers/createSingleEvent.ts | 66 +++ src/helpers/event/createEventHelpers/index.ts | 2 + .../createRecurrenceRule.ts | 65 +++ .../generateRecurrenceRuleString.ts | 53 ++ .../generateRecurringEventInstances.ts | 111 ++++ .../getRecurringInstanceDates.ts | 76 +++ .../event/recurringEventHelpers/index.ts | 4 + src/helpers/eventInstances/index.ts | 4 - src/helpers/eventInstances/once.ts | 29 - src/helpers/eventInstances/weekly.ts | 53 -- src/models/Event.ts | 37 +- src/models/RecurrenceRule.ts | 101 ++++ src/resolvers/Mutation/createEvent.ts | 121 ++-- .../Query/eventsByOrganizationConnection.ts | 1 + src/typeDefs/enums.ts | 18 + src/typeDefs/inputs.ts | 6 + src/typeDefs/mutations.ts | 5 +- src/typeDefs/types.ts | 2 +- src/types/generatedGraphQLTypes.ts | 34 +- src/utilities/recurrenceDatesUtil.ts | 32 + tests/resolvers/Mutation/createEvent.spec.ts | 546 +++++++++++++++++- 27 files changed, 1333 insertions(+), 210 deletions(-) create mode 100644 src/helpers/event/createEventHelpers/createRecurringEvent.ts create mode 100644 src/helpers/event/createEventHelpers/createSingleEvent.ts create mode 100644 src/helpers/event/createEventHelpers/index.ts create mode 100644 src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts create mode 100644 src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts create mode 100644 src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts create mode 100644 src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts create mode 100644 src/helpers/event/recurringEventHelpers/index.ts delete mode 100644 src/helpers/eventInstances/index.ts delete mode 100644 src/helpers/eventInstances/once.ts delete mode 100644 src/helpers/eventInstances/weekly.ts create mode 100644 src/models/RecurrenceRule.ts create mode 100644 src/utilities/recurrenceDatesUtil.ts diff --git a/README.md b/README.md index 327fa7941a..bdacd57db5 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,10 @@ Core features include: -- [Talawa API](#talawa-api) - - [Talawa Components](#talawa-components) - - [Documentation](#documentation) - - [Installation](#installation) - - [Image Upload](#image-upload) +- [Talawa Components](#talawa-components) +- [Documentation](#documentation) +- [Installation](#installation) +- [Image Upload](#image-upload) @@ -53,4 +52,4 @@ Core features include: ## Image Upload -To enable image upload functionalities create an images folder in the root of the project \ No newline at end of file +To enable image upload functionalities create an images folder in the root of the project diff --git a/package-lock.json b/package-lock.json index 12919106f9..6c6e1d4850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,6 +52,7 @@ "nodemailer": "^6.9.9", "pm2": "^5.2.0", "redis": "^4.6.12", + "rrule": "^2.8.1", "shortid": "^2.2.16", "typedoc-plugin-markdown": "^3.17.1", "uuid": "^9.0.0", @@ -15301,6 +15302,14 @@ "fsevents": "~2.3.2" } }, + "node_modules/rrule": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/rrule/-/rrule-2.8.1.tgz", + "integrity": "sha512-hM3dHSBMeaJ0Ktp7W38BJZ7O1zOgaFEsn41PDk+yHoEtfLV+PoJt9E9xAlZiWgf/iqEqionN0ebHFZIDAp+iGw==", + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -28483,6 +28492,14 @@ "fsevents": "~2.3.2" } }, + "rrule": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/rrule/-/rrule-2.8.1.tgz", + "integrity": "sha512-hM3dHSBMeaJ0Ktp7W38BJZ7O1zOgaFEsn41PDk+yHoEtfLV+PoJt9E9xAlZiWgf/iqEqionN0ebHFZIDAp+iGw==", + "requires": { + "tslib": "^2.4.0" + } + }, "run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", diff --git a/package.json b/package.json index eabaa960ee..eed8602574 100644 --- a/package.json +++ b/package.json @@ -86,6 +86,7 @@ "nodemailer": "^6.9.9", "pm2": "^5.2.0", "redis": "^4.6.12", + "rrule": "^2.8.1", "shortid": "^2.2.16", "typedoc-plugin-markdown": "^3.17.1", "uuid": "^9.0.0", diff --git a/schema.graphql b/schema.graphql index 19d7ad4b4d..3a9565b223 100644 --- a/schema.graphql +++ b/schema.graphql @@ -253,7 +253,7 @@ type Event { createdAt: DateTime! creator: User description: String! - endDate: Date! + endDate: Date endTime: Time feedback: [Feedback!]! isPublic: Boolean! @@ -376,6 +376,13 @@ input ForgotPasswordData { userOtp: String! } +enum Frequency { + DAILY + MONTHLY + WEEKLY + YEARLY +} + enum Gender { FEMALE MALE @@ -536,7 +543,7 @@ type Mutation { createComment(data: CommentInput!, postId: ID!): Comment createDirectChat(data: createChatInput!): DirectChat! createDonation(amount: Float!, nameOfOrg: String!, nameOfUser: String!, orgId: ID!, payPalId: ID!, userId: ID!): Donation! - createEvent(data: EventInput): Event! + createEvent(data: EventInput!, recurrenceRuleData: RecurrenceRuleInput): Event! createGroupChat(data: createGroupChatInput!): GroupChat! createMember(input: UserAndOrganizationInput!): Organization! createMessageChat(data: MessageChatInput!): MessageChat! @@ -898,6 +905,12 @@ enum Recurrance { YEARLY } +input RecurrenceRuleInput { + count: Int + frequency: Frequency + weekDays: [WeekDays] +} + enum Status { ACTIVE BLOCKED @@ -1207,6 +1220,16 @@ type UsersConnectionResult { errors: [ConnectionError!]! } +enum WeekDays { + FR + MO + SA + SU + TH + TU + WE +} + input createChatInput { organizationId: ID! userIds: [ID!]! diff --git a/src/constants.ts b/src/constants.ts index b454f7e676..8745ce129a 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -529,6 +529,26 @@ export const REDIS_PASSWORD = process.env.REDIS_PASSWORD; export const MILLISECONDS_IN_A_WEEK = 7 * 24 * 60 * 60 * 1000; +// recurring event frequencies +export const RECURRENCE_FREQUENCIES = ["YEARLY", "MONTHLY", "WEEKLY", "DAILY"]; + +// recurring instance generation date limit in years based on it's frequency +export const RECURRING_EVENT_INSTANCES_DAILY_LIMIT = 1; +export const RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT = 2; +export const RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT = 5; +export const RECURRING_EVENT_INSTANCES_YEARLY_LIMIT = 10; + +// recurring event days +export const RECURRENCE_WEEKDAYS = [ + "MONDAY", + "TUESDAY", + "WEDNESDAY", + "THURSDAY", + "FRIDAY", + "SATURDAY", + "SUNDAY", +]; + export const key = ENV.ENCRYPTION_KEY as string; export const iv = crypto.randomBytes(16).toString("hex"); diff --git a/src/helpers/event/createEventHelpers/createRecurringEvent.ts b/src/helpers/event/createEventHelpers/createRecurringEvent.ts new file mode 100644 index 0000000000..4c736d9646 --- /dev/null +++ b/src/helpers/event/createEventHelpers/createRecurringEvent.ts @@ -0,0 +1,101 @@ +import type mongoose from "mongoose"; +import type { InterfaceEvent } from "../../../models"; +import { Event } from "../../../models"; +import type { MutationCreateEventArgs } from "../../../types/generatedGraphQLTypes"; +import { + generateRecurrenceRuleString, + getRecurringInstanceDates, + createRecurrenceRule, + generateRecurringEventInstances, +} from "../recurringEventHelpers"; + +/** + * This function creates the instances of a recurring event upto a certain date. + * @param args - payload of the createEvent mutation + * @param creatorId - _id of the creator + * @param organizationId - _id of the organization the events belongs to + * @remarks The following steps are followed: + * 1. Create a default recurrenceRuleData. + * 2. Generate a recurrence rule string based on the recurrenceRuleData. + * 3. Create a baseRecurringEvent on which recurring instances would be based. + * 4. Get the dates for recurring instances. + * 5. Create a recurrenceRule document. + * 6. Generate recurring instances according to the recurrence rule. + * @returns Created recurring event instance + */ + +export const createRecurringEvent = async ( + args: MutationCreateEventArgs, + creatorId: string, + organizationId: string, + session: mongoose.ClientSession +): Promise => { + const { data } = args; + let { recurrenceRuleData } = args; + + if (!recurrenceRuleData) { + // create a default weekly recurrence rule + recurrenceRuleData = { + frequency: "WEEKLY", + }; + } + + // generate a recurrence rule string which would be used to generate rrule object + // and get recurrence dates + const recurrenceRuleString = generateRecurrenceRuleString( + recurrenceRuleData, + data?.startDate, + data?.endDate + ); + + // create a base recurring event first, based on which all the + // recurring instances would be dynamically generated + const baseRecurringEvent = await Event.create( + [ + { + ...data, + recurring: true, + isBaseRecurringEvent: true, + creatorId, + admins: [creatorId], + organization: organizationId, + }, + ], + { session } + ); + + // get the dates for the recurringInstances, and the date of the last instance + // to be generated in this operation (rest would be generated dynamically during query) + const recurringInstanceDates = getRecurringInstanceDates( + recurrenceRuleString, + data.startDate, + data.endDate + ); + + // get the date for the latest created instance + const latestInstanceDate = + recurringInstanceDates[recurringInstanceDates.length - 1]; + // create a recurrenceRule document that would contain the recurrence pattern + const recurrenceRule = await createRecurrenceRule( + recurrenceRuleString, + data.startDate, + data.endDate, + organizationId, + baseRecurringEvent[0]?._id.toString(), + latestInstanceDate, + session + ); + + // generate the recurring instances and get an instance back + const recurringEventInstance = await generateRecurringEventInstances({ + data, + baseRecurringEventId: baseRecurringEvent[0]?._id.toString(), + recurrenceRuleId: recurrenceRule?._id.toString(), + recurringInstanceDates, + creatorId, + organizationId, + session, + }); + + return recurringEventInstance; +}; diff --git a/src/helpers/event/createEventHelpers/createSingleEvent.ts b/src/helpers/event/createEventHelpers/createSingleEvent.ts new file mode 100644 index 0000000000..fe9799585d --- /dev/null +++ b/src/helpers/event/createEventHelpers/createSingleEvent.ts @@ -0,0 +1,66 @@ +import type mongoose from "mongoose"; +import type { InterfaceEvent } from "../../../models"; +import { Event, EventAttendee, User } from "../../../models"; +import type { MutationCreateEventArgs } from "../../../types/generatedGraphQLTypes"; +import { cacheEvents } from "../../../services/EventCache/cacheEvents"; + +/** + * This function generates a single non-recurring event. + * @param args - the arguments provided for the createEvent mutation. + * @param creatorId - _id of the current user. + * @param organizationId - _id of the current organization. + * @remarks The following steps are followed: + * 1. Create an event document. + * 2. Associate the event with the user + * 3. Cache the event. + * @returns The created event. + */ + +export const createSingleEvent = async ( + args: MutationCreateEventArgs, + creatorId: string, + organizationId: string, + session: mongoose.ClientSession +): Promise => { + // create the single event + const createdEvent = await Event.create( + [ + { + ...args.data, + creatorId, + admins: [creatorId], + organization: organizationId, + }, + ], + { session } + ); + + // associate event with the user + await EventAttendee.create( + [ + { + userId: creatorId, + eventId: createdEvent[0]?._id, + }, + ], + { session } + ); + await User.updateOne( + { + _id: creatorId, + }, + { + $push: { + eventAdmin: createdEvent[0]?._id, + createdEvents: createdEvent[0]?._id, + registeredEvents: createdEvent[0]?._id, + }, + }, + { session } + ); + + // cache the event + await cacheEvents([createdEvent[0]]); + + return createdEvent[0]; +}; diff --git a/src/helpers/event/createEventHelpers/index.ts b/src/helpers/event/createEventHelpers/index.ts new file mode 100644 index 0000000000..ebab56acb9 --- /dev/null +++ b/src/helpers/event/createEventHelpers/index.ts @@ -0,0 +1,2 @@ +export { createSingleEvent } from "./createSingleEvent"; +export { createRecurringEvent } from "./createRecurringEvent"; diff --git a/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts b/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts new file mode 100644 index 0000000000..1f0264c499 --- /dev/null +++ b/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts @@ -0,0 +1,65 @@ +import type mongoose from "mongoose"; +import { rrulestr } from "rrule"; +import type { InterfaceRecurrenceRule } from "../../../models/RecurrenceRule"; +import { RecurrenceRule } from "../../../models/RecurrenceRule"; +import { + RECURRENCE_FREQUENCIES, + RECURRENCE_WEEKDAYS, +} from "../../../constants"; + +/** + * This function generates the recurrenceRule document. + * @param recurrenceRuleString - the rrule string containing the rules that the instances would follow. + * @param recurrenceStartDate - start date of recurrence. + * @param recurrenceEndDate - end date of recurrence. + * @param organizationId - _id of the current organization. + * @param baseRecurringEventId - _id of the base recurring event. + * @param latestInstanceDate - start date of the last instance generated during this operation. + * @remarks The following steps are followed: + * 1. Create an rrule object from the rrule string. + * 2. Get the fields for the RecurrenceRule document. + * 3. Create the RecurrenceRuleDocument. + * @returns The recurrence rule document. + */ + +export const createRecurrenceRule = async ( + recurrenceRuleString: string, + recurrenceStartDate: Date, + recurrenceEndDate: Date | null, + organizationId: string, + baseRecurringEventId: string, + latestInstanceDate: Date, + session: mongoose.ClientSession +): Promise => { + const recurrenceRuleObject = rrulestr(recurrenceRuleString); + + const { freq, byweekday } = recurrenceRuleObject.options; + + const weekDays: string[] = []; + if (byweekday) { + for (const weekday of byweekday) { + weekDays.push(RECURRENCE_WEEKDAYS[weekday]); + } + } + + const frequency = RECURRENCE_FREQUENCIES[freq]; + + const recurrenceRule = await RecurrenceRule.create( + [ + { + organizationId, + baseRecurringEventId, + recurrenceRuleString, + startDate: recurrenceStartDate, + endDate: recurrenceEndDate, + frequency, + count: recurrenceRuleObject.options.count, + weekDays, + latestInstanceDate, + }, + ], + { session } + ); + + return recurrenceRule[0].toObject(); +}; diff --git a/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts b/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts new file mode 100644 index 0000000000..86331a5b71 --- /dev/null +++ b/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts @@ -0,0 +1,53 @@ +import type { RecurrenceRuleInput } from "../../../types/generatedGraphQLTypes"; +import { convertToRRuleDateString } from "../../../utilities/recurrenceDatesUtil"; + +/** + * This function generates the recurrence rule (rrule) string. + * @param recurrenceRuleData - the recurrenceRuleInput provided in the args. + * @param recurrenceStartDate - start date of recurrence. + * @param recurrenceEndDate - end date of recurrence. + * @remarks The following steps are followed: + * 1. Get the date strings for start and end of recurrence. + * 2. Get the recurrence rules and make a recurrenceRuleString. + * @returns The recurrence rule string that would be used to create a valid rrule object. + */ + +export const generateRecurrenceRuleString = ( + recurrenceRuleData: RecurrenceRuleInput, + recurrenceStartDate: Date, + recurrenceEndDate?: Date +): string => { + // get the start date string for rrule's "DTSTART" property + const recurrenceStartDateString = + convertToRRuleDateString(recurrenceStartDate); + + // get the end date string for rrule's "UNTIL" property + let recurrenceEndDateString = ""; + if (recurrenceEndDate) { + recurrenceEndDateString = convertToRRuleDateString(recurrenceEndDate); + } + + // destructure the recurrence rules + const { frequency, count, weekDays } = recurrenceRuleData; + + // string representing the days of the week the event would recur + const weekDaysString = weekDays?.length ? weekDays.join(",") : ""; + + // initiate recurrence rule string + let recurrenceRuleString = `DTSTART:${recurrenceStartDateString}\nRRULE:FREQ=${frequency}`; + + if (recurrenceEndDateString) { + recurrenceRuleString += `;UNTIL=${recurrenceEndDateString}`; + } + + if (count) { + // maximum number of instances to generate + recurrenceRuleString += `;COUNT=${count}`; + } + + if (weekDaysString) { + recurrenceRuleString += `;BYDAY=${weekDaysString}`; + } + + return recurrenceRuleString; +}; diff --git a/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts b/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts new file mode 100644 index 0000000000..9578924b15 --- /dev/null +++ b/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts @@ -0,0 +1,111 @@ +import type mongoose from "mongoose"; +import type { InterfaceEvent } from "../../../models"; +import { Event, EventAttendee, User } from "../../../models"; +import type { EventInput } from "../../../types/generatedGraphQLTypes"; +import { cacheEvents } from "../../../services/EventCache/cacheEvents"; + +/** + * This function generates the recurring event instances. + * @param data - the EventInput data provided in the args. + * @param baseRecurringEventId - _id of the baseRecurringEvent. + * @param recurrenceRuleId - _id of the recurrenceRule document containing the recurrence rule that the instances follow. + * @param recurringInstanceDates - the dates of the recurring instances. + * @param creatorId - _id of the creator. + * @param organizationId - _id of the current organization. + * @remarks The following steps are followed: + * 1. Generate the instances for each provided date. + * 2. Insert the documents in the database. + * 3. Associate the instances with the user. + * 4. Cache the instances. + * @returns A recurring instance generated during this operation. + */ + +interface InterfaceGenerateRecurringInstances { + data: EventInput; + baseRecurringEventId: string; + recurrenceRuleId: string; + recurringInstanceDates: Date[]; + creatorId: string; + organizationId: string; + session: mongoose.ClientSession; +} + +interface InterfaceRecurringEvent extends EventInput { + isBaseRecurringEvent: boolean; + recurrenceRuleId: string; + baseRecurringEventId: string; + creatorId: string; + admins: string[]; + organization: string; +} + +export const generateRecurringEventInstances = async ({ + data, + baseRecurringEventId, + recurrenceRuleId, + recurringInstanceDates, + creatorId, + organizationId, + session, +}: InterfaceGenerateRecurringInstances): Promise => { + const recurringInstances: InterfaceRecurringEvent[] = []; + recurringInstanceDates.map((date) => { + const createdEventInstance = { + ...data, + startDate: date, + endDate: date, + recurring: true, + isBaseRecurringEvent: false, + recurrenceRuleId, + baseRecurringEventId, + creatorId, + admins: [creatorId], + organization: organizationId, + }; + + recurringInstances.push(createdEventInstance); + }); + + //Bulk insertion in database + const recurringEventInstances = await Event.insertMany(recurringInstances, { + session, + }); + + // add eventattendee for each instance + const eventAttendees = recurringEventInstances.map( + (recurringEventInstance) => ({ + userId: creatorId, + eventId: recurringEventInstance?._id.toString(), + }) + ); + + // get event instances ids for updating user event fields to include generated instances + const eventInstanceIds = recurringEventInstances.map((instance) => + instance._id.toString() + ); + + // perform database operations + await Promise.all([ + EventAttendee.insertMany(eventAttendees, { session }), + User.updateOne( + { _id: creatorId }, + { + $push: { + eventAdmin: { $each: eventInstanceIds }, + createdEvents: { $each: eventInstanceIds }, + registeredEvents: { $each: eventInstanceIds }, + }, + }, + { session } + ), + ]); + + // cache the instances + await Promise.all( + recurringEventInstances.map((recurringEventInstance) => + cacheEvents([recurringEventInstance]) + ) + ); + + return recurringEventInstances[0]; +}; diff --git a/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts b/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts new file mode 100644 index 0000000000..d23c584d51 --- /dev/null +++ b/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts @@ -0,0 +1,76 @@ +import { addYears } from "date-fns"; +import { Frequency, rrulestr } from "rrule"; +import type { RRule } from "rrule"; +import { + RECURRING_EVENT_INSTANCES_DAILY_LIMIT, + RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT, + RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT, + RECURRING_EVENT_INSTANCES_YEARLY_LIMIT, +} from "../../../constants"; + +/** + * This function generates the dates of recurrence for the recurring event. + * @param recurrenceRuleString - the rrule string for the recurrenceRule. + * @param recurrenceStartDate - the starting date from which we want to generate instances. + * @param eventEndDate - the end date of the event + * @param queryUptoDate - the limit date to query recurrenceRules (To be used for dynamic instance generation during queries). + * @remarks The following steps are followed: + * 1. Get the date limit for instance generation based on its recurrence frequency. + * 2. Get the dates for recurring event instances. + * @returns Dates for recurring instances to be generated during this operation. + */ + +export function getRecurringInstanceDates( + recurrenceRuleString: string, + recurrenceStartDate: Date, + eventEndDate: Date | null, + queryUptoDate: Date = recurrenceStartDate +): Date[] { + // get the rrule object + const recurrenceRuleObject: RRule = rrulestr(recurrenceRuleString); + + // get the recurrence frequency + const { freq: recurrenceFrequency } = recurrenceRuleObject.options; + + // set limitEndDate according to the recurrence frequency + // and queryUptoDate, which would default to recurrenceStartDate during createRecurringEvent mutation + // and have a specific value during queries + let limitEndDate = addYears( + queryUptoDate, + RECURRING_EVENT_INSTANCES_DAILY_LIMIT + ); + + if (recurrenceFrequency === Frequency.WEEKLY) { + limitEndDate = addYears( + queryUptoDate, + RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT + ); + } else if (recurrenceFrequency === Frequency.MONTHLY) { + limitEndDate = addYears( + queryUptoDate, + RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT + ); + } else if (recurrenceFrequency === Frequency.YEARLY) { + limitEndDate = addYears( + queryUptoDate, + RECURRING_EVENT_INSTANCES_YEARLY_LIMIT + ); + } + + // if the event has no endDate + eventEndDate = eventEndDate || limitEndDate; + + // the date upto which we would generate the instances in this operation + const generateUptoDate = new Date( + Math.min(eventEndDate.getTime(), limitEndDate.getTime()) + ); + + // get the dates of recurrence + const recurringInstanceDates = recurrenceRuleObject.between( + recurrenceStartDate, + generateUptoDate, + true + ); + + return recurringInstanceDates; +} diff --git a/src/helpers/event/recurringEventHelpers/index.ts b/src/helpers/event/recurringEventHelpers/index.ts new file mode 100644 index 0000000000..43e66640d5 --- /dev/null +++ b/src/helpers/event/recurringEventHelpers/index.ts @@ -0,0 +1,4 @@ +export { generateRecurrenceRuleString } from "./generateRecurrenceRuleString"; +export { getRecurringInstanceDates } from "./getRecurringInstanceDates"; +export { createRecurrenceRule } from "./createRecurrenceRule"; +export { generateRecurringEventInstances } from "./generateRecurringEventInstances"; diff --git a/src/helpers/eventInstances/index.ts b/src/helpers/eventInstances/index.ts deleted file mode 100644 index 75a88f1a7c..0000000000 --- a/src/helpers/eventInstances/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -import * as Once from "./once"; -import * as Weekly from "./weekly"; - -export { Once, Weekly }; diff --git a/src/helpers/eventInstances/once.ts b/src/helpers/eventInstances/once.ts deleted file mode 100644 index 4a844b4841..0000000000 --- a/src/helpers/eventInstances/once.ts +++ /dev/null @@ -1,29 +0,0 @@ -import type mongoose from "mongoose"; -import type { - InterfaceEvent, - InterfaceOrganization, - InterfaceUser, -} from "../../models"; -import { Event } from "../../models"; -import type { MutationCreateEventArgs } from "../../types/generatedGraphQLTypes"; - -export async function generateEvent( - args: Partial, - currentUser: InterfaceUser, - organization: InterfaceOrganization, - session: mongoose.ClientSession -): Promise> { - const createdEvent = await Event.create( - [ - { - ...args.data, - creatorId: currentUser._id, - admins: [currentUser._id], - organization: organization._id, - }, - ], - { session } - ); - - return createdEvent; -} diff --git a/src/helpers/eventInstances/weekly.ts b/src/helpers/eventInstances/weekly.ts deleted file mode 100644 index 716fb7dcc3..0000000000 --- a/src/helpers/eventInstances/weekly.ts +++ /dev/null @@ -1,53 +0,0 @@ -import type mongoose from "mongoose"; -import type { - InterfaceEvent, - InterfaceOrganization, - InterfaceUser, -} from "../../models"; -import { Event } from "../../models"; -import type { MutationCreateEventArgs } from "../../types/generatedGraphQLTypes"; -import { eachDayOfInterval, format } from "date-fns"; - -interface InterfaceRecurringEvent extends MutationCreateEventArgs { - startDate: Date; - creatorId: mongoose.Types.ObjectId; - admins: mongoose.Types.ObjectId[]; - organization: mongoose.Types.ObjectId; -} - -export async function generateEvents( - args: Partial, - currentUser: InterfaceUser, - organization: InterfaceOrganization, - session: mongoose.ClientSession -): Promise { - const recurringEvents: InterfaceRecurringEvent[] = []; - const { data } = args; - - const startDate = new Date(data?.startDate); - const endDate = new Date(data?.endDate); - - const allDays = eachDayOfInterval({ start: startDate, end: endDate }); - const occurrences = allDays.filter( - (date) => date.getDay() === startDate.getDay() - ); - - occurrences.map((date) => { - const formattedDate = format(date, "yyyy-MM-dd"); - - const createdEvent = { - ...data, - startDate: new Date(formattedDate), - creatorId: currentUser._id, - admins: [currentUser._id], - organization: organization._id, - }; - - recurringEvents.push(createdEvent); - }); - - //Bulk insertion in database - const weeklyEvents = await Event.insertMany(recurringEvents, { session }); - - return Array.isArray(weeklyEvents) ? weeklyEvents : [weeklyEvents]; -} diff --git a/src/models/Event.ts b/src/models/Event.ts index 05b72ac0f5..6b073ebd19 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts @@ -2,6 +2,7 @@ import type { Types, PopulatedDoc, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceOrganization } from "./Organization"; import type { InterfaceUser } from "./User"; +import type { InterfaceRecurrenceRule } from "./RecurrenceRule"; /** * This is an interface representing a document for an event in the database(MongoDB). @@ -15,6 +16,10 @@ export interface InterfaceEvent { latitude: number | undefined; longitude: number; recurring: boolean; + isRecurringEventException: boolean; + isBaseRecurringEvent: boolean; + recurrenceRuleId: PopulatedDoc; + baseRecurringEventId: PopulatedDoc; allDay: boolean; startDate: string; endDate: string | undefined; @@ -40,6 +45,10 @@ export interface InterfaceEvent { * @param latitude - Latitude * @param longitude - Longitude * @param recurring - Is the event recurring + * @param isRecurringEventException - Is the event an exception to the recurring pattern it was following + * @param isBaseRecurringEvent - Is the event a true recurring event that is used for generating new instances + * @param recurrenceRuleId - Id of the recurrence rule document containing the recurrence pattern for the event + * @param baseRecurringEventId - Id of the true recurring event used for generating this instance * @param allDay - Is the event occuring all day * @param startDate - Start Date * @param endDate - End date @@ -86,6 +95,26 @@ const eventSchema = new Schema( required: true, default: false, }, + isRecurringEventException: { + type: Boolean, + required: true, + default: false, + }, + isBaseRecurringEvent: { + type: Boolean, + required: true, + default: false, + }, + recurrenceRuleId: { + type: Schema.Types.ObjectId, + ref: "RecurrenceRule", + required: false, + }, + baseRecurringEventId: { + type: Schema.Types.ObjectId, + ref: "Event", + required: false, + }, allDay: { type: Boolean, required: true, @@ -97,28 +126,28 @@ const eventSchema = new Schema( endDate: { type: Date, required: function (): () => boolean { - // @ts-ignore + // @ts-expect-error Suppressing typescript error for conditional required field return !this.allDay; }, }, startTime: { type: Date, required: function (): () => boolean { - // @ts-ignore + // @ts-expect-error Suppressing typescript error for conditional required field return !this.allDay; }, }, endTime: { type: Date, required: function (): () => boolean { - // @ts-ignore + // @ts-expect-error Suppressing typescript error for conditional required field return !this.allDay; }, }, recurrance: { type: String, required: function (): () => boolean { - // @ts-ignore + // @ts-expect-error Suppressing typescript error for conditional required field return this.recurring; }, enum: ["ONCE", "DAILY", "WEEKLY", "MONTHLY", "YEARLY"], diff --git a/src/models/RecurrenceRule.ts b/src/models/RecurrenceRule.ts new file mode 100644 index 0000000000..86ce48a621 --- /dev/null +++ b/src/models/RecurrenceRule.ts @@ -0,0 +1,101 @@ +import type { Types, PopulatedDoc, Document, Model } from "mongoose"; +import { Schema, model, models } from "mongoose"; +import type { InterfaceEvent } from "./Event"; + +/** + * This is an interface representing a document for a recurrence rule in the database(MongoDB). + */ + +export enum Frequency { + YEARLY = "YEARLY", + MONTHLY = "MONTHLY", + WEEKLY = "WEEKLY", + DAILY = "DAILY", +} + +export enum WeekDays { + SUNDAY = "SUNDAY", + MONDAY = "MONDAY", + TUESDAY = "TUESDAY", + WEDNESDAY = "WEDNESDAY", + THURSDAY = "THURSDAY", + FRIDAY = "FRIDAY", + SATURDAY = "SATURDAY", +} + +export interface InterfaceRecurrenceRule { + _id: Types.ObjectId; + organizationId: Types.ObjectId; + baseRecurringEventId: PopulatedDoc; + recurrenceRuleString: string; + startDate: Date; + endDate: Date; + frequency: Frequency; + count: number; + weekDays: WeekDays[]; + latestInstanceDate: Date; +} + +/** + * This is the Structure of the RecurringEvent + * @param organizationId - _id of the organization the evevnts following this recurrence rule belong to + * @param baseRecurringEventId - _id of the base event common to the recurrence pattern + * @param recurrenceRuleString - An rrule string representing the recurrence pattern + * @param startDate - Start date of the recurrence pattern (not necessarily the startDate of the first recurring instance) + * @param endDate - Start date of the recurrence pattern (not necessarily the startDate of the last recurring instance) + * @param frequency - Frequency of recurrence + * @param count - Number of recurring instances + * @param weekDays - Array containing the days of the week the recurring instance occurs + * @param latestInstanceDate - The startDate of the last recurring instance generated using this recurrence rule + */ + +const recurrenceRuleSchema = new Schema( + { + organizationId: { + type: Schema.Types.ObjectId, + ref: "Organization", + required: true, + }, + baseRecurringEventId: { + type: Schema.Types.ObjectId, + ref: "Event", + required: true, + }, + recurrenceRuleString: { + type: String, + required: true, + }, + startDate: { + type: Date, + required: true, + }, + endDate: { + type: Date, + required: false, + }, + frequency: { + type: String, + required: true, + enum: Object.values(Frequency), + }, + count: { + type: Number, + required: false, + }, + weekDays: { type: [String], required: true, enum: Object.values(WeekDays) }, + latestInstanceDate: { + type: Date, + required: true, + }, + }, + { + timestamps: true, + } +); + +const recurrenceRuleModel = (): Model => + model("RecurrenceRule", recurrenceRuleSchema); + +// This syntax is needed to prevent Mongoose OverwriteModelError while running tests. +export const RecurrenceRule = (models.RecurrenceRule || + recurrenceRuleModel()) as ReturnType; diff --git a/src/resolvers/Mutation/createEvent.ts b/src/resolvers/Mutation/createEvent.ts index d05e10a43e..471cc7397e 100644 --- a/src/resolvers/Mutation/createEvent.ts +++ b/src/resolvers/Mutation/createEvent.ts @@ -1,6 +1,6 @@ import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; import { errors, requestContext } from "../../libraries"; -import type { InterfaceEvent, InterfaceUser } from "../../models"; +import type { InterfaceEvent } from "../../models"; import { User, Organization } from "../../models"; import { USER_NOT_FOUND_ERROR, @@ -10,23 +10,26 @@ import { } from "../../constants"; import { isValidString } from "../../libraries/validators/validateString"; import { compareDates } from "../../libraries/validators/compareDates"; -import { EventAttendee } from "../../models/EventAttendee"; -import { cacheEvents } from "../../services/EventCache/cacheEvents"; -import type mongoose from "mongoose"; import { session } from "../../db"; -import { Weekly, Once } from "../../helpers/eventInstances"; +import { + createSingleEvent, + createRecurringEvent, +} from "../../helpers/event/createEventHelpers"; /** * This function enables to create an event. * @param _parent - parent of current request * @param args - payload provided with the request * @param context - context of entire application - * @remarks The following checks are done: - * 1. If the user exists - * 2. If the organization exists - * 3. If the user is a part of the organization. + * @remarks The following steps are followed: + * 1. Check if the user exists + * 2. Check if the organization exists + * 3. Check if the user is a part of the organization. + * 4. If the event is recurring, create the recurring event instances. + * 5. If the event is non-recurring, create a single event. * @returns Created event */ + export const createEvent: MutationResolvers["createEvent"] = async ( _parent, args, @@ -123,99 +126,51 @@ export const createEvent: MutationResolvers["createEvent"] = async ( ); } + /* c8 ignore start */ if (session) { + // start a transaction session.startTransaction(); } + /* c8 ignore stop */ try { - let createdEvent!: InterfaceEvent[]; - - if (args.data?.recurring) { - switch (args.data?.recurrance) { - case "ONCE": - createdEvent = await Once.generateEvent( - args, - currentUser, - organization, - session - ); - - for (const event of createdEvent) { - await associateEventWithUser(currentUser, event, session); - await cacheEvents([event]); - } - - break; - - case "WEEKLY": - createdEvent = await Weekly.generateEvents( - args, - currentUser, - organization, - session - ); - - for (const event of createdEvent) { - await associateEventWithUser(currentUser, event, session); - await cacheEvents([event]); - } - - break; - } + let createdEvent: InterfaceEvent; + + if (args.data.recurring) { + // create recurring event instances + createdEvent = await createRecurringEvent( + args, + currentUser?._id.toString(), + organization?._id.toString(), + session + ); } else { - createdEvent = await Once.generateEvent( + // create a single non-recurring event + createdEvent = await createSingleEvent( args, - currentUser, - organization, + currentUser?._id.toString(), + organization?._id.toString(), session ); - - for (const event of createdEvent) { - await associateEventWithUser(currentUser, event, session); - await cacheEvents([event]); - } } + /* c8 ignore start */ if (session) { + // commit transaction if everything's successful await session.commitTransaction(); } - // Returns the createdEvent. - return createdEvent[0]; + /* c8 ignore stop */ + return createdEvent; } catch (error) { + /* c8 ignore start */ if (session) { + // abort transaction if something fails await session.abortTransaction(); } + throw error; } -}; - -async function associateEventWithUser( - currentUser: InterfaceUser, - createdEvent: InterfaceEvent, - session: mongoose.ClientSession -): Promise { - await EventAttendee.create( - [ - { - userId: currentUser._id.toString(), - eventId: createdEvent._id, - }, - ], - { session } - ); - await User.updateOne( - { - _id: currentUser._id, - }, - { - $push: { - eventAdmin: createdEvent._id, - createdEvents: createdEvent._id, - registeredEvents: createdEvent._id, - }, - }, - { session } - ); -} + /* c8 ignore stop */ +}; diff --git a/src/resolvers/Query/eventsByOrganizationConnection.ts b/src/resolvers/Query/eventsByOrganizationConnection.ts index 5ad8d4248b..ba0faa6d9c 100644 --- a/src/resolvers/Query/eventsByOrganizationConnection.ts +++ b/src/resolvers/Query/eventsByOrganizationConnection.ts @@ -12,6 +12,7 @@ export const eventsByOrganizationConnection: QueryResolvers["eventsByOrganizatio where = { ...where, status: "ACTIVE", + isBaseRecurringEvent: false, }; const events = await Event.find(where) diff --git a/src/typeDefs/enums.ts b/src/typeDefs/enums.ts index 9e9804c137..55b354eca5 100644 --- a/src/typeDefs/enums.ts +++ b/src/typeDefs/enums.ts @@ -25,6 +25,13 @@ export const enums = gql` location_DESC } + enum Frequency { + YEARLY + MONTHLY + WEEKLY + DAILY + } + enum OrganizationOrderByInput { id_ASC id_DESC @@ -100,6 +107,17 @@ export const enums = gql` SUPERADMIN NON_USER } + + enum WeekDays { + MO + TU + WE + TH + FR + SA + SU + } + enum EducationGrade { NO_GRADE PRE_KG diff --git a/src/typeDefs/inputs.ts b/src/typeDefs/inputs.ts index d0bdd94af4..89fecd3d24 100644 --- a/src/typeDefs/inputs.ts +++ b/src/typeDefs/inputs.ts @@ -244,6 +244,12 @@ export const inputs = gql` recaptchaToken: String! } + input RecurrenceRuleInput { + frequency: Frequency + weekDays: [WeekDays] + count: Int + } + input ToggleUserTagAssignInput { userId: ID! tagId: ID! diff --git a/src/typeDefs/mutations.ts b/src/typeDefs/mutations.ts index a2439dccef..723b70bff7 100644 --- a/src/typeDefs/mutations.ts +++ b/src/typeDefs/mutations.ts @@ -87,7 +87,10 @@ export const mutations = gql` nameOfOrg: String! ): Donation! - createEvent(data: EventInput): Event! @auth + createEvent( + data: EventInput! + recurrenceRuleData: RecurrenceRuleInput + ): Event! @auth createGroupChat(data: createGroupChatInput!): GroupChat! @auth diff --git a/src/typeDefs/types.ts b/src/typeDefs/types.ts index 1923a9a37a..b7fa702b5a 100644 --- a/src/typeDefs/types.ts +++ b/src/typeDefs/types.ts @@ -153,7 +153,7 @@ export const types = gql` title: String! description: String! startDate: Date! - endDate: Date! + endDate: Date startTime: Time endTime: Time allDay: Boolean! diff --git a/src/types/generatedGraphQLTypes.ts b/src/types/generatedGraphQLTypes.ts index 161abec318..b944e6e9ef 100644 --- a/src/types/generatedGraphQLTypes.ts +++ b/src/types/generatedGraphQLTypes.ts @@ -308,7 +308,7 @@ export type Event = { createdAt: Scalars['DateTime']['output']; creator?: Maybe; description: Scalars['String']['output']; - endDate: Scalars['Date']['output']; + endDate?: Maybe; endTime?: Maybe; feedback: Array; isPublic: Scalars['Boolean']['output']; @@ -437,6 +437,12 @@ export type ForgotPasswordData = { userOtp: Scalars['String']['input']; }; +export type Frequency = + | 'DAILY' + | 'MONTHLY' + | 'WEEKLY' + | 'YEARLY'; + export type Gender = | 'FEMALE' | 'MALE' @@ -824,7 +830,8 @@ export type MutationCreateDonationArgs = { export type MutationCreateEventArgs = { - data?: InputMaybe; + data: EventInput; + recurrenceRuleData?: InputMaybe; }; @@ -1667,6 +1674,12 @@ export type Recurrance = | 'WEEKLY' | 'YEARLY'; +export type RecurrenceRuleInput = { + count?: InputMaybe; + frequency?: InputMaybe; + weekDays?: InputMaybe>>; +}; + export type Status = | 'ACTIVE' | 'BLOCKED' @@ -2002,6 +2015,15 @@ export type UsersConnectionResult = { errors: Array; }; +export type WeekDays = + | 'FR' + | 'MO' + | 'SA' + | 'SU' + | 'TH' + | 'TU' + | 'WE'; + export type CreateChatInput = { organizationId: Scalars['ID']['input']; userIds: Array; @@ -2138,6 +2160,7 @@ export type ResolversTypes = { FieldError: ResolverTypeWrapper['FieldError']>; Float: ResolverTypeWrapper; ForgotPasswordData: ForgotPasswordData; + Frequency: Frequency; Gender: Gender; Group: ResolverTypeWrapper; GroupChat: ResolverTypeWrapper; @@ -2187,6 +2210,7 @@ export type ResolversTypes = { Query: ResolverTypeWrapper<{}>; RecaptchaVerification: RecaptchaVerification; Recurrance: Recurrance; + RecurrenceRuleInput: RecurrenceRuleInput; Status: Status; String: ResolverTypeWrapper; Subscription: ResolverTypeWrapper<{}>; @@ -2228,6 +2252,7 @@ export type ResolversTypes = { UsersConnection: ResolverTypeWrapper & { edges: Array }>; UsersConnectionInput: UsersConnectionInput; UsersConnectionResult: ResolverTypeWrapper & { data?: Maybe, errors: Array }>; + WeekDays: WeekDays; createChatInput: CreateChatInput; createGroupChatInput: CreateGroupChatInput; createUserFamilyInput: CreateUserFamilyInput; @@ -2318,6 +2343,7 @@ export type ResolversParentTypes = { PostWhereInput: PostWhereInput; Query: {}; RecaptchaVerification: RecaptchaVerification; + RecurrenceRuleInput: RecurrenceRuleInput; String: Scalars['String']['output']; Subscription: {}; Time: Scalars['Time']['output']; @@ -2562,7 +2588,7 @@ export type EventResolvers; creator?: Resolver, ParentType, ContextType>; description?: Resolver; - endDate?: Resolver; + endDate?: Resolver, ParentType, ContextType>; endTime?: Resolver, ParentType, ContextType>; feedback?: Resolver, ParentType, ContextType>; isPublic?: Resolver; @@ -2751,7 +2777,7 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; createDirectChat?: Resolver>; createDonation?: Resolver>; - createEvent?: Resolver>; + createEvent?: Resolver>; createGroupChat?: Resolver>; createMember?: Resolver>; createMessageChat?: Resolver>; diff --git a/src/utilities/recurrenceDatesUtil.ts b/src/utilities/recurrenceDatesUtil.ts new file mode 100644 index 0000000000..1075692eb0 --- /dev/null +++ b/src/utilities/recurrenceDatesUtil.ts @@ -0,0 +1,32 @@ +/** + * This function converts the date to UTC. + * @param date - the date to be converted. + * @returns converted date. + */ + +export const convertToUTCDate = (date: Date): Date => { + const year = date.getFullYear(); + const month = date.getMonth(); + const day = date.getDate(); + + // Create a new date object with local year, month, day but at UTC midnight + const utcMidnight = new Date(Date.UTC(year, month, day, 0, 0, 0, 0)); + + return utcMidnight; +}; + +/** + * This function converts the date to a valid rrule string argument. + * @param date - the date string to be converted. + * @returns converted date string. + */ + +export const convertToRRuleDateString = (date: Date): string => { + let dateString = date.toISOString(); + + dateString = dateString.replace(/[-:]/g, ""); + + dateString = dateString.replace(/\.\d{3}/, ""); + + return dateString; +}; diff --git a/tests/resolvers/Mutation/createEvent.spec.ts b/tests/resolvers/Mutation/createEvent.spec.ts index 9a20ba9884..356c96a402 100644 --- a/tests/resolvers/Mutation/createEvent.spec.ts +++ b/tests/resolvers/Mutation/createEvent.spec.ts @@ -3,7 +3,11 @@ import type mongoose from "mongoose"; import { Types } from "mongoose"; import { User, Organization, EventAttendee, Event } from "../../../src/models"; import type { MutationCreateEventArgs } from "../../../src/types/generatedGraphQLTypes"; -import { connect, disconnect } from "../../helpers/db"; +import { + connect, + disconnect, + dropAllCollectionsFromDatabase, +} from "../../helpers/db"; import { LENGTH_VALIDATION_ERROR, @@ -23,12 +27,16 @@ import { UnauthorizedError, } from "../../../src/libraries/errors"; import { fail } from "assert"; +import { addMonths } from "date-fns"; +import { Frequency, RecurrenceRule } from "../../../src/models/RecurrenceRule"; +import { convertToUTCDate } from "../../../src/utilities/recurrenceDatesUtil"; let testUser: TestUserType; let testOrganization: TestOrganizationType; let MONGOOSE_INSTANCE: typeof mongoose; beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); + await dropAllCollectionsFromDatabase(MONGOOSE_INSTANCE); testUser = await createTestUser(); testOrganization = await Organization.create({ @@ -58,13 +66,32 @@ beforeAll(async () => { }); afterAll(async () => { + await dropAllCollectionsFromDatabase(MONGOOSE_INSTANCE); await disconnect(MONGOOSE_INSTANCE); }); describe("resolvers -> Mutation -> createEvent", () => { it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { try { - const args: MutationCreateEventArgs = {}; + const args: MutationCreateEventArgs = { + data: { + organizationId: testOrganization?.id, + allDay: false, + description: "", + endDate: "", + endTime: "", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "", + recurring: false, + startDate: "", + startTime: "", + title: "", + recurrance: "ONCE", + }, + }; const context = { userId: Types.ObjectId().toString(), @@ -195,7 +222,7 @@ describe("resolvers -> Mutation -> createEvent", () => { recurring: false, startDate: new Date("2023-01-01T00:00:00Z"), startTime: new Date().toUTCString(), - title: "newTitle", + title: "singleEventTitle", recurrance: "ONCE", }, }; @@ -219,7 +246,7 @@ describe("resolvers -> Mutation -> createEvent", () => { longitude: 1, location: "newLocation", recurring: false, - title: "newTitle", + title: "singleEventTitle", creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, @@ -227,6 +254,7 @@ describe("resolvers -> Mutation -> createEvent", () => { ); const recurringEvents = await Event.find({ + title: "singleEventTitle", recurring: false, recurrance: "ONCE", }).lean(); @@ -256,7 +284,7 @@ describe("resolvers -> Mutation -> createEvent", () => { ); }); - it(`creates the single recurring event and returns it`, async () => { + it(`creates default Weekly recurring instances if the recurrenceRuleData is not provided`, async () => { await User.updateOne( { _id: testUser?._id, @@ -269,23 +297,28 @@ describe("resolvers -> Mutation -> createEvent", () => { } ); + let startDate = new Date(); + startDate = convertToUTCDate(startDate); + + const endDate = addMonths(startDate, 1); + const args: MutationCreateEventArgs = { data: { organizationId: testOrganization?.id, allDay: false, description: "newDescription", - endDate: new Date("2023-01-29T00:00:00Z"), - endTime: new Date().toUTCString(), + endDate, + endTime: endDate.toUTCString(), isPublic: false, isRegisterable: false, latitude: 1, longitude: 1, location: "newLocation", recurring: true, - startDate: new Date("2023-01-02T00:00:00Z"), - startTime: new Date().toUTCString(), + startDate, + startTime: startDate.toUTCString(), title: "newTitle", - recurrance: "ONCE", + recurrance: "WEEKLY", }, }; @@ -315,14 +348,26 @@ describe("resolvers -> Mutation -> createEvent", () => { }) ); + const recurrenceRule = await RecurrenceRule.findOne({ + startDate, + endDate, + frequency: Frequency.WEEKLY, + }); + + const baseRecurringEvent = await Event.findOne({ + isBaseRecurringEvent: true, + startDate: startDate.toUTCString(), + }); + const recurringEvents = await Event.find({ recurring: true, - recurrance: "ONCE", - startDate: "2023-01-02T00:00:00Z", + isBaseRecurringEvent: false, + recurrenceRuleId: recurrenceRule?._id, + baseRecurringEventId: baseRecurringEvent?._id, }).lean(); expect(recurringEvents).toBeDefined(); - expect(recurringEvents).toHaveLength(1); + expect(recurringEvents.length).toEqual(5); const attendeeExists = await EventAttendee.exists({ userId: testUser?._id, @@ -346,7 +391,7 @@ describe("resolvers -> Mutation -> createEvent", () => { ); }); - it(`creates the Weekly recurring event and returns it`, async () => { + it(`creates the daily recurring event upto an end date based on the recurrenceRuleData`, async () => { await User.updateOne( { _id: testUser?._id, @@ -359,23 +404,32 @@ describe("resolvers -> Mutation -> createEvent", () => { } ); + let startDate = new Date(); + startDate = addMonths(startDate, 1); + startDate = convertToUTCDate(startDate); + + const endDate = addMonths(startDate, 5); + const args: MutationCreateEventArgs = { data: { organizationId: testOrganization?.id, - allDay: false, + allDay: true, description: "newDescription", - endDate: new Date("2023-01-29T00:00:00Z"), - endTime: new Date().toUTCString(), isPublic: false, isRegisterable: false, latitude: 1, longitude: 1, location: "newLocation", recurring: true, - startDate: new Date("2023-01-01T00:00:00Z"), - startTime: new Date().toUTCString(), + startDate, + startTime: startDate.toUTCString(), + endDate, + endTime: endDate.toUTCString(), title: "newTitle", - recurrance: "WEEKLY", + recurrance: "ONCE", + }, + recurrenceRuleData: { + frequency: "DAILY", }, }; @@ -390,7 +444,225 @@ describe("resolvers -> Mutation -> createEvent", () => { expect(createEventPayload).toEqual( expect.objectContaining({ - allDay: false, + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + title: "newTitle", + creatorId: testUser?._id, + admins: expect.arrayContaining([testUser?._id]), + organization: testOrganization?._id, + }) + ); + + const recurrenceRule = await RecurrenceRule.findOne({ + frequency: Frequency.DAILY, + startDate, + endDate, + }); + + const baseRecurringEvent = await Event.findOne({ + isBaseRecurringEvent: true, + startDate: startDate.toUTCString(), + endDate: endDate.toUTCString(), + }); + + const recurringEvents = await Event.find({ + recurring: true, + isBaseRecurringEvent: false, + recurrenceRuleId: recurrenceRule?._id, + baseRecurringEventId: baseRecurringEvent?._id, + }).lean(); + + expect(recurringEvents).toBeDefined(); + + const attendeeExists = await EventAttendee.exists({ + userId: testUser?._id, + eventId: createEventPayload?._id, + }); + + expect(attendeeExists).toBeTruthy(); + + const updatedTestUser = await User.findOne({ + _id: testUser?._id, + }) + .select(["eventAdmin", "createdEvents", "registeredEvents"]) + .lean(); + + expect(updatedTestUser).toEqual( + expect.objectContaining({ + eventAdmin: expect.arrayContaining([createEventPayload?._id]), + createdEvents: expect.arrayContaining([createEventPayload?._id]), + registeredEvents: expect.arrayContaining([createEventPayload?._id]), + }) + ); + }); + + it(`creates the daily recurring event with no end date based on the recurrenceRuleData`, async () => { + await User.updateOne( + { + _id: testUser?._id, + }, + { + $push: { + createdOrganizations: testOrganization?._id, + joinedOrganizations: testOrganization?._id, + }, + } + ); + + let startDate = new Date(); + startDate = addMonths(startDate, 2); + + startDate = convertToUTCDate(startDate); + + const args: MutationCreateEventArgs = { + data: { + organizationId: testOrganization?.id, + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + startDate, + startTime: startDate.toUTCString(), + title: "newTitle", + recurrance: "ONCE", + }, + recurrenceRuleData: { + frequency: "DAILY", + count: 10, + }, + }; + + const context = { + userId: testUser?.id, + }; + const { createEvent: createEventResolver } = await import( + "../../../src/resolvers/Mutation/createEvent" + ); + + const createEventPayload = await createEventResolver?.({}, args, context); + + expect(createEventPayload).toEqual( + expect.objectContaining({ + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + title: "newTitle", + creatorId: testUser?._id, + admins: expect.arrayContaining([testUser?._id]), + organization: testOrganization?._id, + }) + ); + + const recurrenceRule = await RecurrenceRule.findOne({ + frequency: Frequency.DAILY, + startDate, + }); + + const baseRecurringEvent = await Event.findOne({ + isBaseRecurringEvent: true, + startDate: startDate.toUTCString(), + }); + + const recurringEvents = await Event.find({ + recurring: true, + isBaseRecurringEvent: false, + recurrenceRuleId: recurrenceRule?._id, + baseRecurringEventId: baseRecurringEvent?._id, + }).lean(); + + expect(recurringEvents).toBeDefined(); + expect(recurringEvents).toHaveLength(10); + + const attendeeExists = await EventAttendee.exists({ + userId: testUser?._id, + eventId: createEventPayload?._id, + }); + + expect(attendeeExists).toBeTruthy(); + + const updatedTestUser = await User.findOne({ + _id: testUser?._id, + }) + .select(["eventAdmin", "createdEvents", "registeredEvents"]) + .lean(); + + expect(updatedTestUser).toEqual( + expect.objectContaining({ + eventAdmin: expect.arrayContaining([createEventPayload?._id]), + createdEvents: expect.arrayContaining([createEventPayload?._id]), + registeredEvents: expect.arrayContaining([createEventPayload?._id]), + }) + ); + }); + + it(`creates the weekly recurring event with no end date based on the recurrenceRuleData`, async () => { + await User.updateOne( + { + _id: testUser?._id, + }, + { + $push: { + createdOrganizations: testOrganization?._id, + joinedOrganizations: testOrganization?._id, + }, + } + ); + + let startDate = new Date(); + startDate = addMonths(startDate, 3); + + startDate = convertToUTCDate(startDate); + + const args: MutationCreateEventArgs = { + data: { + organizationId: testOrganization?.id, + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + startDate, + startTime: startDate.toUTCString(), + title: "newTitle", + recurrance: "ONCE", + }, + recurrenceRuleData: { + frequency: "WEEKLY", + weekDays: ["TH", "SA"], + count: 10, + }, + }; + + const context = { + userId: testUser?.id, + }; + const { createEvent: createEventResolver } = await import( + "../../../src/resolvers/Mutation/createEvent" + ); + + const createEventPayload = await createEventResolver?.({}, args, context); + + expect(createEventPayload).toEqual( + expect.objectContaining({ + allDay: true, description: "newDescription", isPublic: false, isRegisterable: false, @@ -405,13 +677,241 @@ describe("resolvers -> Mutation -> createEvent", () => { }) ); + const recurrenceRule = await RecurrenceRule.findOne({ + frequency: Frequency.WEEKLY, + startDate, + }); + + const baseRecurringEvent = await Event.findOne({ + isBaseRecurringEvent: true, + startDate: startDate.toUTCString(), + }); + + const recurringEvents = await Event.find({ + recurring: true, + isBaseRecurringEvent: false, + recurrenceRuleId: recurrenceRule?._id, + baseRecurringEventId: baseRecurringEvent?._id, + }).lean(); + + expect(recurringEvents).toBeDefined(); + expect(recurringEvents).toHaveLength(10); + + const attendeeExists = await EventAttendee.exists({ + userId: testUser?._id, + eventId: createEventPayload?._id, + }); + + expect(attendeeExists).toBeTruthy(); + + const updatedTestUser = await User.findOne({ + _id: testUser?._id, + }) + .select(["eventAdmin", "createdEvents", "registeredEvents"]) + .lean(); + + expect(updatedTestUser).toEqual( + expect.objectContaining({ + eventAdmin: expect.arrayContaining([createEventPayload?._id]), + createdEvents: expect.arrayContaining([createEventPayload?._id]), + registeredEvents: expect.arrayContaining([createEventPayload?._id]), + }) + ); + }); + + it(`creates the monthly recurring event with no end date based on the recurrenceRuleData`, async () => { + await User.updateOne( + { + _id: testUser?._id, + }, + { + $push: { + createdOrganizations: testOrganization?._id, + joinedOrganizations: testOrganization?._id, + }, + } + ); + + let startDate = new Date(); + startDate = addMonths(startDate, 4); + + startDate = convertToUTCDate(startDate); + + const args: MutationCreateEventArgs = { + data: { + organizationId: testOrganization?.id, + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + startDate, + startTime: startDate.toUTCString(), + title: "newTitle", + recurrance: "ONCE", + }, + recurrenceRuleData: { + frequency: "MONTHLY", + count: 10, + }, + }; + + const context = { + userId: testUser?.id, + }; + const { createEvent: createEventResolver } = await import( + "../../../src/resolvers/Mutation/createEvent" + ); + + const createEventPayload = await createEventResolver?.({}, args, context); + + expect(createEventPayload).toEqual( + expect.objectContaining({ + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + title: "newTitle", + creatorId: testUser?._id, + admins: expect.arrayContaining([testUser?._id]), + organization: testOrganization?._id, + }) + ); + + const recurrenceRule = await RecurrenceRule.findOne({ + frequency: Frequency.MONTHLY, + startDate, + }); + + const baseRecurringEvent = await Event.findOne({ + isBaseRecurringEvent: true, + startDate: startDate.toUTCString(), + }); + + const recurringEvents = await Event.find({ + recurring: true, + isBaseRecurringEvent: false, + recurrenceRuleId: recurrenceRule?._id, + baseRecurringEventId: baseRecurringEvent?._id, + }).lean(); + + expect(recurringEvents).toBeDefined(); + expect(recurringEvents).toHaveLength(10); + + const attendeeExists = await EventAttendee.exists({ + userId: testUser?._id, + eventId: createEventPayload?._id, + }); + + expect(attendeeExists).toBeTruthy(); + + const updatedTestUser = await User.findOne({ + _id: testUser?._id, + }) + .select(["eventAdmin", "createdEvents", "registeredEvents"]) + .lean(); + + expect(updatedTestUser).toEqual( + expect.objectContaining({ + eventAdmin: expect.arrayContaining([createEventPayload?._id]), + createdEvents: expect.arrayContaining([createEventPayload?._id]), + registeredEvents: expect.arrayContaining([createEventPayload?._id]), + }) + ); + }); + + it(`creates the yearly recurring event with no end date based on the recurrenceRuleData`, async () => { + await User.updateOne( + { + _id: testUser?._id, + }, + { + $push: { + createdOrganizations: testOrganization?._id, + joinedOrganizations: testOrganization?._id, + }, + } + ); + + let startDate = new Date(); + startDate = addMonths(startDate, 5); + + startDate = convertToUTCDate(startDate); + + const args: MutationCreateEventArgs = { + data: { + organizationId: testOrganization?.id, + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + startDate, + startTime: startDate.toUTCString(), + title: "newTitle", + recurrance: "ONCE", + }, + recurrenceRuleData: { + frequency: "YEARLY", + count: 10, + }, + }; + + const context = { + userId: testUser?.id, + }; + const { createEvent: createEventResolver } = await import( + "../../../src/resolvers/Mutation/createEvent" + ); + + const createEventPayload = await createEventResolver?.({}, args, context); + + expect(createEventPayload).toEqual( + expect.objectContaining({ + allDay: true, + description: "newDescription", + isPublic: false, + isRegisterable: false, + latitude: 1, + longitude: 1, + location: "newLocation", + recurring: true, + title: "newTitle", + creatorId: testUser?._id, + admins: expect.arrayContaining([testUser?._id]), + organization: testOrganization?._id, + }) + ); + + const recurrenceRule = await RecurrenceRule.findOne({ + frequency: Frequency.YEARLY, + startDate, + }); + + const baseRecurringEvent = await Event.findOne({ + isBaseRecurringEvent: true, + startDate: startDate.toUTCString(), + }); + const recurringEvents = await Event.find({ recurring: true, - recurrance: "WEEKLY", + isBaseRecurringEvent: false, + recurrenceRuleId: recurrenceRule?._id, + baseRecurringEventId: baseRecurringEvent?._id, }).lean(); expect(recurringEvents).toBeDefined(); - expect(recurringEvents).toHaveLength(5); + expect(recurringEvents).toHaveLength(10); const attendeeExists = await EventAttendee.exists({ userId: testUser?._id, From 0e25dde9d1d9bf49f6c93d79f248f59b2a78cda9 Mon Sep 17 00:00:00 2001 From: Atharva Kanherkar <142440039+Atharva-Kanherkar@users.noreply.github.com> Date: Wed, 14 Feb 2024 22:36:37 +0530 Subject: [PATCH 080/109] feat : Creating support for Event Agendas, part1 : Agenda Category CRUD (#1785) * test * Agenda category CRUD * fixed format check * Renamed organization to organizationId, and changed file names wherever needed, also made organization non null where it wasnt * Added requested changes, involving : 1. field level resolvers for categor ies in organization, an updated by resolver in agendaCategory. 2. Removed the agendacatego ries resolver because it was futile. 3. removed organizationId from updateagendaCategory i nput and other minute changes. * Fixed failing tests * Removed ESLint disabled comments * Removed some linting errors * Fixed the remaining linting errors * Fixed lint error * Ran prettier * Ran prettier * Fixed the failing test * Final issues resolved --- codegen.ts | 2 + schema.graphql | 27 +++ src/constants.ts | 7 + src/models/AgendaCategory.ts | 66 ++++++ src/models/Organization.ts | 1 + src/models/index.ts | 1 + src/resolvers/AgendaCategory/createdBy.ts | 8 + src/resolvers/AgendaCategory/index.ts | 10 + src/resolvers/AgendaCategory/organization.ts | 8 + src/resolvers/AgendaCategory/updatedBy.ts | 8 + .../Mutation/createAgendaCategory.ts | 81 +++++++ .../Mutation/deleteAgendaCategory.ts | 73 ++++++ src/resolvers/Mutation/index.ts | 6 + .../Mutation/updateAgendaCategory.ts | 96 ++++++++ .../Organization/agendaCategories.ts | 13 ++ src/resolvers/Organization/index.ts | 2 + src/resolvers/Query/agendaCategory.ts | 36 +++ src/resolvers/Query/index.ts | 2 + src/typeDefs/inputs.ts | 11 + src/typeDefs/mutations.ts | 9 + src/typeDefs/queries.ts | 2 + src/typeDefs/types.ts | 12 + src/types/generatedGraphQLTypes.ts | 74 ++++++ .../encodedImageStorage/uploadEncodedImage.ts | 6 +- tests/helpers/agendaCategory.ts | 71 ++++++ .../AgendaCategory/createdBy.spec.ts | 36 +++ .../AgendaCategory/organization.spec.ts | 52 +++++ .../AgendaCategory/updatedBy.spec.ts | 61 +++++ .../Mutation/createAgendaCategory.spec.ts | 192 +++++++++++++++ .../Mutation/deleteAgendaCategory.spec.ts | 174 ++++++++++++++ .../Mutation/updateAgendaCategory.spec.ts | 220 ++++++++++++++++++ .../Organization/agendaCategories.spec.ts | 74 ++++++ .../Query/actionItemsByOrganization.spec.ts | 6 +- tests/resolvers/Query/agendaCategory.spec.ts | 79 +++++++ 34 files changed, 1519 insertions(+), 7 deletions(-) create mode 100644 src/models/AgendaCategory.ts create mode 100644 src/resolvers/AgendaCategory/createdBy.ts create mode 100644 src/resolvers/AgendaCategory/index.ts create mode 100644 src/resolvers/AgendaCategory/organization.ts create mode 100644 src/resolvers/AgendaCategory/updatedBy.ts create mode 100644 src/resolvers/Mutation/createAgendaCategory.ts create mode 100644 src/resolvers/Mutation/deleteAgendaCategory.ts create mode 100644 src/resolvers/Mutation/updateAgendaCategory.ts create mode 100644 src/resolvers/Organization/agendaCategories.ts create mode 100644 src/resolvers/Query/agendaCategory.ts create mode 100644 tests/helpers/agendaCategory.ts create mode 100644 tests/resolvers/AgendaCategory/createdBy.spec.ts create mode 100644 tests/resolvers/AgendaCategory/organization.spec.ts create mode 100644 tests/resolvers/AgendaCategory/updatedBy.spec.ts create mode 100644 tests/resolvers/Mutation/createAgendaCategory.spec.ts create mode 100644 tests/resolvers/Mutation/deleteAgendaCategory.spec.ts create mode 100644 tests/resolvers/Mutation/updateAgendaCategory.spec.ts create mode 100644 tests/resolvers/Organization/agendaCategories.spec.ts create mode 100644 tests/resolvers/Query/agendaCategory.spec.ts diff --git a/codegen.ts b/codegen.ts index 3f49de49f0..a646f67b7f 100644 --- a/codegen.ts +++ b/codegen.ts @@ -30,6 +30,8 @@ const config: CodegenConfig = { ActionItemCategory: "../models/ActionItemCategory#InterfaceActionItemCategory", + AgendaCategory: "../models/AgendaCategory#InterfaceAgendaCategory", + CheckIn: "../models/CheckIn#InterfaceCheckIn", MessageChat: "../models/MessageChat#InterfaceMessageChat", diff --git a/schema.graphql b/schema.graphql index 3a9565b223..992fb88dc8 100644 --- a/schema.graphql +++ b/schema.graphql @@ -70,6 +70,17 @@ enum AdvertisementType { POPUP } +type AgendaCategory { + _id: ID! + createdAt: Date! + createdBy: User! + description: String + name: String! + organization: Organization! + updatedAt: Date + updatedBy: User +} + type AggregatePost { count: Int! } @@ -144,6 +155,12 @@ input CreateActionItemInput { preCompletionNotes: String } +input CreateAgendaCategoryInput { + description: String + name: String! + organizationId: ID! +} + input CreateUserTagInput { name: String! organizationId: ID! @@ -540,6 +557,7 @@ type Mutation { createActionItemCategory(name: String!, organizationId: ID!): ActionItemCategory! createAdmin(data: UserAndOrganizationInput!): User! createAdvertisement(endDate: Date!, link: String!, name: String!, orgId: ID!, startDate: Date!, type: String!): Advertisement! + createAgendaCategory(input: CreateAgendaCategoryInput!): AgendaCategory! createComment(data: CommentInput!, postId: ID!): Comment createDirectChat(data: createChatInput!): DirectChat! createDonation(amount: Float!, nameOfOrg: String!, nameOfUser: String!, orgId: ID!, payPalId: ID!, userId: ID!): Donation! @@ -554,6 +572,7 @@ type Mutation { createUserFamily(data: createUserFamilyInput!): UserFamily! createUserTag(input: CreateUserTagInput!): UserTag deleteAdvertisementById(id: ID!): DeletePayload! + deleteAgendaCategory(id: ID!): ID! deleteDonationById(id: ID!): DeletePayload! forgotPassword(data: ForgotPasswordData!): Boolean! joinPublicOrganization(organizationId: ID!): User! @@ -603,6 +622,7 @@ type Mutation { updateActionItem(data: UpdateActionItemInput!, id: ID!): ActionItem updateActionItemCategory(data: UpdateActionItemCategoryInput!, id: ID!): ActionItemCategory updateAdvertisement(input: UpdateAdvertisementInput!): UpdateAdvertisementPayload + updateAgendaCategory(id: ID!, input: UpdateAgendaCategoryInput!): AgendaCategory updateEvent(data: UpdateEventInput, id: ID!): Event! updateLanguage(languageCode: String!): User! updateOrganization(data: UpdateOrganizationInput, file: String, id: ID!): Organization! @@ -624,6 +644,7 @@ type Organization { actionItemCategories: [ActionItemCategory] address: Address admins(adminId: ID): [User!] + agendaCategories: [AgendaCategory] apiUrl: URL! blockedUsers: [User] createdAt: DateTime! @@ -859,6 +880,7 @@ type Query { actionItemsByEvent(eventId: ID!): [ActionItem] actionItemsByOrganization(organizationId: ID!): [ActionItem] adminPlugin(orgId: ID!): [Plugin] + agendaCategory(id: ID!): AgendaCategory! checkAuth: User! customDataByOrganization(organizationId: ID!): [UserCustomData!]! customFieldsByOrganization(id: ID!): [OrganizationCustomField] @@ -980,6 +1002,11 @@ type UpdateAdvertisementPayload { advertisement: Advertisement } +input UpdateAgendaCategoryInput { + description: String + name: String +} + input UpdateEventInput { allDay: Boolean description: String diff --git a/src/constants.ts b/src/constants.ts index 8745ce129a..0d316c35d7 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -28,6 +28,13 @@ export const ACTION_ITEM_CATEGORY_ALREADY_EXISTS = { PARAM: "actionItemCategory", }; +export const AGENDA_CATEGORY_NOT_FOUND_ERROR = { + DESC: "Agenda category not found", + CODE: "agendaCategory.notFound", + MESSAGE: "agendaCategory.notFound", + PARAM: "agendaCategory", +}; + export const CHAT_NOT_FOUND_ERROR = { DESC: "Chat not found", CODE: "chat.notFound", diff --git a/src/models/AgendaCategory.ts b/src/models/AgendaCategory.ts new file mode 100644 index 0000000000..1375141508 --- /dev/null +++ b/src/models/AgendaCategory.ts @@ -0,0 +1,66 @@ +import type { PopulatedDoc, Model, Types } from "mongoose"; +import { Schema, model, models } from "mongoose"; +import type { InterfaceOrganization } from "./Organization"; +import type { InterfaceUser } from "./User"; +/** + * This is an interface representing a document for an agenda category in the database (MongoDB). + */ +export interface InterfaceAgendaCategory { + _id: Types.ObjectId; // Unique identifier for the agenda category. + name: string; // Name of the agenda category. + description?: string; // Optional description of the agenda category. + organization: PopulatedDoc; // Reference to the organization associated with the agenda category. + createdBy: PopulatedDoc; // Reference to the user who created the agenda category. + updatedBy: PopulatedDoc; // Reference to the user who last updated the agenda category. +} + +/** + * This is the Mongoose schema for an agenda category. + * @param name - Name of the agenda category. + * @param description - Optional description of the agenda category. + * @param organization - Reference to the organization associated with the agenda category. + * @param createdBy - Reference to the user who created the agenda category. + * @param updatedBy - Reference to the user who last updated the agenda category. + * @param createdAt - Date when the agenda category was created. + * @param updatedAt - Date when the agenda category was last updated. + */ +export const AgendaCategorySchema = new Schema({ + name: { + type: String, + required: true, + trim: true, + }, + description: { + type: String, + trim: true, + }, + organizationId: { + type: Schema.Types.ObjectId, + ref: "Organization", + }, + createdBy: { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, + updatedBy: { + type: Schema.Types.ObjectId, + ref: "User", + }, + createdAt: { + type: Date, + required: true, + default: Date.now, + }, + updatedAt: { + type: Date, + default: Date.now, + }, +}); + +const agendaCategoryModel = (): Model => + model("AgendaCategory", AgendaCategorySchema); + +// Check if the AgendaItem model is already defined, if not, create a new one +export const AgendaCategoryModel = (models.AgendaCategory || + agendaCategoryModel()) as ReturnType; diff --git a/src/models/Organization.ts b/src/models/Organization.ts index 2ee482bea6..1c7df03026 100644 --- a/src/models/Organization.ts +++ b/src/models/Organization.ts @@ -5,6 +5,7 @@ import type { InterfaceMessage } from "./Message"; import type { InterfaceOrganizationCustomField } from "./OrganizationCustomField"; import type { InterfacePost } from "./Post"; import type { InterfaceUser } from "./User"; + /** * This is an interface that represents a database(MongoDB) document for Organization. */ diff --git a/src/models/index.ts b/src/models/index.ts index cd287b1ec9..cd70605ee5 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -27,3 +27,4 @@ export * from "./Post"; export * from "./SampleData"; export * from "./User"; export * from "./TagUser"; +export * from "./AgendaCategory"; diff --git a/src/resolvers/AgendaCategory/createdBy.ts b/src/resolvers/AgendaCategory/createdBy.ts new file mode 100644 index 0000000000..6bcc15f3b1 --- /dev/null +++ b/src/resolvers/AgendaCategory/createdBy.ts @@ -0,0 +1,8 @@ +import type { AgendaCategoryResolvers } from "../../types/generatedGraphQLTypes"; +import { User } from "../../models"; + +export const createdBy: AgendaCategoryResolvers["createdBy"] = async ( + parent +) => { + return User.findOne(parent.createdBy).lean(); +}; diff --git a/src/resolvers/AgendaCategory/index.ts b/src/resolvers/AgendaCategory/index.ts new file mode 100644 index 0000000000..69dd5e3a52 --- /dev/null +++ b/src/resolvers/AgendaCategory/index.ts @@ -0,0 +1,10 @@ +import type { AgendaCategoryResolvers } from "../../types/generatedGraphQLTypes"; +import { organization } from "./organization"; +import { createdBy } from "./createdBy"; +import { updatedBy } from "./updatedBy"; + +export const ActionItemCategory: AgendaCategoryResolvers = { + organization, + createdBy, + updatedBy, +}; diff --git a/src/resolvers/AgendaCategory/organization.ts b/src/resolvers/AgendaCategory/organization.ts new file mode 100644 index 0000000000..ec5a1d6712 --- /dev/null +++ b/src/resolvers/AgendaCategory/organization.ts @@ -0,0 +1,8 @@ +import type { AgendaCategoryResolvers } from "../../types/generatedGraphQLTypes"; +import { Organization } from "../../models"; + +export const organization: AgendaCategoryResolvers["organization"] = async ( + parent +) => { + return Organization.findOne(parent.organization).lean(); +}; diff --git a/src/resolvers/AgendaCategory/updatedBy.ts b/src/resolvers/AgendaCategory/updatedBy.ts new file mode 100644 index 0000000000..873fe76318 --- /dev/null +++ b/src/resolvers/AgendaCategory/updatedBy.ts @@ -0,0 +1,8 @@ +import type { AgendaCategoryResolvers } from "../../types/generatedGraphQLTypes"; +import { User } from "../../models"; + +export const updatedBy: AgendaCategoryResolvers["updatedBy"] = async ( + parent +) => { + return User.findOne(parent.updatedBy).lean(); +}; diff --git a/src/resolvers/Mutation/createAgendaCategory.ts b/src/resolvers/Mutation/createAgendaCategory.ts new file mode 100644 index 0000000000..4ce04ef369 --- /dev/null +++ b/src/resolvers/Mutation/createAgendaCategory.ts @@ -0,0 +1,81 @@ +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { AgendaCategoryModel, Organization, User } from "../../models"; +import { + USER_NOT_FOUND_ERROR, + ORGANIZATION_NOT_FOUND_ERROR, +} from "../../constants"; +import { adminCheck } from "../../utilities"; +import { cacheOrganizations } from "../../services/OrganizationCache/cacheOrganizations"; +import { findOrganizationsInCache } from "../../services/OrganizationCache/findOrganizationsInCache"; +/** + * This is a resolver function for the GraphQL mutation 'createAgendaCategory'. + * + * This resolver creates a new agenda category, associates it with an organization, + * and updates the organization with the new agenda category. + * + * @returns A promise that resolves to the created agenda category. + * @throws `NotFoundError` If the user or organization is not found. + * @throws `UnauthorizedError` If the user does not have the required permissions. + * @throws `InternalServerError` For other potential issues during agenda category creation. + */ + +export const createAgendaCategory: MutationResolvers["createAgendaCategory"] = + async (_parent, args, context) => { + // Find the current user based on the provided createdBy ID or use the context userId + + const userId = context.userId; + + const currentUser = await User.findById(userId).lean(); + + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + const organizationFoundInCache = await findOrganizationsInCache([ + args.input.organizationId, + ]); + + const organization = + organizationFoundInCache[0] || + (await Organization.findOne({ + _id: args.input.organizationId, + }).lean()); + + if (organizationFoundInCache[0] == null && organization) { + await cacheOrganizations([organization]); + } + + // Checks whether the organization with _id === args.organizationId exists. + if (!organization) { + throw new errors.NotFoundError( + requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), + ORGANIZATION_NOT_FOUND_ERROR.CODE, + ORGANIZATION_NOT_FOUND_ERROR.PARAM + ); + } + + // Checks whether the user is authorized to perform the operation + await adminCheck(context.userId, organization); + + // Create a new AgendaCategory using the Mongoose model + const createdAgendaCategory = await AgendaCategoryModel.create({ + ...args.input, + createdBy: currentUser?._id, + createdAt: new Date(), + }); + await Organization.findByIdAndUpdate( + organization._id, + { + $push: { + agendaCategories: createdAgendaCategory, + }, + }, + { new: true } + ); + return createdAgendaCategory.toObject(); + }; diff --git a/src/resolvers/Mutation/deleteAgendaCategory.ts b/src/resolvers/Mutation/deleteAgendaCategory.ts new file mode 100644 index 0000000000..b546bf9c87 --- /dev/null +++ b/src/resolvers/Mutation/deleteAgendaCategory.ts @@ -0,0 +1,73 @@ +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors } from "../../libraries"; +import { AgendaCategoryModel, User } from "../../models"; +import { + AGENDA_CATEGORY_NOT_FOUND_ERROR, + USER_NOT_AUTHORIZED_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +import { Types } from "mongoose"; +/** + * This is a resolver function for the GraphQL mutation 'deleteAgendaCategory'. + * + * This resolver deletes an agenda category if the user has the necessary permissions. + * + * @param _parent - The parent object, not used in this resolver. + * @param args - The input arguments for the mutation. + * @returns A promise that resolves to the ID of the deleted agenda category. + * @throws `NotFoundError` If the user or agenda category is not found. + * @throws `UnauthorizedError` If the user does not have the required permissions. + * @throws `InternalServerError` For other potential issues during agenda category deletion. + */ + +export const deleteAgendaCategory: MutationResolvers["deleteAgendaCategory"] = + async (_parent, args, context) => { + const categoryId = args.id; + const agendaCategory = await AgendaCategoryModel.findById(args.id); + + const userId = context.userId; + + // Fetch the user to get the organization ID + const currentUser = await User.findById(userId); + + // If the user is not found, throw a NotFoundError + if (!currentUser) { + throw new errors.NotFoundError( + USER_NOT_FOUND_ERROR.MESSAGE, + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + if (!agendaCategory) { + throw new errors.NotFoundError( + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE, + AGENDA_CATEGORY_NOT_FOUND_ERROR.CODE, + AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM + ); + } + + const currentOrg = await AgendaCategoryModel.findById(agendaCategory._id) + .populate("organization") + .select("organization") + .lean(); + + const currentUserIsOrgAdmin = currentUser.adminFor.some( + (organizationId) => + organizationId === currentOrg?._id || + Types.ObjectId(organizationId).equals(organizationId) + ); + // If the user is a normal user, throw an error + if ( + currentUserIsOrgAdmin === false && + currentUser.userType !== "SUPERADMIN" + ) { + throw new errors.UnauthorizedError( + USER_NOT_AUTHORIZED_ERROR.MESSAGE, + USER_NOT_AUTHORIZED_ERROR.CODE, + USER_NOT_AUTHORIZED_ERROR.PARAM + ); + } + + await AgendaCategoryModel.findByIdAndDelete(args.id); + return categoryId; + }; diff --git a/src/resolvers/Mutation/index.ts b/src/resolvers/Mutation/index.ts index 2d3332bcf8..b6dc14631d 100644 --- a/src/resolvers/Mutation/index.ts +++ b/src/resolvers/Mutation/index.ts @@ -19,6 +19,7 @@ import { updateUserRoleInOrganization } from "./updateUserRoleInOrganization"; import { checkIn } from "./checkIn"; import { createMember } from "./createMember"; import { createActionItem } from "./createActionItem"; +import { createAgendaCategory } from "./createAgendaCategory"; import { createAdmin } from "./createAdmin"; import { createComment } from "./createComment"; import { createDirectChat } from "./createDirectChat"; @@ -34,6 +35,7 @@ import { createSampleOrganization } from "./createSampleOrganization"; import { createActionItemCategory } from "./createActionItemCategory"; import { createUserTag } from "./createUserTag"; import { deleteDonationById } from "./deleteDonationById"; +import { deleteAgendaCategory } from "./deleteAgendaCategory"; import { forgotPassword } from "./forgotPassword"; import { joinPublicOrganization } from "./joinPublicOrganization"; import { leaveOrganization } from "./leaveOrganization"; @@ -94,6 +96,7 @@ import { updateUserTag } from "./updateUserTag"; import { updateUserType } from "./updateUserType"; import { deleteAdvertisementById } from "./deleteAdvertisementById"; import { updateAdvertisement } from "./updateAdvertisement"; +import { updateAgendaCategory } from "./updateAgendaCategory"; export const Mutation: MutationResolvers = { acceptAdmin, @@ -123,6 +126,7 @@ export const Mutation: MutationResolvers = { createActionItem, createComment, createAdvertisement, + createAgendaCategory, createDirectChat, createDonation, createEvent, @@ -136,6 +140,7 @@ export const Mutation: MutationResolvers = { createUserTag, deleteDonationById, deleteAdvertisementById, + deleteAgendaCategory, forgotPassword, joinPublicOrganization, leaveOrganization, @@ -181,6 +186,7 @@ export const Mutation: MutationResolvers = { unregisterForEventByUser, updateActionItem, updateActionItemCategory, + updateAgendaCategory, updateEvent, updateLanguage, updateOrganization, diff --git a/src/resolvers/Mutation/updateAgendaCategory.ts b/src/resolvers/Mutation/updateAgendaCategory.ts new file mode 100644 index 0000000000..2737fee2fa --- /dev/null +++ b/src/resolvers/Mutation/updateAgendaCategory.ts @@ -0,0 +1,96 @@ +import type { + MutationResolvers, + UpdateAgendaCategoryInput, +} from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { AgendaCategoryModel, User } from "../../models"; +import { + AGENDA_CATEGORY_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, + USER_NOT_AUTHORIZED_ERROR, +} from "../../constants"; +import { Types } from "mongoose"; +/** + * This is a resolver function for the GraphQL mutation 'updateAgendaCategory'. + * + * This resolver updates an existing agenda category based on the provided ID. + * It checks if the user has the necessary permissions to update the agenda category. + * + * @param _parent - The parent object, not used in this resolver. + * @param args - The input arguments for the mutation. + * @param context - The context object containing user information. + * @returns A promise that resolves to the updated agenda category. + * @throws `NotFoundError` If the agenda category or user is not found. + * @throws `UnauthorizedError` If the user does not have the required permissions. + * @throws `InternalServerError` For other potential issues during agenda category update. + */ + +export const updateAgendaCategory: MutationResolvers["updateAgendaCategory"] = + async (_parent, args, context) => { + // Check if the AgendaCategory exists + // Fetch the user to get the organization ID + + const userId = context.userId; + const currentUser = await User.findById(userId); + + // If the user is not found, throw a NotFoundError + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + const existingAgendaCategory = await AgendaCategoryModel.findById( + args.id + ).lean(); + + // If the AgendaCategory is not found, throw a NotFoundError + if (!existingAgendaCategory) { + throw new errors.NotFoundError( + requestContext.translate(AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE), + AGENDA_CATEGORY_NOT_FOUND_ERROR.CODE, + AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM + ); + } + const currentOrg = await AgendaCategoryModel.findById( + existingAgendaCategory._id + ) + .populate("organization") + .select("organization") + .lean(); + + const currentUserIsOrgAdmin = currentUser.adminFor.some( + (organizationId) => + organizationId === currentOrg?._id || + Types.ObjectId(organizationId).equals(organizationId) + ); + // If the user is a normal user, throw an error + if ( + currentUserIsOrgAdmin === false && + currentUser.userType !== "SUPERADMIN" + ) { + throw new errors.UnauthorizedError( + USER_NOT_AUTHORIZED_ERROR.MESSAGE, + USER_NOT_AUTHORIZED_ERROR.CODE, + USER_NOT_AUTHORIZED_ERROR.PARAM + ); + } + + // Update the AgendaCategory + const updatedAgendaCategory = await AgendaCategoryModel.findByIdAndUpdate( + args.id, + { + $set: { + updatedBy: context.userId, + // eslint-disable-next-line + ...(args.input as UpdateAgendaCategoryInput), + }, + }, + { + new: true, + } + ).lean(); + + return updatedAgendaCategory; + }; diff --git a/src/resolvers/Organization/agendaCategories.ts b/src/resolvers/Organization/agendaCategories.ts new file mode 100644 index 0000000000..43a9acf48d --- /dev/null +++ b/src/resolvers/Organization/agendaCategories.ts @@ -0,0 +1,13 @@ +import { AgendaCategoryModel } from "../../models"; +import type { OrganizationResolvers } from "../../types/generatedGraphQLTypes"; +/** + * This resolver function will fetch and return the categories of the Organization from database. + * @param parent - An object that is the return value of the resolver for this field's parent. + * @returns An object that contains the list of all categories of the organization. + */ +export const agendaCategories: OrganizationResolvers["agendaCategories"] = + async (parent) => { + return await AgendaCategoryModel.find({ + organizationId: parent._id, + }).lean(); + }; diff --git a/src/resolvers/Organization/index.ts b/src/resolvers/Organization/index.ts index 1851c85ab1..87bcdd1821 100644 --- a/src/resolvers/Organization/index.ts +++ b/src/resolvers/Organization/index.ts @@ -7,11 +7,13 @@ import { members } from "./members"; import { pinnedPosts } from "./pinnedPosts"; import { membershipRequests } from "./membershipRequests"; import { actionItemCategories } from "./actionItemCategories"; +import { agendaCategories } from "./agendaCategories"; // import { userTags } from "./userTags"; export const Organization: OrganizationResolvers = { admins, actionItemCategories, + agendaCategories, blockedUsers, creator, image, diff --git a/src/resolvers/Query/agendaCategory.ts b/src/resolvers/Query/agendaCategory.ts new file mode 100644 index 0000000000..34d689781e --- /dev/null +++ b/src/resolvers/Query/agendaCategory.ts @@ -0,0 +1,36 @@ +import type { QueryResolvers } from "../../types/generatedGraphQLTypes"; +import { AgendaCategoryModel } from "../../models"; +import { errors } from "../../libraries"; +import { AGENDA_CATEGORY_NOT_FOUND_ERROR } from "../../constants"; + +/** + * This is a resolver function for the GraphQL query 'agendaCategory'. + * + * This resolver fetches an agenda category by its ID. + * + * @param _parent - The parent object, not used in this resolver. + * @param args - The input arguments for the query. + * @returns A promise that resolves to the fetched agenda category. + * @throws `NotFoundError` If the agenda category is not found. + * @throws `InternalServerError` For other potential issues during agenda category fetching. + */ + +export const agendaCategory: QueryResolvers["agendaCategory"] = async ( + _parent, + args +) => { + // Find the AgendaCategory by ID + const foundAgendaCategory = await AgendaCategoryModel.findById( + args.id + ).lean(); + + // If the AgendaCategory is not found, throw a NotFoundError + if (!foundAgendaCategory) { + throw new errors.NotFoundError( + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE, + AGENDA_CATEGORY_NOT_FOUND_ERROR.CODE, + AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM + ); + } + return foundAgendaCategory; +}; diff --git a/src/resolvers/Query/index.ts b/src/resolvers/Query/index.ts index 69e92fe7ce..264a25b31e 100644 --- a/src/resolvers/Query/index.ts +++ b/src/resolvers/Query/index.ts @@ -32,11 +32,13 @@ import { userLanguage } from "./userLanguage"; import { users } from "./users"; import { getAdvertisements } from "./getAdvertisements"; import { usersConnection } from "./usersConnection"; +import { agendaCategory } from "./agendaCategory"; export const Query: QueryResolvers = { actionItem, actionItemsByEvent, actionItemCategory, + agendaCategory, actionItemsByOrganization, actionItemCategoriesByOrganization, checkAuth, diff --git a/src/typeDefs/inputs.ts b/src/typeDefs/inputs.ts index 89fecd3d24..c01321548d 100644 --- a/src/typeDefs/inputs.ts +++ b/src/typeDefs/inputs.ts @@ -47,6 +47,12 @@ export const inputs = gql` eventId: ID } + input CreateAgendaCategoryInput { + name: String! + description: String + organizationId: ID! + } + input CursorPaginationInput { cursor: String direction: PaginationDirection! @@ -322,6 +328,11 @@ export const inputs = gql` isDisabled: Boolean } + input UpdateAgendaCategoryInput { + name: String + description: String + } + input AddressInput { city: String countryCode: String diff --git a/src/typeDefs/mutations.ts b/src/typeDefs/mutations.ts index 723b70bff7..2832212d62 100644 --- a/src/typeDefs/mutations.ts +++ b/src/typeDefs/mutations.ts @@ -74,6 +74,8 @@ export const mutations = gql` organizationId: ID! ): ActionItemCategory! @auth + createAgendaCategory(input: CreateAgendaCategoryInput!): AgendaCategory! + createComment(postId: ID!, data: CommentInput!): Comment @auth createDirectChat(data: createChatInput!): DirectChat! @auth @@ -124,6 +126,8 @@ export const mutations = gql` deleteAdvertisementById(id: ID!): DeletePayload! + deleteAgendaCategory(id: ID!): ID! + deleteDonationById(id: ID!): DeletePayload! forgotPassword(data: ForgotPasswordData!): Boolean! @@ -230,6 +234,11 @@ export const mutations = gql` data: UpdateActionItemCategoryInput! ): ActionItemCategory @auth + updateAgendaCategory( + id: ID! + input: UpdateAgendaCategoryInput! + ): AgendaCategory + updateAdvertisement( input: UpdateAdvertisementInput! ): UpdateAdvertisementPayload @auth diff --git a/src/typeDefs/queries.ts b/src/typeDefs/queries.ts index 975f839ad9..9106b0b66f 100644 --- a/src/typeDefs/queries.ts +++ b/src/typeDefs/queries.ts @@ -19,6 +19,8 @@ export const queries = gql` organizationId: ID! ): [ActionItemCategory] + agendaCategory(id: ID!): AgendaCategory! + checkAuth: User! @auth customFieldsByOrganization(id: ID!): [OrganizationCustomField] diff --git a/src/typeDefs/types.ts b/src/typeDefs/types.ts index b7fa702b5a..fe652fe4d9 100644 --- a/src/typeDefs/types.ts +++ b/src/typeDefs/types.ts @@ -26,6 +26,17 @@ export const types = gql` updatedAt: Date! } + type AgendaCategory { + _id: ID! + name: String! + description: String + organization: Organization! + createdBy: User! + updatedBy: User + createdAt: Date! + updatedAt: Date + } + # Action Item for a ActionItemCategory type ActionItem { _id: ID! @@ -268,6 +279,7 @@ export const types = gql` updatedAt: DateTime! members: [User] actionItemCategories: [ActionItemCategory] + agendaCategories: [AgendaCategory] admins(adminId: ID): [User!] membershipRequests: [MembershipRequest] userRegistrationRequired: Boolean! diff --git a/src/types/generatedGraphQLTypes.ts b/src/types/generatedGraphQLTypes.ts index b944e6e9ef..9b93e6bc21 100644 --- a/src/types/generatedGraphQLTypes.ts +++ b/src/types/generatedGraphQLTypes.ts @@ -1,6 +1,7 @@ import type { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; import type { InterfaceActionItem as InterfaceActionItemModel } from '../models/ActionItem'; import type { InterfaceActionItemCategory as InterfaceActionItemCategoryModel } from '../models/ActionItemCategory'; +import type { InterfaceAgendaCategory as InterfaceAgendaCategoryModel } from '../models/AgendaCategory'; import type { InterfaceCheckIn as InterfaceCheckInModel } from '../models/CheckIn'; import type { InterfaceMessageChat as InterfaceMessageChatModel } from '../models/MessageChat'; import type { InterfaceComment as InterfaceCommentModel } from '../models/Comment'; @@ -125,6 +126,18 @@ export type AdvertisementType = | 'MENU' | 'POPUP'; +export type AgendaCategory = { + __typename?: 'AgendaCategory'; + _id: Scalars['ID']['output']; + createdAt: Scalars['Date']['output']; + createdBy: User; + description?: Maybe; + name: Scalars['String']['output']; + organization: Organization; + updatedAt?: Maybe; + updatedBy?: Maybe; +}; + export type AggregatePost = { __typename?: 'AggregatePost'; count: Scalars['Int']['output']; @@ -202,6 +215,12 @@ export type CreateActionItemInput = { preCompletionNotes?: InputMaybe; }; +export type CreateAgendaCategoryInput = { + description?: InputMaybe; + name: Scalars['String']['input']; + organizationId: Scalars['ID']['input']; +}; + export type CreateUserTagInput = { name: Scalars['String']['input']; organizationId: Scalars['ID']['input']; @@ -606,6 +625,7 @@ export type Mutation = { createActionItemCategory: ActionItemCategory; createAdmin: User; createAdvertisement: Advertisement; + createAgendaCategory: AgendaCategory; createComment?: Maybe; createDirectChat: DirectChat; createDonation: Donation; @@ -620,6 +640,7 @@ export type Mutation = { createUserFamily: UserFamily; createUserTag?: Maybe; deleteAdvertisementById: DeletePayload; + deleteAgendaCategory: Scalars['ID']['output']; deleteDonationById: DeletePayload; forgotPassword: Scalars['Boolean']['output']; joinPublicOrganization: User; @@ -669,6 +690,7 @@ export type Mutation = { updateActionItem?: Maybe; updateActionItemCategory?: Maybe; updateAdvertisement?: Maybe; + updateAgendaCategory?: Maybe; updateEvent: Event; updateLanguage: User; updateOrganization: Organization; @@ -808,6 +830,11 @@ export type MutationCreateAdvertisementArgs = { }; +export type MutationCreateAgendaCategoryArgs = { + input: CreateAgendaCategoryInput; +}; + + export type MutationCreateCommentArgs = { data: CommentInput; postId: Scalars['ID']['input']; @@ -885,6 +912,11 @@ export type MutationDeleteAdvertisementByIdArgs = { }; +export type MutationDeleteAgendaCategoryArgs = { + id: Scalars['ID']['input']; +}; + + export type MutationDeleteDonationByIdArgs = { id: Scalars['ID']['input']; }; @@ -1121,6 +1153,12 @@ export type MutationUpdateAdvertisementArgs = { }; +export type MutationUpdateAgendaCategoryArgs = { + id: Scalars['ID']['input']; + input: UpdateAgendaCategoryInput; +}; + + export type MutationUpdateEventArgs = { data?: InputMaybe; id: Scalars['ID']['input']; @@ -1188,6 +1226,7 @@ export type Organization = { actionItemCategories?: Maybe>>; address?: Maybe
; admins?: Maybe>; + agendaCategories?: Maybe>>; apiUrl: Scalars['URL']['output']; blockedUsers?: Maybe>>; createdAt: Scalars['DateTime']['output']; @@ -1434,6 +1473,7 @@ export type Query = { actionItemsByEvent?: Maybe>>; actionItemsByOrganization?: Maybe>>; adminPlugin?: Maybe>>; + agendaCategory: AgendaCategory; checkAuth: User; customDataByOrganization: Array; customFieldsByOrganization?: Maybe>>; @@ -1499,6 +1539,11 @@ export type QueryAdminPluginArgs = { }; +export type QueryAgendaCategoryArgs = { + id: Scalars['ID']['input']; +}; + + export type QueryCustomDataByOrganizationArgs = { organizationId: Scalars['ID']['input']; }; @@ -1748,6 +1793,11 @@ export type UpdateAdvertisementPayload = { advertisement?: Maybe; }; +export type UpdateAgendaCategoryInput = { + description?: InputMaybe; + name?: InputMaybe; +}; + export type UpdateEventInput = { allDay?: InputMaybe; description?: InputMaybe; @@ -2122,6 +2172,7 @@ export type ResolversTypes = { AddressInput: AddressInput; Advertisement: ResolverTypeWrapper & { creator?: Maybe }>; AdvertisementType: AdvertisementType; + AgendaCategory: ResolverTypeWrapper; AggregatePost: ResolverTypeWrapper; AggregateUser: ResolverTypeWrapper; Any: ResolverTypeWrapper; @@ -2136,6 +2187,7 @@ export type ResolversTypes = { ConnectionPageInfo: ResolverTypeWrapper; CountryCode: ResolverTypeWrapper; CreateActionItemInput: CreateActionItemInput; + CreateAgendaCategoryInput: CreateAgendaCategoryInput; CreateUserTagInput: CreateUserTagInput; CursorPaginationInput: CursorPaginationInput; Date: ResolverTypeWrapper; @@ -2225,6 +2277,7 @@ export type ResolversTypes = { UpdateActionItemInput: UpdateActionItemInput; UpdateAdvertisementInput: UpdateAdvertisementInput; UpdateAdvertisementPayload: ResolverTypeWrapper & { advertisement?: Maybe }>; + UpdateAgendaCategoryInput: UpdateAgendaCategoryInput; UpdateEventInput: UpdateEventInput; UpdateOrganizationInput: UpdateOrganizationInput; UpdateUserInput: UpdateUserInput; @@ -2265,6 +2318,7 @@ export type ResolversParentTypes = { Address: Address; AddressInput: AddressInput; Advertisement: Omit & { creator?: Maybe }; + AgendaCategory: InterfaceAgendaCategoryModel; AggregatePost: AggregatePost; AggregateUser: AggregateUser; Any: Scalars['Any']['output']; @@ -2279,6 +2333,7 @@ export type ResolversParentTypes = { ConnectionPageInfo: ConnectionPageInfo; CountryCode: Scalars['CountryCode']['output']; CreateActionItemInput: CreateActionItemInput; + CreateAgendaCategoryInput: CreateAgendaCategoryInput; CreateUserTagInput: CreateUserTagInput; CursorPaginationInput: CursorPaginationInput; Date: Scalars['Date']['output']; @@ -2356,6 +2411,7 @@ export type ResolversParentTypes = { UpdateActionItemInput: UpdateActionItemInput; UpdateAdvertisementInput: UpdateAdvertisementInput; UpdateAdvertisementPayload: Omit & { advertisement?: Maybe }; + UpdateAgendaCategoryInput: UpdateAgendaCategoryInput; UpdateEventInput: UpdateEventInput; UpdateOrganizationInput: UpdateOrganizationInput; UpdateUserInput: UpdateUserInput; @@ -2451,6 +2507,18 @@ export type AdvertisementResolvers; }; +export type AgendaCategoryResolvers = { + _id?: Resolver; + createdAt?: Resolver; + createdBy?: Resolver; + description?: Resolver, ParentType, ContextType>; + name?: Resolver; + organization?: Resolver; + updatedAt?: Resolver, ParentType, ContextType>; + updatedBy?: Resolver, ParentType, ContextType>; + __isTypeOf?: IsTypeOfResolverFn; +}; + export type AggregatePostResolvers = { count?: Resolver; __isTypeOf?: IsTypeOfResolverFn; @@ -2774,6 +2842,7 @@ export type MutationResolvers>; createAdmin?: Resolver>; createAdvertisement?: Resolver>; + createAgendaCategory?: Resolver>; createComment?: Resolver, ParentType, ContextType, RequireFields>; createDirectChat?: Resolver>; createDonation?: Resolver>; @@ -2788,6 +2857,7 @@ export type MutationResolvers>; createUserTag?: Resolver, ParentType, ContextType, RequireFields>; deleteAdvertisementById?: Resolver>; + deleteAgendaCategory?: Resolver>; deleteDonationById?: Resolver>; forgotPassword?: Resolver>; joinPublicOrganization?: Resolver>; @@ -2837,6 +2907,7 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; updateActionItemCategory?: Resolver, ParentType, ContextType, RequireFields>; updateAdvertisement?: Resolver, ParentType, ContextType, RequireFields>; + updateAgendaCategory?: Resolver, ParentType, ContextType, RequireFields>; updateEvent?: Resolver>; updateLanguage?: Resolver>; updateOrganization?: Resolver>; @@ -2854,6 +2925,7 @@ export type OrganizationResolvers>>, ParentType, ContextType>; address?: Resolver, ParentType, ContextType>; admins?: Resolver>, ParentType, ContextType, Partial>; + agendaCategories?: Resolver>>, ParentType, ContextType>; apiUrl?: Resolver; blockedUsers?: Resolver>>, ParentType, ContextType>; createdAt?: Resolver; @@ -2964,6 +3036,7 @@ export type QueryResolvers>>, ParentType, ContextType, RequireFields>; actionItemsByOrganization?: Resolver>>, ParentType, ContextType, RequireFields>; adminPlugin?: Resolver>>, ParentType, ContextType, RequireFields>; + agendaCategory?: Resolver>; checkAuth?: Resolver; customDataByOrganization?: Resolver, ParentType, ContextType, RequireFields>; customFieldsByOrganization?: Resolver>>, ParentType, ContextType, RequireFields>; @@ -3154,6 +3227,7 @@ export type Resolvers = { ActionItemCategory?: ActionItemCategoryResolvers; Address?: AddressResolvers; Advertisement?: AdvertisementResolvers; + AgendaCategory?: AgendaCategoryResolvers; AggregatePost?: AggregatePostResolvers; AggregateUser?: AggregateUserResolvers; Any?: GraphQLScalarType; diff --git a/src/utilities/encodedImageStorage/uploadEncodedImage.ts b/src/utilities/encodedImageStorage/uploadEncodedImage.ts index d3710f1246..40d74b5ada 100644 --- a/src/utilities/encodedImageStorage/uploadEncodedImage.ts +++ b/src/utilities/encodedImageStorage/uploadEncodedImage.ts @@ -14,11 +14,11 @@ const checkImageSizeLimit = (size: number): boolean => { const base64SizeInKb = (base64String: string): number => { // Count the number of Base64 characters - var numBase64Chars = base64String.length; + const numBase64Chars = base64String.length; // Calculate the size in bytes - var sizeInBytes = (numBase64Chars * 3) / 4; + const sizeInBytes = (numBase64Chars * 3) / 4; // Convert to kilobytes - var sizeInKB = sizeInBytes / 1024; + const sizeInKB = sizeInBytes / 1024; return sizeInKB; }; diff --git a/tests/helpers/agendaCategory.ts b/tests/helpers/agendaCategory.ts new file mode 100644 index 0000000000..86fd67847d --- /dev/null +++ b/tests/helpers/agendaCategory.ts @@ -0,0 +1,71 @@ +import type { InterfaceAgendaCategory } from "../../src/models"; +import { AgendaCategoryModel, Organization } from "../../src/models"; +import type { Document } from "mongoose"; +import { type TestOrganizationType, type TestUserType } from "./userAndOrg"; +import { createTestUser } from "./user"; + +export type TestAgendaCategoryType = InterfaceAgendaCategory & Document; + +export const createTestAgendaCategory = async (): Promise< + [TestUserType, TestUserType, TestOrganizationType, TestAgendaCategoryType] +> => { + const testUser: TestUserType = await createTestUser(); + const testAdminUser: TestUserType = await createTestUser(); + const testOrganization: TestOrganizationType = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testAdminUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testAdminUser?._id, + }); + + const testCategory = await AgendaCategoryModel.create({ + name: "Test Categ", + description: "Test Desc", + organization: testOrganization?._id, + createdBy: testAdminUser?._id, + updatedBy: testAdminUser?._id, + createdAt: Date.now(), + updatedAt: Date.now(), + }); + + return [testUser, testAdminUser, testOrganization, testCategory]; +}; + +export const createTestAgendaCategories = async (): Promise< + [TestAgendaCategoryType, TestAgendaCategoryType] +> => { + const testUser: TestUserType = await createTestUser(); + const testAdminUser: TestUserType = await createTestUser(); + const testOrganization: TestOrganizationType = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testAdminUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testAdminUser?._id, + }); + const testCat1: TestAgendaCategoryType = await AgendaCategoryModel.create({ + name: "Test Categ", + description: "Test Desc", + organization: testOrganization?._id, + createdBy: testAdminUser?._id, + updatedBy: testAdminUser?._id, + createdAt: Date.now(), + updatedAt: Date.now(), + }); + const testCat2: TestAgendaCategoryType = await AgendaCategoryModel.create({ + name: "Test Categ1", + description: "Test Desc1", + organization: testOrganization?._id, + createdBy: testAdminUser?._id, + updatedBy: testAdminUser?._id, + createdAt: Date.now(), + updatedAt: Date.now(), + }); + + return [testCat1, testCat2]; +}; diff --git a/tests/resolvers/AgendaCategory/createdBy.spec.ts b/tests/resolvers/AgendaCategory/createdBy.spec.ts new file mode 100644 index 0000000000..bc5af63df5 --- /dev/null +++ b/tests/resolvers/AgendaCategory/createdBy.spec.ts @@ -0,0 +1,36 @@ +import "dotenv/config"; +import { connect, disconnect } from "../../helpers/db"; +import { createdBy as createdByResolver } from "../../../src/resolvers/AgendaCategory/createdBy"; +import type mongoose from "mongoose"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import { User } from "../../../src/models"; +import type { TestUserType } from "../../helpers/userAndOrg"; +import type { TestAgendaCategoryType } from "../../helpers/agendaCategory"; +import { createTestAgendaCategory } from "../../helpers/agendaCategory"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testAdminUser: TestUserType; +let testAgendaCategory: TestAgendaCategoryType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + [, testAdminUser, , testAgendaCategory] = await createTestAgendaCategory(); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> AgendaCategory -> createdBy", () => { + it(`returns the creator for parent agendaCategory`, async () => { + const parent = testAgendaCategory?.toObject(); + + const createdByPayload = await createdByResolver?.(parent, {}, {}); + + const createdByObject = await User.findOne({ + _id: testAdminUser?._id, + }).lean(); + + expect(createdByPayload).toEqual(createdByObject); + }); +}); diff --git a/tests/resolvers/AgendaCategory/organization.spec.ts b/tests/resolvers/AgendaCategory/organization.spec.ts new file mode 100644 index 0000000000..672965d151 --- /dev/null +++ b/tests/resolvers/AgendaCategory/organization.spec.ts @@ -0,0 +1,52 @@ +import "dotenv/config"; +import { organization as organizationResolver } from "../../../src/resolvers/AgendaCategory/organization"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import { AgendaCategoryModel, Organization } from "../../../src/models"; +import type { TestOrganizationType } from "../../helpers/userAndOrg"; +import type { TestAgendaCategoryType } from "../../helpers/agendaCategory"; +import type { TestUserType } from "../../helpers/user"; +import { createTestUser } from "../../helpers/user"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testOrganization: TestOrganizationType; +let testAgendaCategory: TestAgendaCategoryType; +let testAdminUser: TestUserType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + testAdminUser = await createTestUser(); + testOrganization = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testAdminUser?._id, + admins: [testAdminUser?._id], + members: [testAdminUser?._id], + creatorId: testAdminUser?._id, + }); + testAgendaCategory = await AgendaCategoryModel.create({ + name: "Test Categ", + description: "Test Desc", + organizationId: testOrganization?._id, + createdBy: testAdminUser?._id, + updatedBy: testAdminUser?._id, + createdAt: Date.now(), + updatedAt: Date.now(), + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> AgendaCategory -> organization", () => { + it(`returns the organization object for parent agendaCategory`, async () => { + const parent = testAgendaCategory?.toObject(); + + const orgPayload = await organizationResolver?.(parent, {}, {}); + + expect(orgPayload); + }); +}); diff --git a/tests/resolvers/AgendaCategory/updatedBy.spec.ts b/tests/resolvers/AgendaCategory/updatedBy.spec.ts new file mode 100644 index 0000000000..d599e622db --- /dev/null +++ b/tests/resolvers/AgendaCategory/updatedBy.spec.ts @@ -0,0 +1,61 @@ +import "dotenv/config"; +import { connect, disconnect } from "../../helpers/db"; +import { updatedBy as updatedByResolver } from "../../../src/resolvers/AgendaCategory/updatedBy"; +import type mongoose from "mongoose"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import { AgendaCategoryModel, Organization, User } from "../../../src/models"; +import { + createTestUser, + type TestOrganizationType, + type TestUserType, +} from "../../helpers/userAndOrg"; +import type { TestAgendaCategoryType } from "../../helpers/agendaCategory"; + +let MONGOOSE_INSTANCE: typeof mongoose; + +let testUser: TestUserType; +let testAdminUser: TestUserType; +let testOrganization: TestOrganizationType; +let testAgendaCategory: TestAgendaCategoryType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + testUser = await createTestUser(); + testAdminUser = await createTestUser(); + testOrganization = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testUser?._id, + }); + testAgendaCategory = await AgendaCategoryModel.create({ + name: "Test Categ", + description: "Test Desc", + organization: testOrganization?._id, + createdBy: testAdminUser?._id, + updatedBy: testAdminUser?._id, + createdAt: Date.now(), + updatedAt: Date.now(), + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> AgendaCategory -> updatedBy", () => { + it(`returns the updater for parent agendaCategory`, async () => { + const parent = testAgendaCategory?.toObject(); + + const updatedByPayload = await updatedByResolver?.(parent, {}, {}); + + const updatedByObject = await User.findOne({ + _id: testAdminUser?._id, + }).lean(); + + expect(updatedByPayload).toEqual(updatedByObject); + }); +}); diff --git a/tests/resolvers/Mutation/createAgendaCategory.spec.ts b/tests/resolvers/Mutation/createAgendaCategory.spec.ts new file mode 100644 index 0000000000..1d1d755a45 --- /dev/null +++ b/tests/resolvers/Mutation/createAgendaCategory.spec.ts @@ -0,0 +1,192 @@ +import { + ORGANIZATION_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { expect, vi, beforeAll, afterAll, describe, it } from "vitest"; +import type { MutationCreateAgendaCategoryArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; +import { createTestUser } from "../../helpers/userAndOrg"; +import type { + TestUserType, + TestOrganizationType, +} from "../../helpers/userAndOrg"; +import { Organization, User } from "../../../src/models"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; + +let testUser: TestUserType; +let testAdminUser: TestUserType; +let testOrganization: TestOrganizationType; +let MONGOOSE_INSTANCE: typeof mongoose; +let testUser2: TestUserType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + testUser = await createTestUser(); + testAdminUser = await createTestUser(); + testUser2 = await createTestUser(); + testOrganization = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testUser?._id, + }); + + await User.updateOne( + { + _id: testUser?._id, + }, + { + $push: { + adminFor: testOrganization?._id, + }, + } + ); + + const { requestContext } = await import("../../../src/libraries"); + vi.spyOn(requestContext, "translate").mockImplementation( + (message) => message + ); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> createAgendaCategory", () => { + it(`creates an agenda category successfully`, async () => { + try { + const args: MutationCreateAgendaCategoryArgs = { + input: { + name: "Agenda Category", + description: "Description for the agenda category", + organizationId: testOrganization?._id, + }, + }; + + const context = { + userId: testAdminUser?._id, + }; + + const { createAgendaCategory: createAgendaCategoryResolver } = + await import("../../../src/resolvers/Mutation/createAgendaCategory"); + + const createdAgendaCategory = await createAgendaCategoryResolver?.( + {}, + args, + context + ); + + expect(createdAgendaCategory).toBeDefined(); + + // Verify that the agenda category is associated with the correct user and organization + expect(createdAgendaCategory?.createdBy).toBe(testAdminUser?._id); + expect(createdAgendaCategory?.organization).toBe(testOrganization?._id); + // Verify that the properties of the returned agenda category match the expected values + expect(createdAgendaCategory?.name).toEqual(args.input.name); + expect(createdAgendaCategory?.description).toEqual( + args.input.description + ); + expect(createdAgendaCategory?._id).toBeUndefined(); + } catch (error) { + expect(error); + } + }); + + it(`throws an error if the user is not found`, async () => { + try { + const args: MutationCreateAgendaCategoryArgs = { + input: { + name: "Agenda Category", + description: "Description for the agenda category", + organizationId: testOrganization?.id, + }, + }; + + const context = { + userId: Types.ObjectId().toString(), // A random ID that does not exist in the database + }; + + const { createAgendaCategory: createAgendaCategoryResolver } = + await import("../../../src/resolvers/Mutation/createAgendaCategory"); + + const createdAgendaCategory = await createAgendaCategoryResolver?.( + {}, + args, + context + ); + + expect(createdAgendaCategory).toBeUndefined(); // The resolver should not return anything + } catch (error: unknown) { + // The resolver should throw a NotFoundError with the appropriate message, code, and parameter + + expect((error as Error).message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it(`throws an error if the organization is not found`, async () => { + try { + const args: MutationCreateAgendaCategoryArgs = { + input: { + name: "Agenda Category", + description: "Description for the agenda category", + organizationId: Types.ObjectId().toString(), // A random ID that does not exist in the database + }, + }; + + const context = { + userId: testUser?.id, + }; + + const { createAgendaCategory: createAgendaCategoryResolver } = + await import("../../../src/resolvers/Mutation/createAgendaCategory"); + + const createdAgendaCategory = await createAgendaCategoryResolver?.( + {}, + args, + context + ); + + expect(createdAgendaCategory).toBeUndefined(); // The resolver should not return anything + } catch (error: unknown) { + // The resolver should throw a NotFoundError with the appropriate message, code, and parameter + expect((error as Error).message).toEqual( + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ); + } + }); + + it(`throws an error if the user does not have the required permissions`, async () => { + try { + const args: MutationCreateAgendaCategoryArgs = { + input: { + name: "Agenda Category", + description: "Description for the agenda category", + organizationId: testOrganization?.id, + }, + }; + + const context = { + userId: testUser2?._id, // A user that is not an admin for the organization + }; + + const { createAgendaCategory: createAgendaCategoryResolver } = + await import("../../../src/resolvers/Mutation/createAgendaCategory"); + + const createdAgendaCategory = await createAgendaCategoryResolver?.( + {}, + args, + context + ); + + expect(createdAgendaCategory).toBeUndefined(); // The resolver should not return anything + } catch (error: unknown) { + expect((error as Error).message).toEqual( + "Error: Current user must be an ADMIN or a SUPERADMIN" + ); // The resolver should throw an UnauthorizedError with the appropriate message, code, and parameter + } + }); +}); diff --git a/tests/resolvers/Mutation/deleteAgendaCategory.spec.ts b/tests/resolvers/Mutation/deleteAgendaCategory.spec.ts new file mode 100644 index 0000000000..a82dc9a80c --- /dev/null +++ b/tests/resolvers/Mutation/deleteAgendaCategory.spec.ts @@ -0,0 +1,174 @@ +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import { connect, disconnect } from "../../helpers/db"; +import { deleteAgendaCategory } from "../../../src/resolvers/Mutation/deleteAgendaCategory"; +import { User, AgendaCategoryModel, Organization } from "../../../src/models"; +import { + AGENDA_CATEGORY_NOT_FOUND_ERROR, + USER_NOT_AUTHORIZED_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import { createTestUser } from "../../helpers/userAndOrg"; +import type { + TestOrganizationType, + TestUserType, +} from "../../helpers/userAndOrg"; +import type { MutationDeleteAgendaCategoryArgs } from "../../../src/types/generatedGraphQLTypes"; +import type { TestAgendaCategoryType } from "../../helpers/agendaCategory"; +let testUser: TestUserType; +let MONGOOSE_INSTANCE: typeof mongoose; +let testAdminUser: TestUserType; +let sampleAgendaCategory: TestAgendaCategoryType; +let testOrganization: TestOrganizationType; +let randomUser: TestUserType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + testUser = await createTestUser(); + testAdminUser = await createTestUser(); + randomUser = await createTestUser(); + testOrganization = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testUser?._id, + }); + + await User.updateOne( + { + _id: testAdminUser?._id, + }, + { + $set: { + createdOrganizations: [testOrganization._id], + adminFor: [testOrganization._id], + }, + } + ); + sampleAgendaCategory = await AgendaCategoryModel.create({ + name: "Sample Agenda Category", + organization: testOrganization?._id, + createdBy: testAdminUser?._id, + createdAt: new Date(), + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> deleteAgendaCategory", () => { + it("throws NotFoundError if no user exists with the given ID", async () => { + try { + const args = { + id: sampleAgendaCategory?._id, + }; + const context = { + userId: Types.ObjectId().toString(), + }; + + await deleteAgendaCategory?.({}, args, context); + } catch (error: unknown) { + expect((error as Error).message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); + } + }); + it("throws NotFoundError if no agenda category exists with the given ID", async () => { + try { + const args = { + id: Types.ObjectId().toString(), + }; + const context = { + userId: testAdminUser?._id, + }; + await deleteAgendaCategory?.({}, args, context); + } catch (error: unknown) { + expect((error as Error).message).toEqual( + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE + ); + } + }); + + it("throws UnauthorizedError if the user is not the creator of the agenda category", async () => { + try { + const args = { + id: sampleAgendaCategory?._id, + }; + const context = { + userId: testUser?._id, + }; + await deleteAgendaCategory?.({}, args, context); + } catch (error: unknown) { + expect((error as Error).message).toEqual( + USER_NOT_AUTHORIZED_ERROR.MESSAGE + ); + } + }); + it(`removes the agenda category and returns it as superadmin`, async () => { + const superAdminTestUser = await User.findOneAndUpdate( + { + _id: randomUser?._id, + }, + { + userType: "SUPERADMIN", + }, + { + new: true, + } + ); + const newTestAgendaCategory = await AgendaCategoryModel.create({ + name: "Sample Agenda Category", + organization: testOrganization?._id, + createdBy: superAdminTestUser?._id, + createdAt: Date.now(), + }); + const args: MutationDeleteAgendaCategoryArgs = { + id: newTestAgendaCategory?._id, + }; + + const context = { + userId: superAdminTestUser?._id, + }; + + const removedAgendaCategoryPayload = await deleteAgendaCategory?.( + {}, + args, + context + ); + + expect(removedAgendaCategoryPayload).toEqual(args.id); + }); + it(` deletes an agenda category successfully and returns it to who created it `, async () => { + const args: MutationDeleteAgendaCategoryArgs = { + id: sampleAgendaCategory?._id, + }; + + const context = { + userId: testAdminUser?._id, + }; + const removedAgendaCategoryPayload = await deleteAgendaCategory?.( + {}, + args, + context + ); + + expect(removedAgendaCategoryPayload).toEqual(args.id); + const deletedAgendaCategory = await AgendaCategoryModel.findById(args.id); + expect(deletedAgendaCategory).toBeNull(); + }); + // it("deletes an agenda category successfully", async () => { + // const args = { + // id: sampleAgendaCategory?._id, + // }; + // const context = { + // userId: testAdminUser?._id, + // }; + // const result = await deleteAgendaCategory?.({}, args, context); + // expect(result).toEqual(args.id); + // // Verify that the agenda category is deleted from the database + + // }); +}); diff --git a/tests/resolvers/Mutation/updateAgendaCategory.spec.ts b/tests/resolvers/Mutation/updateAgendaCategory.spec.ts new file mode 100644 index 0000000000..31977581f9 --- /dev/null +++ b/tests/resolvers/Mutation/updateAgendaCategory.spec.ts @@ -0,0 +1,220 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import type { MutationUpdateAgendaCategoryArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; +import { + USER_NOT_FOUND_ERROR, + AGENDA_CATEGORY_NOT_FOUND_ERROR, + USER_NOT_AUTHORIZED_ERROR, +} from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect, vi } from "vitest"; +import { updateAgendaCategory as updateAgendaCategoryResolver } from "../../../src/resolvers/Mutation/updateAgendaCategory"; +import { AgendaCategoryModel, Organization, User } from "../../../src/models"; +import type { TestUserType } from "../../helpers/user"; +import { createTestUser } from "../../helpers/user"; +import type { TestOrganizationType } from "../../helpers/userAndOrg"; +import type { TestAgendaCategoryType } from "../../helpers/agendaCategory"; + +let testAgendaCategory: TestAgendaCategoryType; +let randomUser: TestUserType; +let testUser: TestUserType; +let MONGOOSE_INSTANCE: typeof mongoose; +let testOrganization: TestOrganizationType; +let testAdminUser: TestUserType; +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const { requestContext } = await import("../../../src/libraries"); + vi.spyOn(requestContext, "translate").mockImplementation( + (message) => message + ); + + randomUser = await createTestUser(); + testUser = await createTestUser(); + testAdminUser = await createTestUser(); + testOrganization = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testUser?._id, + }); + + await User.updateOne( + { + _id: testUser?._id, + }, + { + $push: { + adminFor: testOrganization?._id, + }, + } + ); + testAgendaCategory = await AgendaCategoryModel.create({ + name: "Sample Agenda Category", + organization: testOrganization?._id, + createdBy: testAdminUser?._id, + createdAt: new Date(), + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> updateAgendaCategory", () => { + it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { + try { + const args: MutationUpdateAgendaCategoryArgs = { + id: Types.ObjectId().toString(), + input: { + name: "Updated Name", + description: "Updated Description", + }, + }; + + const context = { + userId: Types.ObjectId().toString(), + }; + + await updateAgendaCategoryResolver?.({}, args, context); + } catch (error: unknown) { + expect((error as Error).message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it(`throws NotFoundError if no agenda category exists with _id === args.id`, async () => { + try { + const args: MutationUpdateAgendaCategoryArgs = { + id: Types.ObjectId().toString(), + input: { + name: "Updated Name", + description: "Updated Description", + }, + }; + + const context = { + userId: testUser?._id, + }; + + await updateAgendaCategoryResolver?.({}, args, context); + } catch (error: unknown) { + expect((error as Error).message).toEqual( + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE + ); + } + }); + + it(`throws UnauthorizedError if the user is not the creator of the agenda category`, async () => { + try { + const args: MutationUpdateAgendaCategoryArgs = { + id: testAgendaCategory?._id, + input: { + name: "Updated Name", + description: "Updated Description", + }, + }; + + const context = { + userId: randomUser?._id, + }; + + await updateAgendaCategoryResolver?.({}, args, context); + } catch (error: unknown) { + expect((error as Error).message).toEqual( + USER_NOT_AUTHORIZED_ERROR.MESSAGE + ); + } + }); + + it(`updates the agenda category and returns it for the creator`, async () => { + const args: MutationUpdateAgendaCategoryArgs = { + id: testAgendaCategory?._id, + input: { + name: "Updated Name", + description: "Updated Description", + }, + }; + + const context = { + userId: testUser?._id, + }; + + const updatedAgendaCategoryPayload = await updateAgendaCategoryResolver?.( + {}, + args, + context + ); + + expect(updatedAgendaCategoryPayload).toEqual( + expect.objectContaining({ + name: "Updated Name", + description: "Updated Description", + }) + ); + }); + // it(`updates the agenda category and returns it for the admin`, async () => { + // const args: MutationUpdateAgendaCategoryArgs = { + // id: testAgendaCategory?._id, + // input: { + // name: "Updated Name", + // description: "Updated Description", + // }, + // }; + + // const context = { + // userId: testAdminUser?._id, + // }; + + // const updatedAgendaCategoryPayload = await updateAgendaCategoryResolver?.( + // {}, + // args, + // context + // ); + + // expect(updatedAgendaCategoryPayload).toEqual( + // expect.objectContaining({ + // name: "Updated Name", + // description: "Updated Description", + // }) + // ); + // }); + it(`updates the agenda category and returns it as superadmin`, async () => { + const superAdminTestUser = await User.findOneAndUpdate( + { + _id: randomUser?._id, + }, + { + userType: "SUPERADMIN", + }, + { + new: true, + } + ); + const context = { + userId: superAdminTestUser?._id, + }; + const args: MutationUpdateAgendaCategoryArgs = { + id: testAgendaCategory?._id, + input: { + name: "Updated Name", + description: "Updated Description", + }, + }; + + const updatedAgendaCategoryPayload = await updateAgendaCategoryResolver?.( + {}, + args, + context + ); + + expect(updatedAgendaCategoryPayload).toEqual( + expect.objectContaining({ + name: "Updated Name", + description: "Updated Description", + }) + ); + }); +}); diff --git a/tests/resolvers/Organization/agendaCategories.spec.ts b/tests/resolvers/Organization/agendaCategories.spec.ts new file mode 100644 index 0000000000..fd83f286ce --- /dev/null +++ b/tests/resolvers/Organization/agendaCategories.spec.ts @@ -0,0 +1,74 @@ +import "dotenv/config"; +import { agendaCategories as agendaCategoriesResolver } from "../../../src/resolvers/Organization/agendaCategories"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { AgendaCategoryModel, Organization } from "../../../src/models"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import type { + TestUserType, + TestOrganizationType, +} from "../../helpers/userAndOrg"; +import { createTestUser } from "../../helpers/userAndOrg"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testOrganization: TestOrganizationType; +let testUser: TestUserType; +let testAdminUser: TestUserType; +// let testAgendaCategory: TestAgendaCategoryType; +// let testAgendaCategory2: TestAgendaCategoryType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + testUser = await createTestUser(); + testAdminUser = await createTestUser(); + testOrganization = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testUser?._id, + }); + // testAgendaCategory = await AgendaCategoryModel.create({ + // name: "Test Categ", + // description: "Test Desc", + // organization: testOrganization?._id, + // createdBy: testAdminUser?._id, + // updatedBy: testAdminUser?._id, + // createdAt: Date.now(), + // updatedAt: Date.now(), + // }); + // testAgendaCategory2 = await AgendaCategoryModel.create({ + // name: "Test Categ2", + // description: "Test Desc2", + // organization: testOrganization?._id, + // createdBy: testAdminUser?._id, + // updatedBy: testAdminUser?._id, + // createdAt: Date.now(), + // updatedAt: Date.now(), + // }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Organization -> agendaCategories", () => { + it(`returns all agendaCategories for parent organization`, async () => { + const parent = testOrganization?.toObject(); + if (parent) { + const agendaCategoriesPayload = await agendaCategoriesResolver?.( + parent, + {}, + {} + ); + + const categories = await AgendaCategoryModel.find({ + organizationId: testOrganization?._id, + }).lean(); + + expect(agendaCategoriesPayload).toEqual(categories); + } + }); +}); diff --git a/tests/resolvers/Query/actionItemsByOrganization.spec.ts b/tests/resolvers/Query/actionItemsByOrganization.spec.ts index 3c6c3326dc..b4883a793a 100644 --- a/tests/resolvers/Query/actionItemsByOrganization.spec.ts +++ b/tests/resolvers/Query/actionItemsByOrganization.spec.ts @@ -6,16 +6,14 @@ import { actionItemsByOrganization as actionItemsByOrganizationResolver } from " import { beforeAll, afterAll, describe, it, expect } from "vitest"; import type mongoose from "mongoose"; import { createTestActionItems } from "../../helpers/actionItem"; -import type { TestEventType } from "../../helpers/events"; -import { TestOrganizationType } from "../../helpers/userAndOrg"; +import type { TestOrganizationType } from "../../helpers/userAndOrg"; let MONGOOSE_INSTANCE: typeof mongoose; -let testEvent: TestEventType; let testOrganization: TestOrganizationType; beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); - [, testEvent, testOrganization] = await createTestActionItems(); + [, , testOrganization] = await createTestActionItems(); }); afterAll(async () => { diff --git a/tests/resolvers/Query/agendaCategory.spec.ts b/tests/resolvers/Query/agendaCategory.spec.ts new file mode 100644 index 0000000000..de4fb7e424 --- /dev/null +++ b/tests/resolvers/Query/agendaCategory.spec.ts @@ -0,0 +1,79 @@ +import "dotenv/config"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { AgendaCategoryModel, Organization } from "../../../src/models"; +import { AGENDA_CATEGORY_NOT_FOUND_ERROR } from "../../../src/constants"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import { + createTestUser, + type TestOrganizationType, + type TestUserType, +} from "../../helpers/userAndOrg"; +import { agendaCategory } from "../../../src/resolvers/Query/agendaCategory"; +import { Types } from "mongoose"; +import type { TestAgendaCategoryType } from "../../helpers/agendaCategory"; +let testUser: TestUserType; +let testAdminUser: TestUserType; +let testOrganization: TestOrganizationType; +let testAgendaCategory: TestAgendaCategoryType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + testUser = await createTestUser(); + testAdminUser = await createTestUser(); + testOrganization = await Organization.create({ + name: "name", + description: "description", + isPublic: true, + creator: testUser?._id, + admins: [testAdminUser?._id], + members: [testUser?._id, testAdminUser?._id], + creatorId: testUser?._id, + }); + testAgendaCategory = await AgendaCategoryModel.create({ + name: "Test Categ", + description: "Test Desc", + organization: testOrganization?._id, + createdBy: testAdminUser?._id, + updatedBy: testAdminUser?._id, + createdAt: Date.now(), + updatedAt: Date.now(), + }); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Query -> agendaCategory", () => { + it("returns the agenda category successfully when it exists", async () => { + try { + const args = { + id: testAgendaCategory?._id, + }; + const result = await agendaCategory?.({}, args, {}); + expect(result).toBeDefined(); + expect(result?._id).toStrictEqual(testAgendaCategory?._id); + } catch (error) { + // Handle any unexpected errors during the test + console.error("Test failed with error:", error); + throw error; + } + }); + + it("throws a NotFoundError when the agenda category does not exist", async () => { + try { + const args = { + id: Types.ObjectId().toString(), + }; + await agendaCategory?.({}, args, {}); + // If the resolver does not throw an error, the test fails + throw new Error("Test failed. Expected NotFoundError but got no error."); + } catch (error: unknown) { + expect((error as Error).message).toEqual( + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE + ); + } + }); +}); From 9eb305de7288929ec077237e6eae1b17c9b364a6 Mon Sep 17 00:00:00 2001 From: Lakshya Satpal <81241551+LakshyaSatpal@users.noreply.github.com> Date: Thu, 15 Feb 2024 02:57:31 +0530 Subject: [PATCH 081/109] feat: Event Volunteers (#1774) * feat: add Event Volunteer collectionand CRUD mutations/queries * write tests for createEventVolunteer and updateEventVolunteer * write tests for eventVolunteersByEvent and removeEventVolunteers * fix formatting * better code coverage * fix formatting * better code coverage * fix formatting * better code coverage * fix linting test --- codegen.ts | 1 + schema.graphql | 257 +++++++++++++++--- src/constants.ts | 23 +- src/models/EventVolunteer.ts | 59 ++++ src/models/index.ts | 1 + src/resolvers/EventVolunteer/creator.ts | 8 + src/resolvers/EventVolunteer/event.ts | 8 + src/resolvers/EventVolunteer/index.ts | 10 + src/resolvers/EventVolunteer/user.ts | 8 + src/resolvers/Mutation/acceptAdmin.ts | 2 +- .../Mutation/createEventVolunteer.ts | 59 ++++ src/resolvers/Mutation/index.ts | 6 + .../Mutation/removeEventVolunteer.ts | 51 ++++ .../Mutation/updateEventVolunteer.ts | 87 ++++++ src/resolvers/Query/eventVolunteersByEvent.ts | 20 ++ src/resolvers/index.ts | 2 + src/typeDefs/enums.ts | 5 + src/typeDefs/inputs.ts | 12 + src/typeDefs/mutations.ts | 9 + src/typeDefs/queries.ts | 2 + src/typeDefs/types.ts | 12 + src/types/generatedGraphQLTypes.ts | 82 +++++- tests/helpers/events.ts | 32 ++- .../resolvers/EventVolunteer/creator.spec.ts | 46 ++++ tests/resolvers/EventVolunteer/event.spec.ts | 38 +++ tests/resolvers/EventVolunteer/user.spec.ts | 52 ++++ .../Mutation/createEventVolunteer.spec.ts | 161 +++++++++++ .../Mutation/removeEventVolunteer.spec.ts | 126 +++++++++ .../Mutation/updateEventVolunteer.spec.ts | 200 ++++++++++++++ .../Query/eventVolunteersByEvent.spec.ts | 40 +++ .../uploadEncodedImage.spec.ts | 18 +- 31 files changed, 1380 insertions(+), 57 deletions(-) create mode 100644 src/models/EventVolunteer.ts create mode 100644 src/resolvers/EventVolunteer/creator.ts create mode 100644 src/resolvers/EventVolunteer/event.ts create mode 100644 src/resolvers/EventVolunteer/index.ts create mode 100644 src/resolvers/EventVolunteer/user.ts create mode 100644 src/resolvers/Mutation/createEventVolunteer.ts create mode 100644 src/resolvers/Mutation/removeEventVolunteer.ts create mode 100644 src/resolvers/Mutation/updateEventVolunteer.ts create mode 100644 src/resolvers/Query/eventVolunteersByEvent.ts create mode 100644 tests/resolvers/EventVolunteer/creator.spec.ts create mode 100644 tests/resolvers/EventVolunteer/event.spec.ts create mode 100644 tests/resolvers/EventVolunteer/user.spec.ts create mode 100644 tests/resolvers/Mutation/createEventVolunteer.spec.ts create mode 100644 tests/resolvers/Mutation/removeEventVolunteer.spec.ts create mode 100644 tests/resolvers/Mutation/updateEventVolunteer.spec.ts create mode 100644 tests/resolvers/Query/eventVolunteersByEvent.spec.ts diff --git a/codegen.ts b/codegen.ts index a646f67b7f..92ed260ec9 100644 --- a/codegen.ts +++ b/codegen.ts @@ -50,6 +50,7 @@ const config: CodegenConfig = { EventAttendee: "../models/EventAttendee#InterfaceEventAttendee", UserFamily: "../models/userFamily#InterfaceUserFamily", + EventVolunteer: "../models/EventVolunteer#InterfaceEventVolunteer", Feedback: "../models/Feedback#InterfaceFeedback", diff --git a/schema.graphql b/schema.graphql index 992fb88dc8..827cf80bb9 100644 --- a/schema.graphql +++ b/schema.graphql @@ -334,6 +334,28 @@ enum EventOrderByInput { title_DESC } +type EventVolunteer { + _id: ID! + createdAt: DateTime! + creator: User + event: Event + isAssigned: Boolean + isInvited: Boolean + response: String + updatedAt: DateTime! + user: User! +} + +input EventVolunteerInput { + eventId: ID! + userId: ID! +} + +enum EventVolunteerResponse { + NO + YES +} + input EventWhereInput { description: String description_contains: String @@ -540,9 +562,17 @@ type Mutation { addEventAttendee(data: EventAttendeeInput!): User! addFeedback(data: FeedbackInput!): Feedback! addLanguageTranslation(data: LanguageInput!): Language! - addOrganizationCustomField(name: String!, organizationId: ID!, type: String!): OrganizationCustomField! + addOrganizationCustomField( + name: String! + organizationId: ID! + type: String! + ): OrganizationCustomField! addOrganizationImage(file: String!, organizationId: String!): Organization! - addUserCustomData(dataName: String!, dataValue: Any!, organizationId: ID!): UserCustomData! + addUserCustomData( + dataName: String! + dataValue: Any! + organizationId: ID! + ): UserCustomData! addUserImage(file: String!): User! addUserToGroupChat(chatId: ID!, userId: ID!): GroupChat! addUserToUserFamily(familyId: ID!, userId: ID!): UserFamily! @@ -553,20 +583,46 @@ type Mutation { blockUser(organizationId: ID!, userId: ID!): User! cancelMembershipRequest(membershipRequestId: ID!): MembershipRequest! checkIn(data: CheckInInput!): CheckIn! - createActionItem(actionItemCategoryId: ID!, data: CreateActionItemInput!): ActionItem! - createActionItemCategory(name: String!, organizationId: ID!): ActionItemCategory! + createActionItem( + actionItemCategoryId: ID! + data: CreateActionItemInput! + ): ActionItem! + createActionItemCategory( + name: String! + organizationId: ID! + ): ActionItemCategory! createAdmin(data: UserAndOrganizationInput!): User! - createAdvertisement(endDate: Date!, link: String!, name: String!, orgId: ID!, startDate: Date!, type: String!): Advertisement! + createAdvertisement( + endDate: Date! + link: String! + name: String! + orgId: ID! + startDate: Date! + type: String! + ): Advertisement! createAgendaCategory(input: CreateAgendaCategoryInput!): AgendaCategory! createComment(data: CommentInput!, postId: ID!): Comment createDirectChat(data: createChatInput!): DirectChat! - createDonation(amount: Float!, nameOfOrg: String!, nameOfUser: String!, orgId: ID!, payPalId: ID!, userId: ID!): Donation! - createEvent(data: EventInput!, recurrenceRuleData: RecurrenceRuleInput): Event! + createDonation( + amount: Float! + nameOfOrg: String! + nameOfUser: String! + orgId: ID! + payPalId: ID! + userId: ID! + ): Donation! + createEvent(data: EventInput): Event! + createEventVolunteer(data: EventVolunteerInput!): EventVolunteer! createGroupChat(data: createGroupChatInput!): GroupChat! createMember(input: UserAndOrganizationInput!): Organization! createMessageChat(data: MessageChatInput!): MessageChat! createOrganization(data: OrganizationInput, file: String): Organization! - createPlugin(pluginCreatedBy: String!, pluginDesc: String!, pluginName: String!, uninstalledOrgs: [ID!]): Plugin! + createPlugin( + pluginCreatedBy: String! + pluginDesc: String! + pluginName: String! + uninstalledOrgs: [ID!] + ): Plugin! createPost(data: PostInput!, file: String): Post createSampleOrganization: Boolean! createUserFamily(data: createUserFamilyInput!): UserFamily! @@ -594,10 +650,14 @@ type Mutation { removeDirectChat(chatId: ID!, organizationId: ID!): DirectChat! removeEvent(id: ID!): Event! removeEventAttendee(data: EventAttendeeInput!): User! + removeEventVolunteer(id: ID!): EventVolunteer! removeGroupChat(chatId: ID!): GroupChat! removeMember(data: UserAndOrganizationInput!): Organization! removeOrganization(id: ID!): User! - removeOrganizationCustomField(customFieldId: ID!, organizationId: ID!): OrganizationCustomField! + removeOrganizationCustomField( + customFieldId: ID! + organizationId: ID! + ): OrganizationCustomField! removeOrganizationImage(organizationId: String!): Organization! removePost(id: ID!): Post removeSampleOrganization: Boolean! @@ -610,8 +670,14 @@ type Mutation { revokeRefreshTokenForUser: Boolean! saveFcmToken(token: String): Boolean! sendMembershipRequest(organizationId: ID!): MembershipRequest! - sendMessageToDirectChat(chatId: ID!, messageContent: String!): DirectChatMessage! - sendMessageToGroupChat(chatId: ID!, messageContent: String!): GroupChatMessage! + sendMessageToDirectChat( + chatId: ID! + messageContent: String! + ): DirectChatMessage! + sendMessageToGroupChat( + chatId: ID! + messageContent: String! + ): GroupChatMessage! signUp(data: UserInput!, file: String): AuthData! togglePostPin(id: ID!, title: String): Post! unassignUserTag(input: ToggleUserTagAssignInput!): User @@ -620,17 +686,37 @@ type Mutation { unlikePost(id: ID!): Post unregisterForEventByUser(id: ID!): Event! updateActionItem(data: UpdateActionItemInput!, id: ID!): ActionItem - updateActionItemCategory(data: UpdateActionItemCategoryInput!, id: ID!): ActionItemCategory - updateAdvertisement(input: UpdateAdvertisementInput!): UpdateAdvertisementPayload - updateAgendaCategory(id: ID!, input: UpdateAgendaCategoryInput!): AgendaCategory + updateActionItemCategory( + data: UpdateActionItemCategoryInput! + id: ID! + ): ActionItemCategory + updateAdvertisement( + input: UpdateAdvertisementInput! + ): UpdateAdvertisementPayload + updateAgendaCategory( + id: ID! + input: UpdateAgendaCategoryInput! + ): AgendaCategory updateEvent(data: UpdateEventInput, id: ID!): Event! + updateEventVolunteer( + data: UpdateEventVolunteerInput + id: ID! + ): EventVolunteer! updateLanguage(languageCode: String!): User! - updateOrganization(data: UpdateOrganizationInput, file: String, id: ID!): Organization! + updateOrganization( + data: UpdateOrganizationInput + file: String + id: ID! + ): Organization! updatePluginStatus(id: ID!, orgId: ID!): Plugin! updatePost(data: PostUpdateInput, id: ID!): Post! updateUserPassword(data: UpdateUserPasswordInput!): User! updateUserProfile(data: UpdateUserInput, file: String): User! - updateUserRoleInOrganization(organizationId: ID!, role: String!, userId: ID!): Organization! + updateUserRoleInOrganization( + organizationId: ID! + role: String! + userId: ID! + ): Organization! updateUserTag(input: UpdateUserTagInput!): UserTag updateUserType(data: UpdateUserTypeInput!): Boolean! } @@ -658,7 +744,12 @@ type Organization { pinnedPosts: [Post] updatedAt: DateTime! userRegistrationRequired: Boolean! - userTags(after: String, before: String, first: PositiveInt, last: PositiveInt): UserTagsConnection + userTags( + after: String + before: String + first: PositiveInt + last: PositiveInt + ): UserTagsConnection visibleInSearch: Boolean! } @@ -737,14 +828,20 @@ type OtpData { otpToken: String! } -"""Information about pagination in a connection.""" +""" +Information about pagination in a connection. +""" type PageInfo { currPageNo: Int - """When paginating forwards, are there more items?""" + """ + When paginating forwards, are there more items? + """ hasNextPage: Boolean! - """When paginating backwards, are there more items?""" + """ + When paginating backwards, are there more items? + """ hasPreviousPage: Boolean! nextPageNo: Int prevPageNo: Int @@ -805,14 +902,20 @@ type Post { videoUrl: URL } -"""A connection to a list of items.""" +""" +A connection to a list of items. +""" type PostConnection { aggregate: AggregatePost! - """A list of edges.""" + """ + A list of edges. + """ edges: [Post]! - """Information to aid in pagination.""" + """ + Information to aid in pagination. + """ pageInfo: PageInfo! } @@ -887,12 +990,23 @@ type Query { directChatsByUserID(id: ID!): [DirectChat] directChatsMessagesByChatID(id: ID!): [DirectChatMessage] event(id: ID!): Event + eventVolunteersByEvent(id: ID!): [EventVolunteer] eventsByOrganization(id: ID, orderBy: EventOrderByInput): [Event] - eventsByOrganizationConnection(first: Int, orderBy: EventOrderByInput, skip: Int, where: EventWhereInput): [Event!]! + eventsByOrganizationConnection( + first: Int + orderBy: EventOrderByInput + skip: Int + where: EventWhereInput + ): [Event!]! getAdvertisements: [Advertisement] getDonationById(id: ID!): Donation! getDonationByOrgId(orgId: ID!): [Donation] - getDonationByOrgIdConnection(first: Int, orgId: ID!, skip: Int, where: DonationWhereInput): [Donation!]! + getDonationByOrgIdConnection( + first: Int + orgId: ID! + skip: Int + where: DonationWhereInput + ): [Donation!]! getPlugins: [Plugin] getlanguage(lang_code: String!): [Translation] hasSubmittedFeedback(eventId: ID!, userId: ID!): Boolean @@ -901,18 +1015,47 @@ type Query { me: User! myLanguage: String organizations(id: ID, orderBy: OrganizationOrderByInput): [Organization] - organizationsConnection(first: Int, orderBy: OrganizationOrderByInput, skip: Int, where: OrganizationWhereInput): [Organization]! - organizationsMemberConnection(first: Int, orderBy: UserOrderByInput, orgId: ID!, skip: Int, where: UserWhereInput): UserConnection! + organizationsConnection( + first: Int + orderBy: OrganizationOrderByInput + skip: Int + where: OrganizationWhereInput + ): [Organization]! + organizationsMemberConnection( + first: Int + orderBy: UserOrderByInput + orgId: ID! + skip: Int + where: UserWhereInput + ): UserConnection! plugin(orgId: ID!): [Plugin] post(id: ID!): Post postsByOrganization(id: ID!, orderBy: PostOrderByInput): [Post] - postsByOrganizationConnection(first: Int, id: ID!, orderBy: PostOrderByInput, skip: Int, where: PostWhereInput): PostConnection + postsByOrganizationConnection( + first: Int + id: ID! + orderBy: PostOrderByInput + skip: Int + where: PostWhereInput + ): PostConnection registeredEventsByUser(id: ID, orderBy: EventOrderByInput): [Event] registrantsByEvent(id: ID!): [User] user(id: ID!): User! userLanguage(userId: ID!): String - users(adminApproved: Boolean, first: Int, orderBy: UserOrderByInput, skip: Int, userType: String, where: UserWhereInput): [User] - usersConnection(first: Int, orderBy: UserOrderByInput, skip: Int, where: UserWhereInput): [User]! + users( + adminApproved: Boolean + first: Int + orderBy: UserOrderByInput + skip: Int + userType: String + where: UserWhereInput + ): [User] + usersConnection( + first: Int + orderBy: UserOrderByInput + skip: Int + where: UserWhereInput + ): [User]! } input RecaptchaVerification { @@ -1024,6 +1167,13 @@ input UpdateEventInput { title: String } +input UpdateEventVolunteerInput { + eventId: ID + isAssigned: Boolean + isInvited: Boolean + response: EventVolunteerResponse +} + input UpdateOrganizationInput { address: AddressInput description: String @@ -1088,7 +1238,13 @@ type User { phone: UserPhone pluginCreationAllowed: Boolean! registeredEvents: [Event] - tagsAssignedWith(after: String, before: String, first: PositiveInt, last: PositiveInt, organizationId: ID): UserTagsConnection + tagsAssignedWith( + after: String + before: String + first: PositiveInt + last: PositiveInt + organizationId: ID + ): UserTagsConnection tokenVersion: Int! updatedAt: DateTime! userType: UserType! @@ -1189,6 +1345,43 @@ type UserTagsConnectionResult { errors: [ConnectionError!]! } +type UserToReturn { + _id: ID! + address: Address + adminApproved: Boolean + adminFor: [Organization] + appLanguageCode: String! + birthDate: Date + createdAt: DateTime! + createdEvents: [Event] + createdOrganizations: [Organization] + educationGrade: EducationGrade + email: EmailAddress! + employmentStatus: EmploymentStatus + eventAdmin: [Event] + firstName: String! + gender: Gender + image: String + joinedOrganizations: [Organization] + lastName: String! + maritalStatus: MaritalStatus + membershipRequests: [MembershipRequest] + organizationsBlockedBy: [Organization] + phone: UserPhone + pluginCreationAllowed: Boolean! + registeredEvents: [Event] + tagsAssignedWith( + after: String + before: String + first: PositiveInt + last: PositiveInt + organizationId: ID + ): UserTagsConnection + tokenVersion: Int! + updatedAt: DateTime! + userType: UserType! +} + enum UserType { ADMIN NON_USER @@ -1271,4 +1464,4 @@ input createGroupChatInput { input createUserFamilyInput { title: String! userIds: [ID!]! -} \ No newline at end of file +} diff --git a/src/constants.ts b/src/constants.ts index 0d316c35d7..7a457d7503 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -449,18 +449,18 @@ export const EMAIL_ALREADY_EXISTS_ERROR = { PARAM: "email", }; -export const VOLUNTEER_NOT_FOUND_ERROR = { +export const EVENT_VOLUNTEER_NOT_FOUND_ERROR = { DESC: "Volunteer not found", - CODE: "volunteer.notFound", - MESSAGE: "volunteer.notFound", - PARAM: "volunteers", + CODE: "eventVolunteer.notFound", + MESSAGE: "eventVolunteer.notFound", + PARAM: "eventVolunteers", }; -export const VOLUNTEER_NOT_MEMBER_ERROR = { - DESC: "Volunteer is not member of the organization.", - CODE: "volunteer.notMember", - MESSAGE: "volunteer.notMember", - PARAM: "volunteers", +export const EVENT_VOLUNTEER_INVITE_USER_MISTMATCH = { + DESC: "Current User is not the user of Event Volunteer", + CODE: "eventVolunteer.userMismatch", + MESSAGE: "eventVolunteer.userMismatch", + PARAM: "eventVolunteers", }; export const USER_ALREADY_CHECKED_IN = { @@ -568,3 +568,8 @@ export enum TransactionLogTypes { UPDATE = "UPDATE", DELETE = "DELETE", } + +export enum EventVolunteerResponse { + YES = "YES", + NO = "NO", +} diff --git a/src/models/EventVolunteer.ts b/src/models/EventVolunteer.ts new file mode 100644 index 0000000000..174c6b1858 --- /dev/null +++ b/src/models/EventVolunteer.ts @@ -0,0 +1,59 @@ +import type { PopulatedDoc, Document, Model, Types } from "mongoose"; +import { Schema, model, models } from "mongoose"; +import type { InterfaceUser } from "./User"; +import type { InterfaceEvent } from "./Event"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; + +export interface InterfaceEventVolunteer { + _id: Types.ObjectId; + createdAt: Date; + creatorId: PopulatedDoc; + eventId: PopulatedDoc; + isAssigned: boolean; + isInvited: boolean; + response: string; + updatedAt: Date; + userId: PopulatedDoc; +} + +const eventVolunteerSchema = new Schema( + { + creatorId: { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, + eventId: { + type: Schema.Types.ObjectId, + ref: "Event", + }, + response: { + type: String, + enum: ["YES", "NO", null], + }, + isAssigned: { + type: Boolean, + }, + isInvited: { + type: Boolean, + }, + userId: { + type: Schema.Types.ObjectId, + ref: "User", + required: true, + }, + }, + { + timestamps: true, + } +); + +// Enable logging on changes in EventVolunteer collection +createLoggingMiddleware(eventVolunteerSchema, "EventVolunteer"); + +const eventVolunteerModel = (): Model => + model("EventVolunteer", eventVolunteerSchema); + +// This syntax is needed to prevent Mongoose OverwriteModelError while running tests. +export const EventVolunteer = (models.EventVolunteer || + eventVolunteerModel()) as ReturnType; diff --git a/src/models/index.ts b/src/models/index.ts index cd70605ee5..30b902ddfe 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -9,6 +9,7 @@ export * from "./DirectChatMessage"; export * from "./Donation"; export * from "./Event"; export * from "./EventAttendee"; +export * from "./EventVolunteer"; export * from "./Feedback"; export * from "./File"; export * from "./Group"; diff --git a/src/resolvers/EventVolunteer/creator.ts b/src/resolvers/EventVolunteer/creator.ts new file mode 100644 index 0000000000..3167c28cfd --- /dev/null +++ b/src/resolvers/EventVolunteer/creator.ts @@ -0,0 +1,8 @@ +import { User } from "../../models"; +import type { EventVolunteerResolvers } from "../../types/generatedGraphQLTypes"; + +export const creator: EventVolunteerResolvers["creator"] = async (parent) => { + return await User.findOne({ + _id: parent.creatorId, + }).lean(); +}; diff --git a/src/resolvers/EventVolunteer/event.ts b/src/resolvers/EventVolunteer/event.ts new file mode 100644 index 0000000000..61f67ac48e --- /dev/null +++ b/src/resolvers/EventVolunteer/event.ts @@ -0,0 +1,8 @@ +import { Event } from "../../models"; +import type { EventVolunteerResolvers } from "../../types/generatedGraphQLTypes"; + +export const event: EventVolunteerResolvers["event"] = async (parent) => { + return await Event.findOne({ + _id: parent.eventId, + }).lean(); +}; diff --git a/src/resolvers/EventVolunteer/index.ts b/src/resolvers/EventVolunteer/index.ts new file mode 100644 index 0000000000..73e9e822e4 --- /dev/null +++ b/src/resolvers/EventVolunteer/index.ts @@ -0,0 +1,10 @@ +import type { EventVolunteerResolvers } from "../../types/generatedGraphQLTypes"; +import { event } from "./event"; +import { creator } from "./creator"; +import { user } from "./user"; + +export const EventVolunteer: EventVolunteerResolvers = { + creator, + event, + user, +}; diff --git a/src/resolvers/EventVolunteer/user.ts b/src/resolvers/EventVolunteer/user.ts new file mode 100644 index 0000000000..00f73c6e45 --- /dev/null +++ b/src/resolvers/EventVolunteer/user.ts @@ -0,0 +1,8 @@ +import { User } from "../../models"; +import type { EventVolunteerResolvers } from "../../types/generatedGraphQLTypes"; + +export const user: EventVolunteerResolvers["user"] = async (parent) => { + return await User.findOne({ + _id: parent.userId, + }).lean(); +}; diff --git a/src/resolvers/Mutation/acceptAdmin.ts b/src/resolvers/Mutation/acceptAdmin.ts index 109a1476f3..eca7524708 100644 --- a/src/resolvers/Mutation/acceptAdmin.ts +++ b/src/resolvers/Mutation/acceptAdmin.ts @@ -8,7 +8,7 @@ import { superAdminCheck } from "../../utilities/superAdminCheck"; * @param _parent - parent of current request * @param args - payload provided with the request * @param context - context of entire application - * @remarks THe following checks are done: + * @remarks The following checks are done: * 1. Whether the user exists * 2. Whether the user accepting the admin request is a superadmin or not. */ diff --git a/src/resolvers/Mutation/createEventVolunteer.ts b/src/resolvers/Mutation/createEventVolunteer.ts new file mode 100644 index 0000000000..4eab9f0955 --- /dev/null +++ b/src/resolvers/Mutation/createEventVolunteer.ts @@ -0,0 +1,59 @@ +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { EventVolunteer } from "../../models/EventVolunteer"; +import { Event, User } from "../../models"; +import { + EVENT_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, + EVENT_VOLUNTEER_NOT_FOUND_ERROR, +} from "../../constants"; +import { errors, requestContext } from "../../libraries"; + +/** + * This function enables to create an event volunteer. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire application + * @remarks The following checks are done: + * 1. If the current user exists + * 2. if the volunteer user exists + * 3. If the event exists, (if sent in args) + * @returns Created event volunteer + */ + +export const createEventVolunteer: MutationResolvers["createEventVolunteer"] = + async (_parent, args, context) => { + const currentUser = await User.findOne({ _id: context.userId }).lean(); + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + const volunteerUser = await User.findOne({ _id: args.data?.userId }).lean(); + if (!volunteerUser) { + throw new errors.NotFoundError( + requestContext.translate(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE), + EVENT_VOLUNTEER_NOT_FOUND_ERROR.CODE, + EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM + ); + } + if (args.data?.eventId) { + const event = await Event.findById(args.data?.eventId); + if (!event) { + throw new errors.NotFoundError( + requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), + EVENT_NOT_FOUND_ERROR.CODE, + EVENT_NOT_FOUND_ERROR.PARAM + ); + } + } + const createdVolunteer = await EventVolunteer.create({ + userId: args.data.userId, + eventId: args.data.eventId, + isAssigned: false, + isInvited: true, + creatorId: context.userId, + }); + return createdVolunteer.toObject(); + }; diff --git a/src/resolvers/Mutation/index.ts b/src/resolvers/Mutation/index.ts index b6dc14631d..f3113d23af 100644 --- a/src/resolvers/Mutation/index.ts +++ b/src/resolvers/Mutation/index.ts @@ -38,6 +38,7 @@ import { deleteDonationById } from "./deleteDonationById"; import { deleteAgendaCategory } from "./deleteAgendaCategory"; import { forgotPassword } from "./forgotPassword"; import { joinPublicOrganization } from "./joinPublicOrganization"; +import { createEventVolunteer } from "./createEventVolunteer"; import { leaveOrganization } from "./leaveOrganization"; import { likeComment } from "./likeComment"; import { likePost } from "./likePost"; @@ -59,6 +60,7 @@ import { addUserToUserFamily } from "./addUserToUserFamily"; import { removeUserFromUserFamily } from "./removeUserFromUserFamily"; import { removeUserFamily } from "./removeUserFamily"; import { createUserFamily } from "./createUserFamily"; +import { removeEventVolunteer } from "./removeEventVolunteer"; import { removeGroupChat } from "./removeGroupChat"; import { removeAdvertisement } from "./removeAdvertisement"; import { removeMember } from "./removeMember"; @@ -86,6 +88,7 @@ import { unregisterForEventByUser } from "./unregisterForEventByUser"; import { updateActionItem } from "./updateActionItem"; import { updateActionItemCategory } from "./updateActionItemCategory"; import { updateEvent } from "./updateEvent"; +import { updateEventVolunteer } from "./updateEventVolunteer"; import { updateLanguage } from "./updateLanguage"; import { updateOrganization } from "./updateOrganization"; import { updatePluginStatus } from "./updatePluginStatus"; @@ -143,6 +146,7 @@ export const Mutation: MutationResolvers = { deleteAgendaCategory, forgotPassword, joinPublicOrganization, + createEventVolunteer, leaveOrganization, likeComment, likePost, @@ -160,6 +164,7 @@ export const Mutation: MutationResolvers = { removeDirectChat, removeEvent, removeEventAttendee, + removeEventVolunteer, removeAdvertisement, removeGroupChat, removeMember, @@ -188,6 +193,7 @@ export const Mutation: MutationResolvers = { updateActionItemCategory, updateAgendaCategory, updateEvent, + updateEventVolunteer, updateLanguage, updateOrganization, updatePluginStatus, diff --git a/src/resolvers/Mutation/removeEventVolunteer.ts b/src/resolvers/Mutation/removeEventVolunteer.ts new file mode 100644 index 0000000000..7f188dde0c --- /dev/null +++ b/src/resolvers/Mutation/removeEventVolunteer.ts @@ -0,0 +1,51 @@ +import { + EVENT_VOLUNTEER_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import { errors, requestContext } from "../../libraries"; +import { User, EventVolunteer } from "../../models"; + +/** + * This function enables to remove an Event Volunteer. + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire application + * @remarks The following checks are done: + * 1. If the current user exists + * 2. If the Event volunteer to be removed exists. + * @returns Event Volunteer. + */ + +export const removeEventVolunteer: MutationResolvers["removeEventVolunteer"] = + async (_parent, args, context) => { + const currentUser = await User.findOne({ + _id: context.userId, + }).lean(); + + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + const volunteer = await EventVolunteer.findOne({ + _id: args.id, + }); + + if (!volunteer) { + throw new errors.NotFoundError( + requestContext.translate(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE), + EVENT_VOLUNTEER_NOT_FOUND_ERROR.CODE, + EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM + ); + } + + await EventVolunteer.deleteOne({ + _id: args.id, + }); + + return volunteer; + }; diff --git a/src/resolvers/Mutation/updateEventVolunteer.ts b/src/resolvers/Mutation/updateEventVolunteer.ts new file mode 100644 index 0000000000..d6a9a08eb9 --- /dev/null +++ b/src/resolvers/Mutation/updateEventVolunteer.ts @@ -0,0 +1,87 @@ +import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; +import type { EventVolunteerResponse } from "../../constants"; +import { + EVENT_VOLUNTEER_INVITE_USER_MISTMATCH, + EVENT_VOLUNTEER_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../constants"; +import type { InterfaceEventVolunteer } from "../../models"; +import { User, EventVolunteer } from "../../models"; +import { errors, requestContext } from "../../libraries"; +/** + * This function accepts the Event Volunteer Invite sent to a user + * @param _parent - parent of current request + * @param args - payload provided with the request + * @param context - context of entire application + * @remarks The following checks are done: + * 1. Whether the user exists + * 2. Whether the EventVolunteer exists + * 3. Whether the current user is the user of EventVolunteer + * 4. Whether the EventVolunteer is invited + */ +export const updateEventVolunteer: MutationResolvers["updateEventVolunteer"] = + async (_parent, args, context) => { + const currentUser = await User.findOne({ + _id: context.userId, + }).lean(); + + if (!currentUser) { + throw new errors.NotFoundError( + requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), + USER_NOT_FOUND_ERROR.CODE, + USER_NOT_FOUND_ERROR.PARAM + ); + } + + const eventVolunteer = await EventVolunteer.findOne({ + _id: args.id, + }).lean(); + + if (!eventVolunteer) { + throw new errors.NotFoundError( + requestContext.translate(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE), + EVENT_VOLUNTEER_NOT_FOUND_ERROR.CODE, + EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM + ); + } + + if (eventVolunteer.userId.toString() !== context.userId.toString()) { + throw new errors.ConflictError( + requestContext.translate(EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE), + EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.CODE, + EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.PARAM + ); + } + + const updatedVolunteer = await EventVolunteer.findOneAndUpdate( + { + _id: args.id, + }, + { + $set: { + eventId: + args.data?.eventId === undefined + ? eventVolunteer.eventId + : (args?.data.eventId as string), + isAssigned: + args.data?.isAssigned === undefined + ? eventVolunteer.isAssigned + : (args.data?.isAssigned as boolean), + isInvited: + args.data?.isInvited === undefined + ? eventVolunteer.isInvited + : (args.data?.isInvited as boolean), + response: + args.data?.response === undefined + ? eventVolunteer.response + : (args.data?.response as EventVolunteerResponse), + }, + }, + { + new: true, + runValidators: true, + } + ).lean(); + + return updatedVolunteer as InterfaceEventVolunteer; + }; diff --git a/src/resolvers/Query/eventVolunteersByEvent.ts b/src/resolvers/Query/eventVolunteersByEvent.ts new file mode 100644 index 0000000000..e982f58e18 --- /dev/null +++ b/src/resolvers/Query/eventVolunteersByEvent.ts @@ -0,0 +1,20 @@ +import type { QueryResolvers } from "../../types/generatedGraphQLTypes"; +import { EventVolunteer } from "../../models"; +/** + * This query will fetch all events volunteers for the given eventId from database. + * @param _parent- + * @param args - An object that contains `id` of the Event. + * @returns An object that holds all Event Volunteers for the given Event + */ +export const eventVolunteersByEvent: QueryResolvers["eventVolunteersByEvent"] = + async (_parent, args) => { + const eventId = args.id; + + const volunteers = EventVolunteer.find({ + eventId: eventId, + }) + .populate("userId", "-password") + .lean(); + + return volunteers; + }; diff --git a/src/resolvers/index.ts b/src/resolvers/index.ts index fbfe904d28..56cf8482a6 100644 --- a/src/resolvers/index.ts +++ b/src/resolvers/index.ts @@ -6,6 +6,7 @@ import { Comment } from "./Comment"; import { DirectChat } from "./DirectChat"; import { DirectChatMessage } from "./DirectChatMessage"; import { Event } from "./Event"; +import { EventVolunteer } from "./EventVolunteer"; import { Feedback } from "./Feedback"; import { GroupChat } from "./GroupChat"; import { GroupChatMessage } from "./GroupChatMessage"; @@ -41,6 +42,7 @@ const resolvers: Resolvers = { DirectChat, DirectChatMessage, Event, + EventVolunteer, Feedback, GroupChat, UserFamily, diff --git a/src/typeDefs/enums.ts b/src/typeDefs/enums.ts index 55b354eca5..b49f44cce5 100644 --- a/src/typeDefs/enums.ts +++ b/src/typeDefs/enums.ts @@ -149,6 +149,11 @@ export const enums = gql` OTHER } + enum EventVolunteerResponse { + YES + NO + } + enum MaritalStatus { SINGLE ENGAGED diff --git a/src/typeDefs/inputs.ts b/src/typeDefs/inputs.ts index c01321548d..1bdafc7a57 100644 --- a/src/typeDefs/inputs.ts +++ b/src/typeDefs/inputs.ts @@ -93,6 +93,18 @@ export const inputs = gql` organizationId: ID! } + input EventVolunteerInput { + userId: ID! + eventId: ID! + } + + input UpdateEventVolunteerInput { + eventId: ID + isAssigned: Boolean + isInvited: Boolean + response: EventVolunteerResponse + } + input EventWhereInput { id: ID id_not: ID diff --git a/src/typeDefs/mutations.ts b/src/typeDefs/mutations.ts index 2832212d62..915201ab3c 100644 --- a/src/typeDefs/mutations.ts +++ b/src/typeDefs/mutations.ts @@ -134,6 +134,8 @@ export const mutations = gql` joinPublicOrganization(organizationId: ID!): User! @auth + createEventVolunteer(data: EventVolunteerInput!): EventVolunteer! @auth + leaveOrganization(organizationId: ID!): User! @auth likeComment(id: ID!): Comment @auth @@ -175,6 +177,8 @@ export const mutations = gql` removeEventAttendee(data: EventAttendeeInput!): User! @auth + removeEventVolunteer(id: ID!): EventVolunteer! @auth + removeGroupChat(chatId: ID!): GroupChat! @auth removeMember(data: UserAndOrganizationInput!): Organization! @auth @@ -245,6 +249,11 @@ export const mutations = gql` updateEvent(id: ID!, data: UpdateEventInput): Event! @auth + updateEventVolunteer( + id: ID! + data: UpdateEventVolunteerInput + ): EventVolunteer! @auth + updatePost(id: ID!, data: PostUpdateInput): Post! @auth updateLanguage(languageCode: String!): User! @auth diff --git a/src/typeDefs/queries.ts b/src/typeDefs/queries.ts index 9106b0b66f..f7155b8b82 100644 --- a/src/typeDefs/queries.ts +++ b/src/typeDefs/queries.ts @@ -42,6 +42,8 @@ export const queries = gql` orderBy: EventOrderByInput ): [Event!]! + eventVolunteersByEvent(id: ID!): [EventVolunteer] + getDonationById(id: ID!): Donation! getDonationByOrgId(orgId: ID!): [Donation] diff --git a/src/typeDefs/types.ts b/src/typeDefs/types.ts index fe652fe4d9..02211bf973 100644 --- a/src/typeDefs/types.ts +++ b/src/typeDefs/types.ts @@ -189,6 +189,18 @@ export const types = gql` averageFeedbackScore: Float } + type EventVolunteer { + _id: ID! + createdAt: DateTime! + creator: User + event: Event + isAssigned: Boolean + isInvited: Boolean + response: String + user: User! + updatedAt: DateTime! + } + type Feedback { _id: ID! event: Event! diff --git a/src/types/generatedGraphQLTypes.ts b/src/types/generatedGraphQLTypes.ts index 9b93e6bc21..4491e72ed2 100644 --- a/src/types/generatedGraphQLTypes.ts +++ b/src/types/generatedGraphQLTypes.ts @@ -11,6 +11,7 @@ import type { InterfaceDonation as InterfaceDonationModel } from '../models/Dona import type { InterfaceEvent as InterfaceEventModel } from '../models/Event'; import type { InterfaceEventAttendee as InterfaceEventAttendeeModel } from '../models/EventAttendee'; import type { InterfaceUserFamily as InterfaceUserFamilyModel } from '../models/userFamily'; +import type { InterfaceEventVolunteer as InterfaceEventVolunteerModel } from '../models/EventVolunteer'; import type { InterfaceFeedback as InterfaceFeedbackModel } from '../models/Feedback'; import type { InterfaceGroup as InterfaceGroupModel } from '../models/Group'; import type { InterfaceGroupChat as InterfaceGroupChatModel } from '../models/GroupChat'; @@ -395,6 +396,28 @@ export type EventOrderByInput = | 'title_ASC' | 'title_DESC'; +export type EventVolunteer = { + __typename?: 'EventVolunteer'; + _id: Scalars['ID']['output']; + createdAt: Scalars['DateTime']['output']; + creator?: Maybe; + event?: Maybe; + isAssigned?: Maybe; + isInvited?: Maybe; + response?: Maybe; + updatedAt: Scalars['DateTime']['output']; + user: User; +}; + +export type EventVolunteerInput = { + eventId: Scalars['ID']['input']; + userId: Scalars['ID']['input']; +}; + +export type EventVolunteerResponse = + | 'NO' + | 'YES'; + export type EventWhereInput = { description?: InputMaybe; description_contains?: InputMaybe; @@ -630,6 +653,7 @@ export type Mutation = { createDirectChat: DirectChat; createDonation: Donation; createEvent: Event; + createEventVolunteer: EventVolunteer; createGroupChat: GroupChat; createMember: Organization; createMessageChat: MessageChat; @@ -662,6 +686,7 @@ export type Mutation = { removeDirectChat: DirectChat; removeEvent: Event; removeEventAttendee: User; + removeEventVolunteer: EventVolunteer; removeGroupChat: GroupChat; removeMember: Organization; removeOrganization: User; @@ -692,6 +717,7 @@ export type Mutation = { updateAdvertisement?: Maybe; updateAgendaCategory?: Maybe; updateEvent: Event; + updateEventVolunteer: EventVolunteer; updateLanguage: User; updateOrganization: Organization; updatePluginStatus: Plugin; @@ -862,6 +888,11 @@ export type MutationCreateEventArgs = { }; +export type MutationCreateEventVolunteerArgs = { + data: EventVolunteerInput; +}; + + export type MutationCreateGroupChatArgs = { data: CreateGroupChatInput; }; @@ -1018,6 +1049,11 @@ export type MutationRemoveEventAttendeeArgs = { }; +export type MutationRemoveEventVolunteerArgs = { + id: Scalars['ID']['input']; +}; + + export type MutationRemoveGroupChatArgs = { chatId: Scalars['ID']['input']; }; @@ -1165,6 +1201,12 @@ export type MutationUpdateEventArgs = { }; +export type MutationUpdateEventVolunteerArgs = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + + export type MutationUpdateLanguageArgs = { languageCode: Scalars['String']['input']; }; @@ -1480,6 +1522,7 @@ export type Query = { directChatsByUserID?: Maybe>>; directChatsMessagesByChatID?: Maybe>>; event?: Maybe; + eventVolunteersByEvent?: Maybe>>; eventsByOrganization?: Maybe>>; eventsByOrganizationConnection: Array; getAdvertisements?: Maybe>>; @@ -1569,6 +1612,11 @@ export type QueryEventArgs = { }; +export type QueryEventVolunteersByEventArgs = { + id: Scalars['ID']['input']; +}; + + export type QueryEventsByOrganizationArgs = { id?: InputMaybe; orderBy?: InputMaybe; @@ -1815,6 +1863,13 @@ export type UpdateEventInput = { title?: InputMaybe; }; +export type UpdateEventVolunteerInput = { + eventId?: InputMaybe; + isAssigned?: InputMaybe; + isInvited?: InputMaybe; + response?: InputMaybe; +}; + export type UpdateOrganizationInput = { address?: InputMaybe; description?: InputMaybe; @@ -2205,6 +2260,9 @@ export type ResolversTypes = { EventAttendeeInput: EventAttendeeInput; EventInput: EventInput; EventOrderByInput: EventOrderByInput; + EventVolunteer: ResolverTypeWrapper; + EventVolunteerInput: EventVolunteerInput; + EventVolunteerResponse: EventVolunteerResponse; EventWhereInput: EventWhereInput; ExtendSession: ResolverTypeWrapper; Feedback: ResolverTypeWrapper; @@ -2279,6 +2337,7 @@ export type ResolversTypes = { UpdateAdvertisementPayload: ResolverTypeWrapper & { advertisement?: Maybe }>; UpdateAgendaCategoryInput: UpdateAgendaCategoryInput; UpdateEventInput: UpdateEventInput; + UpdateEventVolunteerInput: UpdateEventVolunteerInput; UpdateOrganizationInput: UpdateOrganizationInput; UpdateUserInput: UpdateUserInput; UpdateUserPasswordInput: UpdateUserPasswordInput; @@ -2348,6 +2407,8 @@ export type ResolversParentTypes = { Event: InterfaceEventModel; EventAttendeeInput: EventAttendeeInput; EventInput: EventInput; + EventVolunteer: InterfaceEventVolunteerModel; + EventVolunteerInput: EventVolunteerInput; EventWhereInput: EventWhereInput; ExtendSession: ExtendSession; Feedback: InterfaceFeedbackModel; @@ -2413,6 +2474,7 @@ export type ResolversParentTypes = { UpdateAdvertisementPayload: Omit & { advertisement?: Maybe }; UpdateAgendaCategoryInput: UpdateAgendaCategoryInput; UpdateEventInput: UpdateEventInput; + UpdateEventVolunteerInput: UpdateEventVolunteerInput; UpdateOrganizationInput: UpdateOrganizationInput; UpdateUserInput: UpdateUserInput; UpdateUserPasswordInput: UpdateUserPasswordInput; @@ -2675,6 +2737,19 @@ export type EventResolvers; }; +export type EventVolunteerResolvers = { + _id?: Resolver; + createdAt?: Resolver; + creator?: Resolver, ParentType, ContextType>; + event?: Resolver, ParentType, ContextType>; + isAssigned?: Resolver, ParentType, ContextType>; + isInvited?: Resolver, ParentType, ContextType>; + response?: Resolver, ParentType, ContextType>; + updatedAt?: Resolver; + user?: Resolver; + __isTypeOf?: IsTypeOfResolverFn; +}; + export type ExtendSessionResolvers = { accessToken?: Resolver; refreshToken?: Resolver; @@ -2846,7 +2921,8 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; createDirectChat?: Resolver>; createDonation?: Resolver>; - createEvent?: Resolver>; + createEvent?: Resolver>; + createEventVolunteer?: Resolver>; createGroupChat?: Resolver>; createMember?: Resolver>; createMessageChat?: Resolver>; @@ -2879,6 +2955,7 @@ export type MutationResolvers>; removeEvent?: Resolver>; removeEventAttendee?: Resolver>; + removeEventVolunteer?: Resolver>; removeGroupChat?: Resolver>; removeMember?: Resolver>; removeOrganization?: Resolver>; @@ -2909,6 +2986,7 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; updateAgendaCategory?: Resolver, ParentType, ContextType, RequireFields>; updateEvent?: Resolver>; + updateEventVolunteer?: Resolver>; updateLanguage?: Resolver>; updateOrganization?: Resolver>; updatePluginStatus?: Resolver>; @@ -3043,6 +3121,7 @@ export type QueryResolvers>>, ParentType, ContextType, RequireFields>; directChatsMessagesByChatID?: Resolver>>, ParentType, ContextType, RequireFields>; event?: Resolver, ParentType, ContextType, RequireFields>; + eventVolunteersByEvent?: Resolver>>, ParentType, ContextType, RequireFields>; eventsByOrganization?: Resolver>>, ParentType, ContextType, Partial>; eventsByOrganizationConnection?: Resolver, ParentType, ContextType, Partial>; getAdvertisements?: Resolver>>, ParentType, ContextType>; @@ -3247,6 +3326,7 @@ export type Resolvers = { EmailAddress?: GraphQLScalarType; Error?: ErrorResolvers; Event?: EventResolvers; + EventVolunteer?: EventVolunteerResolvers; ExtendSession?: ExtendSessionResolvers; Feedback?: FeedbackResolvers; FieldError?: FieldErrorResolvers; diff --git a/tests/helpers/events.ts b/tests/helpers/events.ts index 53432afa53..d9abdb1376 100644 --- a/tests/helpers/events.ts +++ b/tests/helpers/events.ts @@ -1,12 +1,15 @@ import type { TestOrganizationType, TestUserType } from "./userAndOrg"; -import { createTestUserAndOrganization } from "./userAndOrg"; -import type { InterfaceEvent } from "../../src/models"; -import { Event, EventAttendee, User } from "../../src/models"; +import { createTestUser, createTestUserAndOrganization } from "./userAndOrg"; +import type { InterfaceEvent, InterfaceEventVolunteer } from "../../src/models"; +import { EventVolunteer, Event, EventAttendee, User } from "../../src/models"; import type { Document } from "mongoose"; import { nanoid } from "nanoid"; +import { EventVolunteerResponse } from "../../src/constants"; -export type TestEventType = - | (InterfaceEvent & Document) +export type TestEventType = (InterfaceEvent & Document) | null; + +export type TestEventVolunteerType = + | (InterfaceEventVolunteer & Document) | null; export const createTestEvent = async (): Promise< @@ -74,7 +77,7 @@ export const createEventWithRegistrant = async ( await EventAttendee.create({ userId, - eventId: testEvent!._id, + eventId: testEvent?._id, }); await User.updateOne( @@ -91,3 +94,20 @@ export const createEventWithRegistrant = async ( ); return testEvent; }; + +export const createTestEventAndVolunteer = async (): Promise< + [TestUserType, TestUserType, TestEventType, TestEventVolunteerType] +> => { + const [creatorUser, , testEvent] = await createTestEvent(); + const volunteerUser = await createTestUser(); + const testEventVolunteer = await EventVolunteer.create({ + userId: volunteerUser?._id, + eventId: testEvent?._id, + isInvited: true, + isAssigned: false, + creatorId: creatorUser?._id, + response: EventVolunteerResponse.NO, + }); + + return [volunteerUser, creatorUser, testEvent, testEventVolunteer]; +}; diff --git a/tests/resolvers/EventVolunteer/creator.spec.ts b/tests/resolvers/EventVolunteer/creator.spec.ts new file mode 100644 index 0000000000..0908644977 --- /dev/null +++ b/tests/resolvers/EventVolunteer/creator.spec.ts @@ -0,0 +1,46 @@ +import "dotenv/config"; +import { creator as creatorResolver } from "../../../src/resolvers/EventVolunteer/creator"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + beforeEach, + vi, +} from "vitest"; +import type { TestEventVolunteerType } from "../../helpers/events"; +import { createTestEventAndVolunteer } from "../../helpers/events"; +import type { TestUserType } from "../../helpers/userAndOrg"; +import type { InterfaceEventVolunteer } from "../../../src/models"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testEventVolunteer: TestEventVolunteerType; +let creatorUser: TestUserType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + [, creatorUser, , testEventVolunteer] = await createTestEventAndVolunteer(); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> EventVolunteer -> user", () => { + beforeEach(() => { + vi.resetModules(); + }); + it(`returns the correct creator object for parent event volunteer`, async () => { + const parent = testEventVolunteer?.toObject(); + const creatorPayload = await creatorResolver?.( + parent as InterfaceEventVolunteer, + {}, + {} + ); + + expect(creatorPayload?._id).toEqual(creatorUser?._id); + }); +}); diff --git a/tests/resolvers/EventVolunteer/event.spec.ts b/tests/resolvers/EventVolunteer/event.spec.ts new file mode 100644 index 0000000000..3c709cf2d2 --- /dev/null +++ b/tests/resolvers/EventVolunteer/event.spec.ts @@ -0,0 +1,38 @@ +import "dotenv/config"; +import { event as eventResolver } from "../../../src/resolvers/EventVolunteer/event"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import type { + TestEventType, + TestEventVolunteerType, +} from "../../helpers/events"; +import { createTestEventAndVolunteer } from "../../helpers/events"; +import type { InterfaceEventVolunteer } from "../../../src/models"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testEvent: TestEventType; +let testEventVolunteer: TestEventVolunteerType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + [, , testEvent, testEventVolunteer] = await createTestEventAndVolunteer(); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> EventVolunteer -> event", () => { + it(`returns the correct event object for parent event volunteer`, async () => { + const parent = testEventVolunteer?.toObject(); + + const eventPayload = await eventResolver?.( + parent as InterfaceEventVolunteer, + {}, + {} + ); + + expect(eventPayload).toEqual(testEvent?.toObject()); + }); +}); diff --git a/tests/resolvers/EventVolunteer/user.spec.ts b/tests/resolvers/EventVolunteer/user.spec.ts new file mode 100644 index 0000000000..bec3088b9f --- /dev/null +++ b/tests/resolvers/EventVolunteer/user.spec.ts @@ -0,0 +1,52 @@ +import "dotenv/config"; +import { user as userResolver } from "../../../src/resolvers/EventVolunteer/user"; +import { connect, disconnect } from "../../helpers/db"; +import type mongoose from "mongoose"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + beforeEach, + vi, +} from "vitest"; +import type { TestEventVolunteerType } from "../../helpers/events"; +import { createTestEventAndVolunteer } from "../../helpers/events"; +import type { TestUserType } from "../../helpers/userAndOrg"; +import type { InterfaceEventVolunteer } from "../../../src/models"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUser: TestUserType; +let testEventVolunteer: TestEventVolunteerType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + [testUser, , , testEventVolunteer] = await createTestEventAndVolunteer(); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> EventVolunteer -> user", () => { + beforeEach(() => { + vi.resetModules(); + }); + it(`returns the correct user object for parent event volunteer`, async () => { + const parent = testEventVolunteer?.toObject(); + console.log(testEventVolunteer?.userId); + console.log(testUser?._id); + + const userPayload = await userResolver?.( + parent as InterfaceEventVolunteer, + {}, + {} + ); + + expect(userPayload).toEqual({ + ...testUser?.toObject(), + updatedAt: expect.anything(), + }); + }); +}); diff --git a/tests/resolvers/Mutation/createEventVolunteer.spec.ts b/tests/resolvers/Mutation/createEventVolunteer.spec.ts new file mode 100644 index 0000000000..faaece149c --- /dev/null +++ b/tests/resolvers/Mutation/createEventVolunteer.spec.ts @@ -0,0 +1,161 @@ +import "dotenv/config"; +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import type { MutationCreateEventVolunteerArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; + +import { + afterAll, + afterEach, + beforeAll, + describe, + expect, + it, + vi, +} from "vitest"; +import { + EVENT_NOT_FOUND_ERROR, + EVENT_VOLUNTEER_NOT_FOUND_ERROR, + USER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import type { TestUserType } from "../../helpers/userAndOrg"; +import { createTestEvent } from "../../helpers/events"; +import type { TestEventType } from "../../helpers/events"; +import { createTestUser } from "../../helpers/user"; + +let testUser1: TestUserType, testUser2: TestUserType; +let testEvent: TestEventType; +let MONGOOSE_INSTANCE: typeof mongoose; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + testUser2 = await createTestUser(); + testUser1 = await createTestUser(); + [, , testEvent] = await createTestEvent(); +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> createEventVolunteer", () => { + afterEach(() => { + vi.doUnmock("../../../src/constants"); + vi.resetModules(); + }); + + it(`throws NotFoundError if no user exists with _id === context.userId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => message); + try { + const args: MutationCreateEventVolunteerArgs = { + data: { + userId: testUser2?._id, + eventId: testEvent?._id, + }, + }; + + const context = { + userId: Types.ObjectId().toString(), + }; + + const { createEventVolunteer: createEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/createEventVolunteer"); + + await createEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual(USER_NOT_FOUND_ERROR.MESSAGE); + } + }); + it(`throws NotFoundError if no user with _id === args.userId exists`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => message); + try { + const args: MutationCreateEventVolunteerArgs = { + data: { + userId: Types.ObjectId().toString(), + eventId: testEvent?._id, + }, + }; + + const context = { + userId: testUser1?.id, + }; + + const { createEventVolunteer: createEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/createEventVolunteer"); + + await createEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toBeCalledWith(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE + ); + } + }); + + it(`throws NotFoundError if no event exists with _id === args.eventId`, async () => { + const { requestContext } = await import("../../../src/libraries"); + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => message); + try { + const args: MutationCreateEventVolunteerArgs = { + data: { + userId: testUser2?._id, + eventId: Types.ObjectId().toString(), + }, + }; + + const context = { + userId: testUser1?.id, + }; + + const { createEventVolunteer: createEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/createEventVolunteer"); + + await createEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toBeCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual(EVENT_NOT_FOUND_ERROR.MESSAGE); + } + }); + + it(`returns EventVolunteer object if valid userId and eventId in args`, async () => { + const args: MutationCreateEventVolunteerArgs = { + data: { + userId: testUser2?._id, + eventId: testEvent?._id, + }, + }; + + const context = { + userId: testUser1?.id, + }; + + const { createEventVolunteer: createEventVolunteerResolver } = await import( + "../../../src/resolvers/Mutation/createEventVolunteer" + ); + + const createdVolunteer = await createEventVolunteerResolver?.( + {}, + args, + context + ); + + expect(createdVolunteer).toEqual( + expect.objectContaining({ + eventId: Types.ObjectId(testEvent?.id), + userId: testUser2?._id, + creatorId: testUser1?._id, + isInvited: true, + isAssigned: false, + }) + ); + }); +}); diff --git a/tests/resolvers/Mutation/removeEventVolunteer.spec.ts b/tests/resolvers/Mutation/removeEventVolunteer.spec.ts new file mode 100644 index 0000000000..f71e48c1f4 --- /dev/null +++ b/tests/resolvers/Mutation/removeEventVolunteer.spec.ts @@ -0,0 +1,126 @@ +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import type { MutationUpdateEventVolunteerArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; +import { + USER_NOT_FOUND_ERROR, + EVENT_VOLUNTEER_NOT_FOUND_ERROR, +} from "../../../src/constants"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + vi, + afterEach, +} from "vitest"; +import type { TestUserType } from "../../helpers/userAndOrg"; +import type { TestEventVolunteerType } from "../../helpers/events"; +import { createTestEventAndVolunteer } from "../../helpers/events"; +import { User } from "../../../src/models"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testUser: TestUserType; +let testEventVolunteer: TestEventVolunteerType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const temp = await createTestEventAndVolunteer(); + testUser = temp[0]; + testEventVolunteer = temp[3]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> removeEventVolunteer", () => { + afterEach(() => { + vi.doUnmock("../../../src/constants"); + vi.resetModules(); + }); + it(`throws NotFoundError if no user exists with _id === context.userId `, async () => { + const { requestContext } = await import("../../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const args: MutationUpdateEventVolunteerArgs = { + id: testEventVolunteer?._id, + }; + + const context = { userId: Types.ObjectId().toString() }; + + const u = await User.findById(context.userId); + console.log(u); + + const { removeEventVolunteer: removeEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/removeEventVolunteer"); + + await removeEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws NotFoundError if no event volunteer exists with _id === args.id`, async () => { + const { requestContext } = await import("../../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const args: MutationUpdateEventVolunteerArgs = { + id: Types.ObjectId().toString(), + }; + + const context = { userId: testUser?._id }; + + const { removeEventVolunteer: removeEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/removeEventVolunteer"); + + await removeEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toHaveBeenLastCalledWith( + EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE + ); + expect((error as Error).message).toEqual( + `Translated ${EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`removes event volunteer with _id === args.id and returns it`, async () => { + const args: MutationUpdateEventVolunteerArgs = { + id: testEventVolunteer?._id, + }; + + const context = { userId: testUser?._id }; + const { removeEventVolunteer: removeEventVolunteerResolver } = await import( + "../../../src/resolvers/Mutation/removeEventVolunteer" + ); + + const deletedVolunteer = await removeEventVolunteerResolver?.( + {}, + args, + context + ); + + expect(deletedVolunteer).toEqual( + expect.objectContaining({ + _id: testEventVolunteer?._id, + userId: testEventVolunteer?.userId, + isInvited: testEventVolunteer?.isInvited, + isAssigned: testEventVolunteer?.isAssigned, + response: testEventVolunteer?.response, + }) + ); + }); +}); diff --git a/tests/resolvers/Mutation/updateEventVolunteer.spec.ts b/tests/resolvers/Mutation/updateEventVolunteer.spec.ts new file mode 100644 index 0000000000..151cc64693 --- /dev/null +++ b/tests/resolvers/Mutation/updateEventVolunteer.spec.ts @@ -0,0 +1,200 @@ +import type mongoose from "mongoose"; +import { Types } from "mongoose"; +import type { MutationUpdateEventVolunteerArgs } from "../../../src/types/generatedGraphQLTypes"; +import { connect, disconnect } from "../../helpers/db"; +import { + USER_NOT_FOUND_ERROR, + EventVolunteerResponse, + EVENT_VOLUNTEER_NOT_FOUND_ERROR, + EVENT_VOLUNTEER_INVITE_USER_MISTMATCH, +} from "../../../src/constants"; +import { + beforeAll, + afterAll, + describe, + it, + expect, + vi, + afterEach, +} from "vitest"; +import type { + TestEventType, + TestEventVolunteerType, +} from "../../helpers/events"; +import { createTestEventAndVolunteer } from "../../helpers/events"; +import { createTestUser } from "../../helpers/user"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testEvent: TestEventType; +let testEventVolunteer: TestEventVolunteerType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const temp = await createTestEventAndVolunteer(); + testEvent = temp[2]; + testEventVolunteer = temp[3]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> updateEventVolunteer", () => { + afterEach(() => { + vi.doUnmock("../../../src/constants"); + vi.resetModules(); + }); + it(`throws NotFoundError if no user exists with _id === context.userId `, async () => { + const { requestContext } = await import("../../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const args: MutationUpdateEventVolunteerArgs = { + id: testEventVolunteer?._id, + data: { + response: EventVolunteerResponse.YES, + }, + }; + + const context = { userId: Types.ObjectId().toString() }; + + const { updateEventVolunteer: updateEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/updateEventVolunteer"); + + await updateEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); + expect((error as Error).message).toEqual( + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws NotFoundError if no event volunteer exists with _id === args.id`, async () => { + const { requestContext } = await import("../../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const args: MutationUpdateEventVolunteerArgs = { + id: Types.ObjectId().toString(), + data: { + response: EventVolunteerResponse.YES, + }, + }; + + const context = { userId: testEventVolunteer?.userId }; + + const { updateEventVolunteer: updateEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/updateEventVolunteer"); + + await updateEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toHaveBeenLastCalledWith( + EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE + ); + expect((error as Error).message).toEqual( + `Translated ${EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE}` + ); + } + }); + + it(`throws ConflictError if userId of volunteer is not equal to context.userId `, async () => { + const { requestContext } = await import("../../../src/libraries"); + + const spy = vi + .spyOn(requestContext, "translate") + .mockImplementationOnce((message) => `Translated ${message}`); + + try { + const args: MutationUpdateEventVolunteerArgs = { + id: testEventVolunteer?._id, + data: { + response: EventVolunteerResponse.YES, + }, + }; + + const testUser2 = await createTestUser(); + const context = { userId: testUser2?._id }; + const { updateEventVolunteer: updateEventVolunteerResolver } = + await import("../../../src/resolvers/Mutation/updateEventVolunteer"); + + await updateEventVolunteerResolver?.({}, args, context); + } catch (error: unknown) { + expect(spy).toHaveBeenLastCalledWith( + EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE + ); + expect((error as Error).message).toEqual( + `Translated ${EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE}` + ); + } + }); + + it(`updates the Event Volunteer with _id === args.id and returns it`, async () => { + const args: MutationUpdateEventVolunteerArgs = { + id: testEventVolunteer?._id, + data: { + isAssigned: true, + response: EventVolunteerResponse.YES, + isInvited: true, + eventId: testEvent?._id, + }, + }; + + const context = { userId: testEventVolunteer?.userId }; + + const { updateEventVolunteer: updateEventVolunteerResolver } = await import( + "../../../src/resolvers/Mutation/updateEventVolunteer" + ); + + const updatedEventVolunteer = await updateEventVolunteerResolver?.( + {}, + args, + context + ); + + expect(updatedEventVolunteer).toEqual( + expect.objectContaining({ + isAssigned: true, + response: EventVolunteerResponse.YES, + eventId: testEvent?._id, + isInvited: true, + }) + ); + }); + + it(`updates the Event Volunteer with _id === args.id, even if args.data is empty object`, async () => { + const t = await createTestEventAndVolunteer(); + testEventVolunteer = t[3]; + const args: MutationUpdateEventVolunteerArgs = { + id: testEventVolunteer?._id, + data: {}, + }; + + const context = { userId: testEventVolunteer?.userId }; + + const { updateEventVolunteer: updateEventVolunteerResolver } = await import( + "../../../src/resolvers/Mutation/updateEventVolunteer" + ); + + const updatedEventVolunteer = await updateEventVolunteerResolver?.( + {}, + args, + context + ); + + expect(updatedEventVolunteer).toEqual( + expect.objectContaining({ + isAssigned: testEventVolunteer?.isAssigned, + response: testEventVolunteer?.response, + eventId: testEventVolunteer?.eventId, + isInvited: testEventVolunteer?.isInvited, + }) + ); + }); +}); diff --git a/tests/resolvers/Query/eventVolunteersByEvent.spec.ts b/tests/resolvers/Query/eventVolunteersByEvent.spec.ts new file mode 100644 index 0000000000..2b7a3593f1 --- /dev/null +++ b/tests/resolvers/Query/eventVolunteersByEvent.spec.ts @@ -0,0 +1,40 @@ +import type mongoose from "mongoose"; +import { connect, disconnect } from "../../helpers/db"; +import { eventVolunteersByEvent } from "../../../src/resolvers/Query/eventVolunteersByEvent"; +import { beforeAll, afterAll, describe, it, expect } from "vitest"; +import type { TestEventType } from "../../helpers/events"; +import { createTestEventAndVolunteer } from "../../helpers/events"; +import { EventVolunteer } from "../../../src/models"; + +let MONGOOSE_INSTANCE: typeof mongoose; +let testEvent: TestEventType; + +beforeAll(async () => { + MONGOOSE_INSTANCE = await connect(); + const temp = await createTestEventAndVolunteer(); + testEvent = temp[2]; +}); + +afterAll(async () => { + await disconnect(MONGOOSE_INSTANCE); +}); + +describe("resolvers -> Mutation -> eventVolunteersByEvent", () => { + it(`returns list of all existing event volunteers with eventId === args.id`, async () => { + const volunteersPayload = await eventVolunteersByEvent?.( + {}, + { + id: testEvent?._id, + }, + {} + ); + + const volunteers = await EventVolunteer.find({ + eventId: testEvent?._id, + }) + .populate("userId", "-password") + .lean(); + + expect(volunteersPayload).toEqual(volunteers); + }); +}); diff --git a/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts b/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts index 7d774760b6..479542a1d1 100644 --- a/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts +++ b/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts @@ -46,20 +46,22 @@ describe("src -> utilities -> encodedImageStorage -> uploadEncodedImage", () => "NAAAAKElEQVQ4jWNgYGD4Twzu6FhFFGYYNXDUwGFpIAk2E4dHDRw1cDgaCAASFOffhEIO" + "3gAAAABJRU5ErkJggg=="; await uploadEncodedImage(img, null); - } catch (error: any) { - expect(error.message).toEqual(`Translated ${INVALID_FILE_TYPE.MESSAGE}`); + } catch (error: unknown) { + expect((error as Error).message).toEqual( + `Translated ${INVALID_FILE_TYPE.MESSAGE}` + ); expect(spy).toBeCalledWith(INVALID_FILE_TYPE.MESSAGE); } }); it("should not create new image if it is bigger than the limit", async () => { - const size = Number(process.env.IMAGE_SIZE_LIMIT_KB); + const size = Number(process.env.IMAGE_SIZE_LIMIT_KB) || 3000; try { const img = "data:image/jpg;base64," + generateRandomString(size + 1000); await uploadEncodedImage(img, null); - } catch (error: any) { - expect(error.message).toEqual(IMAGE_SIZE_LIMIT_KB.MESSAGE); + } catch (error: unknown) { + expect((error as Error).message).toEqual(IMAGE_SIZE_LIMIT_KB.MESSAGE); } }); @@ -71,7 +73,7 @@ describe("src -> utilities -> encodedImageStorage -> uploadEncodedImage", () => "3gAAAABJRU5ErkJggg=="; const fileName = await uploadEncodedImage(img, null); expect(fileName).not.toBe(null); - } catch (error: any) { + } catch (error: unknown) { console.log(error); } }); @@ -85,7 +87,7 @@ describe("src -> utilities -> encodedImageStorage -> uploadEncodedImage", () => const fileName = await uploadEncodedImage(img, null); expect(fileName).not.toBe(null); testPreviousImagePath = fileName; - } catch (error: any) { + } catch (error: unknown) { console.log(error); } }); @@ -180,7 +182,7 @@ describe("src -> utilities -> encodedImageStorage -> uploadEncodedImage", () => fs.unlink(path.join(__dirname, "../../../".concat(fileName)), (err) => { if (err) throw err; }); - } catch (error: any) { + } catch (error: unknown) { console.log(error); } }); From 51e3f79764ab23063cd8ad9c551658e8fc788e4d Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:48:26 -0800 Subject: [PATCH 082/109] Update INSTALLATION.md --- INSTALLATION.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 5aafbc4ba2..f5422eb4a0 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -203,6 +203,10 @@ Talawa-api makes use of `Redis` for caching frequently accessed data items in th ```bash redis-cli ``` + - **Step 6**: + - Use these parameters when running the setup script if you have configured the server on your local machine: + - Redis Host: `localhost` + - Redis Port: `6379` (default Redis port) 2. `For Windows Users using WSL`: @@ -235,6 +239,11 @@ If you'd rather not deal with the hassle of setting up WSL on your computer, the redis-cli ``` +- **Step 7**: + - Use these parameters when running the setup script if you have configured the server on your local machine: + - Redis Host: `localhost` + - Redis Port: `6379` (default Redis port) + 3. **Connecting to Redis Cloud**: To connect to a Redis cloud service, you will need the host and port information provided by your cloud service provider. Use these values in your application to establish a connection. Typically, the host and port strings are provided in the following format: @@ -769,4 +778,4 @@ Talawa-api makes use of `vitest` to run tests because it is much faster than `je You can run the tests for talawa-api using this command: - npm run test \ No newline at end of file + npm run test From a431418cf0a6a67ff8c9750ff01c23d223c3da52 Mon Sep 17 00:00:00 2001 From: Antriksh Dangi <132576984+antriksh-9@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:08:34 +0530 Subject: [PATCH 083/109] Fixed Introspection Schema check GitHub Action (#1806) * Updated inspect.yml * Updated pull-request.yml * Updated push.yml * Delete .github/workflows/inspect.yml * Updated push.yml * Updated pull-request.yml * Updated push.yml * Updated push.yml --- .github/workflows/inspect.yml | 37 ------------------------- .github/workflows/push.yml | 51 ++++++++++++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 38 deletions(-) delete mode 100644 .github/workflows/inspect.yml diff --git a/.github/workflows/inspect.yml b/.github/workflows/inspect.yml deleted file mode 100644 index 3970646b64..0000000000 --- a/.github/workflows/inspect.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: CI - -on: [push] - -jobs: - test: - name: Check Schema - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Restore node_modules from cache - id: cache-npm - uses: actions/cache@v3 - env: - cache-name: cache-node-modules - with: - path: | - ~/.npm - node_modules - key: ${{ runner.os }}-node-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-${{ env.cache-name }}- - ${{ runner.os }}-node- - ${{ runner.os }}- - - - name: Install dependencies - run: npm ci - - - name: Generate schema.graphql - run: npm run gen:schema - - - uses: kamilkisiela/graphql-inspector@master - with: - schema: develop:schema.graphql \ No newline at end of file diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index facb5bc15f..d7f3c69d79 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -92,7 +92,7 @@ jobs: verbose: true fail_ci_if_error: false name: '${{env.CODECOV_UNIQUE_NAME}}' - + Generate-Documentation: name: Generate Documentation runs-on: ubuntu-latest @@ -203,3 +203,52 @@ jobs: script: | python3 /usr/local/bin/scripts/create_env.py --access_token_secret $INPUT_ACCESS_TOKEN_SECRET --refresh_token_secret $INPUT_REFRESH_TOKEN_SECRET --recaptcha_secret_key $INPUT_RECAPTCHA_SECRET_KEY --mail_username $INPUT_MAIL_USERNAME --mail_password $INPUT_MAIL_PASSWORD --last_resort_superadmin_email $INPUT_LAST_RESORT_SUPERADMIN_EMAIL python3 /usr/local/bin/scripts/deploy.py --path ~/develop --branch develop + + Check-Schema: + name: Check Schema + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v3 + + - name: Restore node_modules from cache + id: cache-npm + uses: actions/cache@v3 + env: + cache-name: cache-node-modules + with: + path: | + ~/.npm + node_modules + key: ${{ runner.os }}-node-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} + restore-keys: | + ${{ runner.os }}-node-${{ env.cache-name }}- + ${{ runner.os }}-node- + ${{ runner.os }}- + + - name: Install dependencies + run: npm ci + + - name: Generate schema.graphql + run: npm run gen:schema + + # A separate step for extracting branch name from $GITHUB_HEAD_REF/$GITHUB_REF + # $GITHUB_HEAD_REF on pull_request and $GITHUB_REF on push + # If GITHUB_HEAD_REF is not set, extract the branch name from GITHUB_REF using parameter expansion to remove "refs/heads/" prefix + # If GITHUB_HEAD_REF is set, directly assign its value to the branch variable + + - name: Extract branch name + shell: bash + run: | + if [ -z "$GITHUB_HEAD_REF" ]; then + branch=${GITHUB_REF#refs/heads/} + else + branch=$GITHUB_HEAD_REF + fi + echo "branch=$branch" >> $GITHUB_OUTPUT + id: extract_branch + + - uses: kamilkisiela/graphql-inspector@master + with: + schema: ${{ steps.extract_branch.outputs.branch }}:schema.graphql From bee07a9d6c01abe8118dd91185919e5853f70c25 Mon Sep 17 00:00:00 2001 From: Lakshya <81241551+lakshz@users.noreply.github.com> Date: Fri, 16 Feb 2024 04:06:53 +0530 Subject: [PATCH 084/109] feat: database transaction logging for all models (#1849) * Database transaction logging middleware * Review changes * updated .gitignore * logging middlware for all models * fix lint * fix format * fix failing tests --- src/models/Advertisement.ts | 3 +++ src/models/CheckIn.ts | 3 +++ src/models/Comment.ts | 3 +++ src/models/DirectChat.ts | 3 +++ src/models/DirectChatMessage.ts | 3 +++ src/models/Donation.ts | 3 +++ src/models/EncodedImage.ts | 3 +++ src/models/EncodedVideo.ts | 3 +++ src/models/Event.ts | 15 +++++++-------- src/models/EventAttendee.ts | 3 +++ src/models/Feedback.ts | 3 +++ src/models/File.ts | 3 +++ src/models/Group.ts | 3 +++ src/models/GroupChat.ts | 3 +++ src/models/GroupChatMessage.ts | 3 +++ src/models/ImageHash.ts | 3 +++ src/models/Language.ts | 3 +++ src/models/MembershipRequest.ts | 3 +++ src/models/Message.ts | 3 +++ src/models/MessageChat.ts | 3 +++ src/models/Organization.ts | 4 +++- src/models/OrganizationCustomField.ts | 6 ++++++ src/models/OrganizationTagUser.ts | 3 +++ src/models/Plugin.ts | 3 +++ src/models/PluginField.ts | 3 +++ src/models/Post.ts | 3 +++ src/models/SampleData.ts | 7 +++++-- src/models/TagUser.ts | 3 +++ src/models/UserCustomData.ts | 4 ++++ 29 files changed, 97 insertions(+), 11 deletions(-) diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index ef1a48188b..af69451463 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -1,6 +1,7 @@ import type { Types, Model, PopulatedDoc } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface, that represents database - (MongoDB) document for Advertisement. */ @@ -99,6 +100,8 @@ const advertisementSchema = new Schema( } ); +createLoggingMiddleware(advertisementSchema, "Advertisement"); + const advertisementModel = (): Model => model("Advertisement", advertisementSchema); diff --git a/src/models/CheckIn.ts b/src/models/CheckIn.ts index 05e2276b46..69e82a812e 100644 --- a/src/models/CheckIn.ts +++ b/src/models/CheckIn.ts @@ -8,6 +8,7 @@ import { type Model, } from "mongoose"; import { type InterfaceEventAttendee } from "./EventAttendee"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; export interface InterfaceCheckIn { _id: Types.ObjectId; @@ -56,6 +57,8 @@ checkInSchema.index({ eventAttendeeId: 1, }); +createLoggingMiddleware(checkInSchema, "CheckIn"); + const checkInModel = (): Model => model("CheckIn", checkInSchema); diff --git a/src/models/Comment.ts b/src/models/Comment.ts index dc78a65e7c..9e36bd645a 100644 --- a/src/models/Comment.ts +++ b/src/models/Comment.ts @@ -2,6 +2,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; import type { InterfacePost } from "./Post"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for a comment in the database(MongoDB). */ @@ -65,6 +66,8 @@ const commentSchema = new Schema( } ); +createLoggingMiddleware(commentSchema, "Comment"); + const commentModel = (): Model => model("Comment", commentSchema); diff --git a/src/models/DirectChat.ts b/src/models/DirectChat.ts index 94b87c86bb..3822a73f5d 100644 --- a/src/models/DirectChat.ts +++ b/src/models/DirectChat.ts @@ -3,6 +3,7 @@ import { Schema, model, models } from "mongoose"; import type { InterfaceDirectChatMessage } from "./DirectChatMessage"; import type { InterfaceOrganization } from "./Organization"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for direct chat in the database(MongoDB). */ @@ -63,6 +64,8 @@ const directChatSchema = new Schema( } ); +createLoggingMiddleware(directChatSchema, "DirectChat"); + const directChatModel = (): Model => model("DirectChat", directChatSchema); diff --git a/src/models/DirectChatMessage.ts b/src/models/DirectChatMessage.ts index 3453ceee0e..c1b06b0365 100644 --- a/src/models/DirectChatMessage.ts +++ b/src/models/DirectChatMessage.ts @@ -2,6 +2,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceDirectChat } from "./DirectChat"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for a direct chat message in the database(MongoDB). */ @@ -58,6 +59,8 @@ const directChatMessageSchema = new Schema( } ); +createLoggingMiddleware(directChatMessageSchema, "DirectChatMessage"); + const directChatMessageModel = (): Model => model( "DirectChatMessage", diff --git a/src/models/Donation.ts b/src/models/Donation.ts index e8e2e5225f..8c751ea93a 100644 --- a/src/models/Donation.ts +++ b/src/models/Donation.ts @@ -1,5 +1,6 @@ import type { Types, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for a donation in the database(MongoDB). */ @@ -56,6 +57,8 @@ const donationSchema = new Schema( } ); +createLoggingMiddleware(donationSchema, "Donation"); + const donationModel = (): Model => model("Donation", donationSchema); diff --git a/src/models/EncodedImage.ts b/src/models/EncodedImage.ts index cf6535bcc1..23dcbe7dfd 100644 --- a/src/models/EncodedImage.ts +++ b/src/models/EncodedImage.ts @@ -1,5 +1,6 @@ import type { Types, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Encoded Image. */ @@ -31,6 +32,8 @@ const encodedImageSchema = new Schema({ }, }); +createLoggingMiddleware(encodedImageSchema, "EncodedImage"); + const encodedImageModel = (): Model => model("EncodedImage", encodedImageSchema); diff --git a/src/models/EncodedVideo.ts b/src/models/EncodedVideo.ts index 0f7faae98e..4cdf2f2ff7 100644 --- a/src/models/EncodedVideo.ts +++ b/src/models/EncodedVideo.ts @@ -1,5 +1,6 @@ import type { Types, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Encoded Video. */ @@ -31,6 +32,8 @@ const encodedVideoSchema = new Schema({ }, }); +createLoggingMiddleware(encodedVideoSchema, "EncodedVideo"); + const encodedVideoModel = (): Model => model("EncodedVideo", encodedVideoSchema); diff --git a/src/models/Event.ts b/src/models/Event.ts index 6b073ebd19..fcb1febac5 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts @@ -3,6 +3,7 @@ import { Schema, model, models } from "mongoose"; import type { InterfaceOrganization } from "./Organization"; import type { InterfaceUser } from "./User"; import type { InterfaceRecurrenceRule } from "./RecurrenceRule"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for an event in the database(MongoDB). @@ -125,29 +126,25 @@ const eventSchema = new Schema( }, endDate: { type: Date, - required: function (): () => boolean { - // @ts-expect-error Suppressing typescript error for conditional required field + required: function (this: InterfaceEvent): boolean { return !this.allDay; }, }, startTime: { type: Date, - required: function (): () => boolean { - // @ts-expect-error Suppressing typescript error for conditional required field + required: function (this: InterfaceEvent): boolean { return !this.allDay; }, }, endTime: { type: Date, - required: function (): () => boolean { - // @ts-expect-error Suppressing typescript error for conditional required field + required: function (this: InterfaceEvent): boolean { return !this.allDay; }, }, recurrance: { type: String, - required: function (): () => boolean { - // @ts-expect-error Suppressing typescript error for conditional required field + required: function (this: InterfaceEvent): boolean { return this.recurring; }, enum: ["ONCE", "DAILY", "WEEKLY", "MONTHLY", "YEARLY"], @@ -190,6 +187,8 @@ const eventSchema = new Schema( } ); +createLoggingMiddleware(eventSchema, "Event"); + const eventModel = (): Model => model("Event", eventSchema); diff --git a/src/models/EventAttendee.ts b/src/models/EventAttendee.ts index 0e60088f17..ee9e8d6742 100644 --- a/src/models/EventAttendee.ts +++ b/src/models/EventAttendee.ts @@ -3,6 +3,7 @@ import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; import type { InterfaceEvent } from "./Event"; import type { InterfaceCheckIn } from "./CheckIn"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; export interface InterfaceEventAttendee { _id: Schema.Types.ObjectId; @@ -32,6 +33,8 @@ const eventAttendeeSchema = new Schema({ eventAttendeeSchema.index({ userId: 1, eventId: 1 }, { unique: true }); +createLoggingMiddleware(eventAttendeeSchema, "EventAttendee"); + const eventAttendeeModel = (): Model => model("EventAttendee", eventAttendeeSchema); diff --git a/src/models/Feedback.ts b/src/models/Feedback.ts index 9ee07e88c8..3c306f3e03 100644 --- a/src/models/Feedback.ts +++ b/src/models/Feedback.ts @@ -1,6 +1,7 @@ import type { Types, PopulatedDoc, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceEvent } from "./Event"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; export interface InterfaceFeedback { _id: Types.ObjectId; @@ -39,6 +40,8 @@ feedbackSchema.index({ eventId: 1, }); +createLoggingMiddleware(feedbackSchema, "Feedback"); + const feedbackModel = (): Model => model("Feedback", feedbackSchema); diff --git a/src/models/File.ts b/src/models/File.ts index c8e286b61f..96622172fa 100644 --- a/src/models/File.ts +++ b/src/models/File.ts @@ -1,6 +1,7 @@ import type { Types, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import { v4 as uuidv4 } from "uuid"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for a file in the database(MongoDB). */ @@ -58,6 +59,8 @@ const fileSchema = new Schema( } ); +createLoggingMiddleware(fileSchema, "File"); + const fileModel = (): Model => model("File", fileSchema); diff --git a/src/models/Group.ts b/src/models/Group.ts index ac641c4a94..8c38c11e36 100644 --- a/src/models/Group.ts +++ b/src/models/Group.ts @@ -2,6 +2,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceOrganization } from "./Organization"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for a group in the database(MongoDB). */ @@ -57,6 +58,8 @@ const groupSchema = new Schema( } ); +createLoggingMiddleware(groupSchema, "Group"); + const groupModel = (): Model => model("Group", groupSchema); diff --git a/src/models/GroupChat.ts b/src/models/GroupChat.ts index 7d2f5fa68b..875ab1e33a 100644 --- a/src/models/GroupChat.ts +++ b/src/models/GroupChat.ts @@ -3,6 +3,7 @@ import { Schema, model, models } from "mongoose"; import type { InterfaceGroupChatMessage } from "./GroupChatMessage"; import type { InterfaceOrganization } from "./Organization"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for a group chat in the database(MongoDB). */ @@ -69,6 +70,8 @@ const groupChatSchema = new Schema( } ); +createLoggingMiddleware(groupChatSchema, "GroupChat"); + const groupChatModel = (): Model => model("GroupChat", groupChatSchema); diff --git a/src/models/GroupChatMessage.ts b/src/models/GroupChatMessage.ts index 378cb78442..df95e3eb2d 100644 --- a/src/models/GroupChatMessage.ts +++ b/src/models/GroupChatMessage.ts @@ -2,6 +2,7 @@ import type { Types, PopulatedDoc, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceGroupChat } from "./GroupChat"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Group Chat Message. */ @@ -51,6 +52,8 @@ const groupChatMessageSchema = new Schema( } ); +createLoggingMiddleware(groupChatMessageSchema, "GroupChatMessage"); + const groupChatMessageModel = (): Model => model("GroupChatMessage", groupChatMessageSchema); diff --git a/src/models/ImageHash.ts b/src/models/ImageHash.ts index 217bfa5351..2dff1cb94e 100644 --- a/src/models/ImageHash.ts +++ b/src/models/ImageHash.ts @@ -1,5 +1,6 @@ import type { Types, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Image Hash. */ @@ -39,6 +40,8 @@ const imageHashSchema = new Schema({ }, }); +createLoggingMiddleware(imageHashSchema, "ImageHash"); + const imageHashModel = (): Model => model("ImageHash", imageHashSchema); diff --git a/src/models/Language.ts b/src/models/Language.ts index 68bcd671a6..a80a5e7f37 100644 --- a/src/models/Language.ts +++ b/src/models/Language.ts @@ -1,5 +1,6 @@ import type { Types, Document, PopulatedDoc, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database document. */ @@ -70,6 +71,8 @@ const languageSchema = new Schema({ }, }); +createLoggingMiddleware(languageSchema, "Language"); + const languageModel = (): Model => model("Language", languageSchema); diff --git a/src/models/MembershipRequest.ts b/src/models/MembershipRequest.ts index 6118a176cd..509581a031 100644 --- a/src/models/MembershipRequest.ts +++ b/src/models/MembershipRequest.ts @@ -2,6 +2,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceOrganization } from "./Organization"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Membership Request. */ @@ -36,6 +37,8 @@ const membershipRequestSchema = new Schema({ }, }); +createLoggingMiddleware(membershipRequestSchema, "MembershipRequest"); + const membershipRequestModel = (): Model => model( "MembershipRequest", diff --git a/src/models/Message.ts b/src/models/Message.ts index 5358903b01..40141856ca 100644 --- a/src/models/Message.ts +++ b/src/models/Message.ts @@ -2,6 +2,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceGroup } from "./Group"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Message. */ @@ -63,6 +64,8 @@ const messageSchema = new Schema( } ); +createLoggingMiddleware(messageSchema, "Message"); + const messageModel = (): Model => model("Message", messageSchema); diff --git a/src/models/MessageChat.ts b/src/models/MessageChat.ts index 48c6af48c2..36d6eb1635 100644 --- a/src/models/MessageChat.ts +++ b/src/models/MessageChat.ts @@ -1,6 +1,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for a chat in the database(MongoDB). */ @@ -49,6 +50,8 @@ const messageChatSchema = new Schema( } ); +createLoggingMiddleware(messageChatSchema, "MessageChat"); + const messageChatModel = (): Model => model("MessageChat", messageChatSchema); diff --git a/src/models/Organization.ts b/src/models/Organization.ts index 1c7df03026..3df3370823 100644 --- a/src/models/Organization.ts +++ b/src/models/Organization.ts @@ -5,7 +5,7 @@ import type { InterfaceMessage } from "./Message"; import type { InterfaceOrganizationCustomField } from "./OrganizationCustomField"; import type { InterfacePost } from "./Post"; import type { InterfaceUser } from "./User"; - +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Organization. */ @@ -178,6 +178,8 @@ const organizationSchema = new Schema( } ); +createLoggingMiddleware(organizationSchema, "Organization"); + const organizationModel = (): Model => model("Organization", organizationSchema); diff --git a/src/models/OrganizationCustomField.ts b/src/models/OrganizationCustomField.ts index 5559a55e6e..6f552346aa 100644 --- a/src/models/OrganizationCustomField.ts +++ b/src/models/OrganizationCustomField.ts @@ -1,5 +1,6 @@ import type { Model } from "mongoose"; import mongoose from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; export interface InterfaceOrganizationCustomField { _id: string; @@ -25,6 +26,11 @@ const organizationCustomFieldSchema = new mongoose.Schema({ }, }); +createLoggingMiddleware( + organizationCustomFieldSchema, + "OrganizationCustomField" +); + // Define and export the model directly const OrganizationCustomField: Model = mongoose.models.CustomField || diff --git a/src/models/OrganizationTagUser.ts b/src/models/OrganizationTagUser.ts index c185b41532..5602bfd08b 100644 --- a/src/models/OrganizationTagUser.ts +++ b/src/models/OrganizationTagUser.ts @@ -1,6 +1,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceOrganization } from "./Organization"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; export interface InterfaceOrganizationTagUser { _id: Types.ObjectId; @@ -35,6 +36,8 @@ organizationTagUserSchema.index( { unique: true } ); +createLoggingMiddleware(organizationTagUserSchema, "OrganizationTagUser"); + const organizationTagUserModel = (): Model => model( "OrganizationTagUser", diff --git a/src/models/Plugin.ts b/src/models/Plugin.ts index 9acb7a92e2..74a544ac66 100644 --- a/src/models/Plugin.ts +++ b/src/models/Plugin.ts @@ -1,5 +1,6 @@ import type { Types, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Plugin. */ @@ -40,6 +41,8 @@ const pluginSchema = new Schema({ ], }); +createLoggingMiddleware(pluginSchema, "Plugin"); + const pluginModel = (): Model => model("Plugin", pluginSchema); diff --git a/src/models/PluginField.ts b/src/models/PluginField.ts index 987d3dc997..44e73f180e 100644 --- a/src/models/PluginField.ts +++ b/src/models/PluginField.ts @@ -1,5 +1,6 @@ import type { Types, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Plugin Field. */ @@ -38,6 +39,8 @@ const pluginFieldSchema = new Schema({ }, }); +createLoggingMiddleware(pluginFieldSchema, "PluginField"); + const pluginFieldModel = (): Model => model("PluginField", pluginFieldSchema); diff --git a/src/models/Post.ts b/src/models/Post.ts index efcf27f415..1d611c60bb 100644 --- a/src/models/Post.ts +++ b/src/models/Post.ts @@ -3,6 +3,7 @@ import { Schema, model, models } from "mongoose"; import mongoosePaginate from "mongoose-paginate-v2"; import type { InterfaceOrganization } from "./Organization"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface that represents a database(MongoDB) document for Post. */ @@ -99,6 +100,8 @@ postSchema.plugin(mongoosePaginate); postSchema.index({ organization: 1 }, { unique: false }); +createLoggingMiddleware(postSchema, "Post"); + const postModel = (): PaginateModel => model>("Post", postSchema); diff --git a/src/models/SampleData.ts b/src/models/SampleData.ts index f6a4bf2b9f..388256cc6a 100644 --- a/src/models/SampleData.ts +++ b/src/models/SampleData.ts @@ -1,7 +1,8 @@ -import type { Model } from "mongoose"; +import type { Model, Document } from "mongoose"; import { Schema, model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; -export interface InterfaceSampleData { +export interface InterfaceSampleData extends Document { documentId: string; collectionName: "Organization" | "Post" | "Event" | "User" | "Plugin"; } @@ -18,6 +19,8 @@ const sampleDataSchema = new Schema({ }, }); +createLoggingMiddleware(sampleDataSchema, "SampleData"); + const sampleDataModel = (): Model => model("SampleData", sampleDataSchema); diff --git a/src/models/TagUser.ts b/src/models/TagUser.ts index 747b3ff480..078d8cd996 100644 --- a/src/models/TagUser.ts +++ b/src/models/TagUser.ts @@ -2,6 +2,7 @@ import type { PopulatedDoc, Types, Document, Model } from "mongoose"; import { Schema, model, models } from "mongoose"; import type { InterfaceOrganizationTagUser } from "./OrganizationTagUser"; import type { InterfaceUser } from "./User"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; export interface InterfaceTagUser { _id: Types.ObjectId; @@ -25,6 +26,8 @@ const tagUserSchema = new Schema({ tagUserSchema.index({ userId: 1, tagId: 1 }, { unique: true }); +createLoggingMiddleware(tagUserSchema, "TagUser"); + const tagUserModel = (): Model => model("TagUser", tagUserSchema); diff --git a/src/models/UserCustomData.ts b/src/models/UserCustomData.ts index a079f18b67..1c90d57e69 100644 --- a/src/models/UserCustomData.ts +++ b/src/models/UserCustomData.ts @@ -1,5 +1,6 @@ import type { Model } from "mongoose"; import mongoose, { model, models } from "mongoose"; +import { createLoggingMiddleware } from "../libraries/dbLogger"; /** * This is an interface representing a document for custom field in the database(MongoDB). @@ -7,6 +8,7 @@ import mongoose, { model, models } from "mongoose"; export interface InterfaceUserCustomData { _id: string; organizationId: string; + // eslint-disable-next-line @typescript-eslint/no-explicit-any values: any; userId: string; } @@ -36,6 +38,8 @@ const userCustomDataSchema = new mongoose.Schema({ }, }); +createLoggingMiddleware(userCustomDataSchema, "UserCustomData"); + const userCustomData = (): Model => model("UserCustomData", userCustomDataSchema); From 5cb1dfdf3e404a86fcdaae14cca8a2d50a040ca0 Mon Sep 17 00:00:00 2001 From: Priyanshu Bartwal <110045644+git-init-priyanshu@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:22:59 +0530 Subject: [PATCH 085/109] Upgraded `prettier` from version 2.8,8 to 3.2.5. (#1840) * Upgraded & formatting fix * Reverted `.eslintrc.json` file * Prettier format fix * Prettier format fix * Resolved merge conflicts --- package-lock.json | 18 +++--- package.json | 2 +- setup.ts | 44 ++++++------- src/app.ts | 8 +-- src/checks.ts | 8 +-- src/config/plugins/loadPlugins.ts | 4 +- src/db.ts | 10 +-- .../authDirectiveTransformer.ts | 6 +- .../roleDirectiveTransformer.ts | 10 +-- .../createRecurringEvent.ts | 10 +-- .../createEventHelpers/createSingleEvent.ts | 8 +-- .../createRecurrenceRule.ts | 4 +- .../generateRecurrenceRuleString.ts | 2 +- .../generateRecurringEventInstances.ts | 10 +-- .../getRecurringInstanceDates.ts | 14 ++-- src/index.ts | 12 ++-- src/libraries/dbLogger.ts | 4 +- .../errors/ImageSizeLimitExceeded.ts | 2 +- src/libraries/errors/conflictError.ts | 2 +- src/libraries/errors/inputValidationError.ts | 2 +- src/libraries/errors/internalServerError.ts | 2 +- src/libraries/errors/invalidFileTypeError.ts | 2 +- src/libraries/errors/notFoundError.ts | 2 +- src/libraries/errors/unauthenticatedError.ts | 2 +- src/libraries/errors/unauthorizedError.ts | 2 +- src/libraries/logger.ts | 12 ++-- src/libraries/requestContext.ts | 2 +- src/libraries/requestTracing.ts | 2 +- .../validators/validatePaginationArgs.ts | 2 +- src/libraries/validators/validateString.ts | 2 +- src/middleware/isAuth.ts | 2 +- src/models/ActionItem.ts | 2 +- src/models/ActionItemCategory.ts | 6 +- src/models/Advertisement.ts | 2 +- src/models/CheckIn.ts | 2 +- src/models/Comment.ts | 2 +- src/models/DirectChat.ts | 2 +- src/models/DirectChatMessage.ts | 4 +- src/models/Donation.ts | 2 +- src/models/Event.ts | 2 +- src/models/EventVolunteer.ts | 2 +- src/models/Feedback.ts | 2 +- src/models/File.ts | 2 +- src/models/Group.ts | 2 +- src/models/GroupChat.ts | 2 +- src/models/GroupChatMessage.ts | 2 +- src/models/MembershipRequest.ts | 2 +- src/models/Message.ts | 2 +- src/models/MessageChat.ts | 2 +- src/models/Organization.ts | 2 +- src/models/OrganizationCustomField.ts | 4 +- src/models/OrganizationTagUser.ts | 4 +- src/models/Post.ts | 2 +- src/models/RecurrenceRule.ts | 2 +- src/models/User.ts | 2 +- src/resolvers/ActionItemCategory/creator.ts | 2 +- .../ActionItemCategory/organization.ts | 2 +- src/resolvers/AgendaCategory/createdBy.ts | 2 +- src/resolvers/AgendaCategory/organization.ts | 2 +- src/resolvers/AgendaCategory/updatedBy.ts | 2 +- src/resolvers/DirectChat/organization.ts | 2 +- src/resolvers/DirectChatMessage/receiver.ts | 2 +- src/resolvers/Event/attendees.ts | 2 +- src/resolvers/Event/averageFeedbackScore.ts | 2 +- src/resolvers/GroupChat/organization.ts | 2 +- .../MembershipRequest/organization.ts | 2 +- src/resolvers/Mutation/acceptAdmin.ts | 8 +-- .../Mutation/acceptMembershipRequest.ts | 14 ++-- src/resolvers/Mutation/addEventAttendee.ts | 14 ++-- src/resolvers/Mutation/addFeedback.ts | 10 +-- .../Mutation/addLanguageTranslation.ts | 4 +- .../Mutation/addOrganizationCustomField.ts | 14 ++-- .../Mutation/addOrganizationImage.ts | 6 +- src/resolvers/Mutation/addUserCustomData.ts | 6 +- src/resolvers/Mutation/addUserImage.ts | 8 +-- src/resolvers/Mutation/addUserToGroupChat.ts | 12 ++-- src/resolvers/Mutation/addUserToUserFamily.ts | 8 +-- src/resolvers/Mutation/adminRemoveEvent.ts | 10 +-- src/resolvers/Mutation/adminRemoveGroup.ts | 8 +-- src/resolvers/Mutation/assignUserTag.ts | 20 +++--- .../blockPluginCreationBySuperadmin.ts | 4 +- src/resolvers/Mutation/blockUser.ts | 20 +++--- .../Mutation/cancelMembershipRequest.ts | 14 ++-- src/resolvers/Mutation/checkIn.ts | 18 +++--- src/resolvers/Mutation/createActionItem.ts | 21 +++--- .../Mutation/createActionItemCategory.ts | 6 +- src/resolvers/Mutation/createAdmin.ts | 20 +++--- .../Mutation/createAgendaCategory.ts | 6 +- src/resolvers/Mutation/createComment.ts | 6 +- src/resolvers/Mutation/createDirectChat.ts | 6 +- src/resolvers/Mutation/createDonation.ts | 2 +- src/resolvers/Mutation/createEvent.ts | 34 +++++----- .../Mutation/createEventVolunteer.ts | 6 +- src/resolvers/Mutation/createGroupChat.ts | 6 +- src/resolvers/Mutation/createMember.ts | 16 ++--- src/resolvers/Mutation/createMessageChat.ts | 4 +- src/resolvers/Mutation/createOrganization.ts | 10 +-- src/resolvers/Mutation/createPlugin.ts | 2 +- src/resolvers/Mutation/createPost.ts | 24 +++---- .../Mutation/createSampleOrganization.ts | 6 +- src/resolvers/Mutation/createUserFamily.ts | 10 +-- src/resolvers/Mutation/createUserTag.ts | 16 ++--- .../Mutation/deleteAgendaCategory.ts | 8 +-- src/resolvers/Mutation/forgotPassword.ts | 4 +- .../Mutation/joinPublicOrganization.ts | 14 ++-- src/resolvers/Mutation/leaveOrganization.ts | 14 ++-- src/resolvers/Mutation/likeComment.ts | 8 +-- src/resolvers/Mutation/likePost.ts | 8 +-- src/resolvers/Mutation/login.ts | 10 +-- src/resolvers/Mutation/logout.ts | 4 +- src/resolvers/Mutation/otp.ts | 2 +- src/resolvers/Mutation/recaptcha.ts | 4 +- src/resolvers/Mutation/refreshToken.ts | 14 ++-- src/resolvers/Mutation/registerForEvent.ts | 8 +-- src/resolvers/Mutation/rejectAdmin.ts | 8 +-- .../Mutation/rejectMembershipRequest.ts | 10 +-- src/resolvers/Mutation/removeActionItem.ts | 17 ++--- src/resolvers/Mutation/removeAdmin.ts | 18 +++--- src/resolvers/Mutation/removeAdvertisement.ts | 2 +- src/resolvers/Mutation/removeComment.ts | 12 ++-- src/resolvers/Mutation/removeDirectChat.ts | 6 +- src/resolvers/Mutation/removeEvent.ts | 18 +++--- src/resolvers/Mutation/removeEventAttendee.ts | 12 ++-- .../Mutation/removeEventVolunteer.ts | 4 +- src/resolvers/Mutation/removeGroupChat.ts | 6 +- src/resolvers/Mutation/removeMember.ts | 26 ++++---- src/resolvers/Mutation/removeOrganization.ts | 16 ++--- .../Mutation/removeOrganizationCustomField.ts | 17 +++-- .../Mutation/removeOrganizationImage.ts | 6 +- src/resolvers/Mutation/removePost.ts | 12 ++-- .../Mutation/removeSampleOrganization.ts | 6 +- .../Mutation/removeUserCustomData.ts | 10 +-- src/resolvers/Mutation/removeUserFamily.ts | 6 +- .../Mutation/removeUserFromGroupChat.ts | 12 ++-- .../Mutation/removeUserFromUserFamily.ts | 16 ++--- src/resolvers/Mutation/removeUserImage.ts | 8 +-- src/resolvers/Mutation/removeUserTag.ts | 12 ++-- .../Mutation/revokeRefreshTokenForUser.ts | 2 +- src/resolvers/Mutation/saveFcmToken.ts | 4 +- .../Mutation/sendMembershipRequest.ts | 8 +-- .../Mutation/sendMessageToDirectChat.ts | 8 +-- .../Mutation/sendMessageToGroupChat.ts | 10 +-- src/resolvers/Mutation/signUp.ts | 4 +- src/resolvers/Mutation/togglePostPin.ts | 26 ++++---- src/resolvers/Mutation/unassignUserTag.ts | 14 ++-- src/resolvers/Mutation/unblockUser.ts | 20 +++--- src/resolvers/Mutation/unlikeComment.ts | 8 +-- src/resolvers/Mutation/unlikePost.ts | 8 +-- .../Mutation/unregisterForEventByUser.ts | 4 +- src/resolvers/Mutation/updateActionItem.ts | 27 ++++---- .../Mutation/updateActionItemCategory.ts | 6 +- src/resolvers/Mutation/updateAdvertisement.ts | 16 ++--- .../Mutation/updateAgendaCategory.ts | 14 ++-- src/resolvers/Mutation/updateEvent.ts | 26 ++++---- .../Mutation/updateEventVolunteer.ts | 8 +-- src/resolvers/Mutation/updateLanguage.ts | 4 +- src/resolvers/Mutation/updateOrganization.ts | 6 +- src/resolvers/Mutation/updatePluginStatus.ts | 6 +- src/resolvers/Mutation/updatePost.ts | 24 +++---- src/resolvers/Mutation/updateUserPassword.ts | 14 ++-- src/resolvers/Mutation/updateUserProfile.ts | 10 +-- .../Mutation/updateUserRoleInOrganization.ts | 28 ++++---- src/resolvers/Mutation/updateUserTag.ts | 16 ++--- src/resolvers/Mutation/updateUserType.ts | 10 +-- src/resolvers/Organization/blockedUsers.ts | 2 +- src/resolvers/Organization/creator.ts | 2 +- src/resolvers/Organization/image.ts | 2 +- src/resolvers/Organization/pinnedPosts.ts | 2 +- src/resolvers/Query/actionItem.ts | 4 +- src/resolvers/Query/actionItemCategory.ts | 4 +- src/resolvers/Query/actionItemsByEvent.ts | 2 +- .../Query/actionItemsByOrganization.ts | 2 +- src/resolvers/Query/agendaCategory.ts | 7 +- src/resolvers/Query/checkAuth.ts | 4 +- .../Query/customFieldsByOrganization.ts | 2 +- src/resolvers/Query/directChatsByUserID.ts | 2 +- .../Query/directChatsMessagesByChatID.ts | 2 +- src/resolvers/Query/event.ts | 2 +- src/resolvers/Query/getDonationById.ts | 2 +- src/resolvers/Query/getDonationByOrgId.ts | 2 +- src/resolvers/Query/getlanguage.ts | 2 +- src/resolvers/Query/hasSubmittedFeedback.ts | 8 +-- .../Query/helperFunctions/getSort.ts | 2 +- .../Query/helperFunctions/getWhere.ts | 2 +- src/resolvers/Query/me.ts | 2 +- src/resolvers/Query/myLanguage.ts | 4 +- src/resolvers/Query/organizationIsSample.ts | 2 +- src/resolvers/Query/organizations.ts | 4 +- .../Query/organizationsMemberConnection.ts | 2 +- src/resolvers/Query/post.ts | 2 +- .../Query/postsByOrganizationConnection.ts | 2 +- src/resolvers/Query/user.ts | 2 +- src/resolvers/Query/userLanguage.ts | 4 +- src/resolvers/Query/users.ts | 4 +- src/resolvers/Query/usersConnection.ts | 2 +- .../Subscription/directMessageChat.ts | 2 +- .../Subscription/messageSentToDirectChat.ts | 2 +- .../Subscription/messageSentToGroupChat.ts | 6 +- src/resolvers/Subscription/onPluginUpdate.ts | 4 +- src/resolvers/UserFamily/creator.ts | 2 +- src/resolvers/UserTag/childTags.ts | 4 +- src/resolvers/UserTag/organization.ts | 2 +- src/resolvers/UserTag/usersAssignedTo.ts | 6 +- src/resolvers/index.ts | 2 +- src/resolvers/middleware/currentUserExists.ts | 2 +- src/services/CommentCache/cacheComments.ts | 2 +- .../CommentCache/deleteCommentFromCache.ts | 2 +- .../findCommentsByPostIdInCache.ts | 2 +- .../CommentCache/findCommentsInCache.ts | 2 +- .../EventCache/deleteEventFromCache.ts | 2 +- src/services/EventCache/findEventInCache.ts | 2 +- .../OrganizationCache/cacheOrganizations.ts | 2 +- .../deleteOrganizationFromCache.ts | 2 +- .../findOrganizationsInCache.ts | 4 +- src/services/PostCache/findPostsInCache.ts | 2 +- src/utilities/PII/decryption.ts | 4 +- src/utilities/PII/encryption.ts | 2 +- src/utilities/PII/isAuthorised.ts | 2 +- src/utilities/adminCheck.ts | 6 +- src/utilities/auth.ts | 4 +- src/utilities/createSampleOrganizationUtil.ts | 20 +++--- src/utilities/deleteImage.ts | 6 +- .../deletePreviousImage.ts | 4 +- .../encodedImageExtensionCheck.ts | 2 +- .../encodedImageStorage/uploadEncodedImage.ts | 8 +-- .../deletePreviousVideo.ts | 4 +- .../encodedVideoExtensionCheck.ts | 2 +- .../encodedVideoStorage/uploadEncodedVideo.ts | 6 +- src/utilities/graphqlConnectionFactory.ts | 8 +-- src/utilities/imageAlreadyInDbCheck.ts | 8 +-- src/utilities/imageExtensionCheck.ts | 2 +- src/utilities/loadSampleData.ts | 2 +- src/utilities/mailer.ts | 4 +- src/utilities/reuploadDuplicateCheck.ts | 4 +- src/utilities/superAdminCheck.ts | 2 +- src/utilities/uploadImage.ts | 12 ++-- src/utilities/userFamilyAdminCheck.ts | 6 +- .../authDirectiveTransformer.spec.ts | 8 +-- .../roleDirectiveTransformer.spec.ts | 8 +-- tests/helpers/actionItem.ts | 6 +- tests/helpers/advertisement.ts | 2 +- tests/helpers/checkIn.ts | 2 +- tests/helpers/db.ts | 8 +-- tests/helpers/directChat.ts | 8 +-- tests/helpers/donation.ts | 2 +- tests/helpers/events.ts | 6 +- tests/helpers/eventsWithRegistrants.ts | 4 +- tests/helpers/feedback.ts | 4 +- tests/helpers/groupChat.ts | 2 +- tests/helpers/membershipRequests.ts | 8 +-- tests/helpers/posts.ts | 14 ++-- tests/helpers/tags.ts | 8 +-- tests/helpers/userAndOrg.ts | 12 ++-- tests/helpers/userAndUserFamily.ts | 8 +-- tests/libraries/dbLogger.spec.ts | 8 +-- .../errors/internalServerError.spec.ts | 2 +- .../errors/unauthenticatedError.spec.ts | 2 +- tests/libraries/logger.spec.ts | 4 +- tests/libraries/requestContext.spec.ts | 6 +- tests/libraries/requestTracing.spec.ts | 4 +- tests/middleware/isAuth.spec.ts | 6 +- tests/resolvers/ActionItem/category.spec.ts | 2 +- tests/resolvers/ActionItem/event.spec.ts | 4 +- .../directChatMessageBelongsTo.spec.ts | 2 +- .../Event/averageFeedbackScore.test.ts | 4 +- .../resolvers/EventVolunteer/creator.spec.ts | 2 +- tests/resolvers/EventVolunteer/event.spec.ts | 2 +- tests/resolvers/EventVolunteer/user.spec.ts | 2 +- tests/resolvers/GroupChat/creator.spec.ts | 2 +- tests/resolvers/Mutation/acceptAdmin.spec.ts | 8 +-- .../Mutation/acceptMembershipRequest.spec.ts | 30 ++++----- .../Mutation/addEventAttendee.spec.ts | 12 ++-- tests/resolvers/Mutation/addFeedback.spec.ts | 10 +-- .../Mutation/addLanguageTranslation.spec.ts | 4 +- .../addOrganizationCustomField.spec.ts | 16 ++--- .../Mutation/addOrganizationImage.spec.ts | 6 +- .../Mutation/addUserCustomData.spec.ts | 8 +-- tests/resolvers/Mutation/addUserImage.spec.ts | 6 +- .../Mutation/addUserToGroupChat.spec.ts | 14 ++-- .../Mutation/addUserToUserFamily.spec.ts | 8 +-- .../Mutation/adminRemoveEvent.spec.ts | 16 ++--- .../Mutation/adminRemoveGroup.spec.ts | 14 ++-- .../resolvers/Mutation/assignUserTag.spec.ts | 14 ++-- .../blockPluginCreationBySuperadmin.spec.ts | 6 +- tests/resolvers/Mutation/blockUser.spec.ts | 16 ++--- .../Mutation/cancelMembershipRequest.spec.ts | 12 ++-- tests/resolvers/Mutation/checkIn.spec.ts | 14 ++-- .../Mutation/createActionItem.spec.ts | 20 +++--- .../Mutation/createActionItemCategory.spec.ts | 14 ++-- tests/resolvers/Mutation/createAdmin.spec.ts | 14 ++-- .../Mutation/createAdvertisement.spec.ts | 4 +- .../Mutation/createAgendaCategory.spec.ts | 18 +++--- .../resolvers/Mutation/createComment.spec.ts | 8 +-- .../Mutation/createDirectChat.spec.ts | 4 +- .../resolvers/Mutation/createDonation.spec.ts | 2 +- tests/resolvers/Mutation/createEvent.spec.ts | 64 +++++++++---------- .../Mutation/createEventVolunteer.spec.ts | 6 +- .../Mutation/createGroupChat.spec.ts | 6 +- tests/resolvers/Mutation/createMember.spec.ts | 12 ++-- .../Mutation/createMessageChat.spec.ts | 8 +-- .../Mutation/createOrganization.spec.ts | 36 +++++------ tests/resolvers/Mutation/createPlugin.spec.ts | 2 +- tests/resolvers/Mutation/createPost.spec.ts | 44 ++++++------- .../Mutation/createSampleOrganization.spec.ts | 16 ++--- .../Mutation/createUserFamily.spec.ts | 16 ++--- .../resolvers/Mutation/createUserTag.spec.ts | 12 ++-- .../Mutation/deleteAdvertisementById.spec.ts | 4 +- .../Mutation/deleteAgendaCategory.spec.ts | 12 ++-- .../Mutation/deleteDonationById.spec.ts | 4 +- .../resolvers/Mutation/forgotPassword.spec.ts | 4 +- .../Mutation/getAdvertisement.spec.ts | 8 +-- .../Mutation/joinPublicOrganization.spec.ts | 4 +- .../Mutation/leaveOrganization.spec.ts | 6 +- tests/resolvers/Mutation/likeComment.spec.ts | 2 +- tests/resolvers/Mutation/login.spec.ts | 12 ++-- tests/resolvers/Mutation/otp.spec.ts | 2 +- tests/resolvers/Mutation/refreshToken.spec.ts | 22 +++---- .../Mutation/registerForEvent.spec.ts | 4 +- tests/resolvers/Mutation/rejectAdmin.spec.ts | 6 +- .../Mutation/rejectMembershipRequest.spec.ts | 18 +++--- .../Mutation/removeActionItem.spec.ts | 20 +++--- tests/resolvers/Mutation/removeAdmin.spec.ts | 14 ++-- .../Mutation/removeAdvertisement.spec.ts | 14 ++-- .../resolvers/Mutation/removeComment.spec.ts | 12 ++-- .../Mutation/removeDirectChat.spec.ts | 14 ++-- tests/resolvers/Mutation/removeEvent.spec.ts | 8 +-- .../Mutation/removeEventAttendee.spec.ts | 12 ++-- .../Mutation/removeEventVolunteer.spec.ts | 10 +-- .../Mutation/removeGroupChat.spec.ts | 18 +++--- tests/resolvers/Mutation/removeMember.spec.ts | 22 +++---- .../Mutation/removeOrganization.spec.ts | 26 ++++---- .../removeOrganizationCustomField.spec.ts | 26 ++++---- .../Mutation/removeOrganizationImage.spec.ts | 14 ++-- tests/resolvers/Mutation/removePost.spec.ts | 22 +++---- .../Mutation/removeSampleOrganization.spec.ts | 20 +++--- .../Mutation/removeUserCustomData.spec.ts | 26 ++++---- .../Mutation/removeUserFamily.spec.ts | 6 +- .../Mutation/removeUserFromGroupChat.spec.ts | 12 ++-- .../Mutation/removeUserFromUserFamily.spec.ts | 18 +++--- .../Mutation/removeUserImage.spec.ts | 8 +-- .../resolvers/Mutation/removeUserTag.spec.ts | 6 +- .../Mutation/sendMembershipRequest.spec.ts | 8 +-- .../Mutation/sendMessageToDirectChat.spec.ts | 8 +-- .../Mutation/sendMessageToGroupChat.spec.ts | 6 +- tests/resolvers/Mutation/signUp.spec.ts | 2 +- .../resolvers/Mutation/togglePostPin.spec.ts | 24 +++---- .../Mutation/unassignUserTag.spec.ts | 14 ++-- tests/resolvers/Mutation/unblockUser.spec.ts | 8 +-- .../resolvers/Mutation/unlikeComment.spec.ts | 6 +- .../Mutation/unregisterForEventByUser.spec.ts | 6 +- .../Mutation/updateActionItem.spec.ts | 22 +++---- .../Mutation/updateActionItemCategory.spec.ts | 14 ++-- .../Mutation/updateAdvertisement.spec.ts | 18 +++--- .../Mutation/updateAgendaCategory.spec.ts | 18 +++--- tests/resolvers/Mutation/updateEvent.spec.ts | 26 ++++---- .../Mutation/updateEventVolunteer.spec.ts | 18 +++--- .../resolvers/Mutation/updateLanguage.spec.ts | 2 +- .../Mutation/updateOrganization.spec.ts | 18 +++--- .../Mutation/updatePluginStatus.spec.ts | 6 +- tests/resolvers/Mutation/updatePost.spec.ts | 18 +++--- .../Mutation/updateUserPassword.spec.ts | 10 +-- .../Mutation/updateUserProfile.spec.ts | 26 ++++---- .../updateUserRoleInOrganization.spec.ts | 36 +++++------ .../resolvers/Mutation/updateUserTag.spec.ts | 8 +-- .../resolvers/Mutation/updateUserType.spec.ts | 16 ++--- .../Organization/actionItemCategories.spec.ts | 2 +- .../Organization/agendaCategories.spec.ts | 2 +- tests/resolvers/Organization/creator.spec.ts | 6 +- tests/resolvers/Organization/image.spec.ts | 4 +- .../Organization/membershipRequests.spec.ts | 6 +- .../Organization/pinnedPosts.spec.ts | 2 +- tests/resolvers/Post/comments.spec.ts | 6 +- tests/resolvers/Query/actionItem.spec.ts | 2 +- ...actionItemCategoriesByOrganization.spec.ts | 2 +- .../Query/actionItemCategory.spec.ts | 4 +- .../Query/actionItemsByEvent.spec.ts | 2 +- .../Query/actionItemsByOrganization.spec.ts | 4 +- tests/resolvers/Query/agendaCategory.spec.ts | 2 +- tests/resolvers/Query/checkAuth.spec.ts | 2 +- .../Query/customDataByOrganization.spec.ts | 2 +- .../Query/customFieldsByOrganization.spec.ts | 8 +-- .../Query/directChatsByUserID.spec.ts | 2 +- .../Query/directChatsMessagesByChatID.spec.ts | 8 +-- .../Query/eventVolunteersByEvent.spec.ts | 2 +- .../Query/eventsByOrganization.spec.ts | 6 +- .../eventsByOrganizationConnection.spec.ts | 6 +- tests/resolvers/Query/getDonationById.spec.ts | 4 +- .../Query/getDonationByOrgId.spec.ts | 2 +- .../getDonationByOrgIdConnection.spec.ts | 22 +++---- tests/resolvers/Query/getlanguage.spec.ts | 2 +- .../Query/hasSubmittedFeedback.spec.ts | 10 +-- .../Query/organizationIsSample.spec.ts | 6 +- .../Query/organizationsConnection.spec.ts | 2 +- .../organizationsMemberConnection.spec.ts | 12 ++-- .../Query/postsByOrganization.spec.ts | 38 +++++------ .../postsByOrganizationConnection.spec.ts | 2 +- tests/resolvers/Query/user.spec.ts | 2 +- tests/resolvers/Query/users.spec.ts | 10 +-- tests/resolvers/Query/usersConnection.spec.ts | 26 ++++---- .../messageSentToDirectChat.spec.ts | 4 +- tests/resolvers/UserFamily/creator.spec.ts | 6 +- tests/resolvers/UserTag/childTags.spec.ts | 6 +- .../resolvers/UserTag/usersAssignedTo.spec.ts | 6 +- .../middleware/currentUserExists.spec.ts | 2 +- tests/utilities/adminCheck.spec.ts | 22 +++---- tests/utilities/auth.spec.ts | 20 +++--- .../createSampleOrganizationUtil.spec.ts | 4 +- tests/utilities/deleteDuplicatedImage.spec.ts | 6 +- tests/utilities/deleteImage.spec.ts | 20 +++--- .../uploadEncodedImage.spec.ts | 2 +- .../graphqlConnectionFactory.spec.ts | 16 ++--- tests/utilities/imageAlreadyInDbCheck.spec.ts | 4 +- tests/utilities/mailer.spec.ts | 4 +- .../utilities/reuploadDuplicateCheck.spec.ts | 4 +- tests/utilities/superAdminCheck.spec.ts | 2 +- tests/utilities/uploadImage.spec.ts | 30 ++++----- tests/utilities/userFamilyAdminCheck.spec.ts | 22 +++---- 417 files changed, 1748 insertions(+), 1745 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c6e1d4850..1b7c5f25a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -98,7 +98,7 @@ "graphql-markdown": "^7.0.0", "husky": "^9.0.6", "lint-staged": "^15.2.2", - "prettier": "^2.7.1", + "prettier": "3.2.5", "rimraf": "^5.0.5", "tsx": "^4.7.0", "typescript": "^5.3.2", @@ -14552,15 +14552,15 @@ } }, "node_modules/prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -27931,9 +27931,9 @@ "dev": true }, "prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true }, "process-nextick-args": { diff --git a/package.json b/package.json index eed8602574..a0a9519ff6 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "graphql-markdown": "^7.0.0", "husky": "^9.0.6", "lint-staged": "^15.2.2", - "prettier": "^2.7.1", + "prettier": "3.2.5", "rimraf": "^5.0.5", "tsx": "^4.7.0", "typescript": "^5.3.2", diff --git a/setup.ts b/setup.ts index 035fbbf349..ab1c39481e 100644 --- a/setup.ts +++ b/setup.ts @@ -100,7 +100,7 @@ async function setNodeEnvironment(): Promise { */ async function accessAndRefreshTokens( accessTokenSecret: string | null, - refreshTokenSecret: string | null + refreshTokenSecret: string | null, ): Promise { const config = dotenv.parse(fs.readFileSync(".env")); @@ -183,12 +183,12 @@ async function askForTransactionLogPath(): Promise { break; } catch { console.error( - "The file is not readable/writable. Please enter a valid file path." + "The file is not readable/writable. Please enter a valid file path.", ); } } else { console.error( - "Invalid path or file does not exist. Please enter a valid file path." + "Invalid path or file does not exist. Please enter a valid file path.", ); } } @@ -350,7 +350,7 @@ async function redisConfiguration(): Promise { */ async function askForSuperAdminEmail(): Promise { console.log( - "\nPlease make sure to register with this email before logging in.\n" + "\nPlease make sure to register with this email before logging in.\n", ); const { email } = await inquirer.prompt([ { @@ -558,7 +558,7 @@ async function recaptcha(): Promise { async function recaptchaSiteKey(): Promise { if (process.env.RECAPTCHA_SITE_KEY) { console.log( - `\nreCAPTCHA site key already exists with the value ${process.env.RECAPTCHA_SITE_KEY}` + `\nreCAPTCHA site key already exists with the value ${process.env.RECAPTCHA_SITE_KEY}`, ); } @@ -636,14 +636,14 @@ function abort(): void { async function twoFactorAuth(): Promise { console.log("\nIMPORTANT"); console.log( - "\nEnsure that you have Two-Factor Authentication set up on your Google Account." + "\nEnsure that you have Two-Factor Authentication set up on your Google Account.", ); console.log("\nVisit Url: https://myaccount.google.com"); console.log( - "\nSelect Security and under Signing in to Google section select App Passwords." + "\nSelect Security and under Signing in to Google section select App Passwords.", ); console.log( - "\nClick on Select app section and choose Other(Custom name), enter talawa as the custom name and press Generate button." + "\nClick on Select app section and choose Other(Custom name), enter talawa as the custom name and press Generate button.", ); const { email, password } = await inquirer.prompt([ @@ -741,7 +741,7 @@ async function importData(): Promise { abort(); } console.log(`Output: ${stdout}`); - } + }, ); } } @@ -762,7 +762,7 @@ type VerifySmtpConnectionReturnType = { * be `true` and the `error` property will be `null`. If the SMTP connection verification fails */ async function verifySmtpConnection( - config: Record + config: Record, ): Promise { const transporter = nodemailer.createTransport({ host: config.SMTP_HOST, @@ -829,7 +829,7 @@ async function configureSmtp(): Promise { if (!isValidSmtpConfig) { console.error( - "Invalid SMTP configuration. Please provide all required parameters." + "Invalid SMTP configuration. Please provide all required parameters.", ); return; } @@ -838,7 +838,7 @@ async function configureSmtp(): Promise { if (!success) { console.error( - "SMTP configuration verification failed. Please check your SMTP settings." + "SMTP configuration verification failed. Please check your SMTP settings.", ); if (error instanceof Error) { console.log(error.message); @@ -876,7 +876,7 @@ async function main(): Promise { refreshToken: string | null = ""; if (process.env.ACCESS_TOKEN_SECRET) { console.log( - `\nAccess token secret already exists with the value:\n${process.env.ACCESS_TOKEN_SECRET}` + `\nAccess token secret already exists with the value:\n${process.env.ACCESS_TOKEN_SECRET}`, ); } const { shouldGenerateAccessToken } = await inquirer.prompt({ @@ -892,7 +892,7 @@ async function main(): Promise { if (process.env.REFRESH_TOKEN_SECRET) { console.log( - `\nRefresh token secret already exists with the value:\n${process.env.REFRESH_TOKEN_SECRET}` + `\nRefresh token secret already exists with the value:\n${process.env.REFRESH_TOKEN_SECRET}`, ); } const { shouldGenerateRefreshToken } = await inquirer.prompt({ @@ -918,7 +918,7 @@ async function main(): Promise { if (shouldLog) { if (process.env.LOG_PATH) { console.log( - `\n Log path already exists with the value:\n${process.env.LOG_PATH}` + `\n Log path already exists with the value:\n${process.env.LOG_PATH}`, ); } let logPath: string | null = null; @@ -997,7 +997,7 @@ async function main(): Promise { // MongoDB configuration if (process.env.MONGO_DB_URL) { console.log( - `\nMongoDB URL already exists with the value:\n${process.env.MONGO_DB_URL}` + `\nMongoDB URL already exists with the value:\n${process.env.MONGO_DB_URL}`, ); const { shouldSetupMongo } = await inquirer.prompt({ @@ -1016,7 +1016,7 @@ async function main(): Promise { } if (process.env.RECAPTCHA_SECRET_KEY) { console.log( - `\nreCAPTCHA secret key already exists with the value ${process.env.RECAPTCHA_SECRET_KEY}` + `\nreCAPTCHA secret key already exists with the value ${process.env.RECAPTCHA_SECRET_KEY}`, ); } const { shouldSetRecaptcha } = await inquirer.prompt({ @@ -1032,12 +1032,12 @@ async function main(): Promise { } console.log( - "\n You can configure either SMTP or Mail for sending emails through Talawa.\n" + "\n You can configure either SMTP or Mail for sending emails through Talawa.\n", ); if (process.env.MAIL_USERNAME) { console.log( - `Mail username already exists with the value ${process.env.MAIL_USERNAME}` + `Mail username already exists with the value ${process.env.MAIL_USERNAME}`, ); } @@ -1070,7 +1070,7 @@ async function main(): Promise { if (process.env.LAST_RESORT_SUPERADMIN_EMAIL) { console.log( - `\nSuper Admin of last resort already exists with the value ${process.env.LAST_RESORT_SUPERADMIN_EMAIL}` + `\nSuper Admin of last resort already exists with the value ${process.env.LAST_RESORT_SUPERADMIN_EMAIL}`, ); } @@ -1093,7 +1093,7 @@ async function main(): Promise { ) { if (process.env.MAIL_USERNAME) { console.log( - "No super admin email configured, setting it to mail username's value." + "No super admin email configured, setting it to mail username's value.", ); } const config = dotenv.parse(fs.readFileSync(".env")); @@ -1135,7 +1135,7 @@ async function main(): Promise { await setImageUploadSize(imageSizeLimit * 1000); console.log( - "\nCongratulations! Talawa API has been successfully setup! 🥂🎉" + "\nCongratulations! Talawa API has been successfully setup! 🥂🎉", ); } diff --git a/src/app.ts b/src/app.ts index e26d89fda3..7a33353830 100644 --- a/src/app.ts +++ b/src/app.ts @@ -61,7 +61,7 @@ app.use( helmet({ contentSecurityPolicy: process.env.NODE_ENV === "production" ? undefined : false, - }) + }), ); app.use(mongoSanitize()); app.use(cors()); @@ -81,8 +81,8 @@ app.use( ':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status :res[content-length] :response-time ms', { stream: stream, - } - ) + }, + ), ); app.use("/images", express.static(path.join(__dirname, "./../images"))); @@ -97,7 +97,7 @@ app.get("/", (req, res) => res.json({ "talawa-version": "v1", status: "healthy", - }) + }), ); export default app; diff --git a/src/checks.ts b/src/checks.ts index 41147f2781..0e97e68802 100644 --- a/src/checks.ts +++ b/src/checks.ts @@ -10,14 +10,14 @@ const logWarningForSuperAdminEnvVariable = async (): Promise => { if (isVariablePresentInEnvFile) { logger.warn( "\x1b[1m\x1b[33m%s\x1b[0m", - "The LAST_RESORT_SUPERADMIN_EMAIL variable configured in your .env file poses a security risk. We strongly recommend that you remove it if not required. Please refer to the documentation in the INSTALLATION.md file.You have created super admin, please remove the LAST_RESORT_SUPERADMIN_EMAIL variable from .env file if you don't require it" + "The LAST_RESORT_SUPERADMIN_EMAIL variable configured in your .env file poses a security risk. We strongly recommend that you remove it if not required. Please refer to the documentation in the INSTALLATION.md file.You have created super admin, please remove the LAST_RESORT_SUPERADMIN_EMAIL variable from .env file if you don't require it", ); } } else { if (!isVariablePresentInEnvFile) { logger.warn( "\x1b[1m\x1b[33m%s\x1b[0m", - "To create your first Super Admin, the LAST_RESORT_SUPERADMIN_EMAIL parameter needs to be set in the .env file. Please refer to the documentation in the INSTALLATION.md file." + "To create your first Super Admin, the LAST_RESORT_SUPERADMIN_EMAIL parameter needs to be set in the .env file. Please refer to the documentation in the INSTALLATION.md file.", ); } } @@ -28,12 +28,12 @@ export const logIssues = async (): Promise => { const issues = getEnvIssues(); if (issues) { logger.error( - "Invalid environment variables found in your .env file, check the errors below!" + "Invalid environment variables found in your .env file, check the errors below!", ); console.error( generateErrorMessage(issues, { delimiter: { error: "\\n" }, - }) + }), ); } else { logger.info("The environment variables are valid!"); diff --git a/src/config/plugins/loadPlugins.ts b/src/config/plugins/loadPlugins.ts index 4393249868..3d8d158226 100644 --- a/src/config/plugins/loadPlugins.ts +++ b/src/config/plugins/loadPlugins.ts @@ -14,13 +14,13 @@ const loadPlugins = async (): Promise => { }); logger.info( "\x1b[1m\x1b[32m%s\x1b[0m", - `Uploaded Plugins in ${databaseTitle} ` + `Uploaded Plugins in ${databaseTitle} `, ); } else { //plugin data already present logger.info( "\x1b[1m\x1b[32m%s\x1b[0m", - `Plugin data already present at ${databaseTitle}` + `Plugin data already present at ${databaseTitle}`, ); } }; diff --git a/src/db.ts b/src/db.ts index 82c17e6d7e..d5190fdf65 100644 --- a/src/db.ts +++ b/src/db.ts @@ -20,24 +20,24 @@ export const connect = async (): Promise => { logger.error("\n\n\n\x1b[1m\x1b[31m%s\x1b[0m", error); logger.error( "\n\n\x1b[1m\x1b[34m%s\x1b[0m", - `- Connection to MongoDB failed: There are several potential causes for this issue, including:` + `- Connection to MongoDB failed: There are several potential causes for this issue, including:`, ); logger.error( "\x1b[1m\x1b[33m%s\x1b[0m", - `- Unstable Network Connection` + `- Unstable Network Connection`, ); logger.error("\x1b[1m\x1b[33m%s\x1b[0m", `- Invalid Connection String`); logger.error( "\x1b[1m\x1b[33m%s\x1b[0m", - `- MongoDB Server may not be running` + `- MongoDB Server may not be running`, ); logger.error( "\x1b[1m\x1b[33m%s\x1b[0m", - `- Firewall may not be configured to allow incoming connections on MongoDB port.` + `- Firewall may not be configured to allow incoming connections on MongoDB port.`, ); logger.error( "\x1b[1m\x1b[31m%s\x1b[0m", - `- Please try again with the fixes !` + `- Please try again with the fixes !`, ); } else { logger.error("Error while connecting to mongo database", error); diff --git a/src/directives/directiveTransformer/authDirectiveTransformer.ts b/src/directives/directiveTransformer/authDirectiveTransformer.ts index a0bcb1cb2d..7773294b15 100644 --- a/src/directives/directiveTransformer/authDirectiveTransformer.ts +++ b/src/directives/directiveTransformer/authDirectiveTransformer.ts @@ -6,13 +6,13 @@ import { errors, requestContext } from "../../libraries"; function authDirectiveTransformer(schema, directiveName): any { return mapSchema(schema, { [MapperKind.OBJECT_FIELD]: ( - fieldConfig: GraphQLFieldConfig + fieldConfig: GraphQLFieldConfig, ): any => { // Check whether this field has the specified directive const authDirective = getDirective( schema, fieldConfig, - directiveName + directiveName, )?.[0]; if (authDirective) { //@ts-ignore @@ -23,7 +23,7 @@ function authDirectiveTransformer(schema, directiveName): any { throw new errors.UnauthenticatedError( requestContext.translate("user.notAuthenticated"), "user.notAuthenticated --auth directive", - "userAuthentication" + "userAuthentication", ); return resolve(root, args, context, info); }; diff --git a/src/directives/directiveTransformer/roleDirectiveTransformer.ts b/src/directives/directiveTransformer/roleDirectiveTransformer.ts index ee424c1fef..32e8d333c5 100644 --- a/src/directives/directiveTransformer/roleDirectiveTransformer.ts +++ b/src/directives/directiveTransformer/roleDirectiveTransformer.ts @@ -11,13 +11,13 @@ import { MapperKind, getDirective, mapSchema } from "@graphql-tools/utils"; function roleDirectiveTransformer(schema, directiveName): any { return mapSchema(schema, { [MapperKind.OBJECT_FIELD]: ( - fieldConfig: GraphQLFieldConfig + fieldConfig: GraphQLFieldConfig, ): any => { // Check whether this field has the specified directive const roleDirective = getDirective( schema, fieldConfig, - directiveName + directiveName, )?.[0]; if (roleDirective) { @@ -31,7 +31,7 @@ function roleDirectiveTransformer(schema, directiveName): any { root, args, context, - info + info, ): Promise => { const currentUser = await User.findOne({ _id: context.userId, @@ -41,7 +41,7 @@ function roleDirectiveTransformer(schema, directiveName): any { throw new errors.NotFoundError( USER_NOT_FOUND_ERROR.MESSAGE, USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -49,7 +49,7 @@ function roleDirectiveTransformer(schema, directiveName): any { throw new errors.UnauthenticatedError( USER_NOT_AUTHORIZED_ERROR.MESSAGE, USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } diff --git a/src/helpers/event/createEventHelpers/createRecurringEvent.ts b/src/helpers/event/createEventHelpers/createRecurringEvent.ts index 4c736d9646..5f5532cd4c 100644 --- a/src/helpers/event/createEventHelpers/createRecurringEvent.ts +++ b/src/helpers/event/createEventHelpers/createRecurringEvent.ts @@ -28,7 +28,7 @@ export const createRecurringEvent = async ( args: MutationCreateEventArgs, creatorId: string, organizationId: string, - session: mongoose.ClientSession + session: mongoose.ClientSession, ): Promise => { const { data } = args; let { recurrenceRuleData } = args; @@ -45,7 +45,7 @@ export const createRecurringEvent = async ( const recurrenceRuleString = generateRecurrenceRuleString( recurrenceRuleData, data?.startDate, - data?.endDate + data?.endDate, ); // create a base recurring event first, based on which all the @@ -61,7 +61,7 @@ export const createRecurringEvent = async ( organization: organizationId, }, ], - { session } + { session }, ); // get the dates for the recurringInstances, and the date of the last instance @@ -69,7 +69,7 @@ export const createRecurringEvent = async ( const recurringInstanceDates = getRecurringInstanceDates( recurrenceRuleString, data.startDate, - data.endDate + data.endDate, ); // get the date for the latest created instance @@ -83,7 +83,7 @@ export const createRecurringEvent = async ( organizationId, baseRecurringEvent[0]?._id.toString(), latestInstanceDate, - session + session, ); // generate the recurring instances and get an instance back diff --git a/src/helpers/event/createEventHelpers/createSingleEvent.ts b/src/helpers/event/createEventHelpers/createSingleEvent.ts index fe9799585d..fcece4521a 100644 --- a/src/helpers/event/createEventHelpers/createSingleEvent.ts +++ b/src/helpers/event/createEventHelpers/createSingleEvent.ts @@ -20,7 +20,7 @@ export const createSingleEvent = async ( args: MutationCreateEventArgs, creatorId: string, organizationId: string, - session: mongoose.ClientSession + session: mongoose.ClientSession, ): Promise => { // create the single event const createdEvent = await Event.create( @@ -32,7 +32,7 @@ export const createSingleEvent = async ( organization: organizationId, }, ], - { session } + { session }, ); // associate event with the user @@ -43,7 +43,7 @@ export const createSingleEvent = async ( eventId: createdEvent[0]?._id, }, ], - { session } + { session }, ); await User.updateOne( { @@ -56,7 +56,7 @@ export const createSingleEvent = async ( registeredEvents: createdEvent[0]?._id, }, }, - { session } + { session }, ); // cache the event diff --git a/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts b/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts index 1f0264c499..5deeeabff1 100644 --- a/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts +++ b/src/helpers/event/recurringEventHelpers/createRecurrenceRule.ts @@ -29,7 +29,7 @@ export const createRecurrenceRule = async ( organizationId: string, baseRecurringEventId: string, latestInstanceDate: Date, - session: mongoose.ClientSession + session: mongoose.ClientSession, ): Promise => { const recurrenceRuleObject = rrulestr(recurrenceRuleString); @@ -58,7 +58,7 @@ export const createRecurrenceRule = async ( latestInstanceDate, }, ], - { session } + { session }, ); return recurrenceRule[0].toObject(); diff --git a/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts b/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts index 86331a5b71..500e11ac73 100644 --- a/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts +++ b/src/helpers/event/recurringEventHelpers/generateRecurrenceRuleString.ts @@ -15,7 +15,7 @@ import { convertToRRuleDateString } from "../../../utilities/recurrenceDatesUtil export const generateRecurrenceRuleString = ( recurrenceRuleData: RecurrenceRuleInput, recurrenceStartDate: Date, - recurrenceEndDate?: Date + recurrenceEndDate?: Date, ): string => { // get the start date string for rrule's "DTSTART" property const recurrenceStartDateString = diff --git a/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts b/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts index 9578924b15..aa4830f3b8 100644 --- a/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts +++ b/src/helpers/event/recurringEventHelpers/generateRecurringEventInstances.ts @@ -76,12 +76,12 @@ export const generateRecurringEventInstances = async ({ (recurringEventInstance) => ({ userId: creatorId, eventId: recurringEventInstance?._id.toString(), - }) + }), ); // get event instances ids for updating user event fields to include generated instances const eventInstanceIds = recurringEventInstances.map((instance) => - instance._id.toString() + instance._id.toString(), ); // perform database operations @@ -96,15 +96,15 @@ export const generateRecurringEventInstances = async ({ registeredEvents: { $each: eventInstanceIds }, }, }, - { session } + { session }, ), ]); // cache the instances await Promise.all( recurringEventInstances.map((recurringEventInstance) => - cacheEvents([recurringEventInstance]) - ) + cacheEvents([recurringEventInstance]), + ), ); return recurringEventInstances[0]; diff --git a/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts b/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts index d23c584d51..502a3a5a1a 100644 --- a/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts +++ b/src/helpers/event/recurringEventHelpers/getRecurringInstanceDates.ts @@ -24,7 +24,7 @@ export function getRecurringInstanceDates( recurrenceRuleString: string, recurrenceStartDate: Date, eventEndDate: Date | null, - queryUptoDate: Date = recurrenceStartDate + queryUptoDate: Date = recurrenceStartDate, ): Date[] { // get the rrule object const recurrenceRuleObject: RRule = rrulestr(recurrenceRuleString); @@ -37,23 +37,23 @@ export function getRecurringInstanceDates( // and have a specific value during queries let limitEndDate = addYears( queryUptoDate, - RECURRING_EVENT_INSTANCES_DAILY_LIMIT + RECURRING_EVENT_INSTANCES_DAILY_LIMIT, ); if (recurrenceFrequency === Frequency.WEEKLY) { limitEndDate = addYears( queryUptoDate, - RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT + RECURRING_EVENT_INSTANCES_WEEKLY_LIMIT, ); } else if (recurrenceFrequency === Frequency.MONTHLY) { limitEndDate = addYears( queryUptoDate, - RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT + RECURRING_EVENT_INSTANCES_MONTHLY_LIMIT, ); } else if (recurrenceFrequency === Frequency.YEARLY) { limitEndDate = addYears( queryUptoDate, - RECURRING_EVENT_INSTANCES_YEARLY_LIMIT + RECURRING_EVENT_INSTANCES_YEARLY_LIMIT, ); } @@ -62,14 +62,14 @@ export function getRecurringInstanceDates( // the date upto which we would generate the instances in this operation const generateUptoDate = new Date( - Math.min(eventEndDate.getTime(), limitEndDate.getTime()) + Math.min(eventEndDate.getTime(), limitEndDate.getTime()), ); // get the dates of recurrence const recurringInstanceDates = recurrenceRuleObject.between( recurrenceStartDate, generateUptoDate, - true + true, ); return recurringInstanceDates; diff --git a/src/index.ts b/src/index.ts index 68a369e19b..593ad34d0b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,14 +46,14 @@ const httpServer = cert: fs.readFileSync(path.join(__dirname, "../cert.pem")), }, // :{} - app + app, ) : http.createServer(app); const server = new ApolloServer({ schema, formatError: ( - error: any + error: any, ): { message: string; status: number; data: string[] } => { if (!error.originalError) { return error; @@ -99,7 +99,7 @@ const wsServer = new WebSocketServer({ const serverCleanup = useServer( // eslint-disable-next-line @typescript-eslint/no-unused-vars { schema, context: (_ctx, _msg, _args) => ({ pubsub }) }, - wsServer + wsServer, ); async function startServer(): Promise { @@ -117,12 +117,12 @@ async function startServer(): Promise { pubsub, apiRootUrl: `${req.protocol}://${req.get("host")}/`, }), - }) + }), ); // Modified server startup await new Promise((resolve) => - httpServer.listen({ port: 4000 }, resolve) + httpServer.listen({ port: 4000 }, resolve), ); // Log all the configuration related issues @@ -131,7 +131,7 @@ async function startServer(): Promise { logger.info( `🚀 Server ready at ${ process.env.NODE_ENV === "production" ? "https" : "http" - }://localhost:4000/graphql` + }://localhost:4000/graphql`, ); logger.info(`🚀 Subscription endpoint ready at ws://localhost:4000/graphql`); } diff --git a/src/libraries/dbLogger.ts b/src/libraries/dbLogger.ts index bf2b224909..65a76bf943 100644 --- a/src/libraries/dbLogger.ts +++ b/src/libraries/dbLogger.ts @@ -39,7 +39,7 @@ export interface InterfaceLoggableQuery extends Query { export function createLoggingMiddleware( schema: Schema, - modelName: string + modelName: string, ): void { if (!dbLogger) { return; @@ -47,7 +47,7 @@ export function createLoggingMiddleware( const logAction = ( type: TransactionLogTypes, - thisContext?: InterfaceLoggableQuery + thisContext?: InterfaceLoggableQuery, ): TransactionLogInfo => { return { timestamp: new Date().toISOString(), diff --git a/src/libraries/errors/ImageSizeLimitExceeded.ts b/src/libraries/errors/ImageSizeLimitExceeded.ts index 7daf08b902..efbb92db6d 100644 --- a/src/libraries/errors/ImageSizeLimitExceeded.ts +++ b/src/libraries/errors/ImageSizeLimitExceeded.ts @@ -7,7 +7,7 @@ export class ImageSizeLimitExceeded extends ApplicationError { message = "Image Size Limit Exceeded", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/errors/conflictError.ts b/src/libraries/errors/conflictError.ts index 0cd75755be..8de09db275 100644 --- a/src/libraries/errors/conflictError.ts +++ b/src/libraries/errors/conflictError.ts @@ -7,7 +7,7 @@ export class ConflictError extends ApplicationError { message = "Conflicting entry found", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/errors/inputValidationError.ts b/src/libraries/errors/inputValidationError.ts index 2f1afd1b47..7055169c12 100644 --- a/src/libraries/errors/inputValidationError.ts +++ b/src/libraries/errors/inputValidationError.ts @@ -7,7 +7,7 @@ export class InputValidationError extends ApplicationError { message = "InputValidationError", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/errors/internalServerError.ts b/src/libraries/errors/internalServerError.ts index fd32a7bce4..283d9ea407 100644 --- a/src/libraries/errors/internalServerError.ts +++ b/src/libraries/errors/internalServerError.ts @@ -7,7 +7,7 @@ export class InternalServerError extends ApplicationError { message = "Internal Server Error!", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/errors/invalidFileTypeError.ts b/src/libraries/errors/invalidFileTypeError.ts index 4de379aafd..07bc726637 100644 --- a/src/libraries/errors/invalidFileTypeError.ts +++ b/src/libraries/errors/invalidFileTypeError.ts @@ -7,7 +7,7 @@ export class InvalidFileTypeError extends ApplicationError { message = "Invalid File Type", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/errors/notFoundError.ts b/src/libraries/errors/notFoundError.ts index 89df18e516..1b5d04f9b2 100644 --- a/src/libraries/errors/notFoundError.ts +++ b/src/libraries/errors/notFoundError.ts @@ -7,7 +7,7 @@ export class NotFoundError extends ApplicationError { message = "Not Found", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/errors/unauthenticatedError.ts b/src/libraries/errors/unauthenticatedError.ts index 9e3f1ec8cb..571c661eb0 100644 --- a/src/libraries/errors/unauthenticatedError.ts +++ b/src/libraries/errors/unauthenticatedError.ts @@ -7,7 +7,7 @@ export class UnauthenticatedError extends ApplicationError { message = "UnauthenticatedError", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/errors/unauthorizedError.ts b/src/libraries/errors/unauthorizedError.ts index 7a6a972eb2..8482627c5e 100644 --- a/src/libraries/errors/unauthorizedError.ts +++ b/src/libraries/errors/unauthorizedError.ts @@ -7,7 +7,7 @@ export class UnauthorizedError extends ApplicationError { message = "UnauthorizedError", code: string | null = null, param: string | null = null, - metadata: Record = {} + metadata: Record = {}, ) { const errorJson = [ { diff --git a/src/libraries/logger.ts b/src/libraries/logger.ts index 0bdc28f247..194d627511 100644 --- a/src/libraries/logger.ts +++ b/src/libraries/logger.ts @@ -20,10 +20,10 @@ const formats = { .length === 0 ? "" : JSON.stringify( - _.omit(info, ["level", "message", "stack", "timestamp"]) + _.omit(info, ["level", "message", "stack", "timestamp"]), ) - } ${info.stack || ""}` - ) + } ${info.stack || ""}`, + ), ), non_colorized: combine( splat(), @@ -38,10 +38,10 @@ const formats = { .length === 0 ? "" : JSON.stringify( - _.omit(info, ["level", "message", "stack", "timestamp"]) + _.omit(info, ["level", "message", "stack", "timestamp"]), ) - } ${info.stack || ""}` - ) + } ${info.stack || ""}`, + ), ), }; diff --git a/src/libraries/requestContext.ts b/src/libraries/requestContext.ts index 8b29e504e5..e404cc2ebd 100644 --- a/src/libraries/requestContext.ts +++ b/src/libraries/requestContext.ts @@ -6,7 +6,7 @@ import i18n from "i18n"; import type { NextFunction, Request, Response } from "express"; export const requestContextNamespace = cls.createNamespace( - "talawa-request-context" + "talawa-request-context", ); clsBluebird(requestContextNamespace); diff --git a/src/libraries/requestTracing.ts b/src/libraries/requestTracing.ts index 20b01b0ad4..33aa61e69b 100644 --- a/src/libraries/requestTracing.ts +++ b/src/libraries/requestTracing.ts @@ -49,7 +49,7 @@ export const middleware = () => { export const trace = async ( tracingId: string, - method: () => T + method: () => T, ): Promise => { await requestTracingNamespace.runAndReturn(() => { setTracingId(tracingId || nanoid()); diff --git a/src/libraries/validators/validatePaginationArgs.ts b/src/libraries/validators/validatePaginationArgs.ts index 69751fce8e..9b431fd6bd 100644 --- a/src/libraries/validators/validatePaginationArgs.ts +++ b/src/libraries/validators/validatePaginationArgs.ts @@ -5,7 +5,7 @@ import type { } from "../../types/generatedGraphQLTypes"; export const validatePaginationArgs = ( - args: CursorPaginationInput + args: CursorPaginationInput, ): ConnectionError[] => { const connectionErrors: ConnectionError[] = []; diff --git a/src/libraries/validators/validateString.ts b/src/libraries/validators/validateString.ts index 30708145bf..eff049c5c1 100644 --- a/src/libraries/validators/validateString.ts +++ b/src/libraries/validators/validateString.ts @@ -1,6 +1,6 @@ export function isValidString( str: string, - maxLength: number + maxLength: number, ): { isLessThanMaxLength: boolean } { const isLessThanMaxLength: boolean = str.length < maxLength; return { diff --git a/src/middleware/isAuth.ts b/src/middleware/isAuth.ts index 410d90a3fb..f1cb943f19 100644 --- a/src/middleware/isAuth.ts +++ b/src/middleware/isAuth.ts @@ -56,7 +56,7 @@ export const isAuth = (request: Request): InterfaceAuthData => { return err; } return decoded; - } + }, ); // If there is an error decoded token would contain it if (decodedToken.name === "TokenExpiredError") { diff --git a/src/models/ActionItem.ts b/src/models/ActionItem.ts index 1cbbb2ef49..31f0324e2c 100644 --- a/src/models/ActionItem.ts +++ b/src/models/ActionItem.ts @@ -96,7 +96,7 @@ const actionItemSchema = new Schema( required: true, }, }, - { timestamps: true } + { timestamps: true }, ); const actionItemModel = (): Model => diff --git a/src/models/ActionItemCategory.ts b/src/models/ActionItemCategory.ts index 4110dfa88c..3660085c9c 100644 --- a/src/models/ActionItemCategory.ts +++ b/src/models/ActionItemCategory.ts @@ -49,18 +49,18 @@ const actionItemCategorySchema = new Schema( required: true, }, }, - { timestamps: true } + { timestamps: true }, ); actionItemCategorySchema.index( { organizationId: 1, name: 1 }, - { unique: true } + { unique: true }, ); const actionItemCategoryModel = (): Model => model( "ActionItemCategory", - actionItemCategorySchema + actionItemCategorySchema, ); // This syntax is needed to prevent Mongoose OverwriteModelError while running tests. diff --git a/src/models/Advertisement.ts b/src/models/Advertisement.ts index af69451463..213ddabfeb 100644 --- a/src/models/Advertisement.ts +++ b/src/models/Advertisement.ts @@ -97,7 +97,7 @@ const advertisementSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(advertisementSchema, "Advertisement"); diff --git a/src/models/CheckIn.ts b/src/models/CheckIn.ts index 69e82a812e..b13085fc57 100644 --- a/src/models/CheckIn.ts +++ b/src/models/CheckIn.ts @@ -49,7 +49,7 @@ const checkInSchema = new Schema( }, { timestamps: true, - } + }, ); // We will also create an index here for faster database querying diff --git a/src/models/Comment.ts b/src/models/Comment.ts index 9e36bd645a..5eb8112852 100644 --- a/src/models/Comment.ts +++ b/src/models/Comment.ts @@ -63,7 +63,7 @@ const commentSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(commentSchema, "Comment"); diff --git a/src/models/DirectChat.ts b/src/models/DirectChat.ts index 3822a73f5d..2f08a1e7a9 100644 --- a/src/models/DirectChat.ts +++ b/src/models/DirectChat.ts @@ -61,7 +61,7 @@ const directChatSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(directChatSchema, "DirectChat"); diff --git a/src/models/DirectChatMessage.ts b/src/models/DirectChatMessage.ts index c1b06b0365..54ca87ee8d 100644 --- a/src/models/DirectChatMessage.ts +++ b/src/models/DirectChatMessage.ts @@ -56,7 +56,7 @@ const directChatMessageSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(directChatMessageSchema, "DirectChatMessage"); @@ -64,7 +64,7 @@ createLoggingMiddleware(directChatMessageSchema, "DirectChatMessage"); const directChatMessageModel = (): Model => model( "DirectChatMessage", - directChatMessageSchema + directChatMessageSchema, ); // This syntax is needed to prevent Mongoose OverwriteModelError while running tests. diff --git a/src/models/Donation.ts b/src/models/Donation.ts index 8c751ea93a..ce94d0cf86 100644 --- a/src/models/Donation.ts +++ b/src/models/Donation.ts @@ -54,7 +54,7 @@ const donationSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(donationSchema, "Donation"); diff --git a/src/models/Event.ts b/src/models/Event.ts index fcb1febac5..09b75e2446 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts @@ -184,7 +184,7 @@ const eventSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(eventSchema, "Event"); diff --git a/src/models/EventVolunteer.ts b/src/models/EventVolunteer.ts index 174c6b1858..131173f68e 100644 --- a/src/models/EventVolunteer.ts +++ b/src/models/EventVolunteer.ts @@ -45,7 +45,7 @@ const eventVolunteerSchema = new Schema( }, { timestamps: true, - } + }, ); // Enable logging on changes in EventVolunteer collection diff --git a/src/models/Feedback.ts b/src/models/Feedback.ts index 3c306f3e03..6a8d00faa7 100644 --- a/src/models/Feedback.ts +++ b/src/models/Feedback.ts @@ -32,7 +32,7 @@ const feedbackSchema = new Schema( }, { timestamps: true, - } + }, ); // We will also create an index here for faster database querying diff --git a/src/models/File.ts b/src/models/File.ts index 96622172fa..19fee53c83 100644 --- a/src/models/File.ts +++ b/src/models/File.ts @@ -56,7 +56,7 @@ const fileSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(fileSchema, "File"); diff --git a/src/models/Group.ts b/src/models/Group.ts index 8c38c11e36..fd1acc6caf 100644 --- a/src/models/Group.ts +++ b/src/models/Group.ts @@ -55,7 +55,7 @@ const groupSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(groupSchema, "Group"); diff --git a/src/models/GroupChat.ts b/src/models/GroupChat.ts index 875ab1e33a..6e654ef2e2 100644 --- a/src/models/GroupChat.ts +++ b/src/models/GroupChat.ts @@ -67,7 +67,7 @@ const groupChatSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(groupChatSchema, "GroupChat"); diff --git a/src/models/GroupChatMessage.ts b/src/models/GroupChatMessage.ts index df95e3eb2d..639196e153 100644 --- a/src/models/GroupChatMessage.ts +++ b/src/models/GroupChatMessage.ts @@ -49,7 +49,7 @@ const groupChatMessageSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(groupChatMessageSchema, "GroupChatMessage"); diff --git a/src/models/MembershipRequest.ts b/src/models/MembershipRequest.ts index 509581a031..a9f23c804d 100644 --- a/src/models/MembershipRequest.ts +++ b/src/models/MembershipRequest.ts @@ -42,7 +42,7 @@ createLoggingMiddleware(membershipRequestSchema, "MembershipRequest"); const membershipRequestModel = (): Model => model( "MembershipRequest", - membershipRequestSchema + membershipRequestSchema, ); // This syntax is needed to prevent Mongoose OverwriteModelError while running tests. diff --git a/src/models/Message.ts b/src/models/Message.ts index 40141856ca..53a2addaae 100644 --- a/src/models/Message.ts +++ b/src/models/Message.ts @@ -61,7 +61,7 @@ const messageSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(messageSchema, "Message"); diff --git a/src/models/MessageChat.ts b/src/models/MessageChat.ts index 36d6eb1635..2e337321b9 100644 --- a/src/models/MessageChat.ts +++ b/src/models/MessageChat.ts @@ -47,7 +47,7 @@ const messageChatSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(messageChatSchema, "MessageChat"); diff --git a/src/models/Organization.ts b/src/models/Organization.ts index 3df3370823..bfad10a779 100644 --- a/src/models/Organization.ts +++ b/src/models/Organization.ts @@ -175,7 +175,7 @@ const organizationSchema = new Schema( }, { timestamps: true, - } + }, ); createLoggingMiddleware(organizationSchema, "Organization"); diff --git a/src/models/OrganizationCustomField.ts b/src/models/OrganizationCustomField.ts index 6f552346aa..daeadb632f 100644 --- a/src/models/OrganizationCustomField.ts +++ b/src/models/OrganizationCustomField.ts @@ -28,7 +28,7 @@ const organizationCustomFieldSchema = new mongoose.Schema({ createLoggingMiddleware( organizationCustomFieldSchema, - "OrganizationCustomField" + "OrganizationCustomField", ); // Define and export the model directly @@ -36,7 +36,7 @@ const OrganizationCustomField: Model = mongoose.models.CustomField || mongoose.model( "CustomField", - organizationCustomFieldSchema + organizationCustomFieldSchema, ); export { OrganizationCustomField }; diff --git a/src/models/OrganizationTagUser.ts b/src/models/OrganizationTagUser.ts index 5602bfd08b..6a7e791d6c 100644 --- a/src/models/OrganizationTagUser.ts +++ b/src/models/OrganizationTagUser.ts @@ -33,7 +33,7 @@ const organizationTagUserSchema = new Schema({ organizationTagUserSchema.index( { organizationId: 1, parentOrganizationTagUserId: 1, name: 1 }, - { unique: true } + { unique: true }, ); createLoggingMiddleware(organizationTagUserSchema, "OrganizationTagUser"); @@ -41,7 +41,7 @@ createLoggingMiddleware(organizationTagUserSchema, "OrganizationTagUser"); const organizationTagUserModel = (): Model => model( "OrganizationTagUser", - organizationTagUserSchema + organizationTagUserSchema, ); // This syntax is needed to prevent Mongoose OverwriteModelError while running tests. diff --git a/src/models/Post.ts b/src/models/Post.ts index 1d611c60bb..8bccf6d58d 100644 --- a/src/models/Post.ts +++ b/src/models/Post.ts @@ -93,7 +93,7 @@ const postSchema = new Schema( }, { timestamps: true, - } + }, ); postSchema.plugin(mongoosePaginate); diff --git a/src/models/RecurrenceRule.ts b/src/models/RecurrenceRule.ts index 86ce48a621..c792d92061 100644 --- a/src/models/RecurrenceRule.ts +++ b/src/models/RecurrenceRule.ts @@ -90,7 +90,7 @@ const recurrenceRuleSchema = new Schema( }, { timestamps: true, - } + }, ); const recurrenceRuleModel = (): Model => diff --git a/src/models/User.ts b/src/models/User.ts index befe7ee2f3..6d5d8b53d2 100644 --- a/src/models/User.ts +++ b/src/models/User.ts @@ -277,7 +277,7 @@ const userSchema = new Schema( }, { timestamps: true, - } + }, ); userSchema.plugin(mongoosePaginate); diff --git a/src/resolvers/ActionItemCategory/creator.ts b/src/resolvers/ActionItemCategory/creator.ts index b9d355ed0a..8ccffc6a6a 100644 --- a/src/resolvers/ActionItemCategory/creator.ts +++ b/src/resolvers/ActionItemCategory/creator.ts @@ -2,7 +2,7 @@ import type { ActionItemCategoryResolvers } from "../../types/generatedGraphQLTy import { User } from "../../models"; export const creator: ActionItemCategoryResolvers["creator"] = async ( - parent + parent, ) => { return User.findOne({ _id: parent.creatorId, diff --git a/src/resolvers/ActionItemCategory/organization.ts b/src/resolvers/ActionItemCategory/organization.ts index 98fcb42897..3981d6cb65 100644 --- a/src/resolvers/ActionItemCategory/organization.ts +++ b/src/resolvers/ActionItemCategory/organization.ts @@ -2,7 +2,7 @@ import type { ActionItemCategoryResolvers } from "../../types/generatedGraphQLTy import { Organization } from "../../models"; export const organization: ActionItemCategoryResolvers["organization"] = async ( - parent + parent, ) => { return Organization.findOne({ _id: parent.organizationId, diff --git a/src/resolvers/AgendaCategory/createdBy.ts b/src/resolvers/AgendaCategory/createdBy.ts index 6bcc15f3b1..471026134d 100644 --- a/src/resolvers/AgendaCategory/createdBy.ts +++ b/src/resolvers/AgendaCategory/createdBy.ts @@ -2,7 +2,7 @@ import type { AgendaCategoryResolvers } from "../../types/generatedGraphQLTypes" import { User } from "../../models"; export const createdBy: AgendaCategoryResolvers["createdBy"] = async ( - parent + parent, ) => { return User.findOne(parent.createdBy).lean(); }; diff --git a/src/resolvers/AgendaCategory/organization.ts b/src/resolvers/AgendaCategory/organization.ts index ec5a1d6712..e46e467a4f 100644 --- a/src/resolvers/AgendaCategory/organization.ts +++ b/src/resolvers/AgendaCategory/organization.ts @@ -2,7 +2,7 @@ import type { AgendaCategoryResolvers } from "../../types/generatedGraphQLTypes" import { Organization } from "../../models"; export const organization: AgendaCategoryResolvers["organization"] = async ( - parent + parent, ) => { return Organization.findOne(parent.organization).lean(); }; diff --git a/src/resolvers/AgendaCategory/updatedBy.ts b/src/resolvers/AgendaCategory/updatedBy.ts index 873fe76318..12bf122f8b 100644 --- a/src/resolvers/AgendaCategory/updatedBy.ts +++ b/src/resolvers/AgendaCategory/updatedBy.ts @@ -2,7 +2,7 @@ import type { AgendaCategoryResolvers } from "../../types/generatedGraphQLTypes" import { User } from "../../models"; export const updatedBy: AgendaCategoryResolvers["updatedBy"] = async ( - parent + parent, ) => { return User.findOne(parent.updatedBy).lean(); }; diff --git a/src/resolvers/DirectChat/organization.ts b/src/resolvers/DirectChat/organization.ts index b03f7ded3d..ac1ec7ee8f 100644 --- a/src/resolvers/DirectChat/organization.ts +++ b/src/resolvers/DirectChat/organization.ts @@ -8,7 +8,7 @@ import type { DirectChatResolvers } from "../../types/generatedGraphQLTypes"; * @returns An `object` that contains Organization data. */ export const organization: DirectChatResolvers["organization"] = async ( - parent + parent, ) => { const organizationFoundInCache = await findOrganizationsInCache([ parent.organization, diff --git a/src/resolvers/DirectChatMessage/receiver.ts b/src/resolvers/DirectChatMessage/receiver.ts index c00ee78029..ac565f8497 100644 --- a/src/resolvers/DirectChatMessage/receiver.ts +++ b/src/resolvers/DirectChatMessage/receiver.ts @@ -6,7 +6,7 @@ import { User } from "../../models"; * @returns An `object` that contains User's data. */ export const receiver: DirectChatMessageResolvers["receiver"] = async ( - parent + parent, ) => { return await User.findOne({ _id: parent.receiver, diff --git a/src/resolvers/Event/attendees.ts b/src/resolvers/Event/attendees.ts index e057ae09b0..547bf38b61 100644 --- a/src/resolvers/Event/attendees.ts +++ b/src/resolvers/Event/attendees.ts @@ -9,6 +9,6 @@ export const attendees: EventResolvers["attendees"] = async (parent) => { .lean(); return eventAttendeeObjects.map( - (eventAttendeeObject) => eventAttendeeObject.userId + (eventAttendeeObject) => eventAttendeeObject.userId, ); }; diff --git a/src/resolvers/Event/averageFeedbackScore.ts b/src/resolvers/Event/averageFeedbackScore.ts index 7b6818ec6b..087eca38e9 100644 --- a/src/resolvers/Event/averageFeedbackScore.ts +++ b/src/resolvers/Event/averageFeedbackScore.ts @@ -14,7 +14,7 @@ export const averageFeedbackScore: EventResolvers["averageFeedbackScore"] = // Return the average feedback score const sum = feedbacks.reduce( (accumulator, feedback) => accumulator + feedback.rating, - 0 + 0, ); return sum / feedbacks.length; }; diff --git a/src/resolvers/GroupChat/organization.ts b/src/resolvers/GroupChat/organization.ts index 35c33c705c..ed0480e4d3 100644 --- a/src/resolvers/GroupChat/organization.ts +++ b/src/resolvers/GroupChat/organization.ts @@ -8,7 +8,7 @@ import { findOrganizationsInCache } from "../../services/OrganizationCache/findO * @returns An `object` that contains the organization data. */ export const organization: GroupChatResolvers["organization"] = async ( - parent + parent, ) => { const organizationFoundInCache = await findOrganizationsInCache([ parent.organization, diff --git a/src/resolvers/MembershipRequest/organization.ts b/src/resolvers/MembershipRequest/organization.ts index 1b0c58ac6a..a80b14540c 100644 --- a/src/resolvers/MembershipRequest/organization.ts +++ b/src/resolvers/MembershipRequest/organization.ts @@ -6,7 +6,7 @@ import { Organization } from "../../models"; * @returns An object that contains the Organization data. */ export const organization: MembershipRequestResolvers["organization"] = async ( - parent + parent, ) => { return Organization.findOne({ _id: parent.organization, diff --git a/src/resolvers/Mutation/acceptAdmin.ts b/src/resolvers/Mutation/acceptAdmin.ts index eca7524708..b75ef16070 100644 --- a/src/resolvers/Mutation/acceptAdmin.ts +++ b/src/resolvers/Mutation/acceptAdmin.ts @@ -15,7 +15,7 @@ import { superAdminCheck } from "../../utilities/superAdminCheck"; export const acceptAdmin: MutationResolvers["acceptAdmin"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -25,7 +25,7 @@ export const acceptAdmin: MutationResolvers["acceptAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -39,7 +39,7 @@ export const acceptAdmin: MutationResolvers["acceptAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -51,7 +51,7 @@ export const acceptAdmin: MutationResolvers["acceptAdmin"] = async ( $set: { adminApproved: true, }, - } + }, ); return true; diff --git a/src/resolvers/Mutation/acceptMembershipRequest.ts b/src/resolvers/Mutation/acceptMembershipRequest.ts index 18d650cd14..44394d143f 100644 --- a/src/resolvers/Mutation/acceptMembershipRequest.ts +++ b/src/resolvers/Mutation/acceptMembershipRequest.ts @@ -35,7 +35,7 @@ export const acceptMembershipRequest: MutationResolvers["acceptMembershipRequest throw new errors.NotFoundError( requestContext.translate(MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE), MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.CODE, - MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM + MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM, ); } @@ -46,7 +46,7 @@ export const acceptMembershipRequest: MutationResolvers["acceptMembershipRequest throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -57,7 +57,7 @@ export const acceptMembershipRequest: MutationResolvers["acceptMembershipRequest throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -65,7 +65,7 @@ export const acceptMembershipRequest: MutationResolvers["acceptMembershipRequest await adminCheck(context.userId, organization); const userIsOrganizationMember = organization.members.some( - (member: Types.ObjectId) => member.equals(user?._id) + (member: Types.ObjectId) => member.equals(user?._id), ); // Checks whether user is already a member of organization. @@ -73,7 +73,7 @@ export const acceptMembershipRequest: MutationResolvers["acceptMembershipRequest throw new errors.ConflictError( requestContext.translate(USER_ALREADY_MEMBER_ERROR.MESSAGE), USER_ALREADY_MEMBER_ERROR.CODE, - USER_ALREADY_MEMBER_ERROR.PARAM + USER_ALREADY_MEMBER_ERROR.PARAM, ); } @@ -97,7 +97,7 @@ export const acceptMembershipRequest: MutationResolvers["acceptMembershipRequest }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -116,7 +116,7 @@ export const acceptMembershipRequest: MutationResolvers["acceptMembershipRequest $pull: { membershipRequests: membershipRequest._id, }, - } + }, ); return membershipRequest; diff --git a/src/resolvers/Mutation/addEventAttendee.ts b/src/resolvers/Mutation/addEventAttendee.ts index 955eb3da69..5ad788b669 100644 --- a/src/resolvers/Mutation/addEventAttendee.ts +++ b/src/resolvers/Mutation/addEventAttendee.ts @@ -15,7 +15,7 @@ import { Types } from "mongoose"; export const addEventAttendee: MutationResolvers["addEventAttendee"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -25,7 +25,7 @@ export const addEventAttendee: MutationResolvers["addEventAttendee"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -49,20 +49,20 @@ export const addEventAttendee: MutationResolvers["addEventAttendee"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } const isUserEventAdmin = event.admins.some( (admin) => - admin === context.userID || Types.ObjectId(admin).equals(context.userId) + admin === context.userID || Types.ObjectId(admin).equals(context.userId), ); if (!isUserEventAdmin && currentUser.userType !== "SUPERADMIN") { throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -74,7 +74,7 @@ export const addEventAttendee: MutationResolvers["addEventAttendee"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -86,7 +86,7 @@ export const addEventAttendee: MutationResolvers["addEventAttendee"] = async ( throw new errors.ConflictError( requestContext.translate(USER_ALREADY_REGISTERED_FOR_EVENT.MESSAGE), USER_ALREADY_REGISTERED_FOR_EVENT.CODE, - USER_ALREADY_REGISTERED_FOR_EVENT.PARAM + USER_ALREADY_REGISTERED_FOR_EVENT.PARAM, ); } diff --git a/src/resolvers/Mutation/addFeedback.ts b/src/resolvers/Mutation/addFeedback.ts index 1b34340f22..8923e63dfb 100644 --- a/src/resolvers/Mutation/addFeedback.ts +++ b/src/resolvers/Mutation/addFeedback.ts @@ -11,7 +11,7 @@ import { Event, EventAttendee, CheckIn, Feedback } from "../../models"; export const addFeedback: MutationResolvers["addFeedback"] = async ( _parent, args, - context + context, ) => { const currentEventExists = await Event.exists({ _id: args.data.eventId, @@ -21,7 +21,7 @@ export const addFeedback: MutationResolvers["addFeedback"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } @@ -36,7 +36,7 @@ export const addFeedback: MutationResolvers["addFeedback"] = async ( throw new errors.ConflictError( requestContext.translate(USER_NOT_REGISTERED_FOR_EVENT.MESSAGE), USER_NOT_REGISTERED_FOR_EVENT.CODE, - USER_NOT_REGISTERED_FOR_EVENT.PARAM + USER_NOT_REGISTERED_FOR_EVENT.PARAM, ); } @@ -44,7 +44,7 @@ export const addFeedback: MutationResolvers["addFeedback"] = async ( throw new errors.ConflictError( requestContext.translate(USER_NOT_CHECKED_IN.MESSAGE), USER_NOT_CHECKED_IN.CODE, - USER_NOT_CHECKED_IN.PARAM + USER_NOT_CHECKED_IN.PARAM, ); } @@ -52,7 +52,7 @@ export const addFeedback: MutationResolvers["addFeedback"] = async ( throw new errors.ConflictError( requestContext.translate(FEEDBACK_ALREADY_SUBMITTED.MESSAGE), FEEDBACK_ALREADY_SUBMITTED.CODE, - FEEDBACK_ALREADY_SUBMITTED.PARAM + FEEDBACK_ALREADY_SUBMITTED.PARAM, ); } diff --git a/src/resolvers/Mutation/addLanguageTranslation.ts b/src/resolvers/Mutation/addLanguageTranslation.ts index 228194c7b1..c5c364124b 100644 --- a/src/resolvers/Mutation/addLanguageTranslation.ts +++ b/src/resolvers/Mutation/addLanguageTranslation.ts @@ -25,7 +25,7 @@ export const addLanguageTranslation: MutationResolvers["addLanguageTranslation"] throw new errors.ConflictError( requestContext.translate(TRANSLATION_ALREADY_PRESENT_ERROR.MESSAGE), TRANSLATION_ALREADY_PRESENT_ERROR.CODE, - TRANSLATION_ALREADY_PRESENT_ERROR.PARAM + TRANSLATION_ALREADY_PRESENT_ERROR.PARAM, ); } }); @@ -45,7 +45,7 @@ export const addLanguageTranslation: MutationResolvers["addLanguageTranslation"] }, { new: true, - } + }, ).lean(); } diff --git a/src/resolvers/Mutation/addOrganizationCustomField.ts b/src/resolvers/Mutation/addOrganizationCustomField.ts index af5eb832aa..3f7ee20558 100644 --- a/src/resolvers/Mutation/addOrganizationCustomField.ts +++ b/src/resolvers/Mutation/addOrganizationCustomField.ts @@ -32,7 +32,7 @@ export const addOrganizationCustomField: MutationResolvers["addOrganizationCusto throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -44,12 +44,12 @@ export const addOrganizationCustomField: MutationResolvers["addOrganizationCusto throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(organization._id) + (organization) => organization.equals(organization._id), ); if ( @@ -58,7 +58,7 @@ export const addOrganizationCustomField: MutationResolvers["addOrganizationCusto throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -66,7 +66,7 @@ export const addOrganizationCustomField: MutationResolvers["addOrganizationCusto throw new errors.InputValidationError( requestContext.translate(CUSTOM_FIELD_NAME_MISSING.MESSAGE), CUSTOM_FIELD_NAME_MISSING.CODE, - CUSTOM_FIELD_NAME_MISSING.PARAM + CUSTOM_FIELD_NAME_MISSING.PARAM, ); } @@ -74,7 +74,7 @@ export const addOrganizationCustomField: MutationResolvers["addOrganizationCusto throw new errors.InputValidationError( requestContext.translate(CUSTOM_FIELD_TYPE_MISSING.MESSAGE), CUSTOM_FIELD_TYPE_MISSING.CODE, - CUSTOM_FIELD_TYPE_MISSING.PARAM + CUSTOM_FIELD_TYPE_MISSING.PARAM, ); } @@ -90,7 +90,7 @@ export const addOrganizationCustomField: MutationResolvers["addOrganizationCusto { _id: organization._id }, { $push: { collectionFields: newCollectionField._id }, - } + }, ).lean(); return newCollectionField; diff --git a/src/resolvers/Mutation/addOrganizationImage.ts b/src/resolvers/Mutation/addOrganizationImage.ts index b466a82431..d6b95a1912 100644 --- a/src/resolvers/Mutation/addOrganizationImage.ts +++ b/src/resolvers/Mutation/addOrganizationImage.ts @@ -39,7 +39,7 @@ export const addOrganizationImage: MutationResolvers["addOrganizationImage"] = throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -49,7 +49,7 @@ export const addOrganizationImage: MutationResolvers["addOrganizationImage"] = // Upload Image const uploadImageFileName = await uploadEncodedImage( args.file, - organization.image + organization.image, ); // Updates the organization with new image and returns the updated organization. const updatedOrganization = await Organization.findOneAndUpdate( @@ -63,7 +63,7 @@ export const addOrganizationImage: MutationResolvers["addOrganizationImage"] = }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { diff --git a/src/resolvers/Mutation/addUserCustomData.ts b/src/resolvers/Mutation/addUserCustomData.ts index f752f8e1bc..47ff41d982 100644 --- a/src/resolvers/Mutation/addUserCustomData.ts +++ b/src/resolvers/Mutation/addUserCustomData.ts @@ -20,7 +20,7 @@ import { export const addUserCustomData: MutationResolvers["addUserCustomData"] = async ( _parent, args, - context + context, ) => { const { organizationId, dataName, dataValue } = args; @@ -29,7 +29,7 @@ export const addUserCustomData: MutationResolvers["addUserCustomData"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -38,7 +38,7 @@ export const addUserCustomData: MutationResolvers["addUserCustomData"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/addUserImage.ts b/src/resolvers/Mutation/addUserImage.ts index bade6c21e5..3bd0a66b8e 100644 --- a/src/resolvers/Mutation/addUserImage.ts +++ b/src/resolvers/Mutation/addUserImage.ts @@ -15,7 +15,7 @@ import { uploadEncodedImage } from "../../utilities/encodedImageStorage/uploadEn export const addUserImage: MutationResolvers["addUserImage"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -26,13 +26,13 @@ export const addUserImage: MutationResolvers["addUserImage"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const imageToUploadFilePath = await uploadEncodedImage( args.file, - currentUser.image + currentUser.image, ); // Updates the user with new image and returns the updated user. @@ -47,6 +47,6 @@ export const addUserImage: MutationResolvers["addUserImage"] = async ( }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/addUserToGroupChat.ts b/src/resolvers/Mutation/addUserToGroupChat.ts index ad8b49981f..b72966ac54 100644 --- a/src/resolvers/Mutation/addUserToGroupChat.ts +++ b/src/resolvers/Mutation/addUserToGroupChat.ts @@ -35,7 +35,7 @@ export const addUserToGroupChat: MutationResolvers["addUserToGroupChat"] = throw new errors.NotFoundError( requestContext.translate(CHAT_NOT_FOUND_ERROR.MESSAGE), CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } @@ -59,7 +59,7 @@ export const addUserToGroupChat: MutationResolvers["addUserToGroupChat"] = throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -75,12 +75,12 @@ export const addUserToGroupChat: MutationResolvers["addUserToGroupChat"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const isUserGroupChatMember = groupChat.users.some((user) => - user.equals(args.userId) + user.equals(args.userId), ); // Checks whether user with _id === args.userId is already a member of groupChat. @@ -88,7 +88,7 @@ export const addUserToGroupChat: MutationResolvers["addUserToGroupChat"] = throw new errors.ConflictError( requestContext.translate(USER_ALREADY_MEMBER_ERROR.MESSAGE), USER_ALREADY_MEMBER_ERROR.CODE, - USER_ALREADY_MEMBER_ERROR.PARAM + USER_ALREADY_MEMBER_ERROR.PARAM, ); } @@ -104,6 +104,6 @@ export const addUserToGroupChat: MutationResolvers["addUserToGroupChat"] = }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/addUserToUserFamily.ts b/src/resolvers/Mutation/addUserToUserFamily.ts index 1c1cd590e3..cb9cbe1dc0 100644 --- a/src/resolvers/Mutation/addUserToUserFamily.ts +++ b/src/resolvers/Mutation/addUserToUserFamily.ts @@ -36,7 +36,7 @@ export const addUserToUserFamily: MutationResolvers["addUserToUserFamily"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -45,7 +45,7 @@ export const addUserToUserFamily: MutationResolvers["addUserToUserFamily"] = throw new errors.NotFoundError( requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), USER_FAMILY_NOT_FOUND_ERROR.CODE, - USER_FAMILY_NOT_FOUND_ERROR.PARAM + USER_FAMILY_NOT_FOUND_ERROR.PARAM, ); } @@ -61,7 +61,7 @@ export const addUserToUserFamily: MutationResolvers["addUserToUserFamily"] = throw new errors.ConflictError( requestContext.translate(USER_ALREADY_MEMBER_ERROR.MESSAGE), USER_ALREADY_MEMBER_ERROR.CODE, - USER_ALREADY_MEMBER_ERROR.PARAM + USER_ALREADY_MEMBER_ERROR.PARAM, ); } @@ -77,6 +77,6 @@ export const addUserToUserFamily: MutationResolvers["addUserToUserFamily"] = }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/adminRemoveEvent.ts b/src/resolvers/Mutation/adminRemoveEvent.ts index a2b17f472f..3449041403 100644 --- a/src/resolvers/Mutation/adminRemoveEvent.ts +++ b/src/resolvers/Mutation/adminRemoveEvent.ts @@ -27,7 +27,7 @@ import { deleteEventFromCache } from "../../services/EventCache/deleteEventFromC export const adminRemoveEvent: MutationResolvers["adminRemoveEvent"] = async ( _parent, args, - context + context, ) => { let event; @@ -50,7 +50,7 @@ export const adminRemoveEvent: MutationResolvers["adminRemoveEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } @@ -74,7 +74,7 @@ export const adminRemoveEvent: MutationResolvers["adminRemoveEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -87,7 +87,7 @@ export const adminRemoveEvent: MutationResolvers["adminRemoveEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -108,7 +108,7 @@ export const adminRemoveEvent: MutationResolvers["adminRemoveEvent"] = async ( createdEvents: event._id, registeredEvents: event._id, }, - } + }, ); // Deletes the event. diff --git a/src/resolvers/Mutation/adminRemoveGroup.ts b/src/resolvers/Mutation/adminRemoveGroup.ts index 0769b10f7f..8d1c39723f 100644 --- a/src/resolvers/Mutation/adminRemoveGroup.ts +++ b/src/resolvers/Mutation/adminRemoveGroup.ts @@ -25,7 +25,7 @@ import { cacheOrganizations } from "../../services/OrganizationCache/cacheOrgani export const adminRemoveGroup: MutationResolvers["adminRemoveGroup"] = async ( _parent, args, - context + context, ) => { const groupChat = await GroupChat.findOne({ _id: args.groupId, @@ -36,7 +36,7 @@ export const adminRemoveGroup: MutationResolvers["adminRemoveGroup"] = async ( throw new errors.NotFoundError( requestContext.translate(CHAT_NOT_FOUND_ERROR.MESSAGE), CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } @@ -61,7 +61,7 @@ export const adminRemoveGroup: MutationResolvers["adminRemoveGroup"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -74,7 +74,7 @@ export const adminRemoveGroup: MutationResolvers["adminRemoveGroup"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/assignUserTag.ts b/src/resolvers/Mutation/assignUserTag.ts index 1cd81c67c5..3e19aaf487 100644 --- a/src/resolvers/Mutation/assignUserTag.ts +++ b/src/resolvers/Mutation/assignUserTag.ts @@ -12,7 +12,7 @@ import { export const assignUserTag: MutationResolvers["assignUserTag"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -23,7 +23,7 @@ export const assignUserTag: MutationResolvers["assignUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -36,13 +36,13 @@ export const assignUserTag: MutationResolvers["assignUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(TAG_NOT_FOUND.MESSAGE), TAG_NOT_FOUND.CODE, - TAG_NOT_FOUND.PARAM + TAG_NOT_FOUND.PARAM, ); } // Boolean to determine whether user is an admin of organization of the tag. const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(tag.organizationId) + (organization) => organization.equals(tag.organizationId), ); // Checks whether currentUser can assign the tag or not. @@ -53,7 +53,7 @@ export const assignUserTag: MutationResolvers["assignUserTag"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -66,23 +66,23 @@ export const assignUserTag: MutationResolvers["assignUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } // Check that the user to which the tag is to be assigned is a member of the tag's organization const requestUserBelongsToTagOrganization = requestUser.joinedOrganizations.some((organization) => - organization.equals(tag.organizationId) + organization.equals(tag.organizationId), ); if (!requestUserBelongsToTagOrganization) { throw new errors.UnauthorizedError( requestContext.translate( - USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.MESSAGE + USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.MESSAGE, ), USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.CODE, - USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.PARAM + USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.PARAM, ); } @@ -95,7 +95,7 @@ export const assignUserTag: MutationResolvers["assignUserTag"] = async ( throw new errors.ConflictError( requestContext.translate(USER_ALREADY_HAS_TAG.MESSAGE), USER_ALREADY_HAS_TAG.CODE, - USER_ALREADY_HAS_TAG.PARAM + USER_ALREADY_HAS_TAG.PARAM, ); } diff --git a/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts b/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts index b196752abb..17f2db8fd5 100644 --- a/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts +++ b/src/resolvers/Mutation/blockPluginCreationBySuperadmin.ts @@ -24,7 +24,7 @@ export const blockPluginCreationBySuperadmin: MutationResolvers["blockPluginCrea throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -46,6 +46,6 @@ export const blockPluginCreationBySuperadmin: MutationResolvers["blockPluginCrea }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/blockUser.ts b/src/resolvers/Mutation/blockUser.ts index 9c3321bf9f..bd0efb8529 100644 --- a/src/resolvers/Mutation/blockUser.ts +++ b/src/resolvers/Mutation/blockUser.ts @@ -27,7 +27,7 @@ import { Types } from "mongoose"; export const blockUser: MutationResolvers["blockUser"] = async ( _parent, args, - context + context, ) => { let organization; @@ -50,7 +50,7 @@ export const blockUser: MutationResolvers["blockUser"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -63,21 +63,21 @@ export const blockUser: MutationResolvers["blockUser"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } // Check whether the user - args.userId is a member of the organization before blocking const userIsOrganizationMember = organization?.members.some( (member) => - member === args.userId || Types.ObjectId(member).equals(args.userId) + member === args.userId || Types.ObjectId(member).equals(args.userId), ); if (!userIsOrganizationMember) { throw new errors.NotFoundError( requestContext.translate(MEMBER_NOT_FOUND_ERROR.MESSAGE), MEMBER_NOT_FOUND_ERROR.CODE, - MEMBER_NOT_FOUND_ERROR.PARAM + MEMBER_NOT_FOUND_ERROR.PARAM, ); } @@ -85,7 +85,7 @@ export const blockUser: MutationResolvers["blockUser"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_BLOCKING_SELF.MESSAGE), USER_BLOCKING_SELF.CODE, - USER_BLOCKING_SELF.PARAM + USER_BLOCKING_SELF.PARAM, ); } @@ -93,7 +93,7 @@ export const blockUser: MutationResolvers["blockUser"] = async ( await adminCheck(context.userId, organization); const userIsBlocked = organization.blockedUsers.some((blockedUser) => - Types.ObjectId(blockedUser).equals(args.userId) + Types.ObjectId(blockedUser).equals(args.userId), ); // Checks whether user with _id === args.userId is already blocked from organization. @@ -101,7 +101,7 @@ export const blockUser: MutationResolvers["blockUser"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -117,7 +117,7 @@ export const blockUser: MutationResolvers["blockUser"] = async ( }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -139,7 +139,7 @@ export const blockUser: MutationResolvers["blockUser"] = async ( }, { new: true, - } + }, ) .select(["-password"]) .lean(); diff --git a/src/resolvers/Mutation/cancelMembershipRequest.ts b/src/resolvers/Mutation/cancelMembershipRequest.ts index b48d4a4930..9f4c9495cf 100644 --- a/src/resolvers/Mutation/cancelMembershipRequest.ts +++ b/src/resolvers/Mutation/cancelMembershipRequest.ts @@ -32,7 +32,7 @@ export const cancelMembershipRequest: MutationResolvers["cancelMembershipRequest throw new errors.NotFoundError( requestContext.translate(MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE), MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.CODE, - MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM + MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM, ); } @@ -57,7 +57,7 @@ export const cancelMembershipRequest: MutationResolvers["cancelMembershipRequest throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -70,12 +70,12 @@ export const cancelMembershipRequest: MutationResolvers["cancelMembershipRequest throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const currentUserCreatedMembershipRequest = currentUser._id.equals( - membershipRequest.user + membershipRequest.user, ); // Checks whether currentUser is the creator of membershipRequest. @@ -83,7 +83,7 @@ export const cancelMembershipRequest: MutationResolvers["cancelMembershipRequest throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -104,7 +104,7 @@ export const cancelMembershipRequest: MutationResolvers["cancelMembershipRequest }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -120,7 +120,7 @@ export const cancelMembershipRequest: MutationResolvers["cancelMembershipRequest $pull: { membershipRequests: membershipRequest._id, }, - } + }, ); // Returns the deleted membershipRequest. diff --git a/src/resolvers/Mutation/checkIn.ts b/src/resolvers/Mutation/checkIn.ts index 662d8cb704..4b01a2bea9 100644 --- a/src/resolvers/Mutation/checkIn.ts +++ b/src/resolvers/Mutation/checkIn.ts @@ -16,7 +16,7 @@ import { Types } from "mongoose"; export const checkIn: MutationResolvers["checkIn"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -26,7 +26,7 @@ export const checkIn: MutationResolvers["checkIn"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -50,20 +50,20 @@ export const checkIn: MutationResolvers["checkIn"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } const isUserEventAdmin = currentEvent.admins.some( (admin) => - admin === context.userID || Types.ObjectId(admin).equals(context.userId) + admin === context.userID || Types.ObjectId(admin).equals(context.userId), ); if (!isUserEventAdmin && currentUser.userType !== "SUPERADMIN") { throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -75,7 +75,7 @@ export const checkIn: MutationResolvers["checkIn"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -88,7 +88,7 @@ export const checkIn: MutationResolvers["checkIn"] = async ( throw new errors.ConflictError( requestContext.translate(USER_NOT_REGISTERED_FOR_EVENT.MESSAGE), USER_NOT_REGISTERED_FOR_EVENT.CODE, - USER_NOT_REGISTERED_FOR_EVENT.PARAM + USER_NOT_REGISTERED_FOR_EVENT.PARAM, ); } @@ -96,7 +96,7 @@ export const checkIn: MutationResolvers["checkIn"] = async ( throw new errors.ConflictError( requestContext.translate(USER_ALREADY_CHECKED_IN.MESSAGE), USER_ALREADY_CHECKED_IN.CODE, - USER_ALREADY_CHECKED_IN.PARAM + USER_ALREADY_CHECKED_IN.PARAM, ); } @@ -113,7 +113,7 @@ export const checkIn: MutationResolvers["checkIn"] = async ( }, { checkInId: checkIn._id, - } + }, ); return checkIn.toObject(); diff --git a/src/resolvers/Mutation/createActionItem.ts b/src/resolvers/Mutation/createActionItem.ts index c2ec83ff93..4362644704 100644 --- a/src/resolvers/Mutation/createActionItem.ts +++ b/src/resolvers/Mutation/createActionItem.ts @@ -32,7 +32,7 @@ import { Types } from "mongoose"; export const createActionItem: MutationResolvers["createActionItem"] = async ( _parent, args, - context + context, ): Promise => { const currentUser = await User.findOne({ _id: context.userId, @@ -43,7 +43,7 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -56,7 +56,7 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -69,7 +69,7 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.MESSAGE), ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.CODE, - ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.PARAM + ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.PARAM, ); } @@ -77,7 +77,7 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( asigneeIsOrganizationMember = assignee.joinedOrganizations.some( (organizationId) => organizationId === actionItemCategory.organizationId || - Types.ObjectId(organizationId).equals(actionItemCategory.organizationId) + Types.ObjectId(organizationId).equals(actionItemCategory.organizationId), ); // Checks if the asignee is a member of the organization @@ -85,7 +85,7 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_MEMBER_FOR_ORGANIZATION.MESSAGE), USER_NOT_MEMBER_FOR_ORGANIZATION.CODE, - USER_NOT_MEMBER_FOR_ORGANIZATION.PARAM + USER_NOT_MEMBER_FOR_ORGANIZATION.PARAM, ); } @@ -113,14 +113,15 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } // Checks if the currUser is an admin of the event currentUserIsEventAdmin = currEvent.admins.some( (admin) => - admin === context.userID || Types.ObjectId(admin).equals(context.userId) + admin === context.userID || + Types.ObjectId(admin).equals(context.userId), ); } @@ -128,7 +129,7 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( const currentUserIsOrgAdmin = currentUser.adminFor.some( (ogranizationId) => ogranizationId === actionItemCategory.organizationId || - Types.ObjectId(ogranizationId).equals(actionItemCategory.organizationId) + Types.ObjectId(ogranizationId).equals(actionItemCategory.organizationId), ); // Checks whether currentUser with _id === context.userId is authorized for the operation. @@ -140,7 +141,7 @@ export const createActionItem: MutationResolvers["createActionItem"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/createActionItemCategory.ts b/src/resolvers/Mutation/createActionItemCategory.ts index 2df722f91a..aa66ce9e51 100644 --- a/src/resolvers/Mutation/createActionItemCategory.ts +++ b/src/resolvers/Mutation/createActionItemCategory.ts @@ -35,7 +35,7 @@ export const createActionItemCategory: MutationResolvers["createActionItemCatego throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -60,7 +60,7 @@ export const createActionItemCategory: MutationResolvers["createActionItemCatego throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -77,7 +77,7 @@ export const createActionItemCategory: MutationResolvers["createActionItemCatego throw new errors.ConflictError( requestContext.translate(ACTION_ITEM_CATEGORY_ALREADY_EXISTS.MESSAGE), ACTION_ITEM_CATEGORY_ALREADY_EXISTS.CODE, - ACTION_ITEM_CATEGORY_ALREADY_EXISTS.PARAM + ACTION_ITEM_CATEGORY_ALREADY_EXISTS.PARAM, ); } diff --git a/src/resolvers/Mutation/createAdmin.ts b/src/resolvers/Mutation/createAdmin.ts index 8a558a76ff..b7680979cf 100644 --- a/src/resolvers/Mutation/createAdmin.ts +++ b/src/resolvers/Mutation/createAdmin.ts @@ -27,7 +27,7 @@ import { Types } from "mongoose"; export const createAdmin: MutationResolvers["createAdmin"] = async ( _parent, args, - context + context, ) => { let organization; @@ -50,7 +50,7 @@ export const createAdmin: MutationResolvers["createAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } // Checks whether the current user is a superAdmin @@ -61,7 +61,7 @@ export const createAdmin: MutationResolvers["createAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } superAdminCheck(currentUser); @@ -75,12 +75,12 @@ export const createAdmin: MutationResolvers["createAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const userIsOrganizationMember = organization.members.some((member) => - Types.ObjectId(member).equals(args.data.userId) + Types.ObjectId(member).equals(args.data.userId), ); // Checks whether user with _id === args.data.userId is not a member of organization. @@ -88,12 +88,12 @@ export const createAdmin: MutationResolvers["createAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_MEMBER_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_MEMBER_NOT_FOUND_ERROR.CODE, - ORGANIZATION_MEMBER_NOT_FOUND_ERROR.PARAM + ORGANIZATION_MEMBER_NOT_FOUND_ERROR.PARAM, ); } const userIsOrganizationAdmin = organization.admins.some((admin) => - Types.ObjectId(admin).equals(args.data.userId) + Types.ObjectId(admin).equals(args.data.userId), ); // Checks whether user with _id === args.data.userId is already an admin of organization. @@ -101,7 +101,7 @@ export const createAdmin: MutationResolvers["createAdmin"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -117,7 +117,7 @@ export const createAdmin: MutationResolvers["createAdmin"] = async ( }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -139,7 +139,7 @@ export const createAdmin: MutationResolvers["createAdmin"] = async ( }, { new: true, - } + }, ) .select(["-password"]) .lean(); diff --git a/src/resolvers/Mutation/createAgendaCategory.ts b/src/resolvers/Mutation/createAgendaCategory.ts index 4ce04ef369..84ed83bcb0 100644 --- a/src/resolvers/Mutation/createAgendaCategory.ts +++ b/src/resolvers/Mutation/createAgendaCategory.ts @@ -32,7 +32,7 @@ export const createAgendaCategory: MutationResolvers["createAgendaCategory"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -55,7 +55,7 @@ export const createAgendaCategory: MutationResolvers["createAgendaCategory"] = throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -75,7 +75,7 @@ export const createAgendaCategory: MutationResolvers["createAgendaCategory"] = agendaCategories: createdAgendaCategory, }, }, - { new: true } + { new: true }, ); return createdAgendaCategory.toObject(); }; diff --git a/src/resolvers/Mutation/createComment.ts b/src/resolvers/Mutation/createComment.ts index 32495a6c79..44521a12c8 100644 --- a/src/resolvers/Mutation/createComment.ts +++ b/src/resolvers/Mutation/createComment.ts @@ -17,7 +17,7 @@ import { cachePosts } from "../../services/PostCache/cachePosts"; export const createComment: MutationResolvers["createComment"] = async ( _parent, args, - context + context, ) => { // Check if the provided post exists const postExists = await Post.exists({ @@ -28,7 +28,7 @@ export const createComment: MutationResolvers["createComment"] = async ( throw new errors.NotFoundError( requestContext.translate(POST_NOT_FOUND_ERROR.MESSAGE), POST_NOT_FOUND_ERROR.CODE, - POST_NOT_FOUND_ERROR.PARAM + POST_NOT_FOUND_ERROR.PARAM, ); } @@ -53,7 +53,7 @@ export const createComment: MutationResolvers["createComment"] = async ( }, { new: true, - } + }, ); if (updatedPost !== null) { diff --git a/src/resolvers/Mutation/createDirectChat.ts b/src/resolvers/Mutation/createDirectChat.ts index 9c32226364..7eec05be77 100644 --- a/src/resolvers/Mutation/createDirectChat.ts +++ b/src/resolvers/Mutation/createDirectChat.ts @@ -20,7 +20,7 @@ import { cacheOrganizations } from "../../services/OrganizationCache/cacheOrgani export const createDirectChat: MutationResolvers["createDirectChat"] = async ( _parent, args, - context + context, ) => { let organization; @@ -43,7 +43,7 @@ export const createDirectChat: MutationResolvers["createDirectChat"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -61,7 +61,7 @@ export const createDirectChat: MutationResolvers["createDirectChat"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/createDonation.ts b/src/resolvers/Mutation/createDonation.ts index 58f17a436a..d082f85bb1 100644 --- a/src/resolvers/Mutation/createDonation.ts +++ b/src/resolvers/Mutation/createDonation.ts @@ -10,7 +10,7 @@ import { Donation } from "../../models"; */ export const createDonation: MutationResolvers["createDonation"] = async ( _parent, - args + args, ) => { const createdDonation = await Donation.create({ amount: args.amount, diff --git a/src/resolvers/Mutation/createEvent.ts b/src/resolvers/Mutation/createEvent.ts index 471cc7397e..39fb395640 100644 --- a/src/resolvers/Mutation/createEvent.ts +++ b/src/resolvers/Mutation/createEvent.ts @@ -33,7 +33,7 @@ import { export const createEvent: MutationResolvers["createEvent"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -44,7 +44,7 @@ export const createEvent: MutationResolvers["createEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -57,16 +57,16 @@ export const createEvent: MutationResolvers["createEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } const userCreatedOrganization = currentUser.createdOrganizations.some( - (createdOrganization) => createdOrganization.equals(organization._id) + (createdOrganization) => createdOrganization.equals(organization._id), ); const userJoinedOrganization = currentUser.joinedOrganizations.some( - (joinedOrganization) => joinedOrganization.equals(organization._id) + (joinedOrganization) => joinedOrganization.equals(organization._id), ); // Checks whether currentUser neither created nor joined the organization. @@ -80,7 +80,7 @@ export const createEvent: MutationResolvers["createEvent"] = async ( throw new errors.UnauthorizedError( requestContext.translate(ORGANIZATION_NOT_AUTHORIZED_ERROR.MESSAGE), ORGANIZATION_NOT_AUTHORIZED_ERROR.CODE, - ORGANIZATION_NOT_AUTHORIZED_ERROR.PARAM + ORGANIZATION_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -88,41 +88,41 @@ export const createEvent: MutationResolvers["createEvent"] = async ( const validationResultTitle = isValidString(args.data?.title ?? "", 256); const validationResultDescription = isValidString( args.data?.description ?? "", - 500 + 500, ); const validationResultLocation = isValidString(args.data?.location ?? "", 50); if (!validationResultTitle.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultDescription.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultLocation.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } const compareDatesResult = compareDates( args.data?.startDate, - args.data?.endDate + args.data?.endDate, ); if (compareDatesResult !== "") { throw new errors.InputValidationError( requestContext.translate(compareDatesResult), - compareDatesResult + compareDatesResult, ); } @@ -142,7 +142,7 @@ export const createEvent: MutationResolvers["createEvent"] = async ( args, currentUser?._id.toString(), organization?._id.toString(), - session + session, ); } else { // create a single non-recurring event @@ -150,7 +150,7 @@ export const createEvent: MutationResolvers["createEvent"] = async ( args, currentUser?._id.toString(), organization?._id.toString(), - session + session, ); } diff --git a/src/resolvers/Mutation/createEventVolunteer.ts b/src/resolvers/Mutation/createEventVolunteer.ts index 4eab9f0955..284c5f3249 100644 --- a/src/resolvers/Mutation/createEventVolunteer.ts +++ b/src/resolvers/Mutation/createEventVolunteer.ts @@ -27,7 +27,7 @@ export const createEventVolunteer: MutationResolvers["createEventVolunteer"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const volunteerUser = await User.findOne({ _id: args.data?.userId }).lean(); @@ -35,7 +35,7 @@ export const createEventVolunteer: MutationResolvers["createEventVolunteer"] = throw new errors.NotFoundError( requestContext.translate(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE), EVENT_VOLUNTEER_NOT_FOUND_ERROR.CODE, - EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM + EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM, ); } if (args.data?.eventId) { @@ -44,7 +44,7 @@ export const createEventVolunteer: MutationResolvers["createEventVolunteer"] = throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } } diff --git a/src/resolvers/Mutation/createGroupChat.ts b/src/resolvers/Mutation/createGroupChat.ts index 53835f8d45..b6eb911270 100644 --- a/src/resolvers/Mutation/createGroupChat.ts +++ b/src/resolvers/Mutation/createGroupChat.ts @@ -20,7 +20,7 @@ import { findOrganizationsInCache } from "../../services/OrganizationCache/findO export const createGroupChat: MutationResolvers["createGroupChat"] = async ( _parent, args, - context + context, ) => { let organization; @@ -43,7 +43,7 @@ export const createGroupChat: MutationResolvers["createGroupChat"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -61,7 +61,7 @@ export const createGroupChat: MutationResolvers["createGroupChat"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/createMember.ts b/src/resolvers/Mutation/createMember.ts index d55623a899..6e38023621 100644 --- a/src/resolvers/Mutation/createMember.ts +++ b/src/resolvers/Mutation/createMember.ts @@ -24,7 +24,7 @@ import { cacheOrganizations } from "../../services/OrganizationCache/cacheOrgani export const createMember: MutationResolvers["createMember"] = async ( _parent, args, - context + context, ) => { // Checks whether the current user is a superAdmin const currentUser = await User.findOne({ @@ -35,7 +35,7 @@ export const createMember: MutationResolvers["createMember"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } superAdminCheck(currentUser); @@ -61,7 +61,7 @@ export const createMember: MutationResolvers["createMember"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -74,12 +74,12 @@ export const createMember: MutationResolvers["createMember"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const userIsOrganizationMember = organization?.members.some((member) => - member.equals(user._id) + member.equals(user._id), ); // Checks whether user with _id === args.input.userId is already an member of organization. @@ -87,7 +87,7 @@ export const createMember: MutationResolvers["createMember"] = async ( throw new errors.NotFoundError( requestContext.translate(MEMBER_NOT_FOUND_ERROR.MESSAGE), MEMBER_NOT_FOUND_ERROR.CODE, - MEMBER_NOT_FOUND_ERROR.PARAM + MEMBER_NOT_FOUND_ERROR.PARAM, ); } @@ -103,7 +103,7 @@ export const createMember: MutationResolvers["createMember"] = async ( }, { new: true, - } + }, ); // add user's id to members list on organization and return it. @@ -118,7 +118,7 @@ export const createMember: MutationResolvers["createMember"] = async ( }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { diff --git a/src/resolvers/Mutation/createMessageChat.ts b/src/resolvers/Mutation/createMessageChat.ts index 5d828e9b4d..5e7cba995a 100644 --- a/src/resolvers/Mutation/createMessageChat.ts +++ b/src/resolvers/Mutation/createMessageChat.ts @@ -15,7 +15,7 @@ import { USER_NOT_FOUND_ERROR } from "../../constants"; export const createMessageChat: MutationResolvers["createMessageChat"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -30,7 +30,7 @@ export const createMessageChat: MutationResolvers["createMessageChat"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/createOrganization.ts b/src/resolvers/Mutation/createOrganization.ts index 46ab307946..df7aa6db1e 100644 --- a/src/resolvers/Mutation/createOrganization.ts +++ b/src/resolvers/Mutation/createOrganization.ts @@ -58,17 +58,17 @@ export const createOrganization: MutationResolvers["createOrganization"] = if (!validationResultName.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultDescription.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultAddress.isAddressValid) { @@ -108,7 +108,7 @@ export const createOrganization: MutationResolvers["createOrganization"] = createdOrganizations: createdOrganization._id, adminFor: createdOrganization._id, }, - } + }, ); // Returns createdOrganization. diff --git a/src/resolvers/Mutation/createPlugin.ts b/src/resolvers/Mutation/createPlugin.ts index da1be20aa0..290d4db17c 100644 --- a/src/resolvers/Mutation/createPlugin.ts +++ b/src/resolvers/Mutation/createPlugin.ts @@ -12,7 +12,7 @@ import { Plugin } from "../../models"; export const createPlugin: MutationResolvers["createPlugin"] = async ( _parent, args, - context + context, ) => { // Creates new plugin. const createdPlugin = await Plugin.create({ diff --git a/src/resolvers/Mutation/createPost.ts b/src/resolvers/Mutation/createPost.ts index 10f4b782ee..49aa0a4fe9 100644 --- a/src/resolvers/Mutation/createPost.ts +++ b/src/resolvers/Mutation/createPost.ts @@ -28,7 +28,7 @@ import { cachePosts } from "../../services/PostCache/cachePosts"; export const createPost: MutationResolvers["createPost"] = async ( _parent, args, - context + context, ) => { // Get the current user const currentUser = await User.findOne({ @@ -40,7 +40,7 @@ export const createPost: MutationResolvers["createPost"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -65,7 +65,7 @@ export const createPost: MutationResolvers["createPost"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -87,12 +87,12 @@ export const createPost: MutationResolvers["createPost"] = async ( if (args.data?.title && !args.data.pinned) { throw new errors.InputValidationError( requestContext.translate(POST_NEEDS_TO_BE_PINNED.MESSAGE), - POST_NEEDS_TO_BE_PINNED.CODE + POST_NEEDS_TO_BE_PINNED.CODE, ); } else if (!args.data?.title && args.data.pinned) { throw new errors.InputValidationError( requestContext.translate(PLEASE_PROVIDE_TITLE.MESSAGE), - PLEASE_PROVIDE_TITLE.CODE + PLEASE_PROVIDE_TITLE.CODE, ); } @@ -103,17 +103,17 @@ export const createPost: MutationResolvers["createPost"] = async ( if (!validationResultTitle.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultText.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } } @@ -121,7 +121,7 @@ export const createPost: MutationResolvers["createPost"] = async ( if (args.data.pinned) { // Check if the user has privileges to pin the post const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organizationId) => organizationId.equals(args.data.organizationId) + (organizationId) => organizationId.equals(args.data.organizationId), ); if (currentUser?.userType) { if ( @@ -131,7 +131,7 @@ export const createPost: MutationResolvers["createPost"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_TO_PIN.MESSAGE), USER_NOT_AUTHORIZED_TO_PIN.CODE, - USER_NOT_AUTHORIZED_TO_PIN.PARAM + USER_NOT_AUTHORIZED_TO_PIN.PARAM, ); } } @@ -162,7 +162,7 @@ export const createPost: MutationResolvers["createPost"] = async ( }, { new: true, - } + }, ); await cacheOrganizations([updatedOrganizaiton!]); diff --git a/src/resolvers/Mutation/createSampleOrganization.ts b/src/resolvers/Mutation/createSampleOrganization.ts index 86fd355f16..c95bf9903a 100644 --- a/src/resolvers/Mutation/createSampleOrganization.ts +++ b/src/resolvers/Mutation/createSampleOrganization.ts @@ -22,7 +22,7 @@ export const createSampleOrganization: MutationResolvers["createSampleOrganizati throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -35,7 +35,7 @@ export const createSampleOrganization: MutationResolvers["createSampleOrganizati throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -47,7 +47,7 @@ export const createSampleOrganization: MutationResolvers["createSampleOrganizati throw new errors.UnauthorizedError( requestContext.translate(SAMPLE_ORGANIZATION_ALREADY_EXISTS.MESSAGE), SAMPLE_ORGANIZATION_ALREADY_EXISTS.CODE, - SAMPLE_ORGANIZATION_ALREADY_EXISTS.PARAM + SAMPLE_ORGANIZATION_ALREADY_EXISTS.PARAM, ); } diff --git a/src/resolvers/Mutation/createUserFamily.ts b/src/resolvers/Mutation/createUserFamily.ts index 9a7f911625..99e2bcccd1 100644 --- a/src/resolvers/Mutation/createUserFamily.ts +++ b/src/resolvers/Mutation/createUserFamily.ts @@ -23,7 +23,7 @@ import { superAdminCheck } from "../../utilities"; export const createUserFamily: MutationResolvers["createUserFamily"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findById({ _id: context.userId, @@ -34,7 +34,7 @@ export const createUserFamily: MutationResolvers["createUserFamily"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -52,9 +52,9 @@ export const createUserFamily: MutationResolvers["createUserFamily"] = async ( if (!validationResultName.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } @@ -63,7 +63,7 @@ export const createUserFamily: MutationResolvers["createUserFamily"] = async ( throw new errors.InputValidationError( requestContext.translate(USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE), USER_FAMILY_MIN_MEMBERS_ERROR_CODE.CODE, - USER_FAMILY_MIN_MEMBERS_ERROR_CODE.PARAM + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.PARAM, ); } diff --git a/src/resolvers/Mutation/createUserTag.ts b/src/resolvers/Mutation/createUserTag.ts index 6df7a899df..12b9d7830d 100644 --- a/src/resolvers/Mutation/createUserTag.ts +++ b/src/resolvers/Mutation/createUserTag.ts @@ -13,7 +13,7 @@ import { export const createUserTag: MutationResolvers["createUserTag"] = async ( _parent, args, - context + context, ) => { // Get the current user const currentUser = await User.findOne({ @@ -25,7 +25,7 @@ export const createUserTag: MutationResolvers["createUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -38,13 +38,13 @@ export const createUserTag: MutationResolvers["createUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } // Check if the user has privileges to create the tag const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organizationId) => organizationId.equals(args.input.organizationId) + (organizationId) => organizationId.equals(args.input.organizationId), ); if ( @@ -54,7 +54,7 @@ export const createUserTag: MutationResolvers["createUserTag"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_TO_CREATE_TAG.MESSAGE), USER_NOT_AUTHORIZED_TO_CREATE_TAG.CODE, - USER_NOT_AUTHORIZED_TO_CREATE_TAG.PARAM + USER_NOT_AUTHORIZED_TO_CREATE_TAG.PARAM, ); } @@ -69,7 +69,7 @@ export const createUserTag: MutationResolvers["createUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(TAG_NOT_FOUND.MESSAGE), TAG_NOT_FOUND.CODE, - TAG_NOT_FOUND.PARAM + TAG_NOT_FOUND.PARAM, ); } @@ -81,7 +81,7 @@ export const createUserTag: MutationResolvers["createUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(INCORRECT_TAG_INPUT.MESSAGE), INCORRECT_TAG_INPUT.CODE, - INCORRECT_TAG_INPUT.PARAM + INCORRECT_TAG_INPUT.PARAM, ); } } @@ -95,7 +95,7 @@ export const createUserTag: MutationResolvers["createUserTag"] = async ( throw new errors.ConflictError( requestContext.translate(TAG_ALREADY_EXISTS.MESSAGE), TAG_ALREADY_EXISTS.CODE, - TAG_ALREADY_EXISTS.PARAM + TAG_ALREADY_EXISTS.PARAM, ); } diff --git a/src/resolvers/Mutation/deleteAgendaCategory.ts b/src/resolvers/Mutation/deleteAgendaCategory.ts index b546bf9c87..a65423a747 100644 --- a/src/resolvers/Mutation/deleteAgendaCategory.ts +++ b/src/resolvers/Mutation/deleteAgendaCategory.ts @@ -35,14 +35,14 @@ export const deleteAgendaCategory: MutationResolvers["deleteAgendaCategory"] = throw new errors.NotFoundError( USER_NOT_FOUND_ERROR.MESSAGE, USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } if (!agendaCategory) { throw new errors.NotFoundError( AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE, AGENDA_CATEGORY_NOT_FOUND_ERROR.CODE, - AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM + AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM, ); } @@ -54,7 +54,7 @@ export const deleteAgendaCategory: MutationResolvers["deleteAgendaCategory"] = const currentUserIsOrgAdmin = currentUser.adminFor.some( (organizationId) => organizationId === currentOrg?._id || - Types.ObjectId(organizationId).equals(organizationId) + Types.ObjectId(organizationId).equals(organizationId), ); // If the user is a normal user, throw an error if ( @@ -64,7 +64,7 @@ export const deleteAgendaCategory: MutationResolvers["deleteAgendaCategory"] = throw new errors.UnauthorizedError( USER_NOT_AUTHORIZED_ERROR.MESSAGE, USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/forgotPassword.ts b/src/resolvers/Mutation/forgotPassword.ts index da39b1b0c4..513dc1f3bc 100644 --- a/src/resolvers/Mutation/forgotPassword.ts +++ b/src/resolvers/Mutation/forgotPassword.ts @@ -16,7 +16,7 @@ import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; */ export const forgotPassword: MutationResolvers["forgotPassword"] = async ( _parent, - args + args, ) => { const { userOtp, newPassword, otpToken } = args.data; @@ -43,7 +43,7 @@ export const forgotPassword: MutationResolvers["forgotPassword"] = async ( }, { password: hashedPassword, - } + }, ); // Returns true if operation is successful. diff --git a/src/resolvers/Mutation/joinPublicOrganization.ts b/src/resolvers/Mutation/joinPublicOrganization.ts index 2f24dd36e9..cacc670301 100644 --- a/src/resolvers/Mutation/joinPublicOrganization.ts +++ b/src/resolvers/Mutation/joinPublicOrganization.ts @@ -45,7 +45,7 @@ export const joinPublicOrganization: MutationResolvers["joinPublicOrganization"] throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -54,7 +54,7 @@ export const joinPublicOrganization: MutationResolvers["joinPublicOrganization"] throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } const currentUserExists = await User.exists({ @@ -65,12 +65,12 @@ export const joinPublicOrganization: MutationResolvers["joinPublicOrganization"] throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const currentUserIsOrganizationMember = organization.members.some( - (member) => Types.ObjectId(member).equals(context.userId) + (member) => Types.ObjectId(member).equals(context.userId), ); // Checks whether currentUser with _id === context.userId is already a member of organzation. @@ -78,7 +78,7 @@ export const joinPublicOrganization: MutationResolvers["joinPublicOrganization"] throw new errors.ConflictError( requestContext.translate(USER_ALREADY_MEMBER_ERROR.MESSAGE), USER_ALREADY_MEMBER_ERROR.CODE, - USER_ALREADY_MEMBER_ERROR.PARAM + USER_ALREADY_MEMBER_ERROR.PARAM, ); } @@ -94,7 +94,7 @@ export const joinPublicOrganization: MutationResolvers["joinPublicOrganization"] }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -116,7 +116,7 @@ export const joinPublicOrganization: MutationResolvers["joinPublicOrganization"] }, { new: true, - } + }, ) .select(["-password"]) .populate("joinedOrganizations") diff --git a/src/resolvers/Mutation/leaveOrganization.ts b/src/resolvers/Mutation/leaveOrganization.ts index d8b72ba98e..e58c7c5c8e 100644 --- a/src/resolvers/Mutation/leaveOrganization.ts +++ b/src/resolvers/Mutation/leaveOrganization.ts @@ -24,7 +24,7 @@ import { Types } from "mongoose"; export const leaveOrganization: MutationResolvers["leaveOrganization"] = async ( _parent, args, - context + context, ) => { let organization; @@ -47,7 +47,7 @@ export const leaveOrganization: MutationResolvers["leaveOrganization"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -60,12 +60,12 @@ export const leaveOrganization: MutationResolvers["leaveOrganization"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const currentUserIsOrganizationMember = organization.members.some((member) => - Types.ObjectId(member).equals(currentUser?._id) + Types.ObjectId(member).equals(currentUser?._id), ); // Checks whether currentUser is not a member of organzation. @@ -73,7 +73,7 @@ export const leaveOrganization: MutationResolvers["leaveOrganization"] = async ( throw new errors.ConflictError( requestContext.translate(MEMBER_NOT_FOUND_ERROR.MESSAGE), MEMBER_NOT_FOUND_ERROR.CODE, - MEMBER_NOT_FOUND_ERROR.PARAM + MEMBER_NOT_FOUND_ERROR.PARAM, ); } @@ -90,7 +90,7 @@ export const leaveOrganization: MutationResolvers["leaveOrganization"] = async ( }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -112,7 +112,7 @@ export const leaveOrganization: MutationResolvers["leaveOrganization"] = async ( }, { new: true, - } + }, ) .select(["-password"]) .lean(); diff --git a/src/resolvers/Mutation/likeComment.ts b/src/resolvers/Mutation/likeComment.ts index 86c4df47cd..dc2a11b39a 100644 --- a/src/resolvers/Mutation/likeComment.ts +++ b/src/resolvers/Mutation/likeComment.ts @@ -18,7 +18,7 @@ import { cacheComments } from "../../services/CommentCache/cacheComments"; export const likeComment: MutationResolvers["likeComment"] = async ( _parent, args, - context + context, ) => { let comment; @@ -41,12 +41,12 @@ export const likeComment: MutationResolvers["likeComment"] = async ( throw new errors.NotFoundError( requestContext.translate(COMMENT_NOT_FOUND_ERROR.MESSAGE), COMMENT_NOT_FOUND_ERROR.CODE, - COMMENT_NOT_FOUND_ERROR.PARAM + COMMENT_NOT_FOUND_ERROR.PARAM, ); } const currentUserHasLikedComment = comment.likedBy.some((likedByUser) => - likedByUser.equals(context.userId) + likedByUser.equals(context.userId), ); // Checks whether currentUser with _id === context.userId has not already liked the comment. @@ -69,7 +69,7 @@ export const likeComment: MutationResolvers["likeComment"] = async ( }, { new: true, - } + }, ).lean(); if (updatedComment !== null) { diff --git a/src/resolvers/Mutation/likePost.ts b/src/resolvers/Mutation/likePost.ts index 2f63eca5e9..638a8b9cce 100644 --- a/src/resolvers/Mutation/likePost.ts +++ b/src/resolvers/Mutation/likePost.ts @@ -18,7 +18,7 @@ import { cachePosts } from "../../services/PostCache/cachePosts"; export const likePost: MutationResolvers["likePost"] = async ( _parent, args, - context + context, ) => { let post; @@ -41,12 +41,12 @@ export const likePost: MutationResolvers["likePost"] = async ( throw new errors.NotFoundError( requestContext.translate(POST_NOT_FOUND_ERROR.MESSAGE), POST_NOT_FOUND_ERROR.CODE, - POST_NOT_FOUND_ERROR.PARAM + POST_NOT_FOUND_ERROR.PARAM, ); } const currentUserHasLikedPost = post.likedBy.some((likedByUser) => - likedByUser.equals(context.userId) + likedByUser.equals(context.userId), ); // Checks whether currentUser with _id === context.userId has not already liked the post. @@ -69,7 +69,7 @@ export const likePost: MutationResolvers["likePost"] = async ( }, { new: true, - } + }, ).lean(); if (updatedPost !== null) { diff --git a/src/resolvers/Mutation/login.ts b/src/resolvers/Mutation/login.ts index 94ae28496e..e6f7509f49 100644 --- a/src/resolvers/Mutation/login.ts +++ b/src/resolvers/Mutation/login.ts @@ -32,12 +32,12 @@ export const login: MutationResolvers["login"] = async (_parent, args) => { throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const isPasswordValid = await bcrypt.compare( args.data.password, - user.password + user.password, ); // Checks whether password is invalid. if (isPasswordValid === false) { @@ -49,7 +49,7 @@ export const login: MutationResolvers["login"] = async (_parent, args) => { param: INVALID_CREDENTIALS_ERROR.PARAM, }, ], - requestContext.translate(INVALID_CREDENTIALS_ERROR.MESSAGE) + requestContext.translate(INVALID_CREDENTIALS_ERROR.MESSAGE), ); } const accessToken = await createAccessToken(user); @@ -69,13 +69,13 @@ export const login: MutationResolvers["login"] = async (_parent, args) => { }, { userType: "SUPERADMIN", - } + }, ); } await User.findOneAndUpdate( { _id: user._id }, - { token: refreshToken, $inc: { tokenVersion: 1 } } + { token: refreshToken, $inc: { tokenVersion: 1 } }, ); // Assigns new value with populated fields to user object. diff --git a/src/resolvers/Mutation/logout.ts b/src/resolvers/Mutation/logout.ts index e4a3710e19..eae004ad24 100644 --- a/src/resolvers/Mutation/logout.ts +++ b/src/resolvers/Mutation/logout.ts @@ -13,7 +13,7 @@ import { User } from "../../models"; export const logout: MutationResolvers["logout"] = async ( _parent, _args, - context + context, ) => { // Sets token field of currentUser with _id === context.userId to null. await User.updateOne( @@ -24,7 +24,7 @@ export const logout: MutationResolvers["logout"] = async ( $set: { token: null, }, - } + }, ); // Returns true if the operation is successful. diff --git a/src/resolvers/Mutation/otp.ts b/src/resolvers/Mutation/otp.ts index 066c3ba5db..be8c058817 100644 --- a/src/resolvers/Mutation/otp.ts +++ b/src/resolvers/Mutation/otp.ts @@ -36,7 +36,7 @@ export const otp: MutationResolvers["otp"] = async (_parent, args) => { ACCESS_TOKEN_SECRET as string, { expiresIn: "15m", - } + }, ); const subject = "OTP for Talawa-admin forgot password"; diff --git a/src/resolvers/Mutation/recaptcha.ts b/src/resolvers/Mutation/recaptcha.ts index 0cb3101edf..13a8edf882 100644 --- a/src/resolvers/Mutation/recaptcha.ts +++ b/src/resolvers/Mutation/recaptcha.ts @@ -9,10 +9,10 @@ import type { MutationResolvers } from "../../types/generatedGraphQLTypes"; */ export const recaptcha: MutationResolvers["recaptcha"] = async ( _parent, - args + args, ) => { const response = await axios.post( - `https://www.google.com/recaptcha/api/siteverify?secret=${RECAPTCHA_SECRET_KEY}&response=${args.data.recaptchaToken}` + `https://www.google.com/recaptcha/api/siteverify?secret=${RECAPTCHA_SECRET_KEY}&response=${args.data.recaptchaToken}`, ); return response.data.success; diff --git a/src/resolvers/Mutation/refreshToken.ts b/src/resolvers/Mutation/refreshToken.ts index ad98d6ccd5..3dca437b5c 100644 --- a/src/resolvers/Mutation/refreshToken.ts +++ b/src/resolvers/Mutation/refreshToken.ts @@ -22,7 +22,7 @@ import { */ export const refreshToken: MutationResolvers["refreshToken"] = async ( _parent, - args + args, ) => { // This route should not be protected because the access token will be expired. if (!args.refreshToken || typeof args.refreshToken !== "string") { @@ -30,19 +30,19 @@ export const refreshToken: MutationResolvers["refreshToken"] = async ( [ { message: requestContext.translate( - INVALID_REFRESH_TOKEN_ERROR.MESSAGE + INVALID_REFRESH_TOKEN_ERROR.MESSAGE, ), code: INVALID_REFRESH_TOKEN_ERROR.CODE, param: INVALID_REFRESH_TOKEN_ERROR.PARAM, }, ], - requestContext.translate(INVALID_REFRESH_TOKEN_ERROR.MESSAGE) + requestContext.translate(INVALID_REFRESH_TOKEN_ERROR.MESSAGE), ); } const jwtPayload: InterfaceJwtTokenPayload = jwt.verify( args.refreshToken, - REFRESH_TOKEN_SECRET as string + REFRESH_TOKEN_SECRET as string, ) as InterfaceJwtTokenPayload; // The refresh token received is valid so we can send a new access token @@ -55,7 +55,7 @@ export const refreshToken: MutationResolvers["refreshToken"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -68,13 +68,13 @@ export const refreshToken: MutationResolvers["refreshToken"] = async ( [ { message: requestContext.translate( - INVALID_REFRESH_TOKEN_ERROR.MESSAGE + INVALID_REFRESH_TOKEN_ERROR.MESSAGE, ), code: INVALID_REFRESH_TOKEN_ERROR.CODE, param: INVALID_REFRESH_TOKEN_ERROR.PARAM, }, ], - requestContext.translate(INVALID_REFRESH_TOKEN_ERROR.MESSAGE) + requestContext.translate(INVALID_REFRESH_TOKEN_ERROR.MESSAGE), ); } diff --git a/src/resolvers/Mutation/registerForEvent.ts b/src/resolvers/Mutation/registerForEvent.ts index fcd14b80a8..c35f716b1a 100644 --- a/src/resolvers/Mutation/registerForEvent.ts +++ b/src/resolvers/Mutation/registerForEvent.ts @@ -24,7 +24,7 @@ import { cacheEvents } from "../../services/EventCache/cacheEvents"; export const registerForEvent: MutationResolvers["registerForEvent"] = async ( _parent, args, - context + context, ) => { let event: InterfaceEvent | null; @@ -47,7 +47,7 @@ export const registerForEvent: MutationResolvers["registerForEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } @@ -60,7 +60,7 @@ export const registerForEvent: MutationResolvers["registerForEvent"] = async ( throw new errors.InputValidationError( requestContext.translate(REGISTRANT_ALREADY_EXIST_ERROR.MESSAGE), REGISTRANT_ALREADY_EXIST_ERROR.CODE, - REGISTRANT_ALREADY_EXIST_ERROR.PARAM + REGISTRANT_ALREADY_EXIST_ERROR.PARAM, ); } @@ -73,7 +73,7 @@ export const registerForEvent: MutationResolvers["registerForEvent"] = async ( $push: { registeredEvents: event._id, }, - } + }, ); await EventAttendee.create({ diff --git a/src/resolvers/Mutation/rejectAdmin.ts b/src/resolvers/Mutation/rejectAdmin.ts index cbf4073b4e..e5035763a3 100644 --- a/src/resolvers/Mutation/rejectAdmin.ts +++ b/src/resolvers/Mutation/rejectAdmin.ts @@ -17,7 +17,7 @@ import { superAdminCheck } from "../../utilities"; export const rejectAdmin: MutationResolvers["rejectAdmin"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -28,7 +28,7 @@ export const rejectAdmin: MutationResolvers["rejectAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -44,7 +44,7 @@ export const rejectAdmin: MutationResolvers["rejectAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -57,7 +57,7 @@ export const rejectAdmin: MutationResolvers["rejectAdmin"] = async ( $set: { adminApproved: false, }, - } + }, ); // Returns true if operation is successful. diff --git a/src/resolvers/Mutation/rejectMembershipRequest.ts b/src/resolvers/Mutation/rejectMembershipRequest.ts index 838d3263a5..98f6e13e4f 100644 --- a/src/resolvers/Mutation/rejectMembershipRequest.ts +++ b/src/resolvers/Mutation/rejectMembershipRequest.ts @@ -34,7 +34,7 @@ export const rejectMembershipRequest: MutationResolvers["rejectMembershipRequest throw new errors.NotFoundError( requestContext.translate(MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE), MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.CODE, - MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM + MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM, ); } @@ -43,7 +43,7 @@ export const rejectMembershipRequest: MutationResolvers["rejectMembershipRequest throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -52,7 +52,7 @@ export const rejectMembershipRequest: MutationResolvers["rejectMembershipRequest throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -76,7 +76,7 @@ export const rejectMembershipRequest: MutationResolvers["rejectMembershipRequest }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -92,7 +92,7 @@ export const rejectMembershipRequest: MutationResolvers["rejectMembershipRequest $pull: { membershipRequests: membershipRequest._id, }, - } + }, ); // Returns deleted membershipRequest. diff --git a/src/resolvers/Mutation/removeActionItem.ts b/src/resolvers/Mutation/removeActionItem.ts index ae1c023213..c080d15a30 100644 --- a/src/resolvers/Mutation/removeActionItem.ts +++ b/src/resolvers/Mutation/removeActionItem.ts @@ -26,7 +26,7 @@ import { cacheEvents } from "../../services/EventCache/cacheEvents"; export const removeActionItem: MutationResolvers["removeActionItem"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -37,7 +37,7 @@ export const removeActionItem: MutationResolvers["removeActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -52,7 +52,7 @@ export const removeActionItem: MutationResolvers["removeActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(ACTION_ITEM_NOT_FOUND_ERROR.MESSAGE), ACTION_ITEM_NOT_FOUND_ERROR.CODE, - ACTION_ITEM_NOT_FOUND_ERROR.PARAM + ACTION_ITEM_NOT_FOUND_ERROR.PARAM, ); } @@ -60,8 +60,8 @@ export const removeActionItem: MutationResolvers["removeActionItem"] = async ( (ogranizationId) => ogranizationId === actionItem.actionItemCategoryId.organizationId || Types.ObjectId(ogranizationId).equals( - actionItem.actionItemCategoryId.organizationId - ) + actionItem.actionItemCategoryId.organizationId, + ), ); let currentUserIsEventAdmin = false; @@ -88,14 +88,15 @@ export const removeActionItem: MutationResolvers["removeActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } // Checks if the currUser is an admin of the event currentUserIsEventAdmin = currEvent.admins.some( (admin) => - admin === context.userID || Types.ObjectId(admin).equals(context.userId) + admin === context.userID || + Types.ObjectId(admin).equals(context.userId), ); } @@ -108,7 +109,7 @@ export const removeActionItem: MutationResolvers["removeActionItem"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/removeAdmin.ts b/src/resolvers/Mutation/removeAdmin.ts index 68f2920920..9170f92749 100644 --- a/src/resolvers/Mutation/removeAdmin.ts +++ b/src/resolvers/Mutation/removeAdmin.ts @@ -26,7 +26,7 @@ import { Types } from "mongoose"; export const removeAdmin: MutationResolvers["removeAdmin"] = async ( _parent, args, - context + context, ) => { let organization: InterfaceOrganization; @@ -49,7 +49,7 @@ export const removeAdmin: MutationResolvers["removeAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -66,20 +66,20 @@ export const removeAdmin: MutationResolvers["removeAdmin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } // Checks whether user is an admin of the organization. const userIsOrganizationAdmin = organization.admins.some((admin) => - Types.ObjectId(admin).equals(user._id) + Types.ObjectId(admin).equals(user._id), ); if (!userIsOrganizationAdmin) { throw new errors.UnauthorizedError( requestContext.translate(`${USER_NOT_ORGANIZATION_ADMIN.MESSAGE}`), USER_NOT_ORGANIZATION_ADMIN.CODE, - USER_NOT_ORGANIZATION_ADMIN.PARAM + USER_NOT_ORGANIZATION_ADMIN.PARAM, ); } @@ -94,13 +94,13 @@ export const removeAdmin: MutationResolvers["removeAdmin"] = async ( { $set: { admins: organization.admins.filter( - (admin) => admin.toString() !== user!._id.toString() + (admin) => admin.toString() !== user!._id.toString(), ), }, }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -116,13 +116,13 @@ export const removeAdmin: MutationResolvers["removeAdmin"] = async ( $set: { adminFor: user.adminFor.filter( (adminForOrganization) => - adminForOrganization.toString() !== organization._id.toString() + adminForOrganization.toString() !== organization._id.toString(), ), }, }, { new: true, - } + }, ) .select(["-password"]) .lean(); diff --git a/src/resolvers/Mutation/removeAdvertisement.ts b/src/resolvers/Mutation/removeAdvertisement.ts index ff5ec2764e..6774b5263c 100644 --- a/src/resolvers/Mutation/removeAdvertisement.ts +++ b/src/resolvers/Mutation/removeAdvertisement.ts @@ -18,7 +18,7 @@ export const removeAdvertisement: MutationResolvers["removeAdvertisement"] = throw new errors.NotFoundError( requestContext.translate(ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE), ADVERTISEMENT_NOT_FOUND_ERROR.CODE, - ADVERTISEMENT_NOT_FOUND_ERROR.PARAM + ADVERTISEMENT_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/removeComment.ts b/src/resolvers/Mutation/removeComment.ts index 48dd672ca3..0954bbbf71 100644 --- a/src/resolvers/Mutation/removeComment.ts +++ b/src/resolvers/Mutation/removeComment.ts @@ -26,7 +26,7 @@ import { cachePosts } from "../../services/PostCache/cachePosts"; export const removeComment: MutationResolvers["removeComment"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -37,7 +37,7 @@ export const removeComment: MutationResolvers["removeComment"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -60,12 +60,12 @@ export const removeComment: MutationResolvers["removeComment"] = async ( throw new errors.NotFoundError( requestContext.translate(COMMENT_NOT_FOUND_ERROR.MESSAGE), COMMENT_NOT_FOUND_ERROR.CODE, - COMMENT_NOT_FOUND_ERROR.PARAM + COMMENT_NOT_FOUND_ERROR.PARAM, ); } const isCurrentUserAdminOfOrganization = currentUser.adminFor.some( - (organization) => organization.equals(comment.postId.organization) + (organization) => organization.equals(comment.postId.organization), ); // Checks whether currentUser with _id === context.userId has the authorization to delete the comment @@ -77,7 +77,7 @@ export const removeComment: MutationResolvers["removeComment"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -94,7 +94,7 @@ export const removeComment: MutationResolvers["removeComment"] = async ( }, { new: true, - } + }, ).lean(); if (updatedPost !== null) { diff --git a/src/resolvers/Mutation/removeDirectChat.ts b/src/resolvers/Mutation/removeDirectChat.ts index 9d38689027..a1401eff79 100644 --- a/src/resolvers/Mutation/removeDirectChat.ts +++ b/src/resolvers/Mutation/removeDirectChat.ts @@ -22,7 +22,7 @@ import { cacheOrganizations } from "../../services/OrganizationCache/cacheOrgani export const removeDirectChat: MutationResolvers["removeDirectChat"] = async ( _parent, args, - context + context, ) => { let organization; @@ -45,7 +45,7 @@ export const removeDirectChat: MutationResolvers["removeDirectChat"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -58,7 +58,7 @@ export const removeDirectChat: MutationResolvers["removeDirectChat"] = async ( throw new errors.NotFoundError( requestContext.translate(CHAT_NOT_FOUND_ERROR.MESSAGE), CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/removeEvent.ts b/src/resolvers/Mutation/removeEvent.ts index 63322f847c..9da1872f5e 100644 --- a/src/resolvers/Mutation/removeEvent.ts +++ b/src/resolvers/Mutation/removeEvent.ts @@ -24,7 +24,7 @@ import { cacheEvents } from "../../services/EventCache/cacheEvents"; export const removeEvent: MutationResolvers["removeEvent"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -35,7 +35,7 @@ export const removeEvent: MutationResolvers["removeEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -60,18 +60,18 @@ export const removeEvent: MutationResolvers["removeEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } // Boolean to determine whether user is an admin of organization. const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(event?.organization) + (organization) => organization.equals(event?.organization), ); // Boolean to determine whether user is an admin of event. const currentUserIsEventAdmin = event.admins.some((admin) => - admin.equals(currentUser._id) + admin.equals(currentUser._id), ); // Checks whether currentUser cannot delete event. @@ -85,7 +85,7 @@ export const removeEvent: MutationResolvers["removeEvent"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -97,7 +97,7 @@ export const removeEvent: MutationResolvers["removeEvent"] = async ( $pull: { createdEvents: event._id, }, - } + }, ); await User.updateMany( @@ -108,7 +108,7 @@ export const removeEvent: MutationResolvers["removeEvent"] = async ( $pull: { eventAdmin: event._id, }, - } + }, ); const updatedEvent = await Event.findOneAndUpdate( @@ -120,7 +120,7 @@ export const removeEvent: MutationResolvers["removeEvent"] = async ( }, { new: true, - } + }, ); if (updatedEvent !== null) { diff --git a/src/resolvers/Mutation/removeEventAttendee.ts b/src/resolvers/Mutation/removeEventAttendee.ts index 05e67ad2ab..2183f3e3f6 100644 --- a/src/resolvers/Mutation/removeEventAttendee.ts +++ b/src/resolvers/Mutation/removeEventAttendee.ts @@ -21,7 +21,7 @@ export const removeEventAttendee: MutationResolvers["removeEventAttendee"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -45,19 +45,19 @@ export const removeEventAttendee: MutationResolvers["removeEventAttendee"] = throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } const isUserEventAdmin = currentEvent.admins.some( - (admin) => admin.toString() === context.userId.toString() + (admin) => admin.toString() === context.userId.toString(), ); if (!isUserEventAdmin && currentUser.userType !== "SUPERADMIN") { throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -69,7 +69,7 @@ export const removeEventAttendee: MutationResolvers["removeEventAttendee"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -81,7 +81,7 @@ export const removeEventAttendee: MutationResolvers["removeEventAttendee"] = throw new errors.ConflictError( requestContext.translate(USER_NOT_REGISTERED_FOR_EVENT.MESSAGE), USER_NOT_REGISTERED_FOR_EVENT.CODE, - USER_NOT_REGISTERED_FOR_EVENT.PARAM + USER_NOT_REGISTERED_FOR_EVENT.PARAM, ); } diff --git a/src/resolvers/Mutation/removeEventVolunteer.ts b/src/resolvers/Mutation/removeEventVolunteer.ts index 7f188dde0c..6bdf5f8c6c 100644 --- a/src/resolvers/Mutation/removeEventVolunteer.ts +++ b/src/resolvers/Mutation/removeEventVolunteer.ts @@ -27,7 +27,7 @@ export const removeEventVolunteer: MutationResolvers["removeEventVolunteer"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -39,7 +39,7 @@ export const removeEventVolunteer: MutationResolvers["removeEventVolunteer"] = throw new errors.NotFoundError( requestContext.translate(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE), EVENT_VOLUNTEER_NOT_FOUND_ERROR.CODE, - EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM + EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/removeGroupChat.ts b/src/resolvers/Mutation/removeGroupChat.ts index b2e9d6d34f..c1ef3f3182 100644 --- a/src/resolvers/Mutation/removeGroupChat.ts +++ b/src/resolvers/Mutation/removeGroupChat.ts @@ -22,7 +22,7 @@ import { findOrganizationsInCache } from "../../services/OrganizationCache/findO export const removeGroupChat: MutationResolvers["removeGroupChat"] = async ( _parent, args, - context + context, ) => { const groupChat = await GroupChat.findOne({ _id: args.chatId, @@ -33,7 +33,7 @@ export const removeGroupChat: MutationResolvers["removeGroupChat"] = async ( throw new errors.NotFoundError( requestContext.translate(CHAT_NOT_FOUND_ERROR.MESSAGE), CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } @@ -58,7 +58,7 @@ export const removeGroupChat: MutationResolvers["removeGroupChat"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/removeMember.ts b/src/resolvers/Mutation/removeMember.ts index 56e394af54..b24e11695c 100644 --- a/src/resolvers/Mutation/removeMember.ts +++ b/src/resolvers/Mutation/removeMember.ts @@ -29,7 +29,7 @@ import { findOrganizationsInCache } from "../../services/OrganizationCache/findO export const removeMember: MutationResolvers["removeMember"] = async ( _parent, args, - context + context, ) => { let organization: InterfaceOrganization; @@ -52,7 +52,7 @@ export const removeMember: MutationResolvers["removeMember"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -72,19 +72,19 @@ export const removeMember: MutationResolvers["removeMember"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const userIsOrganizationMember = organization?.members.some((member) => - Types.ObjectId(member).equals(user._id) + Types.ObjectId(member).equals(user._id), ); if (!userIsOrganizationMember) { throw new errors.NotFoundError( requestContext.translate(MEMBER_NOT_FOUND_ERROR.MESSAGE), MEMBER_NOT_FOUND_ERROR.CODE, - MEMBER_NOT_FOUND_ERROR.PARAM + MEMBER_NOT_FOUND_ERROR.PARAM, ); } @@ -93,12 +93,12 @@ export const removeMember: MutationResolvers["removeMember"] = async ( throw new errors.ConflictError( requestContext.translate(USER_REMOVING_SELF.MESSAGE), USER_REMOVING_SELF.CODE, - USER_REMOVING_SELF.PARAM + USER_REMOVING_SELF.PARAM, ); } const userIsOrganizationAdmin = organization?.admins.some((admin) => - Types.ObjectId(admin).equals(user._id) + Types.ObjectId(admin).equals(user._id), ); /* @@ -109,7 +109,7 @@ export const removeMember: MutationResolvers["removeMember"] = async ( throw new errors.ConflictError( requestContext.translate(ADMIN_REMOVING_ADMIN.MESSAGE), ADMIN_REMOVING_ADMIN.CODE, - ADMIN_REMOVING_ADMIN.PARAM + ADMIN_REMOVING_ADMIN.PARAM, ); } @@ -124,7 +124,7 @@ export const removeMember: MutationResolvers["removeMember"] = async ( throw new errors.UnauthorizedError( requestContext.translate(ADMIN_REMOVING_CREATOR.MESSAGE), ADMIN_REMOVING_CREATOR.CODE, - ADMIN_REMOVING_CREATOR.PARAM + ADMIN_REMOVING_CREATOR.PARAM, ); } @@ -136,13 +136,13 @@ export const removeMember: MutationResolvers["removeMember"] = async ( { $set: { members: organization?.members.filter( - (member) => member.toString() !== user._id.toString() + (member) => member.toString() !== user._id.toString(), ), }, }, { new: true, - } + }, ).lean(); await cacheOrganizations([organization!]); @@ -156,10 +156,10 @@ export const removeMember: MutationResolvers["removeMember"] = async ( $set: { joinedOrganizations: user.joinedOrganizations.filter( (joinedOrganization) => - joinedOrganization.toString() !== organization?._id.toString() + joinedOrganization.toString() !== organization?._id.toString(), ), }, - } + }, ); return organization ?? ({} as InterfaceOrganization); diff --git a/src/resolvers/Mutation/removeOrganization.ts b/src/resolvers/Mutation/removeOrganization.ts index 5396eaaef8..4416b41603 100644 --- a/src/resolvers/Mutation/removeOrganization.ts +++ b/src/resolvers/Mutation/removeOrganization.ts @@ -40,7 +40,7 @@ export const removeOrganization: MutationResolvers["removeOrganization"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -63,7 +63,7 @@ export const removeOrganization: MutationResolvers["removeOrganization"] = throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } // Checks whether currentUser is a SUPERADMIN @@ -82,19 +82,19 @@ export const removeOrganization: MutationResolvers["removeOrganization"] = $pull: { createdOrganizations: organization._id, }, - } + }, ); // Remove organization._id from each member's joinedOrganizations field for organization.members list. await User.updateMany( { _id: { $in: organization.members } }, - { $pull: { joinedOrganizations: organization._id } } + { $pull: { joinedOrganizations: organization._id } }, ); // Remove organization._id from each admin's joinedOrganizations field for organization.admins list. await User.updateMany( { _id: { $in: organization.admins } }, - { $pull: { joinedOrganizations: organization._id } } + { $pull: { joinedOrganizations: organization._id } }, ); /* @@ -115,7 +115,7 @@ export const removeOrganization: MutationResolvers["removeOrganization"] = $pull: { membershipRequests: { $in: organization.membershipRequests }, }, - } + }, ); /* @@ -124,7 +124,7 @@ export const removeOrganization: MutationResolvers["removeOrganization"] = */ await User.updateMany( { _id: { $in: organization.blockedUsers } }, - { $pull: { organizationsBlockedBy: organization._id } } + { $pull: { organizationsBlockedBy: organization._id } }, ); // Get the ids of all ActionItemCategories associated with the organization @@ -132,7 +132,7 @@ export const removeOrganization: MutationResolvers["removeOrganization"] = organizationId: organization?._id, }); const actionItemCategoriesIds = actionItemCategories.map( - (category) => category._id + (category) => category._id, ); // Remove all ActionItemCategory documents whose id is in the actionItemCategories array diff --git a/src/resolvers/Mutation/removeOrganizationCustomField.ts b/src/resolvers/Mutation/removeOrganizationCustomField.ts index 5009c2fcf6..331b3a8bb4 100644 --- a/src/resolvers/Mutation/removeOrganizationCustomField.ts +++ b/src/resolvers/Mutation/removeOrganizationCustomField.ts @@ -33,7 +33,7 @@ export const removeOrganizationCustomField: MutationResolvers["removeOrganizatio throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -45,12 +45,12 @@ export const removeOrganizationCustomField: MutationResolvers["removeOrganizatio throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(organization._id) + (organization) => organization.equals(organization._id), ); if ( @@ -59,25 +59,24 @@ export const removeOrganizationCustomField: MutationResolvers["removeOrganizatio throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } organization.customFields = organization.customFields.filter( - (field) => !field.equals(customFieldId) + (field) => !field.equals(customFieldId), ); await organization.save(); - const removedCustomField = await OrganizationCustomField.findByIdAndDelete( - customFieldId - ); + const removedCustomField = + await OrganizationCustomField.findByIdAndDelete(customFieldId); if (!removedCustomField) { throw new errors.UnauthorizedError( requestContext.translate(CUSTOM_FIELD_NOT_FOUND.MESSAGE), CUSTOM_FIELD_NOT_FOUND.CODE, - CUSTOM_FIELD_NOT_FOUND.PARAM + CUSTOM_FIELD_NOT_FOUND.PARAM, ); } diff --git a/src/resolvers/Mutation/removeOrganizationImage.ts b/src/resolvers/Mutation/removeOrganizationImage.ts index 876069d2b9..1f0849fde4 100644 --- a/src/resolvers/Mutation/removeOrganizationImage.ts +++ b/src/resolvers/Mutation/removeOrganizationImage.ts @@ -42,7 +42,7 @@ export const removeOrganizationImage: MutationResolvers["removeOrganizationImage throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -54,7 +54,7 @@ export const removeOrganizationImage: MutationResolvers["removeOrganizationImage throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_IMAGE_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_IMAGE_NOT_FOUND_ERROR.CODE, - ORGANIZATION_IMAGE_NOT_FOUND_ERROR.PARAM + ORGANIZATION_IMAGE_NOT_FOUND_ERROR.PARAM, ); } @@ -72,7 +72,7 @@ export const removeOrganizationImage: MutationResolvers["removeOrganizationImage }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { diff --git a/src/resolvers/Mutation/removePost.ts b/src/resolvers/Mutation/removePost.ts index fb4077cd5f..ea770178ec 100644 --- a/src/resolvers/Mutation/removePost.ts +++ b/src/resolvers/Mutation/removePost.ts @@ -28,7 +28,7 @@ import { deletePreviousVideo as deleteVideo } from "../../utilities/encodedVideo export const removePost: MutationResolvers["removePost"] = async ( _parent, args, - context + context, ) => { // Get the currentUser with _id === context.userId exists. const currentUser = await User.findOne({ @@ -40,7 +40,7 @@ export const removePost: MutationResolvers["removePost"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -64,7 +64,7 @@ export const removePost: MutationResolvers["removePost"] = async ( throw new errors.NotFoundError( requestContext.translate(POST_NOT_FOUND_ERROR.MESSAGE), POST_NOT_FOUND_ERROR.CODE, - POST_NOT_FOUND_ERROR.PARAM + POST_NOT_FOUND_ERROR.PARAM, ); } @@ -72,14 +72,14 @@ export const removePost: MutationResolvers["removePost"] = async ( const isCreator = post.creatorId.equals(context.userId); const isSuperAdmin = currentUser?.userType === "SUPERADMIN"; const isAdminOfPostOrganization = currentUser?.adminFor.some((orgID) => - orgID.equals(post?.organization) + orgID.equals(post?.organization), ); if (!isCreator && !isSuperAdmin && !isAdminOfPostOrganization) { throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -112,7 +112,7 @@ export const removePost: MutationResolvers["removePost"] = async ( }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { diff --git a/src/resolvers/Mutation/removeSampleOrganization.ts b/src/resolvers/Mutation/removeSampleOrganization.ts index e1bf9f7667..d768361822 100644 --- a/src/resolvers/Mutation/removeSampleOrganization.ts +++ b/src/resolvers/Mutation/removeSampleOrganization.ts @@ -18,7 +18,7 @@ export const removeSampleOrganization: MutationResolvers["removeSampleOrganizati throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -31,7 +31,7 @@ export const removeSampleOrganization: MutationResolvers["removeSampleOrganizati throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -43,7 +43,7 @@ export const removeSampleOrganization: MutationResolvers["removeSampleOrganizati throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/removeUserCustomData.ts b/src/resolvers/Mutation/removeUserCustomData.ts index c1ec2228ed..f4529bc40e 100644 --- a/src/resolvers/Mutation/removeUserCustomData.ts +++ b/src/resolvers/Mutation/removeUserCustomData.ts @@ -21,7 +21,7 @@ export const removeUserCustomData: MutationResolvers["removeUserCustomData"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -33,12 +33,12 @@ export const removeUserCustomData: MutationResolvers["removeUserCustomData"] = throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(organization._id) + (organization) => organization.equals(organization._id), ); if ( @@ -47,7 +47,7 @@ export const removeUserCustomData: MutationResolvers["removeUserCustomData"] = throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -60,7 +60,7 @@ export const removeUserCustomData: MutationResolvers["removeUserCustomData"] = throw new errors.NotFoundError( requestContext.translate(CUSTOM_DATA_NOT_FOUND.MESSAGE), CUSTOM_DATA_NOT_FOUND.CODE, - CUSTOM_DATA_NOT_FOUND.PARAM + CUSTOM_DATA_NOT_FOUND.PARAM, ); } diff --git a/src/resolvers/Mutation/removeUserFamily.ts b/src/resolvers/Mutation/removeUserFamily.ts index 38181ad1a9..0d9ff3b4fd 100644 --- a/src/resolvers/Mutation/removeUserFamily.ts +++ b/src/resolvers/Mutation/removeUserFamily.ts @@ -20,7 +20,7 @@ import { superAdminCheck } from "../../utilities"; export const removeUserFamily: MutationResolvers["removeUserFamily"] = async ( _parent, args, - context + context, ) => { const userFamily = await UserFamily.findOne({ _id: args.familyId, @@ -35,7 +35,7 @@ export const removeUserFamily: MutationResolvers["removeUserFamily"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -47,7 +47,7 @@ export const removeUserFamily: MutationResolvers["removeUserFamily"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), USER_FAMILY_NOT_FOUND_ERROR.CODE, - USER_FAMILY_NOT_FOUND_ERROR.PARAM + USER_FAMILY_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/removeUserFromGroupChat.ts b/src/resolvers/Mutation/removeUserFromGroupChat.ts index 55615e0281..db0ebe6358 100644 --- a/src/resolvers/Mutation/removeUserFromGroupChat.ts +++ b/src/resolvers/Mutation/removeUserFromGroupChat.ts @@ -32,7 +32,7 @@ export const removeUserFromGroupChat: MutationResolvers["removeUserFromGroupChat throw new errors.NotFoundError( requestContext.translate(CHAT_NOT_FOUND_ERROR.MESSAGE), CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } @@ -57,7 +57,7 @@ export const removeUserFromGroupChat: MutationResolvers["removeUserFromGroupChat throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -65,7 +65,7 @@ export const removeUserFromGroupChat: MutationResolvers["removeUserFromGroupChat await adminCheck(context.userId, organization); const userIsMemberOfGroupChat = groupChat.users.some((user) => - user.equals(args.userId) + user.equals(args.userId), ); // Checks if user with _id === args.userId is not a member of groupChat. @@ -73,7 +73,7 @@ export const removeUserFromGroupChat: MutationResolvers["removeUserFromGroupChat throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -85,12 +85,12 @@ export const removeUserFromGroupChat: MutationResolvers["removeUserFromGroupChat { $set: { users: groupChat.users.filter( - (user) => user.toString() !== args.userId.toString() + (user) => user.toString() !== args.userId.toString(), ), }, }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/removeUserFromUserFamily.ts b/src/resolvers/Mutation/removeUserFromUserFamily.ts index 17d411f672..95ebc1bb1f 100644 --- a/src/resolvers/Mutation/removeUserFromUserFamily.ts +++ b/src/resolvers/Mutation/removeUserFromUserFamily.ts @@ -41,7 +41,7 @@ export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFami throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -58,7 +58,7 @@ export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFami throw new errors.NotFoundError( requestContext.translate(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE), USER_FAMILY_NOT_FOUND_ERROR.CODE, - USER_FAMILY_NOT_FOUND_ERROR.PARAM + USER_FAMILY_NOT_FOUND_ERROR.PARAM, ); } @@ -70,7 +70,7 @@ export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFami throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -79,7 +79,7 @@ export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFami throw new errors.ConflictError( requestContext.translate(USER_REMOVING_SELF.MESSAGE), USER_REMOVING_SELF.CODE, - USER_REMOVING_SELF.PARAM + USER_REMOVING_SELF.PARAM, ); } @@ -91,7 +91,7 @@ export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFami throw new errors.ConflictError( requestContext.translate(ADMIN_REMOVING_ADMIN.MESSAGE), ADMIN_REMOVING_ADMIN.CODE, - ADMIN_REMOVING_ADMIN.PARAM + ADMIN_REMOVING_ADMIN.PARAM, ); } @@ -106,7 +106,7 @@ export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFami throw new errors.UnauthorizedError( requestContext.translate(ADMIN_REMOVING_CREATOR.MESSAGE), ADMIN_REMOVING_CREATOR.CODE, - ADMIN_REMOVING_CREATOR.PARAM + ADMIN_REMOVING_CREATOR.PARAM, ); } @@ -118,12 +118,12 @@ export const removeUserFromUserFamily: MutationResolvers["removeUserFromUserFami { $set: { users: userFamily.users.filter( - (user) => user.toString() !== args.userId.toString() + (user) => user.toString() !== args.userId.toString(), ), }, }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/removeUserImage.ts b/src/resolvers/Mutation/removeUserImage.ts index 0ac25515db..7a3fb2c7d7 100644 --- a/src/resolvers/Mutation/removeUserImage.ts +++ b/src/resolvers/Mutation/removeUserImage.ts @@ -19,7 +19,7 @@ import { deleteImage } from "../../utilities"; export const removeUserImage: MutationResolvers["removeUserImage"] = async ( _parent, _args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -30,7 +30,7 @@ export const removeUserImage: MutationResolvers["removeUserImage"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -39,7 +39,7 @@ export const removeUserImage: MutationResolvers["removeUserImage"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_PROFILE_IMAGE_NOT_FOUND_ERROR.MESSAGE), USER_PROFILE_IMAGE_NOT_FOUND_ERROR.MESSAGE, - USER_PROFILE_IMAGE_NOT_FOUND_ERROR.PARAM + USER_PROFILE_IMAGE_NOT_FOUND_ERROR.PARAM, ); } @@ -57,6 +57,6 @@ export const removeUserImage: MutationResolvers["removeUserImage"] = async ( }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/removeUserTag.ts b/src/resolvers/Mutation/removeUserTag.ts index ce0c84e5eb..51b00ec311 100644 --- a/src/resolvers/Mutation/removeUserTag.ts +++ b/src/resolvers/Mutation/removeUserTag.ts @@ -10,7 +10,7 @@ import { export const removeUserTag: MutationResolvers["removeUserTag"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -21,7 +21,7 @@ export const removeUserTag: MutationResolvers["removeUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -34,13 +34,13 @@ export const removeUserTag: MutationResolvers["removeUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(TAG_NOT_FOUND.MESSAGE), TAG_NOT_FOUND.CODE, - TAG_NOT_FOUND.PARAM + TAG_NOT_FOUND.PARAM, ); } // Boolean to determine whether user is an admin of organization of the tag const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(tag.organizationId) + (organization) => organization.equals(tag.organizationId), ); // Checks whether currentUser cannot delete the tag folder. @@ -51,7 +51,7 @@ export const removeUserTag: MutationResolvers["removeUserTag"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -72,7 +72,7 @@ export const removeUserTag: MutationResolvers["removeUserTag"] = async ( }, { _id: 1, - } + }, ); currentParents = currentParents .map((tag) => tag._id) diff --git a/src/resolvers/Mutation/revokeRefreshTokenForUser.ts b/src/resolvers/Mutation/revokeRefreshTokenForUser.ts index a2dadd821d..03a5ac2efc 100644 --- a/src/resolvers/Mutation/revokeRefreshTokenForUser.ts +++ b/src/resolvers/Mutation/revokeRefreshTokenForUser.ts @@ -14,7 +14,7 @@ export const revokeRefreshTokenForUser: MutationResolvers["revokeRefreshTokenFor }, { $unset: { token: 1 }, - } + }, ); return true; diff --git a/src/resolvers/Mutation/saveFcmToken.ts b/src/resolvers/Mutation/saveFcmToken.ts index 8988d3d603..d49a39b8ff 100644 --- a/src/resolvers/Mutation/saveFcmToken.ts +++ b/src/resolvers/Mutation/saveFcmToken.ts @@ -12,7 +12,7 @@ import { User } from "../../models"; export const saveFcmToken: MutationResolvers["saveFcmToken"] = async ( _parent, args, - context + context, ) => { await User.updateOne( { @@ -22,7 +22,7 @@ export const saveFcmToken: MutationResolvers["saveFcmToken"] = async ( $set: { token: args.token, }, - } + }, ); return true; diff --git a/src/resolvers/Mutation/sendMembershipRequest.ts b/src/resolvers/Mutation/sendMembershipRequest.ts index 15a4cfa99b..66c4f1fdab 100644 --- a/src/resolvers/Mutation/sendMembershipRequest.ts +++ b/src/resolvers/Mutation/sendMembershipRequest.ts @@ -42,7 +42,7 @@ export const sendMembershipRequest: MutationResolvers["sendMembershipRequest"] = throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -55,7 +55,7 @@ export const sendMembershipRequest: MutationResolvers["sendMembershipRequest"] = throw new errors.ConflictError( requestContext.translate(MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE), MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.CODE, - MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM + MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.PARAM, ); } @@ -76,7 +76,7 @@ export const sendMembershipRequest: MutationResolvers["sendMembershipRequest"] = }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { @@ -92,7 +92,7 @@ export const sendMembershipRequest: MutationResolvers["sendMembershipRequest"] = $push: { membershipRequests: createdMembershipRequest._id, }, - } + }, ); return createdMembershipRequest.toObject(); diff --git a/src/resolvers/Mutation/sendMessageToDirectChat.ts b/src/resolvers/Mutation/sendMessageToDirectChat.ts index 097608bc0c..cb2c0e552a 100644 --- a/src/resolvers/Mutation/sendMessageToDirectChat.ts +++ b/src/resolvers/Mutation/sendMessageToDirectChat.ts @@ -22,7 +22,7 @@ export const sendMessageToDirectChat: MutationResolvers["sendMessageToDirectChat throw new errors.NotFoundError( requestContext.translate(CHAT_NOT_FOUND_ERROR.MESSAGE), CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } @@ -34,13 +34,13 @@ export const sendMessageToDirectChat: MutationResolvers["sendMessageToDirectChat throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } // directChat.users can only have 2 users. So, the following method works. const receiverIndex = directChat.users.findIndex( - (user) => user.toString() !== context.userId.toString() + (user) => user.toString() !== context.userId.toString(), ); const createdDirectChatMessage = await DirectChatMessage.create({ @@ -59,7 +59,7 @@ export const sendMessageToDirectChat: MutationResolvers["sendMessageToDirectChat $push: { messages: createdDirectChatMessage._id, }, - } + }, ); // calls subscription diff --git a/src/resolvers/Mutation/sendMessageToGroupChat.ts b/src/resolvers/Mutation/sendMessageToGroupChat.ts index a92b9f3e9a..738bd0be4f 100644 --- a/src/resolvers/Mutation/sendMessageToGroupChat.ts +++ b/src/resolvers/Mutation/sendMessageToGroupChat.ts @@ -27,7 +27,7 @@ export const sendMessageToGroupChat: MutationResolvers["sendMessageToGroupChat"] throw new errors.NotFoundError( requestContext.translate(CHAT_NOT_FOUND_ERROR.MESSAGE), CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } @@ -39,12 +39,12 @@ export const sendMessageToGroupChat: MutationResolvers["sendMessageToGroupChat"] throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const currentUserIsAMemberOfGroupChat = groupChat.users.some((user) => - user.equals(context.userId) + user.equals(context.userId), ); /* @@ -55,7 +55,7 @@ export const sendMessageToGroupChat: MutationResolvers["sendMessageToGroupChat"] throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -75,7 +75,7 @@ export const sendMessageToGroupChat: MutationResolvers["sendMessageToGroupChat"] $push: { messages: createdGroupChatMessage._id, }, - } + }, ); // calls subscription diff --git a/src/resolvers/Mutation/signUp.ts b/src/resolvers/Mutation/signUp.ts index 1ef2131566..cbed0c3795 100644 --- a/src/resolvers/Mutation/signUp.ts +++ b/src/resolvers/Mutation/signUp.ts @@ -34,7 +34,7 @@ export const signUp: MutationResolvers["signUp"] = async (_parent, args) => { throw new errors.ConflictError( requestContext.translate(EMAIL_ALREADY_EXISTS_ERROR.MESSAGE), EMAIL_ALREADY_EXISTS_ERROR.CODE, - EMAIL_ALREADY_EXISTS_ERROR.PARAM + EMAIL_ALREADY_EXISTS_ERROR.PARAM, ); } @@ -59,7 +59,7 @@ export const signUp: MutationResolvers["signUp"] = async (_parent, args) => { throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } } diff --git a/src/resolvers/Mutation/togglePostPin.ts b/src/resolvers/Mutation/togglePostPin.ts index ebd55e4ee5..d79724cc43 100644 --- a/src/resolvers/Mutation/togglePostPin.ts +++ b/src/resolvers/Mutation/togglePostPin.ts @@ -19,7 +19,7 @@ import { isValidString } from "../../libraries/validators/validateString"; export const togglePostPin: MutationResolvers["togglePostPin"] = async ( _parent, args, - context + context, ) => { // Get the current user const currentUser = await User.findOne({ @@ -31,7 +31,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -55,13 +55,13 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( throw new errors.NotFoundError( requestContext.translate(POST_NOT_FOUND_ERROR.MESSAGE), POST_NOT_FOUND_ERROR.CODE, - POST_NOT_FOUND_ERROR.PARAM + POST_NOT_FOUND_ERROR.PARAM, ); } // Check if the current user is authorized to perform the operation const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organizationId) => organizationId.equals(post?.organization) + (organizationId) => organizationId.equals(post?.organization), ); if ( @@ -71,7 +71,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_TO_PIN.MESSAGE), USER_NOT_AUTHORIZED_TO_PIN.CODE, - USER_NOT_AUTHORIZED_TO_PIN.PARAM + USER_NOT_AUTHORIZED_TO_PIN.PARAM, ); } @@ -92,7 +92,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( await cacheOrganizations([organization!]); } const currentPostIsPinned = organization?.pinnedPosts.some((postID) => - Types.ObjectId(postID).equals(args.id) + Types.ObjectId(postID).equals(args.id), ); if (currentPostIsPinned) { @@ -107,7 +107,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -123,7 +123,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( pinned: false, title: "", }, - } + }, ).lean(); if (updatedPost !== null) { @@ -135,7 +135,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( if (!args.title) { throw new errors.InputValidationError( requestContext.translate(PLEASE_PROVIDE_TITLE.MESSAGE), - PLEASE_PROVIDE_TITLE.CODE + PLEASE_PROVIDE_TITLE.CODE, ); } @@ -144,9 +144,9 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( if (!validationResultTitle.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } } @@ -162,7 +162,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -177,7 +177,7 @@ export const togglePostPin: MutationResolvers["togglePostPin"] = async ( pinned: true, title: args?.title, }, - } + }, ).lean(); if (updatedPost !== null) { diff --git a/src/resolvers/Mutation/unassignUserTag.ts b/src/resolvers/Mutation/unassignUserTag.ts index b1fe4b1897..f35a4d0f04 100644 --- a/src/resolvers/Mutation/unassignUserTag.ts +++ b/src/resolvers/Mutation/unassignUserTag.ts @@ -11,7 +11,7 @@ import { export const unassignUserTag: MutationResolvers["unassignUserTag"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -22,7 +22,7 @@ export const unassignUserTag: MutationResolvers["unassignUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -35,13 +35,13 @@ export const unassignUserTag: MutationResolvers["unassignUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(TAG_NOT_FOUND.MESSAGE), TAG_NOT_FOUND.CODE, - TAG_NOT_FOUND.PARAM + TAG_NOT_FOUND.PARAM, ); } // Boolean to determine whether user is an admin of organization of the tag. const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(tag?.organizationId) + (organization) => organization.equals(tag?.organizationId), ); // Checks whether currentUser can assign the tag or not. @@ -52,7 +52,7 @@ export const unassignUserTag: MutationResolvers["unassignUserTag"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -65,7 +65,7 @@ export const unassignUserTag: MutationResolvers["unassignUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -78,7 +78,7 @@ export const unassignUserTag: MutationResolvers["unassignUserTag"] = async ( throw new errors.ConflictError( requestContext.translate(USER_DOES_NOT_HAVE_THE_TAG.MESSAGE), USER_DOES_NOT_HAVE_THE_TAG.CODE, - USER_DOES_NOT_HAVE_THE_TAG.PARAM + USER_DOES_NOT_HAVE_THE_TAG.PARAM, ); } diff --git a/src/resolvers/Mutation/unblockUser.ts b/src/resolvers/Mutation/unblockUser.ts index 7b7087e053..6b42ee9a7e 100644 --- a/src/resolvers/Mutation/unblockUser.ts +++ b/src/resolvers/Mutation/unblockUser.ts @@ -25,7 +25,7 @@ import { Types } from "mongoose"; export const unblockUser: MutationResolvers["unblockUser"] = async ( _parent, args, - context + context, ) => { let organization: InterfaceOrganization; @@ -48,7 +48,7 @@ export const unblockUser: MutationResolvers["unblockUser"] = async ( throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -61,7 +61,7 @@ export const unblockUser: MutationResolvers["unblockUser"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -69,7 +69,7 @@ export const unblockUser: MutationResolvers["unblockUser"] = async ( await adminCheck(context.userId, organization); const userIsBlockedFromOrganization = organization.blockedUsers.some( - (blockedUser) => Types.ObjectId(blockedUser).equals(user._id) + (blockedUser) => Types.ObjectId(blockedUser).equals(user._id), ); // checks if user with _id === args.userId is blocked by organzation with _id == args.organizationId @@ -77,7 +77,7 @@ export const unblockUser: MutationResolvers["unblockUser"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -89,13 +89,13 @@ export const unblockUser: MutationResolvers["unblockUser"] = async ( { $set: { blockedUsers: organization.blockedUsers.filter( - (blockedUser) => !user._id.equals(blockedUser) + (blockedUser) => !user._id.equals(blockedUser), ), }, }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { @@ -111,14 +111,14 @@ export const unblockUser: MutationResolvers["unblockUser"] = async ( organizationsBlockedBy: user.organizationsBlockedBy.filter( (organizationBlockedBy) => !Types.ObjectId(String(organization._id)).equals( - organizationBlockedBy - ) + organizationBlockedBy, + ), ), }, }, { new: true, - } + }, ) .select(["-password"]) .lean(); diff --git a/src/resolvers/Mutation/unlikeComment.ts b/src/resolvers/Mutation/unlikeComment.ts index b26fb18167..32e2adddb4 100644 --- a/src/resolvers/Mutation/unlikeComment.ts +++ b/src/resolvers/Mutation/unlikeComment.ts @@ -17,7 +17,7 @@ import { cacheComments } from "../../services/CommentCache/cacheComments"; export const unlikeComment: MutationResolvers["unlikeComment"] = async ( _parent, args, - context + context, ) => { let comment; @@ -39,12 +39,12 @@ export const unlikeComment: MutationResolvers["unlikeComment"] = async ( throw new errors.NotFoundError( requestContext.translate(COMMENT_NOT_FOUND_ERROR.MESSAGE), COMMENT_NOT_FOUND_ERROR.CODE, - COMMENT_NOT_FOUND_ERROR.PARAM + COMMENT_NOT_FOUND_ERROR.PARAM, ); } const currentUserHasLikedComment = comment.likedBy.some((liker) => - liker.equals(context.userId) + liker.equals(context.userId), ); if (currentUserHasLikedComment === true) { @@ -62,7 +62,7 @@ export const unlikeComment: MutationResolvers["unlikeComment"] = async ( }, { new: true, - } + }, ).lean(); if (updatedComment !== null) { diff --git a/src/resolvers/Mutation/unlikePost.ts b/src/resolvers/Mutation/unlikePost.ts index 2f36334b7a..605c2bdf77 100644 --- a/src/resolvers/Mutation/unlikePost.ts +++ b/src/resolvers/Mutation/unlikePost.ts @@ -18,7 +18,7 @@ import { cachePosts } from "../../services/PostCache/cachePosts"; export const unlikePost: MutationResolvers["unlikePost"] = async ( _parent, args, - context + context, ) => { let post: InterfacePost | null; @@ -39,12 +39,12 @@ export const unlikePost: MutationResolvers["unlikePost"] = async ( throw new errors.NotFoundError( requestContext.translate(POST_NOT_FOUND_ERROR.MESSAGE), POST_NOT_FOUND_ERROR.CODE, - POST_NOT_FOUND_ERROR.PARAM + POST_NOT_FOUND_ERROR.PARAM, ); } const currentUserHasLikedPost = post.likedBy.some((liker) => - liker.equals(context.userId) + liker.equals(context.userId), ); if (currentUserHasLikedPost === true) { @@ -62,7 +62,7 @@ export const unlikePost: MutationResolvers["unlikePost"] = async ( }, { new: true, - } + }, ).lean(); if (updatedPost !== null) { diff --git a/src/resolvers/Mutation/unregisterForEventByUser.ts b/src/resolvers/Mutation/unregisterForEventByUser.ts index a7ef40cce1..246d6b6086 100644 --- a/src/resolvers/Mutation/unregisterForEventByUser.ts +++ b/src/resolvers/Mutation/unregisterForEventByUser.ts @@ -43,7 +43,7 @@ export const unregisterForEventByUser: MutationResolvers["unregisterForEventByUs throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } @@ -56,7 +56,7 @@ export const unregisterForEventByUser: MutationResolvers["unregisterForEventByUs throw new errors.NotFoundError( requestContext.translate(USER_ALREADY_UNREGISTERED_ERROR.MESSAGE), USER_ALREADY_UNREGISTERED_ERROR.CODE, - USER_ALREADY_UNREGISTERED_ERROR.PARAM + USER_ALREADY_UNREGISTERED_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/updateActionItem.ts b/src/resolvers/Mutation/updateActionItem.ts index 7a17387f2b..0257d7da40 100644 --- a/src/resolvers/Mutation/updateActionItem.ts +++ b/src/resolvers/Mutation/updateActionItem.ts @@ -38,7 +38,7 @@ type UpdateActionItemInputType = { export const updateActionItem: MutationResolvers["updateActionItem"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -49,7 +49,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -64,7 +64,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(ACTION_ITEM_NOT_FOUND_ERROR.MESSAGE), ACTION_ITEM_NOT_FOUND_ERROR.CODE, - ACTION_ITEM_NOT_FOUND_ERROR.PARAM + ACTION_ITEM_NOT_FOUND_ERROR.PARAM, ); } @@ -72,7 +72,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( if (args.data.assigneeId) { sameAssignedUser = Types.ObjectId(actionItem.assigneeId).equals( - args.data.assigneeId + args.data.assigneeId, ); if (!sameAssignedUser) { @@ -85,7 +85,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -94,7 +94,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( userIsOrganizationMember = newAssignedUser.joinedOrganizations.some( (organizationId) => organizationId === currorganizationId || - Types.ObjectId(organizationId).equals(currorganizationId) + Types.ObjectId(organizationId).equals(currorganizationId), ); // Checks if the new asignee is a member of the organization @@ -102,7 +102,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_MEMBER_FOR_ORGANIZATION.MESSAGE), USER_NOT_MEMBER_FOR_ORGANIZATION.CODE, - USER_NOT_MEMBER_FOR_ORGANIZATION.PARAM + USER_NOT_MEMBER_FOR_ORGANIZATION.PARAM, ); } } @@ -112,8 +112,8 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( (ogranizationId) => ogranizationId === actionItem.actionItemCategoryId.organizationId || Types.ObjectId(ogranizationId).equals( - actionItem.actionItemCategoryId.organizationId - ) + actionItem.actionItemCategoryId.organizationId, + ), ); let currentUserIsEventAdmin = false; @@ -140,14 +140,15 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } // Checks if the currUser is an admin of the event currentUserIsEventAdmin = currEvent.admins.some( (admin) => - admin === context.userID || Types.ObjectId(admin).equals(context.userId) + admin === context.userID || + Types.ObjectId(admin).equals(context.userId), ); } @@ -160,7 +161,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -183,7 +184,7 @@ export const updateActionItem: MutationResolvers["updateActionItem"] = async ( }, { new: true, - } + }, ).lean(); return updatedActionItem; diff --git a/src/resolvers/Mutation/updateActionItemCategory.ts b/src/resolvers/Mutation/updateActionItemCategory.ts index d2deaf31f8..7be02223c6 100644 --- a/src/resolvers/Mutation/updateActionItemCategory.ts +++ b/src/resolvers/Mutation/updateActionItemCategory.ts @@ -34,7 +34,7 @@ export const updateActionItemCategory: MutationResolvers["updateActionItemCatego throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -49,7 +49,7 @@ export const updateActionItemCategory: MutationResolvers["updateActionItemCatego throw new errors.NotFoundError( requestContext.translate(ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.MESSAGE), ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.CODE, - ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.PARAM + ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.PARAM, ); } @@ -64,7 +64,7 @@ export const updateActionItemCategory: MutationResolvers["updateActionItemCatego }, { new: true, - } + }, ).lean(); return updatedCategory; diff --git a/src/resolvers/Mutation/updateAdvertisement.ts b/src/resolvers/Mutation/updateAdvertisement.ts index 5a98ceb2f2..3960ab6a51 100644 --- a/src/resolvers/Mutation/updateAdvertisement.ts +++ b/src/resolvers/Mutation/updateAdvertisement.ts @@ -20,7 +20,7 @@ export const updateAdvertisement: MutationResolvers["updateAdvertisement"] = throw new errors.InputValidationError( requestContext.translate(INPUT_NOT_FOUND_ERROR.MESSAGE), INPUT_NOT_FOUND_ERROR.CODE, - INPUT_NOT_FOUND_ERROR.PARAM + INPUT_NOT_FOUND_ERROR.PARAM, ); } @@ -34,7 +34,7 @@ export const updateAdvertisement: MutationResolvers["updateAdvertisement"] = throw new errors.InputValidationError( requestContext.translate(FIELD_NON_EMPTY_ERROR.MESSAGE), FIELD_NON_EMPTY_ERROR.CODE, - FIELD_NON_EMPTY_ERROR.PARAM + FIELD_NON_EMPTY_ERROR.PARAM, ); } } @@ -47,7 +47,7 @@ export const updateAdvertisement: MutationResolvers["updateAdvertisement"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -55,7 +55,7 @@ export const updateAdvertisement: MutationResolvers["updateAdvertisement"] = throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -69,7 +69,7 @@ export const updateAdvertisement: MutationResolvers["updateAdvertisement"] = throw new errors.InputValidationError( requestContext.translate(START_DATE_VALIDATION_ERROR.MESSAGE), START_DATE_VALIDATION_ERROR.CODE, - START_DATE_VALIDATION_ERROR.PARAM + START_DATE_VALIDATION_ERROR.PARAM, ); } @@ -78,7 +78,7 @@ export const updateAdvertisement: MutationResolvers["updateAdvertisement"] = throw new errors.InputValidationError( requestContext.translate(END_DATE_VALIDATION_ERROR.MESSAGE), END_DATE_VALIDATION_ERROR.CODE, - END_DATE_VALIDATION_ERROR.PARAM + END_DATE_VALIDATION_ERROR.PARAM, ); } @@ -91,14 +91,14 @@ export const updateAdvertisement: MutationResolvers["updateAdvertisement"] = }, { new: true, - } + }, ).lean(); if (!updatedAdvertisement) { throw new errors.NotFoundError( requestContext.translate(ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE), ADVERTISEMENT_NOT_FOUND_ERROR.CODE, - ADVERTISEMENT_NOT_FOUND_ERROR.PARAM + ADVERTISEMENT_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Mutation/updateAgendaCategory.ts b/src/resolvers/Mutation/updateAgendaCategory.ts index 2737fee2fa..3fb6547cbe 100644 --- a/src/resolvers/Mutation/updateAgendaCategory.ts +++ b/src/resolvers/Mutation/updateAgendaCategory.ts @@ -38,11 +38,11 @@ export const updateAgendaCategory: MutationResolvers["updateAgendaCategory"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const existingAgendaCategory = await AgendaCategoryModel.findById( - args.id + args.id, ).lean(); // If the AgendaCategory is not found, throw a NotFoundError @@ -50,11 +50,11 @@ export const updateAgendaCategory: MutationResolvers["updateAgendaCategory"] = throw new errors.NotFoundError( requestContext.translate(AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE), AGENDA_CATEGORY_NOT_FOUND_ERROR.CODE, - AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM + AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM, ); } const currentOrg = await AgendaCategoryModel.findById( - existingAgendaCategory._id + existingAgendaCategory._id, ) .populate("organization") .select("organization") @@ -63,7 +63,7 @@ export const updateAgendaCategory: MutationResolvers["updateAgendaCategory"] = const currentUserIsOrgAdmin = currentUser.adminFor.some( (organizationId) => organizationId === currentOrg?._id || - Types.ObjectId(organizationId).equals(organizationId) + Types.ObjectId(organizationId).equals(organizationId), ); // If the user is a normal user, throw an error if ( @@ -73,7 +73,7 @@ export const updateAgendaCategory: MutationResolvers["updateAgendaCategory"] = throw new errors.UnauthorizedError( USER_NOT_AUTHORIZED_ERROR.MESSAGE, USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -89,7 +89,7 @@ export const updateAgendaCategory: MutationResolvers["updateAgendaCategory"] = }, { new: true, - } + }, ).lean(); return updatedAgendaCategory; diff --git a/src/resolvers/Mutation/updateEvent.ts b/src/resolvers/Mutation/updateEvent.ts index a33a38a740..1e0ab35a0e 100644 --- a/src/resolvers/Mutation/updateEvent.ts +++ b/src/resolvers/Mutation/updateEvent.ts @@ -26,7 +26,7 @@ import { Types } from "mongoose"; export const updateEvent: MutationResolvers["updateEvent"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -37,7 +37,7 @@ export const updateEvent: MutationResolvers["updateEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -62,13 +62,13 @@ export const updateEvent: MutationResolvers["updateEvent"] = async ( throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } const currentUserIsEventAdmin = event.admins.some( (admin) => - admin === context.userID || Types.ObjectId(admin).equals(context.userId) + admin === context.userID || Types.ObjectId(admin).equals(context.userId), ); // checks if current user is an admin of the event with _id === args.id @@ -79,7 +79,7 @@ export const updateEvent: MutationResolvers["updateEvent"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -87,31 +87,31 @@ export const updateEvent: MutationResolvers["updateEvent"] = async ( const validationResultTitle = isValidString(args.data?.title ?? "", 256); const validationResultDescription = isValidString( args.data?.description ?? "", - 500 + 500, ); const validationResultLocation = isValidString(args.data?.location ?? "", 50); if (!validationResultTitle.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultDescription.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultLocation.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } @@ -124,7 +124,7 @@ export const updateEvent: MutationResolvers["updateEvent"] = async ( }, { new: true, - } + }, ).lean(); if (updatedEvent !== null) { diff --git a/src/resolvers/Mutation/updateEventVolunteer.ts b/src/resolvers/Mutation/updateEventVolunteer.ts index d6a9a08eb9..4145a9b132 100644 --- a/src/resolvers/Mutation/updateEventVolunteer.ts +++ b/src/resolvers/Mutation/updateEventVolunteer.ts @@ -29,7 +29,7 @@ export const updateEventVolunteer: MutationResolvers["updateEventVolunteer"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -41,7 +41,7 @@ export const updateEventVolunteer: MutationResolvers["updateEventVolunteer"] = throw new errors.NotFoundError( requestContext.translate(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE), EVENT_VOLUNTEER_NOT_FOUND_ERROR.CODE, - EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM + EVENT_VOLUNTEER_NOT_FOUND_ERROR.PARAM, ); } @@ -49,7 +49,7 @@ export const updateEventVolunteer: MutationResolvers["updateEventVolunteer"] = throw new errors.ConflictError( requestContext.translate(EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE), EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.CODE, - EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.PARAM + EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.PARAM, ); } @@ -80,7 +80,7 @@ export const updateEventVolunteer: MutationResolvers["updateEventVolunteer"] = { new: true, runValidators: true, - } + }, ).lean(); return updatedVolunteer as InterfaceEventVolunteer; diff --git a/src/resolvers/Mutation/updateLanguage.ts b/src/resolvers/Mutation/updateLanguage.ts index 45e07508b0..3f7929c6cd 100644 --- a/src/resolvers/Mutation/updateLanguage.ts +++ b/src/resolvers/Mutation/updateLanguage.ts @@ -12,7 +12,7 @@ import { User } from "../../models"; export const updateLanguage: MutationResolvers["updateLanguage"] = async ( _parent, args, - context + context, ) => { return await User.findOneAndUpdate( { @@ -25,6 +25,6 @@ export const updateLanguage: MutationResolvers["updateLanguage"] = async ( }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/updateOrganization.ts b/src/resolvers/Mutation/updateOrganization.ts index 996d050574..ce313dc6ef 100644 --- a/src/resolvers/Mutation/updateOrganization.ts +++ b/src/resolvers/Mutation/updateOrganization.ts @@ -39,7 +39,7 @@ export const updateOrganization: MutationResolvers["updateOrganization"] = throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -50,7 +50,7 @@ export const updateOrganization: MutationResolvers["updateOrganization"] = if (args.file) { uploadImageFileName = await uploadEncodedImage( args.file, - organization?.image + organization?.image, ); } @@ -66,7 +66,7 @@ export const updateOrganization: MutationResolvers["updateOrganization"] = }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { diff --git a/src/resolvers/Mutation/updatePluginStatus.ts b/src/resolvers/Mutation/updatePluginStatus.ts index b819062d30..a3dd77bbb2 100644 --- a/src/resolvers/Mutation/updatePluginStatus.ts +++ b/src/resolvers/Mutation/updatePluginStatus.ts @@ -25,7 +25,7 @@ export const updatePluginStatus: MutationResolvers["updatePluginStatus"] = throw new errors.NotFoundError( requestContext.translate(PLUGIN_NOT_FOUND.MESSAGE), PLUGIN_NOT_FOUND.CODE, - PLUGIN_NOT_FOUND.PARAM + PLUGIN_NOT_FOUND.PARAM, ); } @@ -34,7 +34,7 @@ export const updatePluginStatus: MutationResolvers["updatePluginStatus"] = if (uninstalledOrgsList.includes(currOrgID)) { //if already uninstalled then install it by removing from array uninstalledOrgsList = uninstalledOrgsList.filter( - (oid: any) => oid != currOrgID + (oid: any) => oid != currOrgID, ); } else { //not already present then uninstall plugin on that org by adding it to the list @@ -51,7 +51,7 @@ export const updatePluginStatus: MutationResolvers["updatePluginStatus"] = }, { new: true, - } + }, ).lean(); // calls subscription diff --git a/src/resolvers/Mutation/updatePost.ts b/src/resolvers/Mutation/updatePost.ts index 6b358993ef..517025341e 100644 --- a/src/resolvers/Mutation/updatePost.ts +++ b/src/resolvers/Mutation/updatePost.ts @@ -18,7 +18,7 @@ import { uploadEncodedVideo } from "../../utilities/encodedVideoStorage/uploadEn export const updatePost: MutationResolvers["updatePost"] = async ( _parent, args, - context + context, ) => { let post: InterfacePost | null; @@ -40,7 +40,7 @@ export const updatePost: MutationResolvers["updatePost"] = async ( throw new errors.NotFoundError( requestContext.translate(POST_NOT_FOUND_ERROR.MESSAGE), POST_NOT_FOUND_ERROR.CODE, - POST_NOT_FOUND_ERROR.PARAM + POST_NOT_FOUND_ERROR.PARAM, ); } @@ -51,21 +51,21 @@ export const updatePost: MutationResolvers["updatePost"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } if (args.data?.imageUrl && args.data?.imageUrl !== null) { args.data.imageUrl = await uploadEncodedImage( args.data.imageUrl, - post.imageUrl + post.imageUrl, ); } if (args.data?.videoUrl && args.data?.videoUrl !== null) { args.data.videoUrl = await uploadEncodedVideo( args.data.videoUrl, - post.videoUrl + post.videoUrl, ); } @@ -73,12 +73,12 @@ export const updatePost: MutationResolvers["updatePost"] = async ( if (args.data?.title && !post.pinned) { throw new errors.InputValidationError( requestContext.translate(POST_NEEDS_TO_BE_PINNED.MESSAGE), - POST_NEEDS_TO_BE_PINNED.CODE + POST_NEEDS_TO_BE_PINNED.CODE, ); } else if (!args.data?.title && post.pinned) { throw new errors.InputValidationError( requestContext.translate(PLEASE_PROVIDE_TITLE.MESSAGE), - PLEASE_PROVIDE_TITLE.CODE + PLEASE_PROVIDE_TITLE.CODE, ); } @@ -88,17 +88,17 @@ export const updatePost: MutationResolvers["updatePost"] = async ( if (!validationResultTitle.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } if (!validationResultText.isLessThanMaxLength) { throw new errors.InputValidationError( requestContext.translate( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information`, ), - LENGTH_VALIDATION_ERROR.CODE + LENGTH_VALIDATION_ERROR.CODE, ); } @@ -111,7 +111,7 @@ export const updatePost: MutationResolvers["updatePost"] = async ( }, { new: true, - } + }, ).lean(); if (updatedPost !== null) { diff --git a/src/resolvers/Mutation/updateUserPassword.ts b/src/resolvers/Mutation/updateUserPassword.ts index ff20e208c4..3123451a9d 100644 --- a/src/resolvers/Mutation/updateUserPassword.ts +++ b/src/resolvers/Mutation/updateUserPassword.ts @@ -17,13 +17,13 @@ export const updateUserPassword: MutationResolvers["updateUserPassword"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } const isPasswordValid = await bcrypt.compare( args.data.previousPassword, - currentUser.password + currentUser.password, ); // Checks whether password is invalid. @@ -32,13 +32,13 @@ export const updateUserPassword: MutationResolvers["updateUserPassword"] = [ { message: requestContext.translate( - INVALID_CREDENTIALS_ERROR.MESSAGE + INVALID_CREDENTIALS_ERROR.MESSAGE, ), code: INVALID_CREDENTIALS_ERROR.CODE, param: INVALID_CREDENTIALS_ERROR.PARAM, }, ], - requestContext.translate(INVALID_CREDENTIALS_ERROR.MESSAGE) + requestContext.translate(INVALID_CREDENTIALS_ERROR.MESSAGE), ); } @@ -47,13 +47,13 @@ export const updateUserPassword: MutationResolvers["updateUserPassword"] = [ { message: requestContext.translate( - INVALID_CREDENTIALS_ERROR.MESSAGE + INVALID_CREDENTIALS_ERROR.MESSAGE, ), code: INVALID_CREDENTIALS_ERROR.CODE, param: INVALID_CREDENTIALS_ERROR.PARAM, }, ], - requestContext.translate(INVALID_CREDENTIALS_ERROR.MESSAGE) + requestContext.translate(INVALID_CREDENTIALS_ERROR.MESSAGE), ); } @@ -71,6 +71,6 @@ export const updateUserPassword: MutationResolvers["updateUserPassword"] = }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/updateUserProfile.ts b/src/resolvers/Mutation/updateUserProfile.ts index d63d6821a5..d6844af867 100644 --- a/src/resolvers/Mutation/updateUserProfile.ts +++ b/src/resolvers/Mutation/updateUserProfile.ts @@ -19,7 +19,7 @@ import { uploadEncodedImage } from "../../utilities/encodedImageStorage/uploadEn export const updateUserProfile: MutationResolvers["updateUserProfile"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -29,7 +29,7 @@ export const updateUserProfile: MutationResolvers["updateUserProfile"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -42,7 +42,7 @@ export const updateUserProfile: MutationResolvers["updateUserProfile"] = async ( throw new errors.ConflictError( requestContext.translate(EMAIL_ALREADY_EXISTS_ERROR.MESSAGE), EMAIL_ALREADY_EXISTS_ERROR.MESSAGE, - EMAIL_ALREADY_EXISTS_ERROR.PARAM + EMAIL_ALREADY_EXISTS_ERROR.PARAM, ); } } @@ -52,7 +52,7 @@ export const updateUserProfile: MutationResolvers["updateUserProfile"] = async ( if (args.file) { uploadImageFileName = await uploadEncodedImage( args.file, - currentUser?.image + currentUser?.image, ); } @@ -126,7 +126,7 @@ export const updateUserProfile: MutationResolvers["updateUserProfile"] = async ( { new: true, runValidators: true, - } + }, ).lean(); updatedUser!.image = updatedUser?.image ? `${context.apiRootUrl}${updatedUser?.image}` diff --git a/src/resolvers/Mutation/updateUserRoleInOrganization.ts b/src/resolvers/Mutation/updateUserRoleInOrganization.ts index 44ab448d76..c314d7e345 100644 --- a/src/resolvers/Mutation/updateUserRoleInOrganization.ts +++ b/src/resolvers/Mutation/updateUserRoleInOrganization.ts @@ -31,7 +31,7 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } @@ -42,20 +42,20 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } // Checks whether user to be removed is a member of the organization. const userIsOrganizationMember = organization?.members.some((member) => - Types.ObjectId(member).equals(user._id) + Types.ObjectId(member).equals(user._id), ); if (!userIsOrganizationMember) { throw new errors.NotFoundError( requestContext.translate(USER_NOT_MEMBER_FOR_ORGANIZATION.MESSAGE), USER_NOT_MEMBER_FOR_ORGANIZATION.CODE, - USER_NOT_MEMBER_FOR_ORGANIZATION.PARAM + USER_NOT_MEMBER_FOR_ORGANIZATION.PARAM, ); } @@ -65,13 +65,13 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } // Check whether loggedIn user is admin of the organization. const loggedInUserIsOrganizationAdmin = organization?.admins.some((admin) => - Types.ObjectId(admin).equals(loggedInUser._id) + Types.ObjectId(admin).equals(loggedInUser._id), ); if ( @@ -81,7 +81,7 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr throw new errors.NotFoundError( requestContext.translate(USER_NOT_AUTHORIZED_ADMIN.MESSAGE), USER_NOT_AUTHORIZED_ADMIN.CODE, - USER_NOT_AUTHORIZED_ADMIN.PARAM + USER_NOT_AUTHORIZED_ADMIN.PARAM, ); } // Admin of Org cannot change the role of SUPERADMIN in an organization. @@ -93,7 +93,7 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr throw new errors.NotFoundError( requestContext.translate(USER_NOT_AUTHORIZED_ADMIN.MESSAGE), USER_NOT_AUTHORIZED_ADMIN.CODE, - USER_NOT_AUTHORIZED_ADMIN.PARAM + USER_NOT_AUTHORIZED_ADMIN.PARAM, ); } // ADMIN cannot change the role of itself @@ -104,7 +104,7 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr throw new errors.ConflictError( requestContext.translate(ADMIN_CANNOT_CHANGE_ITS_ROLE.MESSAGE), ADMIN_CANNOT_CHANGE_ITS_ROLE.CODE, - ADMIN_CANNOT_CHANGE_ITS_ROLE.PARAM + ADMIN_CANNOT_CHANGE_ITS_ROLE.PARAM, ); } @@ -113,7 +113,7 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr throw new errors.UnauthorizedError( requestContext.translate(ADMIN_CHANGING_ROLE_OF_CREATOR.MESSAGE), ADMIN_CHANGING_ROLE_OF_CREATOR.CODE, - ADMIN_CHANGING_ROLE_OF_CREATOR.PARAM + ADMIN_CHANGING_ROLE_OF_CREATOR.PARAM, ); } @@ -123,11 +123,11 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr { _id: args.organizationId }, { $push: { admins: args.userId }, - } + }, ); await User.updateOne( { _id: args.userId }, - { $push: { adminFor: args.organizationId } } + { $push: { adminFor: args.organizationId } }, ); return { ...organization, ...updatedOrg }; } else { @@ -135,11 +135,11 @@ export const updateUserRoleInOrganization: MutationResolvers["updateUserRoleInOr { _id: args.organizationId }, { $pull: { admins: args.userId }, - } + }, ).lean(); await User.updateOne( { _id: args.userId }, - { $pull: { adminFor: args.organizationId } } + { $pull: { adminFor: args.organizationId } }, ); return { ...organization, ...updatedOrg }; } diff --git a/src/resolvers/Mutation/updateUserTag.ts b/src/resolvers/Mutation/updateUserTag.ts index 89269b79c6..7badda1ca7 100644 --- a/src/resolvers/Mutation/updateUserTag.ts +++ b/src/resolvers/Mutation/updateUserTag.ts @@ -12,7 +12,7 @@ import { export const updateUserTag: MutationResolvers["updateUserTag"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -23,7 +23,7 @@ export const updateUserTag: MutationResolvers["updateUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -36,13 +36,13 @@ export const updateUserTag: MutationResolvers["updateUserTag"] = async ( throw new errors.NotFoundError( requestContext.translate(TAG_NOT_FOUND.MESSAGE), TAG_NOT_FOUND.CODE, - TAG_NOT_FOUND.PARAM + TAG_NOT_FOUND.PARAM, ); } // Boolean to determine whether user is an admin of organization of the tag folder. const currentUserIsOrganizationAdmin = currentUser.adminFor.some( - (organization) => organization.equals(existingTag?.organizationId) + (organization) => organization.equals(existingTag?.organizationId), ); // Checks whether currentUser can update the tag @@ -53,7 +53,7 @@ export const updateUserTag: MutationResolvers["updateUserTag"] = async ( throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_ERROR.MESSAGE), USER_NOT_AUTHORIZED_ERROR.CODE, - USER_NOT_AUTHORIZED_ERROR.PARAM + USER_NOT_AUTHORIZED_ERROR.PARAM, ); } @@ -62,7 +62,7 @@ export const updateUserTag: MutationResolvers["updateUserTag"] = async ( throw new errors.ConflictError( requestContext.translate(NO_CHANGE_IN_TAG_NAME.MESSAGE), NO_CHANGE_IN_TAG_NAME.CODE, - NO_CHANGE_IN_TAG_NAME.PARAM + NO_CHANGE_IN_TAG_NAME.PARAM, ); } @@ -77,7 +77,7 @@ export const updateUserTag: MutationResolvers["updateUserTag"] = async ( throw new errors.ConflictError( requestContext.translate(TAG_ALREADY_EXISTS.MESSAGE), TAG_ALREADY_EXISTS.CODE, - TAG_ALREADY_EXISTS.PARAM + TAG_ALREADY_EXISTS.PARAM, ); } @@ -91,6 +91,6 @@ export const updateUserTag: MutationResolvers["updateUserTag"] = async ( }, { new: true, - } + }, ).lean(); }; diff --git a/src/resolvers/Mutation/updateUserType.ts b/src/resolvers/Mutation/updateUserType.ts index 63359df912..ffd75fa19c 100644 --- a/src/resolvers/Mutation/updateUserType.ts +++ b/src/resolvers/Mutation/updateUserType.ts @@ -18,7 +18,7 @@ import { superAdminCheck } from "../../utilities"; export const updateUserType: MutationResolvers["updateUserType"] = async ( _parent, args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -30,7 +30,7 @@ export const updateUserType: MutationResolvers["updateUserType"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -39,7 +39,7 @@ export const updateUserType: MutationResolvers["updateUserType"] = async ( throw new errors.InputValidationError( requestContext.translate(SUPERADMIN_CANT_CHANGE_OWN_ROLE.MESSAGE), SUPERADMIN_CANT_CHANGE_OWN_ROLE.CODE, - SUPERADMIN_CANT_CHANGE_OWN_ROLE.PARAM + SUPERADMIN_CANT_CHANGE_OWN_ROLE.PARAM, ); } @@ -51,7 +51,7 @@ export const updateUserType: MutationResolvers["updateUserType"] = async ( throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -62,7 +62,7 @@ export const updateUserType: MutationResolvers["updateUserType"] = async ( { userType: args.data.userType!, adminApproved: true, - } + }, ); return true; diff --git a/src/resolvers/Organization/blockedUsers.ts b/src/resolvers/Organization/blockedUsers.ts index d22642f3a3..70b5a5f9b5 100644 --- a/src/resolvers/Organization/blockedUsers.ts +++ b/src/resolvers/Organization/blockedUsers.ts @@ -6,7 +6,7 @@ import type { OrganizationResolvers } from "../../types/generatedGraphQLTypes"; * @returns An object that contains the list of blocked users for the organization. */ export const blockedUsers: OrganizationResolvers["blockedUsers"] = async ( - parent + parent, ) => { return await User.find({ _id: { diff --git a/src/resolvers/Organization/creator.ts b/src/resolvers/Organization/creator.ts index 180f32d6e4..822d0f6ad8 100644 --- a/src/resolvers/Organization/creator.ts +++ b/src/resolvers/Organization/creator.ts @@ -16,7 +16,7 @@ export const creator: OrganizationResolvers["creator"] = async (parent) => { throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Organization/image.ts b/src/resolvers/Organization/image.ts index a6b5ce2522..c81fedcf60 100644 --- a/src/resolvers/Organization/image.ts +++ b/src/resolvers/Organization/image.ts @@ -4,7 +4,7 @@ import type { OrganizationResolvers } from "../../types/generatedGraphQLTypes"; export const image: OrganizationResolvers["image"] = ( parent, _args, - context + context, ) => { if (parent.image) { return `${context.apiRootUrl}${parent.image}`; diff --git a/src/resolvers/Organization/pinnedPosts.ts b/src/resolvers/Organization/pinnedPosts.ts index a26548f2fd..e2347ae6ff 100644 --- a/src/resolvers/Organization/pinnedPosts.ts +++ b/src/resolvers/Organization/pinnedPosts.ts @@ -4,7 +4,7 @@ import { findPostsInCache } from "../../services/PostCache/findPostsInCache"; import type { OrganizationResolvers } from "../../types/generatedGraphQLTypes"; export const pinnedPosts: OrganizationResolvers["pinnedPosts"] = async ( - parent + parent, ) => { const postsInCache = await findPostsInCache(parent.pinnedPosts); diff --git a/src/resolvers/Query/actionItem.ts b/src/resolvers/Query/actionItem.ts index 6d8e2cbfa2..ac4d5d1d6c 100644 --- a/src/resolvers/Query/actionItem.ts +++ b/src/resolvers/Query/actionItem.ts @@ -12,7 +12,7 @@ import { ACTION_ITEM_NOT_FOUND_ERROR } from "../../constants"; */ export const actionItem: QueryResolvers["actionItem"] = async ( _parent, - args + args, ) => { const actionItem = await ActionItem.findOne({ _id: args.id, @@ -22,7 +22,7 @@ export const actionItem: QueryResolvers["actionItem"] = async ( throw new errors.NotFoundError( ACTION_ITEM_NOT_FOUND_ERROR.DESC, ACTION_ITEM_NOT_FOUND_ERROR.CODE, - ACTION_ITEM_NOT_FOUND_ERROR.PARAM + ACTION_ITEM_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/actionItemCategory.ts b/src/resolvers/Query/actionItemCategory.ts index e0cfb1232e..508d67ec15 100644 --- a/src/resolvers/Query/actionItemCategory.ts +++ b/src/resolvers/Query/actionItemCategory.ts @@ -12,7 +12,7 @@ import { ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR } from "../../constants"; */ export const actionItemCategory: QueryResolvers["actionItemCategory"] = async ( _parent, - args + args, ) => { const actionItemCategory = await ActionItemCategory.findOne({ _id: args.id, @@ -22,7 +22,7 @@ export const actionItemCategory: QueryResolvers["actionItemCategory"] = async ( throw new errors.NotFoundError( ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.DESC, ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.CODE, - ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.PARAM + ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/actionItemsByEvent.ts b/src/resolvers/Query/actionItemsByEvent.ts index d031dfdb78..08944db8b2 100644 --- a/src/resolvers/Query/actionItemsByEvent.ts +++ b/src/resolvers/Query/actionItemsByEvent.ts @@ -8,7 +8,7 @@ import { ActionItem } from "../../models"; */ export const actionItemsByEvent: QueryResolvers["actionItemsByEvent"] = async ( _parent, - args + args, ) => { const actionItems = await ActionItem.find({ eventId: args.eventId, diff --git a/src/resolvers/Query/actionItemsByOrganization.ts b/src/resolvers/Query/actionItemsByOrganization.ts index 4520f02af6..6513641b5a 100644 --- a/src/resolvers/Query/actionItemsByOrganization.ts +++ b/src/resolvers/Query/actionItemsByOrganization.ts @@ -13,7 +13,7 @@ export const actionItemsByOrganization: QueryResolvers["actionItemsByOrganizatio organizationId: args.organizationId, }); const actionItemCategoriesIds = actionItemCategories.map( - (category) => category._id + (category) => category._id, ); const actionItems = await ActionItem.find({ diff --git a/src/resolvers/Query/agendaCategory.ts b/src/resolvers/Query/agendaCategory.ts index 34d689781e..104416ef71 100644 --- a/src/resolvers/Query/agendaCategory.ts +++ b/src/resolvers/Query/agendaCategory.ts @@ -8,6 +8,7 @@ import { AGENDA_CATEGORY_NOT_FOUND_ERROR } from "../../constants"; * * This resolver fetches an agenda category by its ID. * + * * @param _parent - The parent object, not used in this resolver. * @param args - The input arguments for the query. * @returns A promise that resolves to the fetched agenda category. @@ -17,11 +18,11 @@ import { AGENDA_CATEGORY_NOT_FOUND_ERROR } from "../../constants"; export const agendaCategory: QueryResolvers["agendaCategory"] = async ( _parent, - args + args, ) => { // Find the AgendaCategory by ID const foundAgendaCategory = await AgendaCategoryModel.findById( - args.id + args.id, ).lean(); // If the AgendaCategory is not found, throw a NotFoundError @@ -29,7 +30,7 @@ export const agendaCategory: QueryResolvers["agendaCategory"] = async ( throw new errors.NotFoundError( AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE, AGENDA_CATEGORY_NOT_FOUND_ERROR.CODE, - AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM + AGENDA_CATEGORY_NOT_FOUND_ERROR.PARAM, ); } return foundAgendaCategory; diff --git a/src/resolvers/Query/checkAuth.ts b/src/resolvers/Query/checkAuth.ts index 93daebe0cc..9709cd771d 100644 --- a/src/resolvers/Query/checkAuth.ts +++ b/src/resolvers/Query/checkAuth.ts @@ -13,7 +13,7 @@ import { errors } from "../../libraries"; export const checkAuth: QueryResolvers["checkAuth"] = async ( _parent, _args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -23,7 +23,7 @@ export const checkAuth: QueryResolvers["checkAuth"] = async ( throw new errors.NotFoundError( USER_NOT_FOUND_ERROR.DESC, USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/customFieldsByOrganization.ts b/src/resolvers/Query/customFieldsByOrganization.ts index 93094d1682..0332a100f2 100644 --- a/src/resolvers/Query/customFieldsByOrganization.ts +++ b/src/resolvers/Query/customFieldsByOrganization.ts @@ -22,7 +22,7 @@ export const customFieldsByOrganization: QueryResolvers["customFieldsByOrganizat throw new errors.NotFoundError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/directChatsByUserID.ts b/src/resolvers/Query/directChatsByUserID.ts index 8ea9dafbf6..efb34e93dd 100644 --- a/src/resolvers/Query/directChatsByUserID.ts +++ b/src/resolvers/Query/directChatsByUserID.ts @@ -20,7 +20,7 @@ export const directChatsByUserID: QueryResolvers["directChatsByUserID"] = throw new errors.NotFoundError( "DirectChats not found", "directChats.notFound", - "directChats" + "directChats", ); } diff --git a/src/resolvers/Query/directChatsMessagesByChatID.ts b/src/resolvers/Query/directChatsMessagesByChatID.ts index 5df598c6d9..173eada6e5 100644 --- a/src/resolvers/Query/directChatsMessagesByChatID.ts +++ b/src/resolvers/Query/directChatsMessagesByChatID.ts @@ -23,7 +23,7 @@ export const directChatsMessagesByChatID: QueryResolvers["directChatsMessagesByC throw new errors.NotFoundError( CHAT_NOT_FOUND_ERROR.DESC, CHAT_NOT_FOUND_ERROR.CODE, - CHAT_NOT_FOUND_ERROR.PARAM + CHAT_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/event.ts b/src/resolvers/Query/event.ts index 2dd49a73c9..a905b90986 100644 --- a/src/resolvers/Query/event.ts +++ b/src/resolvers/Query/event.ts @@ -23,7 +23,7 @@ export const event: QueryResolvers["event"] = async (_parent, args) => { throw new errors.NotFoundError( EVENT_NOT_FOUND_ERROR.DESC, EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/getDonationById.ts b/src/resolvers/Query/getDonationById.ts index 8b21b4a7f0..09a7ee0149 100644 --- a/src/resolvers/Query/getDonationById.ts +++ b/src/resolvers/Query/getDonationById.ts @@ -10,7 +10,7 @@ import { Donation } from "../../models"; */ export const getDonationById: QueryResolvers["getDonationById"] = async ( _parent, - args + args, ) => { const donation = await Donation.findOne({ _id: args.id, diff --git a/src/resolvers/Query/getDonationByOrgId.ts b/src/resolvers/Query/getDonationByOrgId.ts index a766ec65b5..2dfe0cfe74 100644 --- a/src/resolvers/Query/getDonationByOrgId.ts +++ b/src/resolvers/Query/getDonationByOrgId.ts @@ -9,7 +9,7 @@ import { Donation } from "../../models"; */ export const getDonationByOrgId: QueryResolvers["getDonationByOrgId"] = async ( _parent, - args + args, ) => { return await Donation.find({ orgId: args.orgId, diff --git a/src/resolvers/Query/getlanguage.ts b/src/resolvers/Query/getlanguage.ts index 6dcb6c94cd..d2b108cb60 100644 --- a/src/resolvers/Query/getlanguage.ts +++ b/src/resolvers/Query/getlanguage.ts @@ -11,7 +11,7 @@ import { Language } from "../../models"; */ export const getlanguage: QueryResolvers["getlanguage"] = async ( _parent, - args + args, ) => { const languages = await Language.find({ "translation.lang_code": args.lang_code, diff --git a/src/resolvers/Query/hasSubmittedFeedback.ts b/src/resolvers/Query/hasSubmittedFeedback.ts index ae8300bf25..803270b4e7 100644 --- a/src/resolvers/Query/hasSubmittedFeedback.ts +++ b/src/resolvers/Query/hasSubmittedFeedback.ts @@ -18,7 +18,7 @@ export const hasSubmittedFeedback: QueryResolvers["hasSubmittedFeedback"] = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } @@ -30,7 +30,7 @@ export const hasSubmittedFeedback: QueryResolvers["hasSubmittedFeedback"] = throw new errors.NotFoundError( requestContext.translate(EVENT_NOT_FOUND_ERROR.MESSAGE), EVENT_NOT_FOUND_ERROR.CODE, - EVENT_NOT_FOUND_ERROR.PARAM + EVENT_NOT_FOUND_ERROR.PARAM, ); } @@ -44,7 +44,7 @@ export const hasSubmittedFeedback: QueryResolvers["hasSubmittedFeedback"] = throw new errors.ConflictError( requestContext.translate(USER_NOT_REGISTERED_FOR_EVENT.MESSAGE), USER_NOT_REGISTERED_FOR_EVENT.CODE, - USER_NOT_REGISTERED_FOR_EVENT.PARAM + USER_NOT_REGISTERED_FOR_EVENT.PARAM, ); } @@ -52,7 +52,7 @@ export const hasSubmittedFeedback: QueryResolvers["hasSubmittedFeedback"] = throw new errors.ConflictError( requestContext.translate(USER_NOT_CHECKED_IN.MESSAGE), USER_NOT_CHECKED_IN.CODE, - USER_NOT_CHECKED_IN.PARAM + USER_NOT_CHECKED_IN.PARAM, ); } diff --git a/src/resolvers/Query/helperFunctions/getSort.ts b/src/resolvers/Query/helperFunctions/getSort.ts index 75cc17c6b2..1613a0f184 100644 --- a/src/resolvers/Query/helperFunctions/getSort.ts +++ b/src/resolvers/Query/helperFunctions/getSort.ts @@ -14,7 +14,7 @@ export const getSort = ( | PostOrderByInput | UserOrderByInput > - | undefined + | undefined, ): any => { let sortPayload = {}; diff --git a/src/resolvers/Query/helperFunctions/getWhere.ts b/src/resolvers/Query/helperFunctions/getWhere.ts index a9dfbe4613..3dec056066 100644 --- a/src/resolvers/Query/helperFunctions/getWhere.ts +++ b/src/resolvers/Query/helperFunctions/getWhere.ts @@ -32,7 +32,7 @@ export const getWhere = ( DonationWhereInput > > - | undefined + | undefined, ): FilterQuery => { let wherePayload: FilterQuery = {}; diff --git a/src/resolvers/Query/me.ts b/src/resolvers/Query/me.ts index cbeef3504e..7bb050ce3a 100644 --- a/src/resolvers/Query/me.ts +++ b/src/resolvers/Query/me.ts @@ -27,7 +27,7 @@ export const me: QueryResolvers["me"] = async (_parent, _args, context) => { throw new errors.NotFoundError( USER_NOT_FOUND_ERROR.DESC, USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/myLanguage.ts b/src/resolvers/Query/myLanguage.ts index 2ebbc9f768..d0a706f407 100644 --- a/src/resolvers/Query/myLanguage.ts +++ b/src/resolvers/Query/myLanguage.ts @@ -13,7 +13,7 @@ import { USER_NOT_FOUND_ERROR } from "../../constants"; export const myLanguage: QueryResolvers["myLanguage"] = async ( _parent, _args, - context + context, ) => { const currentUser = await User.findOne({ _id: context.userId, @@ -25,7 +25,7 @@ export const myLanguage: QueryResolvers["myLanguage"] = async ( throw new errors.NotFoundError( USER_NOT_FOUND_ERROR.DESC, USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/organizationIsSample.ts b/src/resolvers/Query/organizationIsSample.ts index a9566d876b..bc13f70f64 100644 --- a/src/resolvers/Query/organizationIsSample.ts +++ b/src/resolvers/Query/organizationIsSample.ts @@ -13,7 +13,7 @@ export const isSampleOrganization: QueryResolvers["isSampleOrganization"] = throw new errors.UnauthorizedError( requestContext.translate(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE), ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/organizations.ts b/src/resolvers/Query/organizations.ts index a87051f9f3..6fda961573 100644 --- a/src/resolvers/Query/organizations.ts +++ b/src/resolvers/Query/organizations.ts @@ -15,7 +15,7 @@ import { findOrganizationsInCache } from "../../services/OrganizationCache/findO */ export const organizations: QueryResolvers["organizations"] = async ( _parent, - args + args, ) => { const sort = getSort(args.orderBy); @@ -39,7 +39,7 @@ export const organizations: QueryResolvers["organizations"] = async ( throw new errors.NotFoundError( ORGANIZATION_NOT_FOUND_ERROR.DESC, ORGANIZATION_NOT_FOUND_ERROR.CODE, - ORGANIZATION_NOT_FOUND_ERROR.PARAM + ORGANIZATION_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/organizationsMemberConnection.ts b/src/resolvers/Query/organizationsMemberConnection.ts index 1f80254546..6c96f114c1 100644 --- a/src/resolvers/Query/organizationsMemberConnection.ts +++ b/src/resolvers/Query/organizationsMemberConnection.ts @@ -54,7 +54,7 @@ export const organizationsMemberConnection: QueryResolvers["organizationsMemberC ...paginateOptions, populate: ["registeredEvents"], select: ["-password"], - } + }, ); let users = {}; diff --git a/src/resolvers/Query/post.ts b/src/resolvers/Query/post.ts index 595e09c441..d09733e9ac 100644 --- a/src/resolvers/Query/post.ts +++ b/src/resolvers/Query/post.ts @@ -18,7 +18,7 @@ export const post: QueryResolvers["post"] = async (_parent, args) => { throw new errors.NotFoundError( POST_NOT_FOUND_ERROR.DESC, POST_NOT_FOUND_ERROR.CODE, - POST_NOT_FOUND_ERROR.PARAM + POST_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/postsByOrganizationConnection.ts b/src/resolvers/Query/postsByOrganizationConnection.ts index fd9be4ca2b..7865cead7c 100644 --- a/src/resolvers/Query/postsByOrganizationConnection.ts +++ b/src/resolvers/Query/postsByOrganizationConnection.ts @@ -49,7 +49,7 @@ export const postsByOrganizationConnection: QueryResolvers["postsByOrganizationC organization: args.id, ...where, }, - options + options, ); const posts = postsmodel.docs.map((post) => { diff --git a/src/resolvers/Query/user.ts b/src/resolvers/Query/user.ts index efd0d191be..935eb4a48c 100644 --- a/src/resolvers/Query/user.ts +++ b/src/resolvers/Query/user.ts @@ -18,7 +18,7 @@ export const user: QueryResolvers["user"] = async (_parent, args, context) => { throw new errors.NotFoundError( USER_NOT_FOUND_ERROR.DESC, USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/userLanguage.ts b/src/resolvers/Query/userLanguage.ts index 3bcab4be00..4a3213e03b 100644 --- a/src/resolvers/Query/userLanguage.ts +++ b/src/resolvers/Query/userLanguage.ts @@ -10,7 +10,7 @@ import { USER_NOT_FOUND_ERROR } from "../../constants"; */ export const userLanguage: QueryResolvers["userLanguage"] = async ( _parent, - args + args, ) => { const user = await User.findOne({ _id: args.userId, @@ -22,7 +22,7 @@ export const userLanguage: QueryResolvers["userLanguage"] = async ( throw new errors.NotFoundError( USER_NOT_FOUND_ERROR.DESC, USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/Query/users.ts b/src/resolvers/Query/users.ts index ab9fdfba43..c63e174a82 100644 --- a/src/resolvers/Query/users.ts +++ b/src/resolvers/Query/users.ts @@ -17,7 +17,7 @@ import { getWhere } from "./helperFunctions/getWhere"; export const users: QueryResolvers["users"] = async ( _parent, args, - context + context, ) => { const where = getWhere(args.where); const sort = getSort(args.orderBy); @@ -30,7 +30,7 @@ export const users: QueryResolvers["users"] = async ( throw new errors.UnauthenticatedError( requestContext.translate(UNAUTHENTICATED_ERROR.MESSAGE), UNAUTHENTICATED_ERROR.CODE, - UNAUTHENTICATED_ERROR.PARAM + UNAUTHENTICATED_ERROR.PARAM, ); } const filterCriteria = { diff --git a/src/resolvers/Query/usersConnection.ts b/src/resolvers/Query/usersConnection.ts index 747712037a..84da92c13c 100644 --- a/src/resolvers/Query/usersConnection.ts +++ b/src/resolvers/Query/usersConnection.ts @@ -14,7 +14,7 @@ import { getWhere } from "./helperFunctions/getWhere"; */ export const usersConnection: QueryResolvers["usersConnection"] = async ( _parent, - args + args, ) => { const where = getWhere(args.where); const sort = getSort(args.orderBy); diff --git a/src/resolvers/Subscription/directMessageChat.ts b/src/resolvers/Subscription/directMessageChat.ts index 2edfcc1a57..de5a2ddeee 100644 --- a/src/resolvers/Subscription/directMessageChat.ts +++ b/src/resolvers/Subscription/directMessageChat.ts @@ -14,6 +14,6 @@ export const directMessageChat: SubscriptionResolvers["directMessageChat"] = { subscribe: withFilter( (_parent, _args, context) => context.pubsub.asyncIterator(CHAT_CHANNEL), - (payload) => payload?.directMessageChat + (payload) => payload?.directMessageChat, ), }; diff --git a/src/resolvers/Subscription/messageSentToDirectChat.ts b/src/resolvers/Subscription/messageSentToDirectChat.ts index 8316689123..465671dd73 100644 --- a/src/resolvers/Subscription/messageSentToDirectChat.ts +++ b/src/resolvers/Subscription/messageSentToDirectChat.ts @@ -25,6 +25,6 @@ export const messageSentToDirectChat: SubscriptionResolvers["messageSentToDirect (_parent, _args, context) => context.pubsub.asyncIterator([MESSAGE_SENT_TO_DIRECT_CHAT]), - (payload, _variables, context) => filterFunction(payload, context) + (payload, _variables, context) => filterFunction(payload, context), ), }; diff --git a/src/resolvers/Subscription/messageSentToGroupChat.ts b/src/resolvers/Subscription/messageSentToGroupChat.ts index 20c83454de..6d1bb5ba69 100644 --- a/src/resolvers/Subscription/messageSentToGroupChat.ts +++ b/src/resolvers/Subscription/messageSentToGroupChat.ts @@ -6,7 +6,7 @@ const MESSAGE_SENT_TO_GROUP_CHAT = "MESSAGE_SENT_TO_GROUP_CHAT"; export const filterFunction = async function ( payload: any, - context: any + context: any, ): Promise { const { currentUserId } = context.context; const groupChatId = payload.messageSentToGroupChat.groupChatMessageBelongsTo; @@ -17,7 +17,7 @@ export const filterFunction = async function ( if (groupChat) { const currentUserIsGroupChatMember = groupChat.users.some((user) => - user.equals(currentUserId) + user.equals(currentUserId), ); return currentUserIsGroupChatMember; } else { @@ -39,6 +39,6 @@ export const messageSentToGroupChat: SubscriptionResolvers["messageSentToGroupCh (_parent, _args, context) => context.pubsub.asyncIterator([MESSAGE_SENT_TO_GROUP_CHAT]), - (payload, _variables, context) => filterFunction(payload, context) + (payload, _variables, context) => filterFunction(payload, context), ), }; diff --git a/src/resolvers/Subscription/onPluginUpdate.ts b/src/resolvers/Subscription/onPluginUpdate.ts index 9d52ff1b0a..9756f2709b 100644 --- a/src/resolvers/Subscription/onPluginUpdate.ts +++ b/src/resolvers/Subscription/onPluginUpdate.ts @@ -20,7 +20,7 @@ export const filterFunction = async function ( // eslint-disable-next-line @typescript-eslint/no-unused-vars payload: any, // eslint-disable-next-line @typescript-eslint/no-unused-vars - context: any + context: any, ): Promise { return true; }; @@ -30,7 +30,7 @@ export const onPluginUpdate: SubscriptionResolvers["onPluginUpdate"] = { subscribe: withFilter( (_parent, _args, context) => context.pubsub.asyncIterator([TALAWA_PLUGIN_UPDATED]), - (payload, _variables, context) => filterFunction(payload, context) + (payload, _variables, context) => filterFunction(payload, context), ), resolve: (payload: any) => { return payload.Plugin; diff --git a/src/resolvers/UserFamily/creator.ts b/src/resolvers/UserFamily/creator.ts index 9e10abf8f4..69fb4b7e3b 100644 --- a/src/resolvers/UserFamily/creator.ts +++ b/src/resolvers/UserFamily/creator.ts @@ -16,7 +16,7 @@ export const creator: UserFamilyResolvers["creator"] = async (parent) => { throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/resolvers/UserTag/childTags.ts b/src/resolvers/UserTag/childTags.ts index 5dd1846d2e..436857f859 100644 --- a/src/resolvers/UserTag/childTags.ts +++ b/src/resolvers/UserTag/childTags.ts @@ -11,7 +11,7 @@ import { validatePaginationArgs } from "../../libraries/validators/validatePagin export const childTags: UserTagResolvers["childTags"] = async ( parent, - args + args, ) => { const errors = validatePaginationArgs(args.input); @@ -49,7 +49,7 @@ export const childTags: UserTagResolvers["childTags"] = async ( // The default sorting logic of ascending order by MongoID should always be provided _id: 1, name: 1, - }) + }), ) .limit(getLimit(args.input.limit)) .lean(); diff --git a/src/resolvers/UserTag/organization.ts b/src/resolvers/UserTag/organization.ts index e97403aba4..b38ead0540 100644 --- a/src/resolvers/UserTag/organization.ts +++ b/src/resolvers/UserTag/organization.ts @@ -2,7 +2,7 @@ import type { UserTagResolvers } from "../../types/generatedGraphQLTypes"; import { Organization } from "../../models"; export const organization: UserTagResolvers["organization"] = async ( - parent + parent, ) => { return await Organization.findOne({ _id: parent.organizationId, diff --git a/src/resolvers/UserTag/usersAssignedTo.ts b/src/resolvers/UserTag/usersAssignedTo.ts index b2f91e90d4..d1da82b446 100644 --- a/src/resolvers/UserTag/usersAssignedTo.ts +++ b/src/resolvers/UserTag/usersAssignedTo.ts @@ -11,7 +11,7 @@ import { validatePaginationArgs } from "../../libraries/validators/validatePagin export const usersAssignedTo: UserTagResolvers["usersAssignedTo"] = async ( parent, - args + args, ) => { const errors = validatePaginationArgs(args.input); @@ -48,7 +48,7 @@ export const usersAssignedTo: UserTagResolvers["usersAssignedTo"] = async ( getSortingObject(args.input.direction, { // The default sorting logic of ascending order by MongoID should always be provided _id: 1, - }) + }), ) .limit(getLimit(args.input.limit)) .populate("userId") @@ -57,6 +57,6 @@ export const usersAssignedTo: UserTagResolvers["usersAssignedTo"] = async ( return generateConnectionObject( args.input, allUserObjects, - (userTag) => userTag.userId + (userTag) => userTag.userId, ); }; diff --git a/src/resolvers/index.ts b/src/resolvers/index.ts index 56cf8482a6..a593b2c648 100644 --- a/src/resolvers/index.ts +++ b/src/resolvers/index.ts @@ -95,5 +95,5 @@ const resolversComposition = { export const composedResolvers: Resolvers = composeResolvers( resolvers, - resolversComposition + resolversComposition, ); diff --git a/src/resolvers/middleware/currentUserExists.ts b/src/resolvers/middleware/currentUserExists.ts index 348c6acf73..2e56d0664a 100644 --- a/src/resolvers/middleware/currentUserExists.ts +++ b/src/resolvers/middleware/currentUserExists.ts @@ -16,7 +16,7 @@ export const currentUserExists = throw new errors.NotFoundError( requestContext.translate(USER_NOT_FOUND_ERROR.MESSAGE), USER_NOT_FOUND_ERROR.CODE, - USER_NOT_FOUND_ERROR.PARAM + USER_NOT_FOUND_ERROR.PARAM, ); } diff --git a/src/services/CommentCache/cacheComments.ts b/src/services/CommentCache/cacheComments.ts index 36021dffdc..bfe9cd6d53 100644 --- a/src/services/CommentCache/cacheComments.ts +++ b/src/services/CommentCache/cacheComments.ts @@ -4,7 +4,7 @@ import CommentCache from "../redisCache"; // Function to store comments in the cache using pipelining export async function cacheComments( - comments: InterfaceComment[] + comments: InterfaceComment[], ): Promise { try { const pipeline = CommentCache.pipeline(); diff --git a/src/services/CommentCache/deleteCommentFromCache.ts b/src/services/CommentCache/deleteCommentFromCache.ts index f249ac9ba4..30f8914e6d 100644 --- a/src/services/CommentCache/deleteCommentFromCache.ts +++ b/src/services/CommentCache/deleteCommentFromCache.ts @@ -2,7 +2,7 @@ import CommentCache from "../redisCache"; import type { InterfaceComment } from "../../models"; export async function deleteCommentFromCache( - comment: InterfaceComment + comment: InterfaceComment, ): Promise { const key = `comment:${comment._id}`; diff --git a/src/services/CommentCache/findCommentsByPostIdInCache.ts b/src/services/CommentCache/findCommentsByPostIdInCache.ts index 4d0576d1b5..4b10914332 100644 --- a/src/services/CommentCache/findCommentsByPostIdInCache.ts +++ b/src/services/CommentCache/findCommentsByPostIdInCache.ts @@ -4,7 +4,7 @@ import { Types } from "mongoose"; import { logger } from "../../libraries"; export async function findCommentsByPostIdInCache( - postID: Types.ObjectId + postID: Types.ObjectId, ): Promise<(InterfaceComment | null)[]> { if (!postID) { return [null]; diff --git a/src/services/CommentCache/findCommentsInCache.ts b/src/services/CommentCache/findCommentsInCache.ts index 2789497d48..bacae081db 100644 --- a/src/services/CommentCache/findCommentsInCache.ts +++ b/src/services/CommentCache/findCommentsInCache.ts @@ -4,7 +4,7 @@ import { Types } from "mongoose"; import { logger } from "../../libraries"; export async function findCommentsInCache( - ids: string[] + ids: string[], ): Promise<(InterfaceComment | null)[]> { if (ids.length === 0) { return [null]; diff --git a/src/services/EventCache/deleteEventFromCache.ts b/src/services/EventCache/deleteEventFromCache.ts index 8affeee451..0f36da3cce 100644 --- a/src/services/EventCache/deleteEventFromCache.ts +++ b/src/services/EventCache/deleteEventFromCache.ts @@ -2,7 +2,7 @@ import EventCache from "../redisCache"; import type { Types } from "mongoose"; export async function deleteEventFromCache( - eventId: Types.ObjectId + eventId: Types.ObjectId, ): Promise { const key = `event:${eventId}`; diff --git a/src/services/EventCache/findEventInCache.ts b/src/services/EventCache/findEventInCache.ts index e40dc06966..0c3ff96c61 100644 --- a/src/services/EventCache/findEventInCache.ts +++ b/src/services/EventCache/findEventInCache.ts @@ -4,7 +4,7 @@ import { Types } from "mongoose"; import { logger } from "../../libraries"; export async function findEventsInCache( - ids: string[] + ids: string[], ): Promise<(InterfaceEvent | null)[]> { if (ids.length === 0) { return [null]; diff --git a/src/services/OrganizationCache/cacheOrganizations.ts b/src/services/OrganizationCache/cacheOrganizations.ts index 6a0fb4720d..6620ce04cf 100644 --- a/src/services/OrganizationCache/cacheOrganizations.ts +++ b/src/services/OrganizationCache/cacheOrganizations.ts @@ -4,7 +4,7 @@ import OrganizationCache from "../redisCache"; // Function to store organizations in the cache using pipelining export async function cacheOrganizations( - organizations: InterfaceOrganization[] + organizations: InterfaceOrganization[], ): Promise { try { const pipeline = OrganizationCache.pipeline(); diff --git a/src/services/OrganizationCache/deleteOrganizationFromCache.ts b/src/services/OrganizationCache/deleteOrganizationFromCache.ts index 6359664ea1..030b13c64f 100644 --- a/src/services/OrganizationCache/deleteOrganizationFromCache.ts +++ b/src/services/OrganizationCache/deleteOrganizationFromCache.ts @@ -2,7 +2,7 @@ import OrganizationCache from "../redisCache"; import type { InterfaceOrganization } from "../../models"; export async function deleteOrganizationFromCache( - organization: InterfaceOrganization + organization: InterfaceOrganization, ): Promise { const key = `organization:${organization._id}`; diff --git a/src/services/OrganizationCache/findOrganizationsInCache.ts b/src/services/OrganizationCache/findOrganizationsInCache.ts index 5812fa8827..5eb9b61638 100644 --- a/src/services/OrganizationCache/findOrganizationsInCache.ts +++ b/src/services/OrganizationCache/findOrganizationsInCache.ts @@ -4,7 +4,7 @@ import { Types } from "mongoose"; import { logger } from "../../libraries"; export async function findOrganizationsInCache( - ids: string[] + ids: string[], ): Promise<(InterfaceOrganization | null)[]> { if (ids.length === 0) { return [null]; @@ -78,7 +78,7 @@ export async function findOrganizationsInCache( ? organization.membershipRequests.map( (membershipRequest: string) => { return Types.ObjectId(membershipRequest); - } + }, ) : [], diff --git a/src/services/PostCache/findPostsInCache.ts b/src/services/PostCache/findPostsInCache.ts index 5f1de8393e..204dc2f25d 100644 --- a/src/services/PostCache/findPostsInCache.ts +++ b/src/services/PostCache/findPostsInCache.ts @@ -4,7 +4,7 @@ import { Types } from "mongoose"; import { logger } from "../../libraries"; export async function findPostsInCache( - ids: string[] + ids: string[], ): Promise<(InterfacePost | null)[]> { if (ids.length === 0) { return [null]; diff --git a/src/utilities/PII/decryption.ts b/src/utilities/PII/decryption.ts index a30f4257aa..d93b505ec8 100644 --- a/src/utilities/PII/decryption.ts +++ b/src/utilities/PII/decryption.ts @@ -4,12 +4,12 @@ import crypto from "crypto"; export function decrypt( encryptedText: string, key: string, - iv: string + iv: string, ): string { const decipher = crypto.createDecipheriv( "aes-256-cbc", Buffer.from(key), - Buffer.from(iv, "hex") + Buffer.from(iv, "hex"), ); let decrypted = decipher.update(encryptedText, "hex", "utf8"); decrypted += decipher.final("utf8"); diff --git a/src/utilities/PII/encryption.ts b/src/utilities/PII/encryption.ts index 4fb600985f..05c85bd86a 100644 --- a/src/utilities/PII/encryption.ts +++ b/src/utilities/PII/encryption.ts @@ -5,7 +5,7 @@ export function encrypt(text: string, key: string, iv: string): string { const cipher = crypto.createCipheriv( "aes-256-cbc", Buffer.from(key), - Buffer.from(iv, "hex") + Buffer.from(iv, "hex"), ); let encrypted = cipher.update(text); encrypted = Buffer.concat([encrypted, cipher.final()]); diff --git a/src/utilities/PII/isAuthorised.ts b/src/utilities/PII/isAuthorised.ts index ad3e246802..65c4120de5 100644 --- a/src/utilities/PII/isAuthorised.ts +++ b/src/utilities/PII/isAuthorised.ts @@ -2,7 +2,7 @@ import type { User } from "../../types/generatedGraphQLTypes"; export function isAuthorised( requestingUser: User, - requestedUser: User + requestedUser: User, ): boolean { if (requestedUser !== requestedUser) { return false; diff --git a/src/utilities/adminCheck.ts b/src/utilities/adminCheck.ts index bd44cd28e1..68f7749330 100644 --- a/src/utilities/adminCheck.ts +++ b/src/utilities/adminCheck.ts @@ -13,10 +13,10 @@ import { User } from "../models"; */ export const adminCheck = async ( userId: string | Types.ObjectId, - organization: InterfaceOrganization + organization: InterfaceOrganization, ): Promise => { const userIsOrganizationAdmin = organization.admins.some( - (admin) => admin === userId || Types.ObjectId(admin).equals(userId) + (admin) => admin === userId || Types.ObjectId(admin).equals(userId), ); const user = await User.findOne({ @@ -30,7 +30,7 @@ export const adminCheck = async ( throw new errors.UnauthorizedError( requestContext.translate(`${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`), USER_NOT_AUTHORIZED_ADMIN.CODE, - USER_NOT_AUTHORIZED_ADMIN.PARAM + USER_NOT_AUTHORIZED_ADMIN.PARAM, ); } }; diff --git a/src/utilities/auth.ts b/src/utilities/auth.ts index d8db27a3a4..bb7305d650 100644 --- a/src/utilities/auth.ts +++ b/src/utilities/auth.ts @@ -28,7 +28,7 @@ export const createAccessToken = (user: InterfaceUser): string => { ACCESS_TOKEN_SECRET as string, { expiresIn: "40m", - } + }, ); }; @@ -44,7 +44,7 @@ export const createRefreshToken = (user: InterfaceUser): string => { REFRESH_TOKEN_SECRET as string, { expiresIn: "30d", - } + }, ); }; diff --git a/src/utilities/createSampleOrganizationUtil.ts b/src/utilities/createSampleOrganizationUtil.ts index ee67fe7d73..95861eb6c7 100644 --- a/src/utilities/createSampleOrganizationUtil.ts +++ b/src/utilities/createSampleOrganizationUtil.ts @@ -9,7 +9,7 @@ import { SampleData } from "../models/SampleData"; export const generateUserData = async ( organizationId: string, - userType: string + userType: string, ): Promise> => { const gender: "male" | "female" = faker.helpers.arrayElement([ "male", @@ -29,7 +29,7 @@ export const generateUserData = async ( firstName: fname, lastName: lname, email: `${fname.toLowerCase()}${lname.toLowerCase()}@${faker.helpers.arrayElement( - ["xyz", "abc", "lmnop"] + ["xyz", "abc", "lmnop"], )}.com`, password: "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", joinedOrganizations: [organizationId], @@ -50,7 +50,7 @@ export const generateUserData = async ( }; const createUser = async ( - generatedUser: InterfaceUser & mongoose.Document + generatedUser: InterfaceUser & mongoose.Document, ): Promise> => { const savedUser = await generatedUser.save(); const sampleModel = new SampleData({ @@ -63,7 +63,7 @@ const createUser = async ( export const generateEventData = async ( users: InterfaceUser[], - organizationId: string + organizationId: string, ): Promise => { const today = new Date(); const oneWeekFromNow = new Date(); @@ -76,7 +76,7 @@ export const generateEventData = async ( const duration = Math.floor(Math.random() * 7) + 1; // Random duration between 1 and 7 days const endDate = new Date( - startDate.getTime() + duration * 24 * 60 * 60 * 1000 + startDate.getTime() + duration * 24 * 60 * 60 * 1000, ); const event = new Event({ @@ -119,7 +119,7 @@ export const generateEventData = async ( await User.findByIdAndUpdate( creatorId, { $push: { eventsCreated: event._id } }, - { new: true } + { new: true }, ); return event; @@ -127,7 +127,7 @@ export const generateEventData = async ( export const generatePostData = async ( users: InterfaceUser[], - organizationId: string + organizationId: string, ): Promise> => { const post = new Post({ status: "ACTIVE", @@ -158,7 +158,7 @@ export const generatePostData = async ( const createPosts = async ( numPosts: number, users: InterfaceUser[], - organizationId: string + organizationId: string, ): Promise<(InterfacePost & mongoose.Document)[]> => { const posts = []; for (let i = 0; i < numPosts; i++) { @@ -171,7 +171,7 @@ const createPosts = async ( const createEvents = async ( numEvents: number, users: InterfaceUser[], - organizationId: string + organizationId: string, ): Promise => { const events = []; @@ -184,7 +184,7 @@ const createEvents = async ( export const generateRandomPlugins = async ( numberOfPlugins: number, - users: string[] + users: string[], ): Promise[]> => { const pluginPromises = []; for (let i = 0; i < numberOfPlugins; i++) { diff --git a/src/utilities/deleteImage.ts b/src/utilities/deleteImage.ts index d8346e2536..74c30cba1f 100644 --- a/src/utilities/deleteImage.ts +++ b/src/utilities/deleteImage.ts @@ -11,14 +11,14 @@ import { reuploadDuplicateCheck } from "./reuploadDuplicateCheck"; */ export const deleteImage = async ( imageToBeDeleted: string, - imageBelongingToItem?: string + imageBelongingToItem?: string, ): Promise => { let imageIsDuplicate = false; if (imageBelongingToItem) { imageIsDuplicate = await reuploadDuplicateCheck( imageToBeDeleted, - imageBelongingToItem + imageBelongingToItem, ); } @@ -55,7 +55,7 @@ export const deleteImage = async ( $inc: { numberOfUses: -1, }, - } + }, ); } }; diff --git a/src/utilities/encodedImageStorage/deletePreviousImage.ts b/src/utilities/encodedImageStorage/deletePreviousImage.ts index e22f64de44..33d600f659 100644 --- a/src/utilities/encodedImageStorage/deletePreviousImage.ts +++ b/src/utilities/encodedImageStorage/deletePreviousImage.ts @@ -3,7 +3,7 @@ import path from "path"; import { EncodedImage } from "../../models/EncodedImage"; export const deletePreviousImage = async ( - imageToBeDeletedPath: string + imageToBeDeletedPath: string, ): Promise => { const imageToBeDeleted = await EncodedImage.findOne({ fileName: imageToBeDeletedPath!, @@ -24,6 +24,6 @@ export const deletePreviousImage = async ( $inc: { numberOfUses: -1, }, - } + }, ); }; diff --git a/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts b/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts index 3e7b25e131..bc6256012e 100644 --- a/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts +++ b/src/utilities/encodedImageStorage/encodedImageExtensionCheck.ts @@ -1,7 +1,7 @@ export const encodedImageExtentionCheck = (encodedUrl: string): boolean => { const extension = encodedUrl.substring( "data:".length, - encodedUrl.indexOf(";base64") + encodedUrl.indexOf(";base64"), ); console.log(extension); diff --git a/src/utilities/encodedImageStorage/uploadEncodedImage.ts b/src/utilities/encodedImageStorage/uploadEncodedImage.ts index 40d74b5ada..b5da60364b 100644 --- a/src/utilities/encodedImageStorage/uploadEncodedImage.ts +++ b/src/utilities/encodedImageStorage/uploadEncodedImage.ts @@ -25,7 +25,7 @@ const base64SizeInKb = (base64String: string): number => { export const uploadEncodedImage = async ( encodedImageURL: string, - previousImagePath?: string | null + previousImagePath?: string | null, ): Promise => { const isURLValidImage = encodedImageExtentionCheck(encodedImageURL); @@ -39,7 +39,7 @@ export const uploadEncodedImage = async ( throw new errors.ImageSizeLimitExceeded( IMAGE_SIZE_LIMIT_KB.MESSAGE, IMAGE_SIZE_LIMIT_KB.CODE, - IMAGE_SIZE_LIMIT_KB.PARAM + IMAGE_SIZE_LIMIT_KB.PARAM, ); } @@ -47,7 +47,7 @@ export const uploadEncodedImage = async ( throw new errors.InvalidFileTypeError( requestContext.translate(INVALID_FILE_TYPE.MESSAGE), INVALID_FILE_TYPE.CODE, - INVALID_FILE_TYPE.PARAM + INVALID_FILE_TYPE.PARAM, ); } @@ -68,7 +68,7 @@ export const uploadEncodedImage = async ( $inc: { numberOfUses: 1, }, - } + }, ); if (previousImagePath) { diff --git a/src/utilities/encodedVideoStorage/deletePreviousVideo.ts b/src/utilities/encodedVideoStorage/deletePreviousVideo.ts index 2fbcf3539b..4cbdf3a88d 100644 --- a/src/utilities/encodedVideoStorage/deletePreviousVideo.ts +++ b/src/utilities/encodedVideoStorage/deletePreviousVideo.ts @@ -3,7 +3,7 @@ import path from "path"; import { EncodedVideo } from "../../models/EncodedVideo"; export const deletePreviousVideo = async ( - videoToBeDeletedPath: string + videoToBeDeletedPath: string, ): Promise => { const videoToBeDeleted = await EncodedVideo.findOne({ fileName: videoToBeDeletedPath!, @@ -24,6 +24,6 @@ export const deletePreviousVideo = async ( $inc: { numberOfUses: -1, }, - } + }, ); }; diff --git a/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts b/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts index 85d6f854ab..f9cb626d04 100644 --- a/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts +++ b/src/utilities/encodedVideoStorage/encodedVideoExtensionCheck.ts @@ -1,7 +1,7 @@ export const encodedVideoExtentionCheck = (encodedUrl: string): boolean => { const extension = encodedUrl.substring( "data:".length, - encodedUrl.indexOf(";base64") + encodedUrl.indexOf(";base64"), ); console.log(extension); diff --git a/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts b/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts index 2346048674..faf69f78ae 100644 --- a/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts +++ b/src/utilities/encodedVideoStorage/uploadEncodedVideo.ts @@ -11,7 +11,7 @@ import { deletePreviousVideo } from "./deletePreviousVideo"; export const uploadEncodedVideo = async ( encodedVideoURL: string, // eslint-disable-next-line @typescript-eslint/no-unused-vars - previousVideoPath?: string | null + previousVideoPath?: string | null, ): Promise => { const isURLValidVideo = encodedVideoExtentionCheck(encodedVideoURL); @@ -19,7 +19,7 @@ export const uploadEncodedVideo = async ( throw new errors.InvalidFileTypeError( requestContext.translate(INVALID_FILE_TYPE.MESSAGE), INVALID_FILE_TYPE.CODE, - INVALID_FILE_TYPE.PARAM + INVALID_FILE_TYPE.PARAM, ); } @@ -40,7 +40,7 @@ export const uploadEncodedVideo = async ( $inc: { numberOfUses: 1, }, - } + }, ); if (previousVideoPath) { diff --git a/src/utilities/graphqlConnectionFactory.ts b/src/utilities/graphqlConnectionFactory.ts index 3181a921e8..d5c11bac28 100644 --- a/src/utilities/graphqlConnectionFactory.ts +++ b/src/utilities/graphqlConnectionFactory.ts @@ -52,7 +52,7 @@ export const getLimit = (limit: number): number => { // Generates the sortingObject that can be passed in the .sort() method export const getSortingObject = ( direction: "FORWARD" | "BACKWARD", - sortingObject: Record + sortingObject: Record, ): Record => { // We assume that the resolver would always be written with respect to the sorting that needs to be implemented for forward pagination if (direction === "FORWARD") return sortingObject; @@ -73,7 +73,7 @@ type FilterObjectType = { // Generates the sorting arguments for filterQuery that can be passed into the .find() method export function getFilterObject( - args: CursorPaginationInput + args: CursorPaginationInput, ): FilterObjectType | null { if (args.cursor) { if (args.direction === "FORWARD") return { _id: { $gt: args.cursor } }; @@ -105,11 +105,11 @@ The function returns a promise which would resolve to the desired connection obj */ export function generateConnectionObject< T1 extends { _id: Types.ObjectId }, - T2 extends { _id: Types.ObjectId } + T2 extends { _id: Types.ObjectId }, >( args: CursorPaginationInput, allFetchedObjects: T2[] | null, - getNodeFromResult: GetNodeFromResultFnType + getNodeFromResult: GetNodeFromResultFnType, ): InterfaceConnectionResult { // Initialize the connection object const connectionObject = graphqlConnectionFactory(); diff --git a/src/utilities/imageAlreadyInDbCheck.ts b/src/utilities/imageAlreadyInDbCheck.ts index 93967626e5..6982237708 100644 --- a/src/utilities/imageAlreadyInDbCheck.ts +++ b/src/utilities/imageAlreadyInDbCheck.ts @@ -15,7 +15,7 @@ import { INVALID_FILE_TYPE } from "../constants"; */ export const imageAlreadyInDbCheck = async ( oldImagePath: string | null, - newImagePath: string + newImagePath: string, ): Promise => { try { let fileName; @@ -46,7 +46,7 @@ export const imageAlreadyInDbCheck = async ( } else { const imageIsDuplicate = await reuploadDuplicateCheck( oldImagePath, - newImagePath + newImagePath, ); if (imageIsDuplicate === false) { @@ -60,7 +60,7 @@ export const imageAlreadyInDbCheck = async ( $inc: { numberOfUses: 1, }, - } + }, ); } @@ -79,7 +79,7 @@ export const imageAlreadyInDbCheck = async ( param: INVALID_FILE_TYPE.PARAM, }, ], - requestContext.translate(INVALID_FILE_TYPE.MESSAGE) + requestContext.translate(INVALID_FILE_TYPE.MESSAGE), ); } }; diff --git a/src/utilities/imageExtensionCheck.ts b/src/utilities/imageExtensionCheck.ts index f2e37b3d37..337e3f806d 100644 --- a/src/utilities/imageExtensionCheck.ts +++ b/src/utilities/imageExtensionCheck.ts @@ -25,7 +25,7 @@ export const imageExtensionCheck = async (filename: string): Promise => { param: INVALID_FILE_TYPE.PARAM, }, ], - requestContext.translate(INVALID_FILE_TYPE.MESSAGE) + requestContext.translate(INVALID_FILE_TYPE.MESSAGE), ); } }; diff --git a/src/utilities/loadSampleData.ts b/src/utilities/loadSampleData.ts index eaa0a62158..eb1992fe97 100644 --- a/src/utilities/loadSampleData.ts +++ b/src/utilities/loadSampleData.ts @@ -51,7 +51,7 @@ async function insertCollections(collections: string[]): Promise { for (const collection of collections) { const data = await fs.readFile( path.join(__dirname, `../../sample_data/${collection}.json`), - "utf8" + "utf8", ); const docs = JSON.parse(data) as Record[]; diff --git a/src/utilities/mailer.ts b/src/utilities/mailer.ts index a4d44bda49..f7b5f93bd3 100644 --- a/src/utilities/mailer.ts +++ b/src/utilities/mailer.ts @@ -22,7 +22,7 @@ export interface InterfaceMailFields { * @returns Promise along with resolve and reject methods. */ export const mailer = ( - mailFields: InterfaceMailFields + mailFields: InterfaceMailFields, ): Promise => { // Nodemailer configuration let transporter: Transporter; @@ -68,7 +68,7 @@ export const mailer = ( } else { resolve(info); } - } + }, ); }); }; diff --git a/src/utilities/reuploadDuplicateCheck.ts b/src/utilities/reuploadDuplicateCheck.ts index 53adaa9ab0..b56944b364 100644 --- a/src/utilities/reuploadDuplicateCheck.ts +++ b/src/utilities/reuploadDuplicateCheck.ts @@ -41,7 +41,7 @@ const getImageHash = (oldSrc: TypeImagePath): object => { */ export const reuploadDuplicateCheck = async ( oldImagePath: TypeImagePath | null, - newImagePath: TypeImagePath + newImagePath: TypeImagePath, ): Promise => { /* This function checks whether a user is trying to re-upload the same profile picture @@ -68,7 +68,7 @@ export const reuploadDuplicateCheck = async ( param: "fileType", }, ], - requestContext.translate("invalid.fileType") + requestContext.translate("invalid.fileType"), ); } }; diff --git a/src/utilities/superAdminCheck.ts b/src/utilities/superAdminCheck.ts index 1b6c52f580..1f3cad5584 100644 --- a/src/utilities/superAdminCheck.ts +++ b/src/utilities/superAdminCheck.ts @@ -9,7 +9,7 @@ export const superAdminCheck = (user: InterfaceUser): void => { throw new errors.UnauthorizedError( requestContext.translate(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE), USER_NOT_AUTHORIZED_SUPERADMIN.CODE, - USER_NOT_AUTHORIZED_SUPERADMIN.PARAM + USER_NOT_AUTHORIZED_SUPERADMIN.PARAM, ); } }; diff --git a/src/utilities/uploadImage.ts b/src/utilities/uploadImage.ts index 1a573dff35..9122848858 100644 --- a/src/utilities/uploadImage.ts +++ b/src/utilities/uploadImage.ts @@ -15,7 +15,7 @@ import { imageExtensionCheck } from "./imageExtensionCheck"; */ export const uploadImage = async ( newImageFile: any, - oldImagePath: string | null + oldImagePath: string | null, ): Promise<{ newImagePath: string; imageAlreadyInDbPath: string }> => { const id = shortid.generate(); @@ -29,16 +29,16 @@ export const uploadImage = async ( createReadStream() .pipe( createWriteStream( - path.join(__dirname, "../../images", `/${id}-${filename}`) - ) + path.join(__dirname, "../../images", `/${id}-${filename}`), + ), ) .on("close", resolve) .on("error", (error: any) => reject(error)) .on("finish", () => resolve({ path, - }) - ) + }), + ), ); const newImagePath = `images/${id}-${filename}`; @@ -54,7 +54,7 @@ export const uploadImage = async ( const imageAlreadyInDbPath = await imageAlreadyInDbCheck( oldImagePath, - newImagePath + newImagePath, ); return { diff --git a/src/utilities/userFamilyAdminCheck.ts b/src/utilities/userFamilyAdminCheck.ts index bf482733bf..a31360d613 100644 --- a/src/utilities/userFamilyAdminCheck.ts +++ b/src/utilities/userFamilyAdminCheck.ts @@ -13,10 +13,10 @@ import { User } from "../models"; */ export const adminCheck = async ( userId: string | Types.ObjectId, - userFamily: InterfaceUserFamily + userFamily: InterfaceUserFamily, ): Promise => { const userIsUserFamilyAdmin = userFamily.admins.some( - (admin) => admin === userId || Types.ObjectId(admin).equals(userId) + (admin) => admin === userId || Types.ObjectId(admin).equals(userId), ); const user = await User.findOne({ @@ -30,7 +30,7 @@ export const adminCheck = async ( throw new errors.UnauthorizedError( requestContext.translate(`${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`), USER_NOT_AUTHORIZED_ADMIN.CODE, - USER_NOT_AUTHORIZED_ADMIN.PARAM + USER_NOT_AUTHORIZED_ADMIN.PARAM, ); } }; diff --git a/tests/directives/directiveTransformer/authDirectiveTransformer.spec.ts b/tests/directives/directiveTransformer/authDirectiveTransformer.spec.ts index 4e20a68c50..42ed691d3a 100644 --- a/tests/directives/directiveTransformer/authDirectiveTransformer.spec.ts +++ b/tests/directives/directiveTransformer/authDirectiveTransformer.spec.ts @@ -89,7 +89,7 @@ it("throws UnauthenticatedError when context is expired", async () => { }, { contextValue: authenticatedContext, - } + }, ); } catch (err) { if (err instanceof errors.UnauthenticatedError) { @@ -126,7 +126,7 @@ it("throws UnauthenticatedError when context: isAuth == false", async () => { }, { contextValue: authenticatedContext, - } + }, ); } catch (err) { if (err instanceof errors.UnauthenticatedError) { @@ -163,7 +163,7 @@ it("checks if the resolver is supplied, and return null data, if not", async () }, { contextValue: authenticatedContext, - } + }, ); //@ts-ignore @@ -198,7 +198,7 @@ it("returns data if isAuth == true and expire == false", async () => { }, { contextValue: authenticatedContext, - } + }, ); //@ts-ignore expect(result.body.singleResult.data).toEqual({ hello: "hi" }); diff --git a/tests/directives/directiveTransformer/roleDirectiveTransformer.spec.ts b/tests/directives/directiveTransformer/roleDirectiveTransformer.spec.ts index 204eafd918..d558084961 100644 --- a/tests/directives/directiveTransformer/roleDirectiveTransformer.spec.ts +++ b/tests/directives/directiveTransformer/roleDirectiveTransformer.spec.ts @@ -103,7 +103,7 @@ it("throws NotFoundError if no user exists with _id === context.userId", async ( }, { contextValue: authenticatedContext, - } + }, ); } catch (err) { if (err instanceof errors.NotFoundError) { @@ -143,7 +143,7 @@ it("throws UnauthenticatedError if user exists but userType != requires", async }, { contextValue: authenticatedContext, - } + }, ); //@ts-ignore @@ -185,7 +185,7 @@ it("returns data if user exists and userType === requires", async () => { }, { contextValue: authenticatedContext, - } + }, ); //@ts-ignore @@ -223,7 +223,7 @@ it("checks if the resolver is supplied, and return null data, if not", async () }, { contextValue: authenticatedContext, - } + }, ); //@ts-ignore diff --git a/tests/helpers/actionItem.ts b/tests/helpers/actionItem.ts index 1ebb112f69..a896cb87a3 100644 --- a/tests/helpers/actionItem.ts +++ b/tests/helpers/actionItem.ts @@ -20,7 +20,7 @@ export const createTestActionItem = async (): Promise< TestOrganizationType, TestActionItemCategoryType, TestActionItemType, - TestUserType + TestUserType, ] > => { const [testUser, testOrganization] = await createTestUserAndOrganization(); @@ -103,7 +103,7 @@ export const createTestActionItems = async (): Promise< }, { eventId: testEvent?._id, - } + }, ); await ActionItem.updateOne( @@ -112,7 +112,7 @@ export const createTestActionItems = async (): Promise< }, { eventId: testEvent?._id, - } + }, ); return [testUser, testEvent, testOrganization]; diff --git a/tests/helpers/advertisement.ts b/tests/helpers/advertisement.ts index e169a33e4f..4073afda64 100644 --- a/tests/helpers/advertisement.ts +++ b/tests/helpers/advertisement.ts @@ -30,7 +30,7 @@ export const createTestAdvertisement = // Create test advertisement in the database const createdAdvertisement = await Advertisement.create( - testAdvertisementData + testAdvertisementData, ); return createdAdvertisement.toObject(); diff --git a/tests/helpers/checkIn.ts b/tests/helpers/checkIn.ts index ae82ee1a5f..45b3d912a3 100644 --- a/tests/helpers/checkIn.ts +++ b/tests/helpers/checkIn.ts @@ -35,7 +35,7 @@ export const createEventWithCheckedInUser = async (): Promise< }, { checkInId: checkIn!._id, - } + }, ); return [testUser, testOrg, testEvent, checkIn]; diff --git a/tests/helpers/db.ts b/tests/helpers/db.ts index 186f498342..b34d71cb3f 100644 --- a/tests/helpers/db.ts +++ b/tests/helpers/db.ts @@ -3,7 +3,7 @@ import mongoose from "mongoose"; // Returns a mongoose instance to the testing database export async function connect( - dbName = "TALAWA_API_TEST_DATABASE" + dbName = "TALAWA_API_TEST_DATABASE", ): Promise { return await mongoose.connect(process.env.MONGO_DB_URL as string, { dbName, @@ -15,7 +15,7 @@ export async function connect( } export async function dropAllCollectionsFromDatabase( - mongooseInstance: typeof mongoose + mongooseInstance: typeof mongoose, ): Promise { const collections = await mongooseInstance.connection.db.collections(); @@ -25,14 +25,14 @@ export async function dropAllCollectionsFromDatabase( } export async function dropDatabase( - mongooseInstance: typeof mongoose + mongooseInstance: typeof mongoose, ): Promise { await mongooseInstance.connection.db.dropDatabase(); } // Disconnects from the provided mongoose instance export async function disconnect( - mongooseInstance: typeof mongoose + mongooseInstance: typeof mongoose, ): Promise { await mongooseInstance.connection.close(); } diff --git a/tests/helpers/directChat.ts b/tests/helpers/directChat.ts index f5952dbef1..2dd8552689 100644 --- a/tests/helpers/directChat.ts +++ b/tests/helpers/directChat.ts @@ -39,7 +39,7 @@ export const createTestDirectChatMessage = async (): Promise< TestUserType, TestOrganizationType, TestDirectChatType, - TestDirectChatMessageType + TestDirectChatMessageType, ] > => { const [testUser, testOrganization, testDirectChat] = @@ -61,7 +61,7 @@ export const createTestDirectChatMessage = async (): Promise< export const createTestDirectMessageForMultipleUser = async ( senderId: string, receiverId: string, - organizationId: string + organizationId: string, ): Promise => { const testDirectChat = await DirectChat.create({ creatorId: senderId, @@ -82,7 +82,7 @@ export const createTestDirectMessageForMultipleUser = async ( export const createTestDirectChatwithUsers = async ( creator: string, organizationId: string, - users: string[] + users: string[], ): Promise => { const testDirectChat = await DirectChat.create({ creatorId: creator, @@ -95,7 +95,7 @@ export const createTestDirectChatwithUsers = async ( export const createDirectChatMessage = async ( senderId: string, receiverId: string, - directChatId: string + directChatId: string, ): Promise => { const directChatMessage = await DirectChatMessage.create({ directChatMessageBelongsTo: directChatId, diff --git a/tests/helpers/donation.ts b/tests/helpers/donation.ts index e74e965dff..81eedb016c 100644 --- a/tests/helpers/donation.ts +++ b/tests/helpers/donation.ts @@ -30,7 +30,7 @@ export const createTestDonation = async (): Promise< }; export const createTestDonationsForOrganization = async ( - organization: TestOrganizationType + organization: TestOrganizationType, ): Promise => { const testUser1 = await createTestUser(); const testDonation1 = await Donation.create({ diff --git a/tests/helpers/events.ts b/tests/helpers/events.ts index d9abdb1376..143c5a21a6 100644 --- a/tests/helpers/events.ts +++ b/tests/helpers/events.ts @@ -43,7 +43,7 @@ export const createTestEvent = async (): Promise< createdEvents: testEvent._id, registeredEvents: testEvent._id, }, - } + }, ); return [testUser, testOrganization, testEvent]; @@ -56,7 +56,7 @@ export const createEventWithRegistrant = async ( userId: string, organizationId: string, allDay: boolean, - recurrance: string + recurrance: string, ): Promise => { const testEvent = await Event.create({ creatorId: userId, @@ -90,7 +90,7 @@ export const createEventWithRegistrant = async ( createdEvents: testEvent._id, registeredEvents: testEvent._id, }, - } + }, ); return testEvent; }; diff --git a/tests/helpers/eventsWithRegistrants.ts b/tests/helpers/eventsWithRegistrants.ts index f3ff4dca31..6700af5c97 100644 --- a/tests/helpers/eventsWithRegistrants.ts +++ b/tests/helpers/eventsWithRegistrants.ts @@ -9,7 +9,7 @@ export type TestEventType = | null; export const createTestEventWithRegistrants = async ( - isAdmin = true + isAdmin = true, ): Promise<[TestUserType, TestOrganizationType, TestEventType]> => { const [testUser, testOrganization] = await createTestUserAndOrganization(); @@ -40,7 +40,7 @@ export const createTestEventWithRegistrants = async ( createdEvents: testEvent._id, registeredEvents: testEvent._id, }, - } + }, ); return [testUser, testOrganization, testEvent]; diff --git a/tests/helpers/feedback.ts b/tests/helpers/feedback.ts index e48123bbd2..e6657e9e67 100644 --- a/tests/helpers/feedback.ts +++ b/tests/helpers/feedback.ts @@ -11,7 +11,7 @@ export type TestFeedbackType = export const createFeedbackWithIDs = async ( eventId: string, - eventAttendeeId: string + eventAttendeeId: string, ): Promise => { const feedback = await Feedback.create({ eventId, @@ -32,7 +32,7 @@ export const createFeedback = async (): Promise< TestOrganizationType, TestEventType, TestCheckInType, - TestFeedbackType + TestFeedbackType, ] > => { const result = await createEventWithCheckedInUser(); diff --git a/tests/helpers/groupChat.ts b/tests/helpers/groupChat.ts index b1db9a4d16..7f24f1d755 100644 --- a/tests/helpers/groupChat.ts +++ b/tests/helpers/groupChat.ts @@ -39,7 +39,7 @@ export const createTestGroupChatMessage = async (): Promise< TestUserType, TestOrganizationType, TestGroupChatType, - TestGroupChatMessageType + TestGroupChatMessageType, ] > => { const [testUser, testOrganization, testGroupChat] = diff --git a/tests/helpers/membershipRequests.ts b/tests/helpers/membershipRequests.ts index 05a4f4fbf8..a947f51a23 100644 --- a/tests/helpers/membershipRequests.ts +++ b/tests/helpers/membershipRequests.ts @@ -40,7 +40,7 @@ export const createTestMembershipRequest = async (): Promise< adminFor: testOrganization._id, membershipRequests: testMembershipRequest._id, }, - } + }, ); await Organization.updateOne( @@ -51,7 +51,7 @@ export const createTestMembershipRequest = async (): Promise< $push: { membershipRequests: testMembershipRequest._id, }, - } + }, ); return [testUser, testOrganization, testMembershipRequest]; @@ -85,7 +85,7 @@ export const createTestMembershipRequestAsNew = async (): Promise< }, { new: true, - } + }, ); testOrganization = await Organization.findOneAndUpdate( @@ -99,7 +99,7 @@ export const createTestMembershipRequestAsNew = async (): Promise< }, { new: true, - } + }, ); return [testUser, testOrganization, testMembershipRequest]; } else { diff --git a/tests/helpers/posts.ts b/tests/helpers/posts.ts index adf0140fa7..6ad6f23d08 100644 --- a/tests/helpers/posts.ts +++ b/tests/helpers/posts.ts @@ -14,7 +14,7 @@ export type TestCommentType = | null; export const createTestPost = async ( - pinned = false + pinned = false, ): Promise<[TestUserType, TestOrganizationType, TestPostType]> => { const resultsArray = await createTestUserAndOrganization(); const testUser = resultsArray[0]; @@ -35,7 +35,7 @@ export const createTestPost = async ( $push: { posts: testPost._id, }, - } + }, ); return [testUser, testOrganization, testPost]; @@ -64,7 +64,7 @@ export const createPostwithComment = async (): Promise< likeCount: 1, commentCount: 1, }, - } + }, ); await Comment.updateOne( @@ -78,14 +78,14 @@ export const createPostwithComment = async (): Promise< $inc: { likeCount: 1, }, - } + }, ); return [testUser, testOrganization, testPost, testComment]; }; export const createSinglePostwithComment = async ( userId: string, - organizationId: string + organizationId: string, ): Promise<[TestPostType, TestCommentType]> => { const testPost = await Post.create({ text: `text${nanoid().toLowerCase()}`, @@ -114,7 +114,7 @@ export const createSinglePostwithComment = async ( likeCount: 1, commentCount: 1, }, - } + }, ); return [testPost, testComment]; }; @@ -122,7 +122,7 @@ export const createSinglePostwithComment = async ( export const createTestSinglePost = async ( userId: string, organizationId: string, - pinned = false + pinned = false, ): Promise => { const testPost = await Post.create({ text: `text${nanoid().toLowerCase()}`, diff --git a/tests/helpers/tags.ts b/tests/helpers/tags.ts index ab9a997b8b..f5852d14f5 100644 --- a/tests/helpers/tags.ts +++ b/tests/helpers/tags.ts @@ -21,7 +21,7 @@ export const createRootTagWithOrg = async (): Promise< }; export const createRootTagsWithOrg = async ( - numberOfTags = 1 + numberOfTags = 1, ): Promise<[TestUserType, TestOrganizationType, TestUserTagType[]]> => { const [testUser, testOrganization] = await createTestUserAndOrganization(); const tags: TestUserTagType[] = []; @@ -42,7 +42,7 @@ export const createTwoLevelTagsWithOrg = async (): Promise< [ TestUserType, TestOrganizationType, - [TestUserTagType, TestUserTagType, TestUserTagType] + [TestUserTagType, TestUserTagType, TestUserTagType], ] > => { const [testUser, testOrg, testRootTag] = await createRootTagWithOrg(); @@ -66,7 +66,7 @@ export const createTwoLevelTagsWithOrg = async (): Promise< export const createAndAssignUsersToTag = async ( tag: TestUserTagType, - numberOfUsers = 1 + numberOfUsers = 1, ): Promise => { const testUsers: TestUserType[] = []; @@ -83,7 +83,7 @@ export const createAndAssignUsersToTag = async ( }; export const createTagsAndAssignToUser = async ( - numberOfTags = 1 + numberOfTags = 1, ): Promise<[TestUserType, TestOrganizationType, TestUserTagType[]]> => { const [testUser, testOrg, testTag] = await createRootTagWithOrg(); await TagUser.create({ diff --git a/tests/helpers/userAndOrg.ts b/tests/helpers/userAndOrg.ts index d3e7c11f73..58ebb4d83c 100644 --- a/tests/helpers/userAndOrg.ts +++ b/tests/helpers/userAndOrg.ts @@ -28,7 +28,7 @@ export const createTestOrganizationWithAdmin = async ( userID: string, isMember = true, isAdmin = true, - userRegistrationRequired = false + userRegistrationRequired = false, ): Promise => { const testOrganization = await Organization.create({ name: `orgName${nanoid().toLowerCase()}`, @@ -50,7 +50,7 @@ export const createTestOrganizationWithAdmin = async ( adminFor: testOrganization._id, joinedOrganizations: testOrganization._id, }, - } + }, ); return testOrganization; @@ -59,21 +59,21 @@ export const createTestOrganizationWithAdmin = async ( export const createTestUserAndOrganization = async ( isMember = true, isAdmin = true, - userRegistrationRequired = false + userRegistrationRequired = false, ): Promise<[TestUserType, TestOrganizationType]> => { const testUser = await createTestUser(); const testOrganization = await createTestOrganizationWithAdmin( testUser?._id, isMember, isAdmin, - userRegistrationRequired + userRegistrationRequired, ); return [testUser, testOrganization]; }; export const createOrganizationwithVisibility = async ( userID: string, - visibleInSearch: boolean + visibleInSearch: boolean, ): Promise => { const testOrganization = await Organization.create({ name: `orgName${nanoid().toLowerCase()}`, @@ -96,7 +96,7 @@ export const createOrganizationwithVisibility = async ( adminFor: testOrganization._id, joinedOrganizations: testOrganization._id, }, - } + }, ); return testOrganization; diff --git a/tests/helpers/userAndUserFamily.ts b/tests/helpers/userAndUserFamily.ts index 561f38cf9d..e424808304 100644 --- a/tests/helpers/userAndUserFamily.ts +++ b/tests/helpers/userAndUserFamily.ts @@ -30,7 +30,7 @@ export const createTestUserFunc = async (): Promise => { export const createTestUserFamilyWithAdmin = async ( userID: string, isMember = true, - isAdmin = true + isAdmin = true, ): Promise => { const testUser = await createTestUserFunc(); if (testUser) { @@ -51,7 +51,7 @@ export const createTestUserFamilyWithAdmin = async ( joinedUserFamily: testUserFamily._id, adminForUserFamily: testUserFamily._id, }, - } + }, ); return testUserFamily; @@ -62,13 +62,13 @@ export const createTestUserFamilyWithAdmin = async ( export const createTestUserAndUserFamily = async ( isMember = true, - isAdmin = true + isAdmin = true, ): Promise<[TestUserType, TestUserFamilyType]> => { const testUser = await createTestUserFunc(); const testUserFamily = await createTestUserFamilyWithAdmin( testUser?._id, isMember, - isAdmin + isAdmin, ); return [testUser, testUserFamily]; diff --git a/tests/libraries/dbLogger.spec.ts b/tests/libraries/dbLogger.spec.ts index 1e6727694a..0348493487 100644 --- a/tests/libraries/dbLogger.spec.ts +++ b/tests/libraries/dbLogger.spec.ts @@ -83,14 +83,14 @@ describe("Database transaction logging", () => { const spyInfoLog = vi.spyOn(dbLogger as winston.Logger, "info"); const savePreMiddleware = mockPreFunction.mock.calls.find( - (call) => call[0] === "save" + (call) => call[0] === "save", )?.[1]; savePreMiddleware.call(mockDocument, () => { return; }); expect(mockDocument.logInfo).toBeDefined(); const savePostMiddleware = mockPostFunction.mock.calls.find( - (call) => call[0] === "save" + (call) => call[0] === "save", )?.[1]; savePostMiddleware.call(mockDocument); expect(spyInfoLog).toHaveBeenCalledWith("success", mockDocument.logInfo); @@ -104,14 +104,14 @@ describe("Database transaction logging", () => { ]; operations.forEach((operation) => { const preMiddleware = mockPreFunction.mock.calls.find( - (call) => call[0] === operation + (call) => call[0] === operation, )?.[1]; preMiddleware.call(mockQuery, () => { return; }); expect(mockQuery.logInfo).toBeDefined(); const postMiddleware = mockPostFunction.mock.calls.find( - (call) => call[0] === operation + (call) => call[0] === operation, )?.[1]; postMiddleware.call(mockQuery); expect(spyInfoLog).toHaveBeenCalledWith("success", mockQuery.logInfo); diff --git a/tests/libraries/errors/internalServerError.spec.ts b/tests/libraries/errors/internalServerError.spec.ts index 8e02de71a9..3514e5f842 100644 --- a/tests/libraries/errors/internalServerError.spec.ts +++ b/tests/libraries/errors/internalServerError.spec.ts @@ -9,7 +9,7 @@ describe("libraries -> errors -> internalServerError", () => { throw new errors.InternalServerError( INTERNAL_SERVER_ERROR.MESSAGE, INTERNAL_SERVER_ERROR.CODE, - INTERNAL_SERVER_ERROR.PARAM + INTERNAL_SERVER_ERROR.PARAM, ); } catch (error: any) { expect(error.errors).toEqual([ diff --git a/tests/libraries/errors/unauthenticatedError.spec.ts b/tests/libraries/errors/unauthenticatedError.spec.ts index d9bfd90d77..ec0e22cfdc 100644 --- a/tests/libraries/errors/unauthenticatedError.spec.ts +++ b/tests/libraries/errors/unauthenticatedError.spec.ts @@ -9,7 +9,7 @@ describe("libraries -> errors -> unauthenticatedError", () => { throw new errors.UnauthenticatedError( UNAUTHENTICATED_ERROR.MESSAGE, UNAUTHENTICATED_ERROR.CODE, - UNAUTHENTICATED_ERROR.PARAM + UNAUTHENTICATED_ERROR.PARAM, ); } catch (error: any) { expect(error.errors).toEqual([ diff --git a/tests/libraries/logger.spec.ts b/tests/libraries/logger.spec.ts index 5257531243..09a78a4639 100644 --- a/tests/libraries/logger.spec.ts +++ b/tests/libraries/logger.spec.ts @@ -69,14 +69,14 @@ describe("logger functions", () => { undefined, // splat() undefined, // simple() undefined, // timestamp() - undefined // printf() + undefined, // printf() ); } else { expect(format.combine).toHaveBeenCalledWith( undefined, // splat() undefined, // simple() undefined, // timestamp() - undefined // printf() + undefined, // printf() ); } }); diff --git a/tests/libraries/requestContext.spec.ts b/tests/libraries/requestContext.spec.ts index 1b37aaffdb..6b7f11311b 100644 --- a/tests/libraries/requestContext.spec.ts +++ b/tests/libraries/requestContext.spec.ts @@ -54,7 +54,7 @@ describe("middleware -> requestContext", () => { middleware()( mockRequest as Request, mockResponse as Response, - nextFunction as NextFunction + nextFunction as NextFunction, ); expect(nextFunction).toBeCalledTimes(1); }); @@ -91,7 +91,7 @@ describe("middleware -> requestContext", () => { translate({}); } catch (error: any) { expect(error.message).toEqual( - "i18n is not initialized, try app.use(i18n.init);" + "i18n is not initialized, try app.use(i18n.init);", ); } }); @@ -101,7 +101,7 @@ describe("middleware -> requestContext", () => { translatePlural({}); } catch (error: any) { expect(error.message).toEqual( - "i18n is not initialized, try app.use(i18n.init);" + "i18n is not initialized, try app.use(i18n.init);", ); } }); diff --git a/tests/libraries/requestTracing.spec.ts b/tests/libraries/requestTracing.spec.ts index 1dab8b79c2..9a09444585 100644 --- a/tests/libraries/requestTracing.spec.ts +++ b/tests/libraries/requestTracing.spec.ts @@ -45,7 +45,7 @@ describe("middleware -> requestContext", () => { }; const resHeaderMethod = ( tracingIdHeaderName: string, - tracingID: string + tracingID: string, ): string => { return requestTracingNamespace.set(tracingIdHeaderName, tracingID); }; @@ -60,7 +60,7 @@ describe("middleware -> requestContext", () => { middleware()( mockRequest as Request, mockResponse as Response, - nextFunction as NextFunction + nextFunction as NextFunction, ); expect(tracingIdHeaderName).toBe("X-Tracing-Id"); expect(nextFunction).toBeCalledTimes(1); diff --git a/tests/middleware/isAuth.spec.ts b/tests/middleware/isAuth.spec.ts index 66e4dccb19..aaa80a65aa 100644 --- a/tests/middleware/isAuth.spec.ts +++ b/tests/middleware/isAuth.spec.ts @@ -100,7 +100,7 @@ describe("middleware -> isAuth", () => { expect(verifyMocked).toHaveBeenCalledWith( testToken, ACCESS_TOKEN_SECRET as string, - expect.anything() + expect.anything(), ); expect(authData).toEqual(testAuthData); }); @@ -129,7 +129,7 @@ describe("middleware -> isAuth", () => { expect(verifyMocked).toHaveBeenCalledWith( testToken, ACCESS_TOKEN_SECRET as string, - expect.anything() + expect.anything(), ); expect(infoSpy).toBeCalledWith("decoded token is not present"); expect(authData).toEqual(testAuthData); @@ -191,7 +191,7 @@ describe("middleware -> isAuth", () => { expect(verifyMocked).toHaveBeenCalledWith( testToken, ACCESS_TOKEN_SECRET as string, - expect.anything() + expect.anything(), ); expect(authData).toEqual(testAuthData); }); diff --git a/tests/resolvers/ActionItem/category.spec.ts b/tests/resolvers/ActionItem/category.spec.ts index d034f89468..e7b87bdb94 100644 --- a/tests/resolvers/ActionItem/category.spec.ts +++ b/tests/resolvers/ActionItem/category.spec.ts @@ -28,7 +28,7 @@ describe("resolvers -> ActionItem -> actionItemCategory", () => { const actionItemCategoryPayload = await actionItemCategoryResolver?.( parent, {}, - {} + {}, ); const actionItemCategoryObject = await ActionItemCategory.findOne({ diff --git a/tests/resolvers/ActionItem/event.spec.ts b/tests/resolvers/ActionItem/event.spec.ts index f93397e5a5..1dabeb7508 100644 --- a/tests/resolvers/ActionItem/event.spec.ts +++ b/tests/resolvers/ActionItem/event.spec.ts @@ -51,7 +51,7 @@ describe("resolvers -> ActionItem -> event", () => { }, { new: true, - } + }, ); const parent = updatedTestActionItem?.toObject(); @@ -59,7 +59,7 @@ describe("resolvers -> ActionItem -> event", () => { const eventByPayload = await eventResolver?.( parent as InterfaceActionItem, {}, - {} + {}, ); expect(eventByPayload?._id).toEqual(updatedTestActionItem?.eventId); diff --git a/tests/resolvers/DirectChatMessage/directChatMessageBelongsTo.spec.ts b/tests/resolvers/DirectChatMessage/directChatMessageBelongsTo.spec.ts index 93d20eb245..bed2971cc9 100644 --- a/tests/resolvers/DirectChatMessage/directChatMessageBelongsTo.spec.ts +++ b/tests/resolvers/DirectChatMessage/directChatMessageBelongsTo.spec.ts @@ -32,7 +32,7 @@ describe("resolvers -> DirectChatMessage -> directChatMessageBelongsTo", () => { }).lean(); expect(directChatMessageBelongsToPayload).toEqual( - directChatMessageBelongsTo + directChatMessageBelongsTo, ); }); }); diff --git a/tests/resolvers/Event/averageFeedbackScore.test.ts b/tests/resolvers/Event/averageFeedbackScore.test.ts index ed6bdebad3..e02c71c2b1 100644 --- a/tests/resolvers/Event/averageFeedbackScore.test.ts +++ b/tests/resolvers/Event/averageFeedbackScore.test.ts @@ -30,7 +30,7 @@ describe("resolvers -> Event -> averageFeedbackScore", () => { const averageFeedbackScorePayload = await averageFeedbackScoreResolver?.( parent, {}, - {} + {}, ); expect(averageFeedbackScorePayload).toEqual(0); @@ -44,7 +44,7 @@ describe("resolvers -> Event -> averageFeedbackScore", () => { const averageFeedbackScorePayload = await averageFeedbackScoreResolver?.( parent, {}, - {} + {}, ); expect(averageFeedbackScorePayload).toEqual(3); diff --git a/tests/resolvers/EventVolunteer/creator.spec.ts b/tests/resolvers/EventVolunteer/creator.spec.ts index 0908644977..246c7cffcb 100644 --- a/tests/resolvers/EventVolunteer/creator.spec.ts +++ b/tests/resolvers/EventVolunteer/creator.spec.ts @@ -38,7 +38,7 @@ describe("resolvers -> EventVolunteer -> user", () => { const creatorPayload = await creatorResolver?.( parent as InterfaceEventVolunteer, {}, - {} + {}, ); expect(creatorPayload?._id).toEqual(creatorUser?._id); diff --git a/tests/resolvers/EventVolunteer/event.spec.ts b/tests/resolvers/EventVolunteer/event.spec.ts index 3c709cf2d2..7a0b04ab5b 100644 --- a/tests/resolvers/EventVolunteer/event.spec.ts +++ b/tests/resolvers/EventVolunteer/event.spec.ts @@ -30,7 +30,7 @@ describe("resolvers -> EventVolunteer -> event", () => { const eventPayload = await eventResolver?.( parent as InterfaceEventVolunteer, {}, - {} + {}, ); expect(eventPayload).toEqual(testEvent?.toObject()); diff --git a/tests/resolvers/EventVolunteer/user.spec.ts b/tests/resolvers/EventVolunteer/user.spec.ts index bec3088b9f..56ac382f6b 100644 --- a/tests/resolvers/EventVolunteer/user.spec.ts +++ b/tests/resolvers/EventVolunteer/user.spec.ts @@ -41,7 +41,7 @@ describe("resolvers -> EventVolunteer -> user", () => { const userPayload = await userResolver?.( parent as InterfaceEventVolunteer, {}, - {} + {}, ); expect(userPayload).toEqual({ diff --git a/tests/resolvers/GroupChat/creator.spec.ts b/tests/resolvers/GroupChat/creator.spec.ts index 22e5cd4f0f..5184e618d4 100644 --- a/tests/resolvers/GroupChat/creator.spec.ts +++ b/tests/resolvers/GroupChat/creator.spec.ts @@ -28,7 +28,7 @@ describe("resolvers -> GroupChat -> creator", () => { const creatorPayload = await creatorResolver?.( parent ?? ({} as InterfaceGroupChat), {}, - {} + {}, ); const creator = await User.findOne({ diff --git a/tests/resolvers/Mutation/acceptAdmin.spec.ts b/tests/resolvers/Mutation/acceptAdmin.spec.ts index c6540c6711..fee1bd04c8 100644 --- a/tests/resolvers/Mutation/acceptAdmin.spec.ts +++ b/tests/resolvers/Mutation/acceptAdmin.spec.ts @@ -65,7 +65,7 @@ describe("resolvers -> Mutation -> acceptAdmin", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -92,7 +92,7 @@ describe("resolvers -> Mutation -> acceptAdmin", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); } }); @@ -107,7 +107,7 @@ describe("resolvers -> Mutation -> acceptAdmin", () => { userType: "SUPERADMIN", adminApproved: true, }, - } + }, ); const args: MutationAcceptAdminArgs = { @@ -153,7 +153,7 @@ describe("resolvers -> Mutation -> acceptAdmin", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/acceptMembershipRequest.spec.ts b/tests/resolvers/Mutation/acceptMembershipRequest.spec.ts index f7a9612f81..e162680de1 100644 --- a/tests/resolvers/Mutation/acceptMembershipRequest.spec.ts +++ b/tests/resolvers/Mutation/acceptMembershipRequest.spec.ts @@ -71,10 +71,10 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { await acceptMembershipRequestResolver?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenCalledWith( - MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE + MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${MEMBERSHIP_REQUEST_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -94,7 +94,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { $set: { organization: Types.ObjectId().toString(), }, - } + }, ); const args: MutationAcceptMembershipRequestArgs = { @@ -112,7 +112,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -133,7 +133,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { organization: testOrganization?._id, user: Types.ObjectId().toString(), }, - } + }, ); const args: MutationAcceptMembershipRequestArgs = { @@ -151,7 +151,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -174,7 +174,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { $set: { user: testUser?.id, }, - } + }, ); await Organization.updateOne( @@ -185,7 +185,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { $set: { admins: [], }, - } + }, ); const args: MutationAcceptMembershipRequestArgs = { @@ -203,7 +203,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } }); @@ -225,7 +225,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { admins: testUser?._id, members: testUser?._id, }, - } + }, ); const args: MutationAcceptMembershipRequestArgs = { @@ -243,7 +243,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_ALREADY_MEMBER_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_ALREADY_MEMBER_ERROR.MESSAGE}` + `Translated ${USER_ALREADY_MEMBER_ERROR.MESSAGE}`, ); } }); @@ -257,7 +257,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { $set: { members: [], }, - } + }, ); const args: MutationAcceptMembershipRequestArgs = { @@ -273,7 +273,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { await acceptMembershipRequestResolver?.({}, args, context); expect(acceptMembershipRequestPayload?._id).toEqual( - testMembershipRequest?._id + testMembershipRequest?._id, ); const updatedTestOrganization = await Organization.findOne({ @@ -286,7 +286,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { expect.objectContaining({ members: expect.arrayContaining([testUser?._id]), membershipRequests: expect.arrayContaining([]), - }) + }), ); const updatedTestUser = await User.findOne({ @@ -299,7 +299,7 @@ describe("resolvers -> Mutation -> acceptMembershipRequest", () => { expect.objectContaining({ joinedOrganizations: expect.arrayContaining([testOrganization?._id]), membershipRequests: expect.arrayContaining([]), - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/addEventAttendee.spec.ts b/tests/resolvers/Mutation/addEventAttendee.spec.ts index 8c6aeb256e..1881c9e1bf 100644 --- a/tests/resolvers/Mutation/addEventAttendee.spec.ts +++ b/tests/resolvers/Mutation/addEventAttendee.spec.ts @@ -54,7 +54,7 @@ describe("resolvers -> Mutation -> addEventAttendee", () => { await addEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -84,7 +84,7 @@ describe("resolvers -> Mutation -> addEventAttendee", () => { await addEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); } @@ -114,7 +114,7 @@ describe("resolvers -> Mutation -> addEventAttendee", () => { await addEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); } @@ -144,7 +144,7 @@ describe("resolvers -> Mutation -> addEventAttendee", () => { await addEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -202,10 +202,10 @@ describe("resolvers -> Mutation -> addEventAttendee", () => { await addEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_ALREADY_REGISTERED_FOR_EVENT.MESSAGE}` + `Translated ${USER_ALREADY_REGISTERED_FOR_EVENT.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - USER_ALREADY_REGISTERED_FOR_EVENT.MESSAGE + USER_ALREADY_REGISTERED_FOR_EVENT.MESSAGE, ); } }); diff --git a/tests/resolvers/Mutation/addFeedback.spec.ts b/tests/resolvers/Mutation/addFeedback.spec.ts index 8382cfa207..77163a46c2 100644 --- a/tests/resolvers/Mutation/addFeedback.spec.ts +++ b/tests/resolvers/Mutation/addFeedback.spec.ts @@ -58,7 +58,7 @@ describe("resolvers -> Query -> addFeedback", () => { await addFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); } @@ -91,10 +91,10 @@ describe("resolvers -> Query -> addFeedback", () => { await addFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}` + `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - USER_NOT_REGISTERED_FOR_EVENT.MESSAGE + USER_NOT_REGISTERED_FOR_EVENT.MESSAGE, ); } }); @@ -131,7 +131,7 @@ describe("resolvers -> Query -> addFeedback", () => { await addFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_CHECKED_IN.MESSAGE}` + `Translated ${USER_NOT_CHECKED_IN.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_CHECKED_IN.MESSAGE); } @@ -197,7 +197,7 @@ describe("resolvers -> Query -> addFeedback", () => { await addFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${FEEDBACK_ALREADY_SUBMITTED.MESSAGE}` + `Translated ${FEEDBACK_ALREADY_SUBMITTED.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(FEEDBACK_ALREADY_SUBMITTED.MESSAGE); } diff --git a/tests/resolvers/Mutation/addLanguageTranslation.spec.ts b/tests/resolvers/Mutation/addLanguageTranslation.spec.ts index bc0233f288..9dd9dab519 100644 --- a/tests/resolvers/Mutation/addLanguageTranslation.spec.ts +++ b/tests/resolvers/Mutation/addLanguageTranslation.spec.ts @@ -61,7 +61,7 @@ describe("resolvers -> Mutation -> addLanguageTranslation", () => { for language with en === args.data.en_value`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); try { const args: MutationAddLanguageTranslationArgs = testArgs[1]; @@ -93,7 +93,7 @@ describe("resolvers -> Mutation -> addLanguageTranslation", () => { value: testArgs[2].data.translation_value, }), ]), - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/addOrganizationCustomField.spec.ts b/tests/resolvers/Mutation/addOrganizationCustomField.spec.ts index dc89dcba37..785cba7941 100644 --- a/tests/resolvers/Mutation/addOrganizationCustomField.spec.ts +++ b/tests/resolvers/Mutation/addOrganizationCustomField.spec.ts @@ -45,13 +45,13 @@ describe("resolvers => Mutation => addOrganizationCustomField", () => { const newCustomField = await addOrganizationCustomField?.( {}, args, - context + context, ); expect(newCustomField?.name).toBe("testName"); expect(newCustomField?.type).toBe("testType"); expect(newCustomField?.organizationId.toString()).toBe( - testOrganization?._id.toString() + testOrganization?._id.toString(), ); }); @@ -77,7 +77,7 @@ describe("resolvers => Mutation => addOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -101,7 +101,7 @@ describe("resolvers => Mutation => addOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(CUSTOM_FIELD_NAME_MISSING.MESSAGE); expect(error.message).toEqual( - `Translated ${CUSTOM_FIELD_NAME_MISSING.MESSAGE}` + `Translated ${CUSTOM_FIELD_NAME_MISSING.MESSAGE}`, ); } }); @@ -125,7 +125,7 @@ describe("resolvers => Mutation => addOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(CUSTOM_FIELD_TYPE_MISSING.MESSAGE); expect(error.message).toEqual( - `Translated ${CUSTOM_FIELD_TYPE_MISSING.MESSAGE}` + `Translated ${CUSTOM_FIELD_TYPE_MISSING.MESSAGE}`, ); } }); @@ -153,7 +153,7 @@ describe("resolvers => Mutation => addOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -175,10 +175,10 @@ describe("resolvers => Mutation => addOrganizationCustomField", () => { await addOrganizationCustomField?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/addOrganizationImage.spec.ts b/tests/resolvers/Mutation/addOrganizationImage.spec.ts index 0a955ed368..92a9b44639 100644 --- a/tests/resolvers/Mutation/addOrganizationImage.spec.ts +++ b/tests/resolvers/Mutation/addOrganizationImage.spec.ts @@ -82,10 +82,10 @@ describe("resolvers -> Mutation -> addOrganizationImage", () => { $set: { image: testImagePath, }, - } + }, ); vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); const args: MutationAddOrganizationImageArgs = { organizationId: testOrganization?.id, @@ -97,7 +97,7 @@ describe("resolvers -> Mutation -> addOrganizationImage", () => { const addOrganizationImagePayload = await addOrganizationImageResolver?.( {}, args, - context + context, ); const updatedTestOrganization = await Organization.findOne({ _id: testOrganization?._id, diff --git a/tests/resolvers/Mutation/addUserCustomData.spec.ts b/tests/resolvers/Mutation/addUserCustomData.spec.ts index 5f8e2cd245..a3d483a412 100644 --- a/tests/resolvers/Mutation/addUserCustomData.spec.ts +++ b/tests/resolvers/Mutation/addUserCustomData.spec.ts @@ -42,7 +42,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { expect(customDataDoc?.values).toHaveProperty(args.dataName, args.dataValue); expect(customDataDoc?.userId.toString()).toBe(testUser?._id.toString()); expect(customDataDoc?.organizationId.toString()).toBe( - testOrganization?._id.toString() + testOrganization?._id.toString(), ); expect(customDataDoc?.userId.toString()).toBe(testUser?._id.toString()); }); @@ -67,7 +67,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -91,10 +91,10 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { await addUserCustomData?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/addUserImage.spec.ts b/tests/resolvers/Mutation/addUserImage.spec.ts index 889dee4483..e27cce6e40 100644 --- a/tests/resolvers/Mutation/addUserImage.spec.ts +++ b/tests/resolvers/Mutation/addUserImage.spec.ts @@ -65,7 +65,7 @@ describe("resolvers -> Mutation -> addUserImage", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -75,7 +75,7 @@ describe("resolvers -> Mutation -> addUserImage", () => { file: "newImageFile.png", }; vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); const context = { userId: testUser?._id, @@ -84,7 +84,7 @@ describe("resolvers -> Mutation -> addUserImage", () => { const addUserImagePayload = await addUserImageResolverUserImage?.( {}, args, - context + context, ); expect(addUserImagePayload).toEqual({ diff --git a/tests/resolvers/Mutation/addUserToGroupChat.spec.ts b/tests/resolvers/Mutation/addUserToGroupChat.spec.ts index 11bf2753aa..46e1c7f3c0 100644 --- a/tests/resolvers/Mutation/addUserToGroupChat.spec.ts +++ b/tests/resolvers/Mutation/addUserToGroupChat.spec.ts @@ -92,7 +92,7 @@ describe("resolvers -> Mutation -> addUserToGroupChat", () => { $set: { organization: Types.ObjectId().toString(), }, - } + }, ); const args: MutationAddUserToGroupChatArgs = { @@ -132,7 +132,7 @@ describe("resolvers -> Mutation -> addUserToGroupChat", () => { $set: { organization: testOrganization?._id, }, - } + }, ); await Organization.updateOne( @@ -143,7 +143,7 @@ describe("resolvers -> Mutation -> addUserToGroupChat", () => { $set: { admins: [], }, - } + }, ); const args: MutationAddUserToGroupChatArgs = { @@ -160,7 +160,7 @@ describe("resolvers -> Mutation -> addUserToGroupChat", () => { await addUserToGroupChat?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); @@ -184,7 +184,7 @@ describe("resolvers -> Mutation -> addUserToGroupChat", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -245,7 +245,7 @@ describe("resolvers -> Mutation -> addUserToGroupChat", () => { $set: { users: [], }, - } + }, ); const args: MutationAddUserToGroupChatArgs = { @@ -262,7 +262,7 @@ describe("resolvers -> Mutation -> addUserToGroupChat", () => { const addUserToGroupChatPayload = await addUserToGroupChat?.( {}, args, - context + context, ); expect(addUserToGroupChatPayload?._id).toEqual(testGroupChat?._id); expect(addUserToGroupChatPayload?.users).toEqual([testUser?._id]); diff --git a/tests/resolvers/Mutation/addUserToUserFamily.spec.ts b/tests/resolvers/Mutation/addUserToUserFamily.spec.ts index 663f979ac6..a29370dece 100644 --- a/tests/resolvers/Mutation/addUserToUserFamily.spec.ts +++ b/tests/resolvers/Mutation/addUserToUserFamily.spec.ts @@ -61,7 +61,7 @@ describe("resolver -> mutation -> addUserToUserFamily", () => { } catch (error) { expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -114,7 +114,7 @@ describe("resolver -> mutation -> addUserToUserFamily", () => { } catch (error) { expect(spy).toBeCalledWith(USER_ALREADY_MEMBER_ERROR.MESSAGE); expect((error as Error).message).toEqual( - USER_ALREADY_MEMBER_ERROR.MESSAGE + USER_ALREADY_MEMBER_ERROR.MESSAGE, ); } }); @@ -128,7 +128,7 @@ describe("resolver -> mutation -> addUserToUserFamily", () => { $set: { users: [], }, - } + }, ); const args: MutationAddUserToUserFamilyArgs = { @@ -146,7 +146,7 @@ describe("resolver -> mutation -> addUserToUserFamily", () => { const addUserToUserFamilyPayload = await addUserToUserFamily?.( {}, args, - context + context, ); expect(addUserToUserFamilyPayload?._id).toEqual(testUserFamily?._id); expect(addUserToUserFamilyPayload?.users).toEqual([testUser?._id]); diff --git a/tests/resolvers/Mutation/adminRemoveEvent.spec.ts b/tests/resolvers/Mutation/adminRemoveEvent.spec.ts index 863f77d0ed..baaec2a5a3 100644 --- a/tests/resolvers/Mutation/adminRemoveEvent.spec.ts +++ b/tests/resolvers/Mutation/adminRemoveEvent.spec.ts @@ -36,7 +36,7 @@ beforeAll(async () => { testEvent = resultsArray[2]; const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -48,7 +48,7 @@ describe("resolvers -> Mutation -> adminRemoveEvent", () => { it(`throws NotFoundError if no event exists with _id === args.id`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationAdminRemoveEventArgs = { @@ -79,7 +79,7 @@ describe("resolvers -> Mutation -> adminRemoveEvent", () => { }, { new: true, - } + }, ); const args: MutationAdminRemoveEventArgs = { @@ -109,7 +109,7 @@ describe("resolvers -> Mutation -> adminRemoveEvent", () => { }, { new: true, - } + }, ); if (updatedEvent !== null) { @@ -143,7 +143,7 @@ describe("resolvers -> Mutation -> adminRemoveEvent", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -176,7 +176,7 @@ describe("resolvers -> Mutation -> adminRemoveEvent", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -194,7 +194,7 @@ describe("resolvers -> Mutation -> adminRemoveEvent", () => { const adminRemoveEventPayload = await adminRemoveEventResolver?.( {}, args, - context + context, ); expect(adminRemoveEventPayload).toEqual({ @@ -213,7 +213,7 @@ describe("resolvers -> Mutation -> adminRemoveEvent", () => { createdEvents: expect.arrayContaining([]), eventAdmin: expect.arrayContaining([]), registeredEvents: expect.arrayContaining([]), - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/adminRemoveGroup.spec.ts b/tests/resolvers/Mutation/adminRemoveGroup.spec.ts index 6e6610c06d..69ecb10ec8 100644 --- a/tests/resolvers/Mutation/adminRemoveGroup.spec.ts +++ b/tests/resolvers/Mutation/adminRemoveGroup.spec.ts @@ -35,7 +35,7 @@ beforeAll(async () => { testGroupChat = resultsArray[2]; const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -71,7 +71,7 @@ describe("resolvers -> Mutation -> adminRemoveGroup", () => { $set: { organization: Types.ObjectId().toString(), }, - } + }, ); const args: MutationAdminRemoveGroupArgs = { @@ -98,7 +98,7 @@ describe("resolvers -> Mutation -> adminRemoveGroup", () => { $set: { organization: testOrganization?._id, }, - } + }, ); const args: MutationAdminRemoveGroupArgs = { @@ -126,7 +126,7 @@ describe("resolvers -> Mutation -> adminRemoveGroup", () => { $set: { organization: testOrganization?._id, }, - } + }, ); const updatedOrganization = await Organization.findOneAndUpdate( @@ -140,7 +140,7 @@ describe("resolvers -> Mutation -> adminRemoveGroup", () => { }, { new: true, - } + }, ); cacheOrganizations([updatedOrganization!]); @@ -171,7 +171,7 @@ describe("resolvers -> Mutation -> adminRemoveGroup", () => { }, { new: true, - } + }, ); cacheOrganizations([updatedOrganization!]); @@ -187,7 +187,7 @@ describe("resolvers -> Mutation -> adminRemoveGroup", () => { const adminRemoveGroupPayload = await adminRemoveGroupResolver?.( {}, args, - context + context, ); expect(adminRemoveGroupPayload).toEqual({ diff --git a/tests/resolvers/Mutation/assignUserTag.spec.ts b/tests/resolvers/Mutation/assignUserTag.spec.ts index f9eda54f3f..8b0e9e870e 100644 --- a/tests/resolvers/Mutation/assignUserTag.spec.ts +++ b/tests/resolvers/Mutation/assignUserTag.spec.ts @@ -73,7 +73,7 @@ describe("resolvers -> Mutation -> assignUserTag", () => { await assignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -103,7 +103,7 @@ describe("resolvers -> Mutation -> assignUserTag", () => { await assignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -165,10 +165,10 @@ describe("resolvers -> Mutation -> assignUserTag", () => { await assignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - `${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -199,10 +199,10 @@ describe("resolvers -> Mutation -> assignUserTag", () => { await assignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.MESSAGE}` + `Translated ${USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - `${USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.MESSAGE}` + `${USER_DOES_NOT_BELONG_TO_TAGS_ORGANIZATION.MESSAGE}`, ); } }); @@ -258,7 +258,7 @@ describe("resolvers -> Mutation -> assignUserTag", () => { await assignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_ALREADY_HAS_TAG.MESSAGE}` + `Translated ${USER_ALREADY_HAS_TAG.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(`${USER_ALREADY_HAS_TAG.MESSAGE}`); } diff --git a/tests/resolvers/Mutation/blockPluginCreationBySuperadmin.spec.ts b/tests/resolvers/Mutation/blockPluginCreationBySuperadmin.spec.ts index 903ca5a3c4..7056c29f46 100644 --- a/tests/resolvers/Mutation/blockPluginCreationBySuperadmin.spec.ts +++ b/tests/resolvers/Mutation/blockPluginCreationBySuperadmin.spec.ts @@ -30,7 +30,7 @@ beforeAll(async () => { testUser = await createTestUser(); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -88,7 +88,7 @@ describe("resolvers -> Mutation -> blockPluginCreationBySuperadmin", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); } }); @@ -101,7 +101,7 @@ describe("resolvers -> Mutation -> blockPluginCreationBySuperadmin", () => { }, { userType: "SUPERADMIN", - } + }, ); const args: MutationBlockPluginCreationBySuperadminArgs = { diff --git a/tests/resolvers/Mutation/blockUser.spec.ts b/tests/resolvers/Mutation/blockUser.spec.ts index d63096aa1d..374960dca1 100644 --- a/tests/resolvers/Mutation/blockUser.spec.ts +++ b/tests/resolvers/Mutation/blockUser.spec.ts @@ -61,11 +61,11 @@ beforeAll(async () => { createdOrganizations: [testOrganization._id], joinedOrganizations: [testOrganization._id], }, - } + }, ); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -115,7 +115,7 @@ describe("resolvers -> Mutation -> blockUser", () => { it(`throws member not found error if user with args.userId is not a member of the organization`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { @@ -140,7 +140,7 @@ describe("resolvers -> Mutation -> blockUser", () => { it(`throws cannot block self error if context.userId === args.userId`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { @@ -176,7 +176,7 @@ describe("resolvers -> Mutation -> blockUser", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -213,7 +213,7 @@ describe("resolvers -> Mutation -> blockUser", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -228,7 +228,7 @@ describe("resolvers -> Mutation -> blockUser", () => { $push: { adminFor: testOrganization?._id, }, - } + }, ); const args: MutationBlockUserArgs = { @@ -259,7 +259,7 @@ describe("resolvers -> Mutation -> blockUser", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { diff --git a/tests/resolvers/Mutation/cancelMembershipRequest.spec.ts b/tests/resolvers/Mutation/cancelMembershipRequest.spec.ts index 8f99fb3d0a..ccbcc6c44d 100644 --- a/tests/resolvers/Mutation/cancelMembershipRequest.spec.ts +++ b/tests/resolvers/Mutation/cancelMembershipRequest.spec.ts @@ -34,7 +34,7 @@ beforeAll(async () => { testMembershipRequest = resultsArray[2]; const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -70,7 +70,7 @@ describe("resolvers -> Mutation -> cancelMembershipRequest", () => { $set: { organization: Types.ObjectId().toString(), }, - } + }, ); const args: MutationCancelMembershipRequestArgs = { @@ -97,7 +97,7 @@ describe("resolvers -> Mutation -> cancelMembershipRequest", () => { $set: { organization: testOrganization?._id, }, - } + }, ); const args: MutationCancelMembershipRequestArgs = { @@ -125,7 +125,7 @@ describe("resolvers -> Mutation -> cancelMembershipRequest", () => { $set: { user: Types.ObjectId().toString(), }, - } + }, ); const args: MutationCancelMembershipRequestArgs = { @@ -151,7 +151,7 @@ describe("resolvers -> Mutation -> cancelMembershipRequest", () => { $set: { user: testUser?._id, }, - } + }, ); const args: MutationCancelMembershipRequestArgs = { @@ -166,7 +166,7 @@ describe("resolvers -> Mutation -> cancelMembershipRequest", () => { await cancelMembershipRequestResolver?.({}, args, context); expect(cancelMembershipRequestPayload).toEqual( - testMembershipRequest?.toObject() + testMembershipRequest?.toObject(), ); const testUpdatedUser = await User.findOne({ diff --git a/tests/resolvers/Mutation/checkIn.spec.ts b/tests/resolvers/Mutation/checkIn.spec.ts index 373c16dd76..d2cd9ab755 100644 --- a/tests/resolvers/Mutation/checkIn.spec.ts +++ b/tests/resolvers/Mutation/checkIn.spec.ts @@ -56,7 +56,7 @@ describe("resolvers -> Mutation -> checkIn", () => { await checkInResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -86,7 +86,7 @@ describe("resolvers -> Mutation -> checkIn", () => { await checkInResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); } @@ -116,7 +116,7 @@ describe("resolvers -> Mutation -> checkIn", () => { await checkInResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); } @@ -146,7 +146,7 @@ describe("resolvers -> Mutation -> checkIn", () => { await checkInResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -176,10 +176,10 @@ describe("resolvers -> Mutation -> checkIn", () => { await checkInResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}` + `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - USER_NOT_REGISTERED_FOR_EVENT.MESSAGE + USER_NOT_REGISTERED_FOR_EVENT.MESSAGE, ); } }); @@ -239,7 +239,7 @@ describe("resolvers -> Mutation -> checkIn", () => { await checkInResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_ALREADY_CHECKED_IN.MESSAGE}` + `Translated ${USER_ALREADY_CHECKED_IN.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_ALREADY_CHECKED_IN.MESSAGE); } diff --git a/tests/resolvers/Mutation/createActionItem.spec.ts b/tests/resolvers/Mutation/createActionItem.spec.ts index c2b0ec22fc..a1f85cb226 100644 --- a/tests/resolvers/Mutation/createActionItem.spec.ts +++ b/tests/resolvers/Mutation/createActionItem.spec.ts @@ -37,7 +37,7 @@ beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); randomUser = await createTestUser(); @@ -52,7 +52,7 @@ beforeAll(async () => { }, { new: true, - } + }, ); [testUser, testOrganization, testCategory] = await createTestCategory(); @@ -111,7 +111,7 @@ describe("resolvers -> Mutation -> createActionItem", () => { await createActionItemResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.MESSAGE + ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.MESSAGE, ); } }); @@ -161,7 +161,7 @@ describe("resolvers -> Mutation -> createActionItem", () => { }, { $push: { joinedOrganizations: testOrganization?._id }, - } + }, ); try { @@ -218,13 +218,13 @@ describe("resolvers -> Mutation -> createActionItem", () => { const createActionItemPayload = await createActionItemResolver?.( {}, args, - context + context, ); expect(createActionItemPayload).toEqual( expect.objectContaining({ actionItemCategoryId: testCategory?._id, - }) + }), ); }); @@ -243,13 +243,13 @@ describe("resolvers -> Mutation -> createActionItem", () => { const createActionItemPayload = await createActionItemResolver?.( {}, args, - context + context, ); expect(createActionItemPayload).toEqual( expect.objectContaining({ actionItemCategoryId: testCategory?._id, - }) + }), ); }); @@ -268,13 +268,13 @@ describe("resolvers -> Mutation -> createActionItem", () => { const createActionItemPayload = await createActionItemResolver?.( {}, args, - context + context, ); expect(createActionItemPayload).toEqual( expect.objectContaining({ actionItemCategoryId: testCategory?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createActionItemCategory.spec.ts b/tests/resolvers/Mutation/createActionItemCategory.spec.ts index f796341472..8f126a2d90 100644 --- a/tests/resolvers/Mutation/createActionItemCategory.spec.ts +++ b/tests/resolvers/Mutation/createActionItemCategory.spec.ts @@ -31,7 +31,7 @@ beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); randomUser = await createTestUser(); @@ -108,14 +108,14 @@ describe("resolvers -> Mutation -> createCategory", () => { const createCategoryPayload = await createActionItemCategoryResolver?.( {}, args, - context + context, ); expect(createCategoryPayload).toEqual( expect.objectContaining({ organizationId: testOrganization?._id, name: "Default", - }) + }), ); }); @@ -129,7 +129,7 @@ describe("resolvers -> Mutation -> createCategory", () => { }, { new: true, - } + }, ); const args: MutationCreateActionItemCategoryArgs = { @@ -144,14 +144,14 @@ describe("resolvers -> Mutation -> createCategory", () => { const createCategoryPayload = await createActionItemCategoryResolver?.( {}, args, - context + context, ); expect(createCategoryPayload).toEqual( expect.objectContaining({ organizationId: testOrganization?._id, name: "Default2", - }) + }), ); }); @@ -169,7 +169,7 @@ describe("resolvers -> Mutation -> createCategory", () => { await createActionItemCategoryResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - ACTION_ITEM_CATEGORY_ALREADY_EXISTS.MESSAGE + ACTION_ITEM_CATEGORY_ALREADY_EXISTS.MESSAGE, ); } }); diff --git a/tests/resolvers/Mutation/createAdmin.spec.ts b/tests/resolvers/Mutation/createAdmin.spec.ts index 7b2706ca4c..86945a3d38 100644 --- a/tests/resolvers/Mutation/createAdmin.spec.ts +++ b/tests/resolvers/Mutation/createAdmin.spec.ts @@ -32,7 +32,7 @@ beforeAll(async () => { testOrganization = resultsArray[1]; const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -70,7 +70,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { $set: { creatorId: Types.ObjectId().toString(), }, - } + }, ); const args: MutationCreateAdminArgs = { @@ -100,7 +100,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { $set: { creatorId: testUser?._id, }, - } + }, ); await User.updateOne( @@ -111,7 +111,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { $set: { userType: "SUPERADMIN", }, - } + }, ); const args: MutationCreateAdminArgs = { @@ -148,7 +148,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { await createAdminResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - ORGANIZATION_MEMBER_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_MEMBER_NOT_FOUND_ERROR.MESSAGE, ); } }); @@ -167,7 +167,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -203,7 +203,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { diff --git a/tests/resolvers/Mutation/createAdvertisement.spec.ts b/tests/resolvers/Mutation/createAdvertisement.spec.ts index 58b0c9de7e..3e6df4a6b3 100644 --- a/tests/resolvers/Mutation/createAdvertisement.spec.ts +++ b/tests/resolvers/Mutation/createAdvertisement.spec.ts @@ -71,14 +71,14 @@ describe("resolvers -> Mutation -> createAdvertisement", () => { const createdAdvertisementPayload = await createAdvertisementResolver?.( {}, args, - context + context, ); expect(createdAdvertisementPayload).toHaveProperty("name", "myad"); expect(createdAdvertisementPayload).toHaveProperty( "link", - "https://www.example.com" + "https://www.example.com", ); expect(createdAdvertisementPayload).toHaveProperty("type", "POPUP"); diff --git a/tests/resolvers/Mutation/createAgendaCategory.spec.ts b/tests/resolvers/Mutation/createAgendaCategory.spec.ts index 1d1d755a45..65ab4c42af 100644 --- a/tests/resolvers/Mutation/createAgendaCategory.spec.ts +++ b/tests/resolvers/Mutation/createAgendaCategory.spec.ts @@ -43,12 +43,12 @@ beforeAll(async () => { $push: { adminFor: testOrganization?._id, }, - } + }, ); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -77,7 +77,7 @@ describe("resolvers -> Mutation -> createAgendaCategory", () => { const createdAgendaCategory = await createAgendaCategoryResolver?.( {}, args, - context + context, ); expect(createdAgendaCategory).toBeDefined(); @@ -88,7 +88,7 @@ describe("resolvers -> Mutation -> createAgendaCategory", () => { // Verify that the properties of the returned agenda category match the expected values expect(createdAgendaCategory?.name).toEqual(args.input.name); expect(createdAgendaCategory?.description).toEqual( - args.input.description + args.input.description, ); expect(createdAgendaCategory?._id).toBeUndefined(); } catch (error) { @@ -116,7 +116,7 @@ describe("resolvers -> Mutation -> createAgendaCategory", () => { const createdAgendaCategory = await createAgendaCategoryResolver?.( {}, args, - context + context, ); expect(createdAgendaCategory).toBeUndefined(); // The resolver should not return anything @@ -147,14 +147,14 @@ describe("resolvers -> Mutation -> createAgendaCategory", () => { const createdAgendaCategory = await createAgendaCategoryResolver?.( {}, args, - context + context, ); expect(createdAgendaCategory).toBeUndefined(); // The resolver should not return anything } catch (error: unknown) { // The resolver should throw a NotFoundError with the appropriate message, code, and parameter expect((error as Error).message).toEqual( - ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE, ); } }); @@ -179,13 +179,13 @@ describe("resolvers -> Mutation -> createAgendaCategory", () => { const createdAgendaCategory = await createAgendaCategoryResolver?.( {}, args, - context + context, ); expect(createdAgendaCategory).toBeUndefined(); // The resolver should not return anything } catch (error: unknown) { expect((error as Error).message).toEqual( - "Error: Current user must be an ADMIN or a SUPERADMIN" + "Error: Current user must be an ADMIN or a SUPERADMIN", ); // The resolver should throw an UnauthorizedError with the appropriate message, code, and parameter } }); diff --git a/tests/resolvers/Mutation/createComment.spec.ts b/tests/resolvers/Mutation/createComment.spec.ts index 5539fcb675..a079f765b8 100644 --- a/tests/resolvers/Mutation/createComment.spec.ts +++ b/tests/resolvers/Mutation/createComment.spec.ts @@ -23,7 +23,7 @@ beforeAll(async () => { testPost = resultsArray[2]; const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -66,13 +66,13 @@ describe("resolvers -> Mutation -> createComment", () => { const createCommentPayload = await createCommentResolver?.( {}, args, - context + context, ); expect(createCommentPayload).toEqual( expect.objectContaining({ text: "text", - }) + }), ); const testUpdatedPost = await Post.findOne({ @@ -83,7 +83,7 @@ describe("resolvers -> Mutation -> createComment", () => { expect(testUpdatedPost?.commentCount).toEqual(1); expect(createCommentPayload?.postId.toString()).toEqual( - testPost?._id.toString() + testPost?._id.toString(), ); }); }); diff --git a/tests/resolvers/Mutation/createDirectChat.spec.ts b/tests/resolvers/Mutation/createDirectChat.spec.ts index d1e5a796d3..4adb1882cb 100644 --- a/tests/resolvers/Mutation/createDirectChat.spec.ts +++ b/tests/resolvers/Mutation/createDirectChat.spec.ts @@ -115,7 +115,7 @@ describe("resolvers -> Mutation -> createDirectChat", () => { const createDirectChatPayload = await createDirectChatResolver?.( {}, args, - context + context, ); expect(createDirectChatPayload).toEqual( @@ -123,7 +123,7 @@ describe("resolvers -> Mutation -> createDirectChat", () => { creatorId: testUser?._id, users: [testUser?._id], organization: testOrganization?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createDonation.spec.ts b/tests/resolvers/Mutation/createDonation.spec.ts index d3e759dc60..987edaf284 100644 --- a/tests/resolvers/Mutation/createDonation.spec.ts +++ b/tests/resolvers/Mutation/createDonation.spec.ts @@ -47,7 +47,7 @@ describe("resolvers -> Mutation -> createDonation", () => { orgId: testOrganization?._id, payPalId: "payPalId", userId: testUser?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createEvent.spec.ts b/tests/resolvers/Mutation/createEvent.spec.ts index 356c96a402..b3d01b0ba6 100644 --- a/tests/resolvers/Mutation/createEvent.spec.ts +++ b/tests/resolvers/Mutation/createEvent.spec.ts @@ -57,11 +57,11 @@ beforeAll(async () => { $push: { adminFor: testOrganization?._id, }, - } + }, ); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -186,7 +186,7 @@ describe("resolvers -> Mutation -> createEvent", () => { } catch (error: unknown) { if (error instanceof UnauthorizedError) { expect(error.message).toEqual( - ORGANIZATION_NOT_AUTHORIZED_ERROR.MESSAGE + ORGANIZATION_NOT_AUTHORIZED_ERROR.MESSAGE, ); } else { fail(`Expected UnauthorizedError, but got ${error}`); @@ -204,7 +204,7 @@ describe("resolvers -> Mutation -> createEvent", () => { createdOrganizations: testOrganization?._id, joinedOrganizations: testOrganization?._id, }, - } + }, ); const args: MutationCreateEventArgs = { @@ -250,7 +250,7 @@ describe("resolvers -> Mutation -> createEvent", () => { creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, - }) + }), ); const recurringEvents = await Event.find({ @@ -280,7 +280,7 @@ describe("resolvers -> Mutation -> createEvent", () => { eventAdmin: expect.arrayContaining([createEventPayload?._id]), createdEvents: expect.arrayContaining([createEventPayload?._id]), registeredEvents: expect.arrayContaining([createEventPayload?._id]), - }) + }), ); }); @@ -294,7 +294,7 @@ describe("resolvers -> Mutation -> createEvent", () => { createdOrganizations: testOrganization?._id, joinedOrganizations: testOrganization?._id, }, - } + }, ); let startDate = new Date(); @@ -345,7 +345,7 @@ describe("resolvers -> Mutation -> createEvent", () => { creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, - }) + }), ); const recurrenceRule = await RecurrenceRule.findOne({ @@ -387,7 +387,7 @@ describe("resolvers -> Mutation -> createEvent", () => { eventAdmin: expect.arrayContaining([createEventPayload?._id]), createdEvents: expect.arrayContaining([createEventPayload?._id]), registeredEvents: expect.arrayContaining([createEventPayload?._id]), - }) + }), ); }); @@ -401,7 +401,7 @@ describe("resolvers -> Mutation -> createEvent", () => { createdOrganizations: testOrganization?._id, joinedOrganizations: testOrganization?._id, }, - } + }, ); let startDate = new Date(); @@ -456,7 +456,7 @@ describe("resolvers -> Mutation -> createEvent", () => { creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, - }) + }), ); const recurrenceRule = await RecurrenceRule.findOne({ @@ -498,7 +498,7 @@ describe("resolvers -> Mutation -> createEvent", () => { eventAdmin: expect.arrayContaining([createEventPayload?._id]), createdEvents: expect.arrayContaining([createEventPayload?._id]), registeredEvents: expect.arrayContaining([createEventPayload?._id]), - }) + }), ); }); @@ -512,7 +512,7 @@ describe("resolvers -> Mutation -> createEvent", () => { createdOrganizations: testOrganization?._id, joinedOrganizations: testOrganization?._id, }, - } + }, ); let startDate = new Date(); @@ -565,7 +565,7 @@ describe("resolvers -> Mutation -> createEvent", () => { creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, - }) + }), ); const recurrenceRule = await RecurrenceRule.findOne({ @@ -606,7 +606,7 @@ describe("resolvers -> Mutation -> createEvent", () => { eventAdmin: expect.arrayContaining([createEventPayload?._id]), createdEvents: expect.arrayContaining([createEventPayload?._id]), registeredEvents: expect.arrayContaining([createEventPayload?._id]), - }) + }), ); }); @@ -620,7 +620,7 @@ describe("resolvers -> Mutation -> createEvent", () => { createdOrganizations: testOrganization?._id, joinedOrganizations: testOrganization?._id, }, - } + }, ); let startDate = new Date(); @@ -674,7 +674,7 @@ describe("resolvers -> Mutation -> createEvent", () => { creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, - }) + }), ); const recurrenceRule = await RecurrenceRule.findOne({ @@ -715,7 +715,7 @@ describe("resolvers -> Mutation -> createEvent", () => { eventAdmin: expect.arrayContaining([createEventPayload?._id]), createdEvents: expect.arrayContaining([createEventPayload?._id]), registeredEvents: expect.arrayContaining([createEventPayload?._id]), - }) + }), ); }); @@ -729,7 +729,7 @@ describe("resolvers -> Mutation -> createEvent", () => { createdOrganizations: testOrganization?._id, joinedOrganizations: testOrganization?._id, }, - } + }, ); let startDate = new Date(); @@ -782,7 +782,7 @@ describe("resolvers -> Mutation -> createEvent", () => { creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, - }) + }), ); const recurrenceRule = await RecurrenceRule.findOne({ @@ -823,7 +823,7 @@ describe("resolvers -> Mutation -> createEvent", () => { eventAdmin: expect.arrayContaining([createEventPayload?._id]), createdEvents: expect.arrayContaining([createEventPayload?._id]), registeredEvents: expect.arrayContaining([createEventPayload?._id]), - }) + }), ); }); @@ -837,7 +837,7 @@ describe("resolvers -> Mutation -> createEvent", () => { createdOrganizations: testOrganization?._id, joinedOrganizations: testOrganization?._id, }, - } + }, ); let startDate = new Date(); @@ -890,7 +890,7 @@ describe("resolvers -> Mutation -> createEvent", () => { creatorId: testUser?._id, admins: expect.arrayContaining([testUser?._id]), organization: testOrganization?._id, - }) + }), ); const recurrenceRule = await RecurrenceRule.findOne({ @@ -931,7 +931,7 @@ describe("resolvers -> Mutation -> createEvent", () => { eventAdmin: expect.arrayContaining([createEventPayload?._id]), createdEvents: expect.arrayContaining([createEventPayload?._id]), registeredEvents: expect.arrayContaining([createEventPayload?._id]), - }) + }), ); }); @@ -996,7 +996,7 @@ describe("Check for validation conditions", () => { it(`throws String Length Validation error if title is greater than 256 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationCreateEventArgs = { @@ -1032,7 +1032,7 @@ describe("Check for validation conditions", () => { } catch (error: unknown) { if (error instanceof InputValidationError) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ); } else { fail(`Expected LengthValidationError, but got ${error}`); @@ -1042,7 +1042,7 @@ describe("Check for validation conditions", () => { it(`throws String Length Validation error if description is greater than 500 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationCreateEventArgs = { @@ -1078,7 +1078,7 @@ describe("Check for validation conditions", () => { } catch (error: unknown) { if (error instanceof InputValidationError) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description`, ); } else { fail(`Expected LengthValidationError, but got ${error}`); @@ -1088,7 +1088,7 @@ describe("Check for validation conditions", () => { it(`throws String Length Validation error if location is greater than 50 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationCreateEventArgs = { @@ -1123,7 +1123,7 @@ describe("Check for validation conditions", () => { } catch (error: unknown) { if (error instanceof InputValidationError) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location`, ); } else { fail(`Expected LengthValidationError, but got ${error}`); @@ -1133,7 +1133,7 @@ describe("Check for validation conditions", () => { it(`throws Date Validation error if start date is greater than end date`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationCreateEventArgs = { @@ -1168,7 +1168,7 @@ describe("Check for validation conditions", () => { } catch (error: unknown) { if (error instanceof InputValidationError) { expect(error.message).toEqual( - `start date must be earlier than end date` + `start date must be earlier than end date`, ); } else { fail(`Expected DateValidationError, but got ${error}`); diff --git a/tests/resolvers/Mutation/createEventVolunteer.spec.ts b/tests/resolvers/Mutation/createEventVolunteer.spec.ts index faaece149c..1cdfef7850 100644 --- a/tests/resolvers/Mutation/createEventVolunteer.spec.ts +++ b/tests/resolvers/Mutation/createEventVolunteer.spec.ts @@ -94,7 +94,7 @@ describe("resolvers -> Mutation -> createEventVolunteer", () => { } catch (error: unknown) { expect(spy).toBeCalledWith(EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE + EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE, ); } }); @@ -145,7 +145,7 @@ describe("resolvers -> Mutation -> createEventVolunteer", () => { const createdVolunteer = await createEventVolunteerResolver?.( {}, args, - context + context, ); expect(createdVolunteer).toEqual( @@ -155,7 +155,7 @@ describe("resolvers -> Mutation -> createEventVolunteer", () => { creatorId: testUser1?._id, isInvited: true, isAssigned: false, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createGroupChat.spec.ts b/tests/resolvers/Mutation/createGroupChat.spec.ts index 8b22d629a8..92efcfb5a5 100644 --- a/tests/resolvers/Mutation/createGroupChat.spec.ts +++ b/tests/resolvers/Mutation/createGroupChat.spec.ts @@ -28,7 +28,7 @@ beforeAll(async () => { testOrganization = resultsArray[1]; const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -93,7 +93,7 @@ describe("resolvers -> Mutation -> createGroupChat", () => { const createGroupChatPayload = await createGroupChatResolver?.( {}, args, - context + context, ); expect(createGroupChatPayload).toEqual( @@ -102,7 +102,7 @@ describe("resolvers -> Mutation -> createGroupChat", () => { creatorId: testUser?._id, users: [testUser?._id], organization: testOrganization?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createMember.spec.ts b/tests/resolvers/Mutation/createMember.spec.ts index f217990fa0..2cd9e1c7a4 100644 --- a/tests/resolvers/Mutation/createMember.spec.ts +++ b/tests/resolvers/Mutation/createMember.spec.ts @@ -30,7 +30,7 @@ beforeAll(async () => { testOrganization = resultsArray[1]; const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); @@ -49,7 +49,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { $set: { creatorId: Types.ObjectId().toString(), }, - } + }, ); const args: MutationCreateMemberArgs = { @@ -79,7 +79,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { $set: { creatorId: testUser?._id, }, - } + }, ); await User.updateOne( @@ -90,7 +90,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { $set: { userType: "SUPERADMIN", }, - } + }, ); const args: MutationCreateMemberArgs = { @@ -140,7 +140,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { $push: { members: testUser?._id, }, - } + }, ); const args: MutationCreateMemberArgs = { @@ -168,7 +168,7 @@ describe("resolvers -> Mutation -> createAdmin", () => { .lean(); const updatedOrganizationCheck = updatedTestOrganization?.members.some( - (member) => member.equals(testUser?._id) + (member) => member.equals(testUser?._id), ); expect(updatedOrganizationCheck).toBe(true); diff --git a/tests/resolvers/Mutation/createMessageChat.spec.ts b/tests/resolvers/Mutation/createMessageChat.spec.ts index e1033a6880..886852db23 100644 --- a/tests/resolvers/Mutation/createMessageChat.spec.ts +++ b/tests/resolvers/Mutation/createMessageChat.spec.ts @@ -78,7 +78,7 @@ describe("resolvers -> Mutation -> createMessageChat", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -96,7 +96,7 @@ describe("resolvers -> Mutation -> createMessageChat", () => { _action: "CHAT_CHANNEL", _payload: { directMessageChat: InterfaceMessageChat; - } + }, ): { _action: string; _payload: { directMessageChat: InterfaceMessageChat }; @@ -116,7 +116,7 @@ describe("resolvers -> Mutation -> createMessageChat", () => { const createMessageChatPayload = await createMessageChatResolver?.( {}, args, - context + context, ); expect(createMessageChatPayload).toEqual( @@ -125,7 +125,7 @@ describe("resolvers -> Mutation -> createMessageChat", () => { receiver: testUsers[1]._id, message: "message", languageBarrier: false, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createOrganization.spec.ts b/tests/resolvers/Mutation/createOrganization.spec.ts index 03e107065d..c3664ae546 100644 --- a/tests/resolvers/Mutation/createOrganization.spec.ts +++ b/tests/resolvers/Mutation/createOrganization.spec.ts @@ -81,7 +81,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { await createOrganization?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE + USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE, ); expect(error.message).toEqual(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); } @@ -96,7 +96,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { // ); vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); await User.findOneAndUpdate( @@ -108,7 +108,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { adminApproved: true, userType: "SUPERADMIN", }, - } + }, ); const args: MutationCreateOrganizationArgs = { @@ -138,7 +138,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { const createOrganizationPayload = await createOrganizationResolver?.( {}, args, - context + context, ); expect(createOrganizationPayload).toEqual( expect.objectContaining({ @@ -161,7 +161,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { admins: [testUser?._id], members: [testUser?._id], image: "imagePath", - }) + }), ); expect(createOrganizationPayload?.image).toEqual("imagePath"); @@ -176,7 +176,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { joinedOrganizations: [createOrganizationPayload?._id], createdOrganizations: [createOrganizationPayload?._id], adminFor: [createOrganizationPayload?._id], - }) + }), ); const defaultCategory = await ActionItemCategory.findOne({ @@ -188,7 +188,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { organizationId: createOrganizationPayload?._id, name: "Default", isDisabled: false, - }) + }), ); }); it(`creates the organization without image and returns it`, async () => { @@ -196,7 +196,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { async (newImagePath: any, imageAlreadyInDbPath: any) => ({ newImagePath, imageAlreadyInDbPath, - }) + }), ); const args: MutationCreateOrganizationArgs = { data: { @@ -225,7 +225,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { const createOrganizationPayload = await createOrganizationResolver?.( {}, args, - context + context, ); expect(createOrganizationPayload).toEqual( expect.objectContaining({ @@ -247,7 +247,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { creatorId: testUser?._id, admins: [testUser?._id], members: [testUser?._id], - }) + }), ); expect(createOrganizationPayload?.image).toBe(null); }); @@ -255,7 +255,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { it(`throws String Length Validation error if name is greater than 256 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationCreateOrganizationArgs = { @@ -285,14 +285,14 @@ describe("resolvers -> Mutation -> createOrganization", () => { await createOrganizationResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name`, ); } }); it(`throws String Length Validation error if description is greater than 500 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationCreateOrganizationArgs = { @@ -323,14 +323,14 @@ describe("resolvers -> Mutation -> createOrganization", () => { await createOrganizationResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description`, ); } }); it("throws Address Validation Error for an invalid address", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const invalidAddress = { @@ -400,14 +400,14 @@ describe("resolvers -> Mutation -> createOrganization", () => { } } else { console.error( - "Error: createOrganizationResolver is undefined in the test suite" + "Error: createOrganizationResolver is undefined in the test suite", ); } }); it("throws Address Validation Error for missing address", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const missingAddress = {}; // No address field in the data @@ -436,7 +436,7 @@ describe("resolvers -> Mutation -> createOrganization", () => { } } else { console.error( - "Error: createOrganizationResolver is undefined in the test suite" + "Error: createOrganizationResolver is undefined in the test suite", ); } }); diff --git a/tests/resolvers/Mutation/createPlugin.spec.ts b/tests/resolvers/Mutation/createPlugin.spec.ts index a6ab977a8a..a7219b4fc7 100644 --- a/tests/resolvers/Mutation/createPlugin.spec.ts +++ b/tests/resolvers/Mutation/createPlugin.spec.ts @@ -25,7 +25,7 @@ describe("resolvers -> Mutation -> createPlugin", () => { expect(createPluginPayload).toEqual( expect.objectContaining({ ...data, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createPost.spec.ts b/tests/resolvers/Mutation/createPost.spec.ts index 526f12a413..e90a30c5c3 100644 --- a/tests/resolvers/Mutation/createPost.spec.ts +++ b/tests/resolvers/Mutation/createPost.spec.ts @@ -89,7 +89,7 @@ describe("resolvers -> Mutation -> createPost", () => { if (error instanceof Error) { expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } } @@ -124,7 +124,7 @@ describe("resolvers -> Mutation -> createPost", () => { if (error instanceof Error) { expect(spy).toBeCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } } @@ -162,7 +162,7 @@ describe("resolvers -> Mutation -> createPost", () => { if (error instanceof Error) { expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_TO_PIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_TO_PIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_TO_PIN.MESSAGE}`, ); } } @@ -171,7 +171,7 @@ describe("resolvers -> Mutation -> createPost", () => { it(`pinned post should be successfully added to the organization`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const args: MutationCreatePostArgs = { @@ -200,7 +200,7 @@ describe("resolvers -> Mutation -> createPost", () => { videoUrl: null, // Update the expected value to match the received value title: "New Post Title", pinned: true, - }) + }), ); const updatedTestOrg = await Organization.findOne({ @@ -210,7 +210,7 @@ describe("resolvers -> Mutation -> createPost", () => { expect( updatedTestOrg?.pinnedPosts .map((id) => id.toString()) - .includes(createdPost?._id.toString()) + .includes(createdPost?._id.toString()), ).toBeTruthy(); }); @@ -245,7 +245,7 @@ describe("resolvers -> Mutation -> createPost", () => { creatorId: testUser?._id, organization: testOrganization?._id, imageUrl: null, - }) + }), ); }); @@ -261,7 +261,7 @@ describe("resolvers -> Mutation -> createPost", () => { }; vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); const context = { @@ -274,7 +274,7 @@ describe("resolvers -> Mutation -> createPost", () => { const createPostPayload = await createPostResolverImage?.( {}, args, - context + context, ); expect(createPostPayload?.pinned).toBe(true); @@ -299,7 +299,7 @@ describe("resolvers -> Mutation -> createPost", () => { }; vi.spyOn(uploadEncodedVideo, "uploadEncodedVideo").mockImplementation( - async (uploadEncodedVideo: string) => uploadEncodedVideo + async (uploadEncodedVideo: string) => uploadEncodedVideo, ); const context = { @@ -312,7 +312,7 @@ describe("resolvers -> Mutation -> createPost", () => { const createPostPayload = await createPostResolverImage?.( {}, args, - context + context, ); expect(createPostPayload?.pinned).toBe(true); @@ -348,19 +348,19 @@ describe("resolvers -> Mutation -> createPost", () => { vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( () => { throw new Error("Unsupported file type."); - } + }, ); // Ensure that an error is thrown when createPostResolverImage is called await expect( - createPostResolverImage?.({}, args, context) + createPostResolverImage?.({}, args, context), ).rejects.toThrowError("Unsupported file type."); }); it(`throws String Length Validation error if title is greater than 256 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationCreatePostArgs = { @@ -388,7 +388,7 @@ describe("resolvers -> Mutation -> createPost", () => { } catch (error) { if (error instanceof Error) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ); } } @@ -396,7 +396,7 @@ describe("resolvers -> Mutation -> createPost", () => { it(`throws String Length Validation error if text is greater than 500 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationCreatePostArgs = { @@ -425,7 +425,7 @@ describe("resolvers -> Mutation -> createPost", () => { } catch (error) { if (error instanceof Error) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information`, ); } } @@ -434,7 +434,7 @@ describe("resolvers -> Mutation -> createPost", () => { it("throws an error if the user tries to create a post but post is not pinned", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationCreatePostArgs = { @@ -458,7 +458,7 @@ describe("resolvers -> Mutation -> createPost", () => { } catch (error) { if (error instanceof Error) { expect(error.message).toEqual( - `Cannot create post when pinned is false` + `Cannot create post when pinned is false`, ); } } @@ -467,7 +467,7 @@ describe("resolvers -> Mutation -> createPost", () => { it("throws error if title is provided and post is not pinned", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationCreatePostArgs = { @@ -492,7 +492,7 @@ describe("resolvers -> Mutation -> createPost", () => { } catch (error) { if (error instanceof Error) { expect(error.message).toEqual( - `Post needs to be pinned inorder to add a title` + `Post needs to be pinned inorder to add a title`, ); } } @@ -501,7 +501,7 @@ describe("resolvers -> Mutation -> createPost", () => { it("throws error if title is not provided and post is pinned", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationCreatePostArgs = { diff --git a/tests/resolvers/Mutation/createSampleOrganization.spec.ts b/tests/resolvers/Mutation/createSampleOrganization.spec.ts index c378e5465c..65c0ac57f9 100644 --- a/tests/resolvers/Mutation/createSampleOrganization.spec.ts +++ b/tests/resolvers/Mutation/createSampleOrganization.spec.ts @@ -39,7 +39,7 @@ describe("createSampleOrganization resolver", async () => { it("should NOT throw error when user is ADMIN", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const ORGANIZATION_ID = faker.database.mongodbObjectId(); @@ -53,7 +53,7 @@ describe("createSampleOrganization resolver", async () => { const adminResult = await createSampleOrganization!( parent, args, - adminContext + adminContext, ); expect(adminResult).toBe(true); await SampleData.deleteMany({}); @@ -62,7 +62,7 @@ describe("createSampleOrganization resolver", async () => { it("should NOT throw error when user is SUPERADMIN", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const ORGANIZATION_ID = faker.database.mongodbObjectId(); @@ -76,7 +76,7 @@ describe("createSampleOrganization resolver", async () => { const adminResult = await createSampleOrganization!( parent, args, - adminContext + adminContext, ); expect(adminResult).toBe(true); await SampleData.deleteMany({}); @@ -85,7 +85,7 @@ describe("createSampleOrganization resolver", async () => { it("should throw unauthorized error for non-admins", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const ORGANIZATION_ID = faker.database.mongodbObjectId(); @@ -106,7 +106,7 @@ describe("createSampleOrganization resolver", async () => { it("should throw error when the sample organization already exist", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const ORGANIZATION_ID = faker.database.mongodbObjectId(); @@ -120,7 +120,7 @@ describe("createSampleOrganization resolver", async () => { const adminResult = await createSampleOrganization!( parent, args, - adminContext + adminContext, ); expect(adminResult).toBe(true); @@ -137,7 +137,7 @@ describe("createSampleOrganization resolver", async () => { it("should throw error when the current user doesn't exist", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const args = {}; diff --git a/tests/resolvers/Mutation/createUserFamily.spec.ts b/tests/resolvers/Mutation/createUserFamily.spec.ts index dde3a66dde..38f6dc7d20 100644 --- a/tests/resolvers/Mutation/createUserFamily.spec.ts +++ b/tests/resolvers/Mutation/createUserFamily.spec.ts @@ -59,7 +59,7 @@ describe("resolvers -> Mutation -> createUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -89,7 +89,7 @@ describe("resolvers -> Mutation -> createUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); expect((error as Error).message).toEqual( - `${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); } }); @@ -118,10 +118,10 @@ describe("resolvers -> Mutation -> createUserFamily", () => { await createUserFamilyResolver?.({}, args, context); } catch (error) { expect(spy).toHaveBeenCalledWith( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name`, ); expect((error as Error).message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in name`, ); } }); @@ -150,10 +150,10 @@ describe("resolvers -> Mutation -> createUserFamily", () => { await createUserFamilyResolver?.({}, args, context); } catch (error) { expect(spy).toHaveBeenCalledWith( - USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE + USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE, ); expect((error as Error).message).toEqual( - `${USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE}` + `${USER_FAMILY_MIN_MEMBERS_ERROR_CODE.MESSAGE}`, ); } }); @@ -177,13 +177,13 @@ describe("resolvers -> Mutation -> createUserFamily", () => { const createUserFamilyPayload = await createUserFamilyResolver?.( {}, args, - context + context, ); expect(createUserFamilyPayload).toEqual( expect.objectContaining({ title: "title", - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/createUserTag.spec.ts b/tests/resolvers/Mutation/createUserTag.spec.ts index a72ea942e7..e82d5ddfea 100644 --- a/tests/resolvers/Mutation/createUserTag.spec.ts +++ b/tests/resolvers/Mutation/createUserTag.spec.ts @@ -82,7 +82,7 @@ describe("resolvers -> Mutation -> createUserTag", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -113,7 +113,7 @@ describe("resolvers -> Mutation -> createUserTag", () => { } catch (error: any) { expect(spy).toBeCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -175,7 +175,7 @@ describe("resolvers -> Mutation -> createUserTag", () => { } catch (error: any) { expect(spy).toBeCalledWith(INCORRECT_TAG_INPUT.MESSAGE); expect(error.message).toEqual( - `Translated ${INCORRECT_TAG_INPUT.MESSAGE}` + `Translated ${INCORRECT_TAG_INPUT.MESSAGE}`, ); } }); @@ -207,7 +207,7 @@ describe("resolvers -> Mutation -> createUserTag", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_TO_CREATE_TAG.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_TO_CREATE_TAG.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_TO_CREATE_TAG.MESSAGE}`, ); } }); @@ -245,7 +245,7 @@ describe("resolvers -> Mutation -> createUserTag", () => { it(`tag should be successfully added`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const args: MutationCreateUserTagArgs = { @@ -271,7 +271,7 @@ describe("resolvers -> Mutation -> createUserTag", () => { organizationId: testOrganization?._id, name: "TestUserTag", parentTagId: testTag?._id, - }) + }), ); const createdTagExists = await OrganizationTagUser.exists({ diff --git a/tests/resolvers/Mutation/deleteAdvertisementById.spec.ts b/tests/resolvers/Mutation/deleteAdvertisementById.spec.ts index df2e83b806..52c70e2e1b 100644 --- a/tests/resolvers/Mutation/deleteAdvertisementById.spec.ts +++ b/tests/resolvers/Mutation/deleteAdvertisementById.spec.ts @@ -45,7 +45,7 @@ describe("resolvers -> Mutation -> deleteAdvertiementById", () => { const deleteDonationByIdPayload = await deleteAdvertisementById?.( {}, args, - {} + {}, ); expect(deleteDonationByIdPayload).toEqual({ @@ -61,7 +61,7 @@ describe("resolvers -> Mutation -> deleteAdvertiementById", () => { const deleteDonationByIdPayload = await deleteAdvertisementById?.( {}, args, - {} + {}, ); expect(deleteDonationByIdPayload).toEqual({ diff --git a/tests/resolvers/Mutation/deleteAgendaCategory.spec.ts b/tests/resolvers/Mutation/deleteAgendaCategory.spec.ts index a82dc9a80c..6a350ad191 100644 --- a/tests/resolvers/Mutation/deleteAgendaCategory.spec.ts +++ b/tests/resolvers/Mutation/deleteAgendaCategory.spec.ts @@ -47,7 +47,7 @@ beforeAll(async () => { createdOrganizations: [testOrganization._id], adminFor: [testOrganization._id], }, - } + }, ); sampleAgendaCategory = await AgendaCategoryModel.create({ name: "Sample Agenda Category", @@ -87,7 +87,7 @@ describe("resolvers -> Mutation -> deleteAgendaCategory", () => { await deleteAgendaCategory?.({}, args, context); } catch (error: unknown) { expect((error as Error).message).toEqual( - AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE, ); } }); @@ -103,7 +103,7 @@ describe("resolvers -> Mutation -> deleteAgendaCategory", () => { await deleteAgendaCategory?.({}, args, context); } catch (error: unknown) { expect((error as Error).message).toEqual( - USER_NOT_AUTHORIZED_ERROR.MESSAGE + USER_NOT_AUTHORIZED_ERROR.MESSAGE, ); } }); @@ -117,7 +117,7 @@ describe("resolvers -> Mutation -> deleteAgendaCategory", () => { }, { new: true, - } + }, ); const newTestAgendaCategory = await AgendaCategoryModel.create({ name: "Sample Agenda Category", @@ -136,7 +136,7 @@ describe("resolvers -> Mutation -> deleteAgendaCategory", () => { const removedAgendaCategoryPayload = await deleteAgendaCategory?.( {}, args, - context + context, ); expect(removedAgendaCategoryPayload).toEqual(args.id); @@ -152,7 +152,7 @@ describe("resolvers -> Mutation -> deleteAgendaCategory", () => { const removedAgendaCategoryPayload = await deleteAgendaCategory?.( {}, args, - context + context, ); expect(removedAgendaCategoryPayload).toEqual(args.id); diff --git a/tests/resolvers/Mutation/deleteDonationById.spec.ts b/tests/resolvers/Mutation/deleteDonationById.spec.ts index 5fa09389b0..f83879d209 100644 --- a/tests/resolvers/Mutation/deleteDonationById.spec.ts +++ b/tests/resolvers/Mutation/deleteDonationById.spec.ts @@ -44,7 +44,7 @@ describe("resolvers -> Mutation -> deleteDonationById", () => { const deleteDonationByIdPayload = await deleteDonationByIdResolver?.( {}, args, - {} + {}, ); expect(deleteDonationByIdPayload).toEqual({ @@ -60,7 +60,7 @@ describe("resolvers -> Mutation -> deleteDonationById", () => { const deleteDonationByIdPayload = await deleteDonationByIdResolver?.( {}, args, - {} + {}, ); expect(deleteDonationByIdPayload).toEqual({ diff --git a/tests/resolvers/Mutation/forgotPassword.spec.ts b/tests/resolvers/Mutation/forgotPassword.spec.ts index cec1bc0475..192a83a714 100644 --- a/tests/resolvers/Mutation/forgotPassword.spec.ts +++ b/tests/resolvers/Mutation/forgotPassword.spec.ts @@ -34,7 +34,7 @@ describe("resolvers -> Mutation -> forgotPassword", () => { process.env.NODE_ENV!, { expiresIn: 99999999, - } + }, ); const args: MutationForgotPasswordArgs = { @@ -64,7 +64,7 @@ describe("resolvers -> Mutation -> forgotPassword", () => { process.env.NODE_ENV ?? "", { expiresIn: 99999999, - } + }, ); const args: MutationForgotPasswordArgs = { diff --git a/tests/resolvers/Mutation/getAdvertisement.spec.ts b/tests/resolvers/Mutation/getAdvertisement.spec.ts index 7c5c920090..eaf1cf5198 100644 --- a/tests/resolvers/Mutation/getAdvertisement.spec.ts +++ b/tests/resolvers/Mutation/getAdvertisement.spec.ts @@ -73,7 +73,7 @@ describe("resolvers -> Mutation -> getAdvertisement", () => { const createdAdvertisementPayload = await createAdvertisementResolver?.( {}, args, - context + context, ); const { getAdvertisements: getAdvertisementResolver } = await import( @@ -82,7 +82,7 @@ describe("resolvers -> Mutation -> getAdvertisement", () => { const getAdvertisementPayload = await getAdvertisementResolver?.( {}, args, - context + context, ); if (getAdvertisementPayload) { const lastIndex = getAdvertisementPayload.length - 1; @@ -90,12 +90,12 @@ describe("resolvers -> Mutation -> getAdvertisement", () => { expect(getAdvertisementPayload[lastIndex]).toHaveProperty( "link", - "https://www.example.com" + "https://www.example.com", ); expect(getAdvertisementPayload[lastIndex]).toHaveProperty( "type", - "POPUP" + "POPUP", ); } }); diff --git a/tests/resolvers/Mutation/joinPublicOrganization.spec.ts b/tests/resolvers/Mutation/joinPublicOrganization.spec.ts index b06929e6b8..9db4edf420 100644 --- a/tests/resolvers/Mutation/joinPublicOrganization.spec.ts +++ b/tests/resolvers/Mutation/joinPublicOrganization.spec.ts @@ -112,7 +112,7 @@ describe("resolvers -> Mutation -> joinPublicOrganization", () => { }, { new: true, - } + }, ); await cacheOrganizations([updatedOrganizaiton!]); @@ -171,7 +171,7 @@ describe("resolvers -> Mutation -> joinPublicOrganization", () => { }, { new: true, - } + }, ); await cacheOrganizations([updatedOrganizaiton!]); diff --git a/tests/resolvers/Mutation/leaveOrganization.spec.ts b/tests/resolvers/Mutation/leaveOrganization.spec.ts index bf2ba6e0ba..0ff28cd801 100644 --- a/tests/resolvers/Mutation/leaveOrganization.spec.ts +++ b/tests/resolvers/Mutation/leaveOrganization.spec.ts @@ -116,7 +116,7 @@ describe("resolvers -> Mutation -> leaveOrganization", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -154,7 +154,7 @@ describe("resolvers -> Mutation -> leaveOrganization", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -172,7 +172,7 @@ describe("resolvers -> Mutation -> leaveOrganization", () => { const leaveOrganizationPayload = await leaveOrganizationResolver?.( {}, args, - context + context, ); const updatedTestUser = await User.findOne({ diff --git a/tests/resolvers/Mutation/likeComment.spec.ts b/tests/resolvers/Mutation/likeComment.spec.ts index 8e7d2d42c9..39b234e921 100644 --- a/tests/resolvers/Mutation/likeComment.spec.ts +++ b/tests/resolvers/Mutation/likeComment.spec.ts @@ -49,7 +49,7 @@ beforeAll(async () => { $inc: { commentCount: 1, }, - } + }, ); }); diff --git a/tests/resolvers/Mutation/login.spec.ts b/tests/resolvers/Mutation/login.spec.ts index a7917d651c..2342ac4c94 100644 --- a/tests/resolvers/Mutation/login.spec.ts +++ b/tests/resolvers/Mutation/login.spec.ts @@ -38,7 +38,7 @@ beforeAll(async () => { $set: { password: hashedTestPassword, }, - } + }, ); const testOrganization = temp[1]; const testMembershipRequest = await MembershipRequest.create({ @@ -54,7 +54,7 @@ beforeAll(async () => { $push: { membershipRequests: testMembershipRequest._id, }, - } + }, ); await Organization.updateOne( @@ -65,7 +65,7 @@ beforeAll(async () => { $push: { membershipRequests: testMembershipRequest._id, }, - } + }, ); }); @@ -103,7 +103,7 @@ describe("resolvers -> Mutation -> login", () => { if (error instanceof Error) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } } @@ -174,7 +174,7 @@ email === args.data.email`, async () => { const updatedUser = await User.findOneAndUpdate( { _id: testUser?._id }, { token: newToken, $inc: { tokenVersion: 1 } }, - { new: true } + { new: true }, ); expect(updatedUser).toBeDefined(); @@ -214,7 +214,7 @@ email === args.data.email`, async () => { expect(loginPayload).toEqual( expect.objectContaining({ user: testUser, - }) + }), ); expect(loginPayload?.user).toBeDefined(); expect(typeof loginPayload?.accessToken).toBe("string"); diff --git a/tests/resolvers/Mutation/otp.spec.ts b/tests/resolvers/Mutation/otp.spec.ts index a7ea4c8b7e..5113556191 100644 --- a/tests/resolvers/Mutation/otp.spec.ts +++ b/tests/resolvers/Mutation/otp.spec.ts @@ -48,7 +48,7 @@ describe("resolvers -> Mutation -> otp", () => { vi.doMock("../../../src/constants", async () => { const actualConstants: object = await vi.importActual( - "../../../src/constants" + "../../../src/constants", ); return { diff --git a/tests/resolvers/Mutation/refreshToken.spec.ts b/tests/resolvers/Mutation/refreshToken.spec.ts index c6030aa532..4a0dd407d8 100644 --- a/tests/resolvers/Mutation/refreshToken.spec.ts +++ b/tests/resolvers/Mutation/refreshToken.spec.ts @@ -61,7 +61,7 @@ describe("resolvers -> Mutation -> refreshToken", () => { if (error instanceof Error) { expect(spy).toBeCalledWith(INVALID_REFRESH_TOKEN_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${INVALID_REFRESH_TOKEN_ERROR.MESSAGE}` + `Translated ${INVALID_REFRESH_TOKEN_ERROR.MESSAGE}`, ); } } @@ -92,7 +92,7 @@ describe("resolvers -> Mutation -> refreshToken", () => { if (error instanceof Error) { expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); spy.mockRestore(); @@ -104,7 +104,7 @@ describe("resolvers -> Mutation -> refreshToken", () => { with _id === payload.userId for args.refreshToken`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { await User.updateOne( @@ -115,11 +115,11 @@ describe("resolvers -> Mutation -> refreshToken", () => { $inc: { tokenVersion: 1, }, - } + }, ); refreshToken = await createRefreshToken( - testUser ? testUser.toObject() : ({} as InterfaceUser) + testUser ? testUser.toObject() : ({} as InterfaceUser), ); const args: MutationRefreshTokenArgs = { @@ -153,11 +153,11 @@ describe("resolvers -> Mutation -> refreshToken", () => { $inc: { tokenVersion: 1, }, - } + }, ); refreshToken = await createRefreshToken( - testUser ? testUser.toObject() : ({} as InterfaceUser) + testUser ? testUser.toObject() : ({} as InterfaceUser), ); const args: MutationRefreshTokenArgs = { @@ -173,7 +173,7 @@ describe("resolvers -> Mutation -> refreshToken", () => { if (error instanceof Error) { expect(spy).toBeCalledWith(INVALID_REFRESH_TOKEN_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${INVALID_REFRESH_TOKEN_ERROR.MESSAGE}` + `Translated ${INVALID_REFRESH_TOKEN_ERROR.MESSAGE}`, ); } } @@ -199,7 +199,7 @@ describe("resolvers -> Mutation -> refreshToken", () => { const updatedUser = await User.findOneAndUpdate( { _id: jwtPayload.userId }, { $set: { token: newRefreshToken }, $inc: { tokenVersion: 1 } }, - { new: true } + { new: true }, ); expect(updatedUser).toBeDefined(); @@ -220,11 +220,11 @@ describe("resolvers -> Mutation -> refreshToken", () => { $inc: { tokenVersion: -2, }, - } + }, ); refreshToken = await createRefreshToken( - testUser ? testUser.toObject() : ({} as InterfaceUser) + testUser ? testUser.toObject() : ({} as InterfaceUser), ); const args: MutationRefreshTokenArgs = { diff --git a/tests/resolvers/Mutation/registerForEvent.spec.ts b/tests/resolvers/Mutation/registerForEvent.spec.ts index 4137b1d3c1..c26ac40773 100644 --- a/tests/resolvers/Mutation/registerForEvent.spec.ts +++ b/tests/resolvers/Mutation/registerForEvent.spec.ts @@ -108,7 +108,7 @@ describe("resolvers -> Mutation -> registerForEvent", () => { $set: { registeredEvents: [], }, - } + }, ); const args: MutationRegisterForEventArgs = { @@ -122,7 +122,7 @@ describe("resolvers -> Mutation -> registerForEvent", () => { const registerForEventPayload = await registerForEventResolver?.( {}, args, - context + context, ); const testRegisterForEventPayload = await Event.findOne({ diff --git a/tests/resolvers/Mutation/rejectAdmin.spec.ts b/tests/resolvers/Mutation/rejectAdmin.spec.ts index 9918eb86b6..805d74eaca 100644 --- a/tests/resolvers/Mutation/rejectAdmin.spec.ts +++ b/tests/resolvers/Mutation/rejectAdmin.spec.ts @@ -62,12 +62,12 @@ describe("resolvers -> Mutation -> rejectAdmin", () => { }, { userType: "USER", - } + }, ); await rejectAdminResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); @@ -113,7 +113,7 @@ describe("resolvers -> Mutation -> rejectAdmin", () => { $set: { userType: "SUPERADMIN", }, - } + }, ); const args: MutationRejectAdminArgs = { diff --git a/tests/resolvers/Mutation/rejectMembershipRequest.spec.ts b/tests/resolvers/Mutation/rejectMembershipRequest.spec.ts index 95f6536842..dd9f647ef1 100644 --- a/tests/resolvers/Mutation/rejectMembershipRequest.spec.ts +++ b/tests/resolvers/Mutation/rejectMembershipRequest.spec.ts @@ -91,7 +91,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { $set: { organization: Types.ObjectId().toString(), }, - } + }, ); const args: MutationRejectMembershipRequestArgs = { @@ -127,7 +127,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { $set: { organization: testOrganization?._id, }, - } + }, ); await MembershipRequest.updateOne( @@ -138,7 +138,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { $set: { user: Types.ObjectId().toString(), }, - } + }, ); const args: MutationRejectMembershipRequestArgs = { @@ -176,7 +176,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { $set: { user: testUser?._id, }, - } + }, ); await Organization.findByIdAndUpdate( @@ -187,7 +187,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { $set: { admins: [], }, - } + }, ); await User.findByIdAndUpdate( @@ -198,7 +198,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { $set: { userType: "USER", }, - } + }, ); const args: MutationRejectMembershipRequestArgs = { @@ -219,7 +219,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } }); @@ -233,7 +233,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { $push: { admins: testUser?._id, }, - } + }, ); const args: MutationRejectMembershipRequestArgs = { @@ -248,7 +248,7 @@ describe("resolvers -> Mutation -> rejectMembershipRequest", () => { await rejectMembershipRequestResolver?.({}, args, context); expect(rejectMembershipRequestPayload?._id).toEqual( - testMembershipRequest?._id + testMembershipRequest?._id, ); const testUpdatedUser = await User.findOne({ diff --git a/tests/resolvers/Mutation/removeActionItem.spec.ts b/tests/resolvers/Mutation/removeActionItem.spec.ts index 780980096a..7cfca2858e 100644 --- a/tests/resolvers/Mutation/removeActionItem.spec.ts +++ b/tests/resolvers/Mutation/removeActionItem.spec.ts @@ -44,7 +44,7 @@ beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); randomUser = await createTestUser(); @@ -132,14 +132,14 @@ describe("resolvers -> Mutation -> removeActionItem", () => { const removedActionItemPayload = await removeActionItemResolver?.( {}, args, - context + context, ); // console.log(removedActionItemPayload); expect(removedActionItemPayload).toEqual( expect.objectContaining({ assigneeId: assignedTestUser?._id, - }) + }), ); }); @@ -159,7 +159,7 @@ describe("resolvers -> Mutation -> removeActionItem", () => { }, { new: true, - } + }, ); const args: MutationRemoveActionItemArgs = { @@ -173,13 +173,13 @@ describe("resolvers -> Mutation -> removeActionItem", () => { const removedActionItemPayload = await removeActionItemResolver?.( {}, args, - context + context, ); expect(removedActionItemPayload).toEqual( expect.objectContaining({ assigneeId: randomUser?._id, - }) + }), ); }); @@ -199,7 +199,7 @@ describe("resolvers -> Mutation -> removeActionItem", () => { }, { new: true, - } + }, ); try { @@ -233,7 +233,7 @@ describe("resolvers -> Mutation -> removeActionItem", () => { }, { new: true, - } + }, ); const args: MutationRemoveActionItemArgs = { @@ -247,13 +247,13 @@ describe("resolvers -> Mutation -> removeActionItem", () => { const removedActionItemPayload = await removeActionItemResolver?.( {}, args, - context + context, ); expect(removedActionItemPayload).toEqual( expect.objectContaining({ assigneeId: randomUser?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/removeAdmin.spec.ts b/tests/resolvers/Mutation/removeAdmin.spec.ts index b605942cbb..22e9be876b 100644 --- a/tests/resolvers/Mutation/removeAdmin.spec.ts +++ b/tests/resolvers/Mutation/removeAdmin.spec.ts @@ -129,7 +129,7 @@ describe("resolvers -> Mutation -> removeAdmin", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -155,7 +155,7 @@ describe("resolvers -> Mutation -> removeAdmin", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_ORGANIZATION_ADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_ORGANIZATION_ADMIN.MESSAGE}` + `Translated ${USER_NOT_ORGANIZATION_ADMIN.MESSAGE}`, ); } }); @@ -181,7 +181,7 @@ describe("resolvers -> Mutation -> removeAdmin", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -206,10 +206,10 @@ describe("resolvers -> Mutation -> removeAdmin", () => { await removeAdminAdminError?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE + USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE, ); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); } }); @@ -224,7 +224,7 @@ describe("resolvers -> Mutation -> removeAdmin", () => { $set: { creatorId: testUserRemover?._id, }, - } + }, ); await User.updateOne( @@ -236,7 +236,7 @@ describe("resolvers -> Mutation -> removeAdmin", () => { adminApproved: true, userType: "SUPERADMIN", }, - } + }, ); const args: MutationRemoveAdminArgs = { diff --git a/tests/resolvers/Mutation/removeAdvertisement.spec.ts b/tests/resolvers/Mutation/removeAdvertisement.spec.ts index c07e952092..69a178e364 100644 --- a/tests/resolvers/Mutation/removeAdvertisement.spec.ts +++ b/tests/resolvers/Mutation/removeAdvertisement.spec.ts @@ -73,7 +73,7 @@ describe("resolvers -> Mutation -> removeAdvertisement", () => { const createdAdvertisementPayload = await createAdvertisementResolver?.( {}, args, - context + context, ); const createdAdvertisementId = createdAdvertisementPayload?._id || ""; @@ -85,17 +85,17 @@ describe("resolvers -> Mutation -> removeAdvertisement", () => { const removeAdvertisementPayload = await removeAdvertisement?.( {}, { id: createdAdvertisementId }, - context + context, ); const removeAdvertisementPayloadFalsyId = await removeAdvertisement?.( {}, { id: "" }, - context + context, ); expect(removeAdvertisementPayload).toHaveProperty( "_id", - createdAdvertisementId + createdAdvertisementId, ); if (removeAdvertisementPayloadFalsyId) { expect(removeAdvertisementPayloadFalsyId).toHaveProperty("_id", ""); @@ -105,7 +105,7 @@ describe("resolvers -> Mutation -> removeAdvertisement", () => { expect(removeAdvertisementPayload).toHaveProperty("name", "myad"); expect(removeAdvertisementPayload).toHaveProperty( "link", - "https://www.example.com" + "https://www.example.com", ); expect(removeAdvertisementPayload).toHaveProperty("type", "POPUP"); @@ -128,13 +128,13 @@ describe("resolvers -> Mutation -> removeAdvertisement", () => { const removeAdvertisementPayload = await removeAdvertisement?.( {}, { id: "64d1f8cb77a4b51004f824b8" }, - context + context, ); } catch (error: unknown) { if (error instanceof Error) { expect(spy).toBeCalledWith(ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE}`, ); } } diff --git a/tests/resolvers/Mutation/removeComment.spec.ts b/tests/resolvers/Mutation/removeComment.spec.ts index c6b5a216ef..fea64e64cf 100644 --- a/tests/resolvers/Mutation/removeComment.spec.ts +++ b/tests/resolvers/Mutation/removeComment.spec.ts @@ -56,7 +56,7 @@ beforeAll(async () => { }, { new: true, - } + }, ); }); @@ -138,7 +138,7 @@ describe("resolvers -> Mutation -> removeComment", () => { }, { new: true, - } + }, ); if (updatedComment !== null) { @@ -154,7 +154,7 @@ describe("resolvers -> Mutation -> removeComment", () => { $pull: { adminFor: testPost?.organization, }, - } + }, ); const args: MutationRemoveCommentArgs = { @@ -189,7 +189,7 @@ describe("resolvers -> Mutation -> removeComment", () => { }, { new: true, - } + }, ); if (updatedComment !== null) { @@ -205,7 +205,7 @@ describe("resolvers -> Mutation -> removeComment", () => { $push: { adminFor: testPost?.organization, }, - } + }, ); const args: MutationRemoveCommentArgs = { @@ -219,7 +219,7 @@ describe("resolvers -> Mutation -> removeComment", () => { const removeCommentPayload = await removeCommentResolver?.( {}, args, - context + context, ); const testUpdatedPost = await Post.findOne({ diff --git a/tests/resolvers/Mutation/removeDirectChat.spec.ts b/tests/resolvers/Mutation/removeDirectChat.spec.ts index 45a59735eb..a2db86cdf9 100644 --- a/tests/resolvers/Mutation/removeDirectChat.spec.ts +++ b/tests/resolvers/Mutation/removeDirectChat.spec.ts @@ -61,7 +61,7 @@ beforeAll(async () => { }, { new: true, - } + }, ); }); @@ -98,7 +98,7 @@ describe("resolvers -> Mutation -> removeDirectChat", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -126,7 +126,7 @@ describe("resolvers -> Mutation -> removeDirectChat", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(CHAT_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${CHAT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${CHAT_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -151,7 +151,7 @@ describe("resolvers -> Mutation -> removeDirectChat", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -173,7 +173,7 @@ describe("resolvers -> Mutation -> removeDirectChat", () => { await removeDirectChatResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); @@ -192,7 +192,7 @@ describe("resolvers -> Mutation -> removeDirectChat", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -214,7 +214,7 @@ describe("resolvers -> Mutation -> removeDirectChat", () => { const removeDirectChatPayload = await removeDirectChatResolver?.( {}, args, - context + context, ); expect(removeDirectChatPayload).toEqual(testDirectChat?.toObject()); diff --git a/tests/resolvers/Mutation/removeEvent.spec.ts b/tests/resolvers/Mutation/removeEvent.spec.ts index ae83acaa73..4025de06c6 100644 --- a/tests/resolvers/Mutation/removeEvent.spec.ts +++ b/tests/resolvers/Mutation/removeEvent.spec.ts @@ -107,7 +107,7 @@ describe("resolvers -> Mutation -> removeEvent", () => { $set: { adminFor: [], }, - } + }, ); await Event.updateOne( @@ -118,7 +118,7 @@ describe("resolvers -> Mutation -> removeEvent", () => { $set: { admins: [], }, - } + }, ); const args: MutationRemoveEventArgs = { @@ -149,7 +149,7 @@ describe("resolvers -> Mutation -> removeEvent", () => { $push: { adminFor: testOrganization?._id, }, - } + }, ); const updatedEvent = await Event.findOneAndUpdate( @@ -163,7 +163,7 @@ describe("resolvers -> Mutation -> removeEvent", () => { }, { new: true, - } + }, ); if (updatedEvent !== null) { diff --git a/tests/resolvers/Mutation/removeEventAttendee.spec.ts b/tests/resolvers/Mutation/removeEventAttendee.spec.ts index 1ed20abac6..11fe27a55d 100644 --- a/tests/resolvers/Mutation/removeEventAttendee.spec.ts +++ b/tests/resolvers/Mutation/removeEventAttendee.spec.ts @@ -54,7 +54,7 @@ describe("resolvers -> Mutation -> removeEventAttendee", () => { await removeEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -84,7 +84,7 @@ describe("resolvers -> Mutation -> removeEventAttendee", () => { await removeEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); } @@ -114,7 +114,7 @@ describe("resolvers -> Mutation -> removeEventAttendee", () => { await removeEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); } @@ -144,7 +144,7 @@ describe("resolvers -> Mutation -> removeEventAttendee", () => { await removeEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -174,10 +174,10 @@ describe("resolvers -> Mutation -> removeEventAttendee", () => { await removeEventAttendeeResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}` + `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - USER_NOT_REGISTERED_FOR_EVENT.MESSAGE + USER_NOT_REGISTERED_FOR_EVENT.MESSAGE, ); } }); diff --git a/tests/resolvers/Mutation/removeEventVolunteer.spec.ts b/tests/resolvers/Mutation/removeEventVolunteer.spec.ts index f71e48c1f4..7432f48355 100644 --- a/tests/resolvers/Mutation/removeEventVolunteer.spec.ts +++ b/tests/resolvers/Mutation/removeEventVolunteer.spec.ts @@ -64,7 +64,7 @@ describe("resolvers -> Mutation -> removeEventVolunteer", () => { } catch (error: unknown) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -89,10 +89,10 @@ describe("resolvers -> Mutation -> removeEventVolunteer", () => { await removeEventVolunteerResolver?.({}, args, context); } catch (error: unknown) { expect(spy).toHaveBeenLastCalledWith( - EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE + EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE, ); expect((error as Error).message).toEqual( - `Translated ${EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -110,7 +110,7 @@ describe("resolvers -> Mutation -> removeEventVolunteer", () => { const deletedVolunteer = await removeEventVolunteerResolver?.( {}, args, - context + context, ); expect(deletedVolunteer).toEqual( @@ -120,7 +120,7 @@ describe("resolvers -> Mutation -> removeEventVolunteer", () => { isInvited: testEventVolunteer?.isInvited, isAssigned: testEventVolunteer?.isAssigned, response: testEventVolunteer?.response, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/removeGroupChat.spec.ts b/tests/resolvers/Mutation/removeGroupChat.spec.ts index 0848afb4f1..0e5f04b520 100644 --- a/tests/resolvers/Mutation/removeGroupChat.spec.ts +++ b/tests/resolvers/Mutation/removeGroupChat.spec.ts @@ -50,7 +50,7 @@ beforeAll(async () => { }, { new: true, - } + }, ); }); @@ -87,7 +87,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(CHAT_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${CHAT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${CHAT_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -108,7 +108,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { $set: { organization: Types.ObjectId().toString(), }, - } + }, ); const args: MutationRemoveGroupChatArgs = { @@ -127,7 +127,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -149,7 +149,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { $set: { organization: testOrganization?._id, }, - } + }, ); const updatedOrganization = await Organization.findOneAndUpdate( @@ -163,7 +163,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -186,7 +186,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } }); @@ -204,7 +204,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -226,7 +226,7 @@ describe("resolvers -> Mutation -> removeGroupChat", () => { const removeGroupChatPayload = await removeGroupChatResolver?.( {}, args, - context + context, ); expect(removeGroupChatPayload).toEqual({ diff --git a/tests/resolvers/Mutation/removeMember.spec.ts b/tests/resolvers/Mutation/removeMember.spec.ts index 08a2aa6f4c..393ec52a77 100644 --- a/tests/resolvers/Mutation/removeMember.spec.ts +++ b/tests/resolvers/Mutation/removeMember.spec.ts @@ -67,7 +67,7 @@ beforeAll(async () => { adminFor: testOrganization._id, joinedOrganizations: testOrganization._id, }, - } + }, ); await User.updateOne( @@ -79,7 +79,7 @@ beforeAll(async () => { adminFor: testOrganization._id, joinedOrganizations: testOrganization._id, }, - } + }, ); await User.updateOne( @@ -90,7 +90,7 @@ beforeAll(async () => { $push: { joinedOrganizations: testOrganization._id, }, - } + }, ); await User.updateOne( @@ -104,7 +104,7 @@ beforeAll(async () => { joinedOrganizations: testOrganization._id, }, }, - } + }, ); }); @@ -172,7 +172,7 @@ describe("resolvers -> Mutation -> removeMember", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } }); @@ -202,7 +202,7 @@ describe("resolvers -> Mutation -> removeMember", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -231,7 +231,7 @@ describe("resolvers -> Mutation -> removeMember", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(MEMBER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${MEMBER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${MEMBER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -287,7 +287,7 @@ describe("resolvers -> Mutation -> removeMember", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(ADMIN_REMOVING_ADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${ADMIN_REMOVING_ADMIN.MESSAGE}` + `Translated ${ADMIN_REMOVING_ADMIN.MESSAGE}`, ); } }); @@ -316,7 +316,7 @@ describe("resolvers -> Mutation -> removeMember", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(ADMIN_REMOVING_CREATOR.MESSAGE); expect(error.message).toEqual( - `Translated ${ADMIN_REMOVING_CREATOR.MESSAGE}` + `Translated ${ADMIN_REMOVING_CREATOR.MESSAGE}`, ); } }); @@ -340,7 +340,7 @@ describe("resolvers -> Mutation -> removeMember", () => { const updatedOrganization = await removeMemberResolverRemoveAdminError?.( {}, args, - context + context, ); const removedUser = await User.findOne({ @@ -349,7 +349,7 @@ describe("resolvers -> Mutation -> removeMember", () => { expect(updatedOrganization?.members).not.toContain(testUsers[2]?._id); expect(removedUser?.joinedOrganizations).not.toContain( - testOrganization?._id + testOrganization?._id, ); }); }); diff --git a/tests/resolvers/Mutation/removeOrganization.spec.ts b/tests/resolvers/Mutation/removeOrganization.spec.ts index 32e27e4cfe..cb5e2ce8b2 100644 --- a/tests/resolvers/Mutation/removeOrganization.spec.ts +++ b/tests/resolvers/Mutation/removeOrganization.spec.ts @@ -86,7 +86,7 @@ beforeAll(async () => { joinedOrganizations: [testOrganization._id], organizationsBlockedBy: [testOrganization._id], }, - } + }, ); await User.updateOne( @@ -97,7 +97,7 @@ beforeAll(async () => { $set: { joinedOrganizations: [testOrganization._id], }, - } + }, ); const testMembershipRequest = await MembershipRequest.create({ @@ -113,7 +113,7 @@ beforeAll(async () => { $push: { membershipRequests: testMembershipRequest._id, }, - } + }, ); testPost = await Post.create({ @@ -144,7 +144,7 @@ beforeAll(async () => { membershipRequests: testMembershipRequest._id, posts: testPost._id, }, - } + }, ); testComment = await Comment.create({ @@ -161,7 +161,7 @@ beforeAll(async () => { $inc: { commentCount: 1, }, - } + }, ); }); @@ -198,7 +198,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -226,7 +226,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -250,7 +250,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -272,7 +272,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); } }); @@ -289,7 +289,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { }, { new: true, - } + }, ); if (updatedOrganization !== null) { @@ -305,7 +305,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { adminApproved: true, userType: "SUPERADMIN", }, - } + }, ); const args: MutationRemoveOrganizationArgs = { @@ -319,7 +319,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { const removeOrganizationPayload = await removeOrganizationResolver?.( {}, args, - context + context, ); const updatedTestUser = await User.findOne({ @@ -421,7 +421,7 @@ describe("resolvers -> Mutation -> removeOrganization", () => { const removeOrganizationPayload = await removeOrganizationResolver?.( {}, args, - context + context, ); expect(removeOrganizationPayload).toEqual({ diff --git a/tests/resolvers/Mutation/removeOrganizationCustomField.spec.ts b/tests/resolvers/Mutation/removeOrganizationCustomField.spec.ts index b40399cc27..7e14e1d1ba 100644 --- a/tests/resolvers/Mutation/removeOrganizationCustomField.spec.ts +++ b/tests/resolvers/Mutation/removeOrganizationCustomField.spec.ts @@ -52,7 +52,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { }, { userId: testUser?._id, - } + }, ); const initialCustomFields = await OrganizationCustomField.find({ @@ -61,7 +61,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { expect(customField).toBeDefined(); expect(customField?.organizationId.toString()).toBe( - testOrganization?._id.toString() + testOrganization?._id.toString(), ); const context = { userId: testUser?._id }; @@ -77,7 +77,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { expect(updatedCustomFields).toHaveLength(initialCustomFields.length - 1); const removedCustomField = updatedCustomFields.find( - (field) => field._id.toString() === customField?._id.toString() + (field) => field._id.toString() === customField?._id.toString(), ); expect(removedCustomField).toBeUndefined(); }); @@ -99,7 +99,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { }, { userId: testUser?._id, - } + }, ); const initialCustomFields = await OrganizationCustomField.find({ @@ -108,7 +108,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { expect(customField).toBeDefined(); expect(customField?.organizationId.toString()).toBe( - testOrganization?._id.toString() + testOrganization?._id.toString(), ); const context = { userId: nonAdmin?._id }; @@ -121,7 +121,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -145,7 +145,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(CUSTOM_FIELD_NOT_FOUND.MESSAGE); expect(error.message).toEqual( - `Translated ${CUSTOM_FIELD_NOT_FOUND.MESSAGE}` + `Translated ${CUSTOM_FIELD_NOT_FOUND.MESSAGE}`, ); } }); @@ -165,12 +165,12 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { }, { userId: testUser?._id, - } + }, ); expect(customField).toBeDefined(); expect(customField?.organizationId.toString()).toBe( - testOrganization?._id.toString() + testOrganization?._id.toString(), ); const context = { userId: Types.ObjectId().toString() }; @@ -184,7 +184,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -199,12 +199,12 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { }, { userId: testUser?._id, - } + }, ); expect(customField).toBeDefined(); expect(customField?.organizationId.toString()).toBe( - testOrganization?._id.toString() + testOrganization?._id.toString(), ); const context = { userId: testUser?._id }; @@ -217,7 +217,7 @@ describe("resolvers => Mutation => removeOrganizationCustomField", () => { await removeOrganizationCustomField?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/removeOrganizationImage.spec.ts b/tests/resolvers/Mutation/removeOrganizationImage.spec.ts index af6c1b1bd7..5984af4b21 100644 --- a/tests/resolvers/Mutation/removeOrganizationImage.spec.ts +++ b/tests/resolvers/Mutation/removeOrganizationImage.spec.ts @@ -68,7 +68,7 @@ beforeAll(async () => { adminFor: [testOrganization._id], joinedOrganizations: [testOrganization._id], }, - } + }, ); }); @@ -106,10 +106,10 @@ describe("resolvers -> Mutation -> removeOrganizationImage", () => { await removeOrganizationImageResolver?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -137,7 +137,7 @@ describe("resolvers -> Mutation -> removeOrganizationImage", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } }); @@ -164,10 +164,10 @@ describe("resolvers -> Mutation -> removeOrganizationImage", () => { await removeOrganizationImageResolver?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ORGANIZATION_IMAGE_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_IMAGE_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ORGANIZATION_IMAGE_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_IMAGE_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -198,7 +198,7 @@ describe("resolvers -> Mutation -> removeOrganizationImage", () => { }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { diff --git a/tests/resolvers/Mutation/removePost.spec.ts b/tests/resolvers/Mutation/removePost.spec.ts index 9a2fb19d20..da21878eb2 100644 --- a/tests/resolvers/Mutation/removePost.spec.ts +++ b/tests/resolvers/Mutation/removePost.spec.ts @@ -49,7 +49,7 @@ describe("resolvers -> Mutation -> removePost", () => { it(`throws NotFoundError if current user with _id === context.userId does not exist`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); try { @@ -68,7 +68,7 @@ describe("resolvers -> Mutation -> removePost", () => { await removePostResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -76,7 +76,7 @@ describe("resolvers -> Mutation -> removePost", () => { it(`throws NotFoundError if no post exists with _id === args.id`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); try { @@ -95,7 +95,7 @@ describe("resolvers -> Mutation -> removePost", () => { await removePostResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${POST_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${POST_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -103,7 +103,7 @@ describe("resolvers -> Mutation -> removePost", () => { it(`throws UnauthorizedError if a non-creator / non-superadmin / non-admin of the org tries to delete the post`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); try { @@ -122,7 +122,7 @@ describe("resolvers -> Mutation -> removePost", () => { await removePostResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -130,7 +130,7 @@ describe("resolvers -> Mutation -> removePost", () => { it(`deletes the post with no image and video with _id === args.id and returns it`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const args: MutationRemovePostArgs = { @@ -152,7 +152,7 @@ describe("resolvers -> Mutation -> removePost", () => { it(`deletes the post with image with _id === args.id and returns it`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const deletePreviousImage = await import( "../../../src/utilities/encodedImageStorage/deletePreviousImage" @@ -172,7 +172,7 @@ describe("resolvers -> Mutation -> removePost", () => { imageUrl: "images/fakeImagePathimage.png", }, }, - { new: true } + { new: true }, ).lean(); const args: MutationRemovePostArgs = { @@ -195,7 +195,7 @@ describe("resolvers -> Mutation -> removePost", () => { it(`deletes the post with video with _id === args.id and returns it`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const deletePreviousVideo = await import( "../../../src/utilities/encodedVideoStorage/deletePreviousVideo" @@ -215,7 +215,7 @@ describe("resolvers -> Mutation -> removePost", () => { videoUrl: "videos/fakeVideoPathvideo.png", }, }, - { new: true } + { new: true }, ).lean(); const args: MutationRemovePostArgs = { diff --git a/tests/resolvers/Mutation/removeSampleOrganization.spec.ts b/tests/resolvers/Mutation/removeSampleOrganization.spec.ts index cc5030b597..a575baf84c 100644 --- a/tests/resolvers/Mutation/removeSampleOrganization.spec.ts +++ b/tests/resolvers/Mutation/removeSampleOrganization.spec.ts @@ -59,7 +59,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => it("should NOT throw error when user is ADMIN", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const admin = generateUserData(ORGANIZATION_ID.toString(), "ADMIN"); @@ -72,7 +72,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => const adminResult = await removeSampleOrganization!( parent, args, - adminContext + adminContext, ); expect(adminResult).toBe(true); }); @@ -80,7 +80,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => it("should not throw error when user is a SUPERADMIN", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const _id = faker.database.mongodbObjectId(); @@ -113,7 +113,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => sampleDocument.save(); const superadmin = generateUserData( organization._id.toString(), - "SUPERADMIN" + "SUPERADMIN", ); (await superadmin).save(); @@ -125,7 +125,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => const superAdminResult = await removeSampleOrganization!( parent, args, - superAdminContext + superAdminContext, ); expect(superAdminResult).toBe(true); @@ -134,7 +134,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => it("should throw unauthorized error for non-admins", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const _id = faker.database.mongodbObjectId(); @@ -181,7 +181,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => it("should throw user not found error when user is non-existent", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const randomUserId = faker.database.mongodbObjectId(); @@ -200,7 +200,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => it("should NOT throw error when user is ADMIN", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const randomOrganizationId = faker.database.mongodbObjectId(); @@ -222,7 +222,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => it("should NOT throw error when organization doesn't exist", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const admin = generateUserData(ORGANIZATION_ID.toString(), "ADMIN"); @@ -244,7 +244,7 @@ describe("Remove Sample Organization Resolver - User Authorization", async () => it("should throw error when the collection name is not a valid one", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const admin = generateUserData(ORGANIZATION_ID.toString(), "ADMIN"); diff --git a/tests/resolvers/Mutation/removeUserCustomData.spec.ts b/tests/resolvers/Mutation/removeUserCustomData.spec.ts index 639b6e01c3..b935571009 100644 --- a/tests/resolvers/Mutation/removeUserCustomData.spec.ts +++ b/tests/resolvers/Mutation/removeUserCustomData.spec.ts @@ -46,7 +46,7 @@ describe("removeUserCustomData mutation", () => { }, { userId: testUser?._id, - } + }, ); const args = { @@ -59,7 +59,7 @@ describe("removeUserCustomData mutation", () => { const removeCustomData = await removeUserCustomData?.({}, args, context); expect(removeCustomData?.organizationId).toBe( - addedCustomData?.organizationId + addedCustomData?.organizationId, ); expect(removeCustomData?.userId).toBe(addedCustomData?.userId); expect(removeCustomData?.values).toStrictEqual(addedCustomData?.values); @@ -83,7 +83,7 @@ describe("removeUserCustomData mutation", () => { }, { userId: testUser?._id, - } + }, ); const args = { @@ -98,7 +98,7 @@ describe("removeUserCustomData mutation", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -118,7 +118,7 @@ describe("removeUserCustomData mutation", () => { }, { userId: testUser?._id, - } + }, ); const args = { @@ -133,7 +133,7 @@ describe("removeUserCustomData mutation", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -153,7 +153,7 @@ describe("removeUserCustomData mutation", () => { }, { userId: testUser?._id, - } + }, ); const args = { @@ -167,10 +167,10 @@ describe("removeUserCustomData mutation", () => { await removeUserCustomData?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -190,7 +190,7 @@ describe("removeUserCustomData mutation", () => { }, { userId: testUser?._id, - } + }, ); const args = { @@ -204,10 +204,10 @@ describe("removeUserCustomData mutation", () => { await removeUserCustomData?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -229,7 +229,7 @@ describe("removeUserCustomData mutation", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(CUSTOM_DATA_NOT_FOUND.MESSAGE); expect(error.message).toEqual( - `Translated ${CUSTOM_DATA_NOT_FOUND.MESSAGE}` + `Translated ${CUSTOM_DATA_NOT_FOUND.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/removeUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFamily.spec.ts index c2fbf8cfcd..6af1c377ce 100644 --- a/tests/resolvers/Mutation/removeUserFamily.spec.ts +++ b/tests/resolvers/Mutation/removeUserFamily.spec.ts @@ -76,7 +76,7 @@ describe("resolvers -> Mutation -> removeUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -104,7 +104,7 @@ describe("resolvers -> Mutation -> removeUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -132,7 +132,7 @@ describe("resolvers -> Mutation -> removeUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/removeUserFromGroupChat.spec.ts b/tests/resolvers/Mutation/removeUserFromGroupChat.spec.ts index e127f4ee19..e30b9e32f0 100644 --- a/tests/resolvers/Mutation/removeUserFromGroupChat.spec.ts +++ b/tests/resolvers/Mutation/removeUserFromGroupChat.spec.ts @@ -78,7 +78,7 @@ describe("resolvers -> Mutation -> removeUserFromGroupChat", () => { $set: { organization: testOrganization?._id, }, - } + }, ); const args: MutationRemoveUserFromGroupChatArgs = { @@ -115,7 +115,7 @@ describe("resolvers -> Mutation -> removeUserFromGroupChat", () => { $push: { admins: testUser?._id, }, - } + }, ); await User.updateOne( @@ -126,7 +126,7 @@ describe("resolvers -> Mutation -> removeUserFromGroupChat", () => { $push: { adminFor: testOrganization?._id, }, - } + }, ); const args: MutationRemoveUserFromGroupChatArgs = { @@ -152,7 +152,7 @@ describe("resolvers -> Mutation -> removeUserFromGroupChat", () => { with _id === args.ChatId and returns the updated groupChat`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); await GroupChat.updateOne( @@ -163,7 +163,7 @@ describe("resolvers -> Mutation -> removeUserFromGroupChat", () => { $push: { users: testUser?._id, }, - } + }, ); const args: MutationRemoveUserFromGroupChatArgs = { @@ -183,7 +183,7 @@ describe("resolvers -> Mutation -> removeUserFromGroupChat", () => { }).lean(); expect(removeUserFromGroupChatPayload).toEqual( - testRemoveUserFromGroupChatPayload + testRemoveUserFromGroupChatPayload, ); }); diff --git a/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts b/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts index 6baecbe871..20a1f367dd 100644 --- a/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts +++ b/tests/resolvers/Mutation/removeUserFromUserFamily.spec.ts @@ -72,7 +72,7 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -101,7 +101,7 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { } catch (error) { expect(spy).toBeCalledWith(USER_FAMILY_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}` + `${USER_FAMILY_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -131,7 +131,7 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { } catch (error) { expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `${USER_NOT_FOUND_ERROR.MESSAGE}` + `${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -160,7 +160,7 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -189,7 +189,7 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_REMOVING_SELF.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_REMOVING_SELF.MESSAGE}` + `Translated ${USER_REMOVING_SELF.MESSAGE}`, ); } }); @@ -218,7 +218,7 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -247,7 +247,7 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(ADMIN_REMOVING_CREATOR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${ADMIN_REMOVING_CREATOR.MESSAGE}` + `Translated ${ADMIN_REMOVING_CREATOR.MESSAGE}`, ); } }); @@ -275,14 +275,14 @@ describe("resolver -> Mutation -> removerUserFromUserFamily", () => { const updatedUserFamily = await removeUserFromUserFamilyResolver?.( {}, args, - context + context, ); expect(updatedUserFamily?.users).not.toContain(testUsers[4]?._id); } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/removeUserImage.spec.ts b/tests/resolvers/Mutation/removeUserImage.spec.ts index dc31bc992d..1622a80048 100644 --- a/tests/resolvers/Mutation/removeUserImage.spec.ts +++ b/tests/resolvers/Mutation/removeUserImage.spec.ts @@ -58,7 +58,7 @@ describe("resolvers -> Mutation -> removeUserImage", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -83,7 +83,7 @@ describe("resolvers -> Mutation -> removeUserImage", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_PROFILE_IMAGE_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_PROFILE_IMAGE_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_PROFILE_IMAGE_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -106,7 +106,7 @@ describe("resolvers -> Mutation -> removeUserImage", () => { $set: { image: testImage, }, - } + }, ); const context = { @@ -120,7 +120,7 @@ describe("resolvers -> Mutation -> removeUserImage", () => { const removeUserImagePayload = await removeUserImageResolver?.( {}, {}, - context + context, ); const updatedTestUser = await User.findOne({ diff --git a/tests/resolvers/Mutation/removeUserTag.spec.ts b/tests/resolvers/Mutation/removeUserTag.spec.ts index 1fa23c86ff..7810470383 100644 --- a/tests/resolvers/Mutation/removeUserTag.spec.ts +++ b/tests/resolvers/Mutation/removeUserTag.spec.ts @@ -91,7 +91,7 @@ describe("resolvers -> Mutation -> removeUserTag", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -145,7 +145,7 @@ describe("resolvers -> Mutation -> removeUserTag", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -153,7 +153,7 @@ describe("resolvers -> Mutation -> removeUserTag", () => { it(`deletes the tag (along with all its child tags) from the OrganizationTagUser model and its corresponding entries from TagUser model`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const args: MutationRemoveUserTagArgs = { diff --git a/tests/resolvers/Mutation/sendMembershipRequest.spec.ts b/tests/resolvers/Mutation/sendMembershipRequest.spec.ts index 9c109ff1ea..30493c8e36 100644 --- a/tests/resolvers/Mutation/sendMembershipRequest.spec.ts +++ b/tests/resolvers/Mutation/sendMembershipRequest.spec.ts @@ -98,7 +98,7 @@ describe("resolvers -> Mutation -> sendMembershipRequest", () => { $set: { membershipRequests: [], }, - } + }, ); await User.updateOne( @@ -109,7 +109,7 @@ describe("resolvers -> Mutation -> sendMembershipRequest", () => { $set: { membershipRequests: [], }, - } + }, ); const args: MutationSendMembershipRequestArgs = { @@ -123,14 +123,14 @@ describe("resolvers -> Mutation -> sendMembershipRequest", () => { const sendMembershipRequestPayload = await sendMembershipRequestResolver?.( {}, args, - context + context, ); expect(sendMembershipRequestPayload).toEqual( expect.objectContaining({ user: testUser?._id, organization: testOrganization?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/sendMessageToDirectChat.spec.ts b/tests/resolvers/Mutation/sendMessageToDirectChat.spec.ts index fa68e9ddd2..31840853e4 100644 --- a/tests/resolvers/Mutation/sendMessageToDirectChat.spec.ts +++ b/tests/resolvers/Mutation/sendMessageToDirectChat.spec.ts @@ -58,7 +58,7 @@ beforeAll(async () => { adminFor: [testOrganization._id], joinedOrganizations: [testOrganization._id], }, - } + }, ); testDirectChat = await DirectChat.create({ @@ -136,7 +136,7 @@ describe("resolvers -> Mutation -> sendMessageToDirectChat", () => { $push: { users: testUsers[0]?._id, }, - } + }, ); const args: MutationSendMessageToDirectChatArgs = { @@ -149,7 +149,7 @@ describe("resolvers -> Mutation -> sendMessageToDirectChat", () => { _action: "MESSAGE_SENT_TO_DIRECT_CHAT", _payload: { messageSentToDirectChat: InterfaceDirectChatMessage; - } + }, ): { _action: string; _payload: { messageSentToDirectChat: InterfaceDirectChatMessage }; @@ -172,7 +172,7 @@ describe("resolvers -> Mutation -> sendMessageToDirectChat", () => { sender: testUsers[0]?._id, receiver: testUsers[1]?._id, messageContent: "messageContent", - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/sendMessageToGroupChat.spec.ts b/tests/resolvers/Mutation/sendMessageToGroupChat.spec.ts index 79284781c5..77d8ead3ca 100644 --- a/tests/resolvers/Mutation/sendMessageToGroupChat.spec.ts +++ b/tests/resolvers/Mutation/sendMessageToGroupChat.spec.ts @@ -126,7 +126,7 @@ describe("resolvers -> Mutation -> sendMessageToGroupChat", () => { $push: { users: testUser?._id, }, - } + }, ); const args: MutationSendMessageToGroupChatArgs = { @@ -139,7 +139,7 @@ describe("resolvers -> Mutation -> sendMessageToGroupChat", () => { _action: "MESSAGE_SENT_TO_GROUP_CHAT", _payload: { messageSentToGroupChat: InterfaceGroupChatMessage; - } + }, ): { _action: string; _payload: { messageSentToGroupChat: InterfaceGroupChatMessage }; @@ -161,7 +161,7 @@ describe("resolvers -> Mutation -> sendMessageToGroupChat", () => { groupChatMessageBelongsTo: testGroupChat._id, sender: testUser?._id, messageContent: "messageContent", - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/signUp.spec.ts b/tests/resolvers/Mutation/signUp.spec.ts index 68223ee345..1f78c6d25e 100644 --- a/tests/resolvers/Mutation/signUp.spec.ts +++ b/tests/resolvers/Mutation/signUp.spec.ts @@ -138,7 +138,7 @@ describe("resolvers -> Mutation -> signUp", () => { }); it(`when uploadImage is called with newFile `, async () => { vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); const email = `email${nanoid().toLowerCase()}@gmail.com`; diff --git a/tests/resolvers/Mutation/togglePostPin.spec.ts b/tests/resolvers/Mutation/togglePostPin.spec.ts index 7b42435c29..7a8f592b7d 100644 --- a/tests/resolvers/Mutation/togglePostPin.spec.ts +++ b/tests/resolvers/Mutation/togglePostPin.spec.ts @@ -55,7 +55,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { it(`throws NotFoundError if current user with _id === context.userId does not exist`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); try { @@ -74,7 +74,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { await togglePostPinResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -82,7 +82,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { it(`throws NotFoundError if no post exists with _id === args.id`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); try { @@ -101,7 +101,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { await togglePostPinResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${POST_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${POST_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -128,7 +128,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { } catch (error: any) { expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_TO_PIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_TO_PIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_TO_PIN.MESSAGE}`, ); } }); @@ -136,7 +136,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { it(`adds a post to the pinnedPosts for an org`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const args: MutationTogglePostPinArgs = { id: testPost?._id, @@ -160,7 +160,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { }).lean(); const currentPostIsPinned = organization?.pinnedPosts.some((p) => - p.equals(args.id) + p.equals(args.id), ); expect(currentPostIsPinned).toBeTruthy(); @@ -170,7 +170,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { it(`removes a post from the pinnedPosts for an org`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const args: MutationTogglePostPinArgs = { @@ -195,7 +195,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { }).lean(); const currentPostIsPinned = organization?.pinnedPosts.some((p) => - p.equals(args.id) + p.equals(args.id), ); expect(currentPostIsPinned).toBeFalsy(); @@ -205,7 +205,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { it("throws error if title is not provided to pin post", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationTogglePostPinArgs = { @@ -229,7 +229,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { it(`throws String Length Validation error if title is greater than 256 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationTogglePostPinArgs = { @@ -249,7 +249,7 @@ describe("resolvers -> Mutation -> togglePostPin", () => { await togglePostPinResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ); } }); diff --git a/tests/resolvers/Mutation/unassignUserTag.spec.ts b/tests/resolvers/Mutation/unassignUserTag.spec.ts index 6fee16804b..7faa0f244c 100644 --- a/tests/resolvers/Mutation/unassignUserTag.spec.ts +++ b/tests/resolvers/Mutation/unassignUserTag.spec.ts @@ -72,7 +72,7 @@ describe("resolvers -> Mutation -> unassignUserTag", () => { await unassignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -102,7 +102,7 @@ describe("resolvers -> Mutation -> unassignUserTag", () => { await unassignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -164,10 +164,10 @@ describe("resolvers -> Mutation -> unassignUserTag", () => { await unassignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - `${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -197,10 +197,10 @@ describe("resolvers -> Mutation -> unassignUserTag", () => { await unassignUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_DOES_NOT_HAVE_THE_TAG.MESSAGE}` + `Translated ${USER_DOES_NOT_HAVE_THE_TAG.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - `${USER_DOES_NOT_HAVE_THE_TAG.MESSAGE}` + `${USER_DOES_NOT_HAVE_THE_TAG.MESSAGE}`, ); } }); @@ -209,7 +209,7 @@ describe("resolvers -> Mutation -> unassignUserTag", () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); const args: MutationUnassignUserTagArgs = { diff --git a/tests/resolvers/Mutation/unblockUser.spec.ts b/tests/resolvers/Mutation/unblockUser.spec.ts index 09c56a24c0..d73633f308 100644 --- a/tests/resolvers/Mutation/unblockUser.spec.ts +++ b/tests/resolvers/Mutation/unblockUser.spec.ts @@ -129,7 +129,7 @@ describe("resolvers -> Mutation -> unblockUser", () => { $push: { admins: testUser?._id, }, - } + }, ); await User.updateOne( @@ -140,7 +140,7 @@ describe("resolvers -> Mutation -> unblockUser", () => { $push: { adminFor: testOrganization?._id, }, - } + }, ); const args: MutationUnblockUserArgs = { @@ -176,7 +176,7 @@ describe("resolvers -> Mutation -> unblockUser", () => { }, { new: true, - } + }, ).lean(); if (updatedOrganization !== null) { @@ -191,7 +191,7 @@ describe("resolvers -> Mutation -> unblockUser", () => { $push: { organizationsBlockedBy: testOrganization?._id, }, - } + }, ); const args: MutationUnblockUserArgs = { diff --git a/tests/resolvers/Mutation/unlikeComment.spec.ts b/tests/resolvers/Mutation/unlikeComment.spec.ts index 9d5458026e..51d2f72b24 100644 --- a/tests/resolvers/Mutation/unlikeComment.spec.ts +++ b/tests/resolvers/Mutation/unlikeComment.spec.ts @@ -42,7 +42,7 @@ beforeAll(async () => { $inc: { commentCount: 1, }, - } + }, ); }); @@ -89,7 +89,7 @@ describe("resolvers -> Mutation -> unlikeComment", () => { const unlikeCommentPayload = await unlikeCommentResolver?.( {}, args, - context + context, ); const testUnlikeCommentPayload = await Comment.findOne({ @@ -112,7 +112,7 @@ describe("resolvers -> Mutation -> unlikeComment", () => { const unlikeCommentPayload = await unlikeCommentResolver?.( {}, args, - context + context, ); const testUnlikeCommentPayload = await Comment.findOne({ diff --git a/tests/resolvers/Mutation/unregisterForEventByUser.spec.ts b/tests/resolvers/Mutation/unregisterForEventByUser.spec.ts index 5d47dbe1a7..67c7ed76d1 100644 --- a/tests/resolvers/Mutation/unregisterForEventByUser.spec.ts +++ b/tests/resolvers/Mutation/unregisterForEventByUser.spec.ts @@ -65,7 +65,7 @@ describe("resolvers -> Mutation -> unregisterForEventByUser", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -94,7 +94,7 @@ describe("resolvers -> Mutation -> unregisterForEventByUser", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_ALREADY_UNREGISTERED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_ALREADY_UNREGISTERED_ERROR.MESSAGE}` + `Translated ${USER_ALREADY_UNREGISTERED_ERROR.MESSAGE}`, ); } }); @@ -114,7 +114,7 @@ describe("resolvers -> Mutation -> unregisterForEventByUser", () => { $push: { registeredEvents: testEvent?._id, }, - } + }, ); const args: MutationUnregisterForEventByUserArgs = { diff --git a/tests/resolvers/Mutation/updateActionItem.spec.ts b/tests/resolvers/Mutation/updateActionItem.spec.ts index db74533b50..cc307b58d1 100644 --- a/tests/resolvers/Mutation/updateActionItem.spec.ts +++ b/tests/resolvers/Mutation/updateActionItem.spec.ts @@ -42,7 +42,7 @@ beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); randomUser = await createTestUser(); @@ -180,14 +180,14 @@ describe("resolvers -> Mutation -> updateActionItem", () => { const updatedActionItemPayload = await updateActionItemResolver?.( {}, args, - context + context, ); expect(updatedActionItemPayload).toEqual( expect.objectContaining({ assigneeId: assignedTestUser?._id, actionItemCategoryId: testCategory?._id, - }) + }), ); }); @@ -201,7 +201,7 @@ describe("resolvers -> Mutation -> updateActionItem", () => { }, { new: true, - } + }, ); const args: MutationUpdateActionItemArgs = { @@ -218,14 +218,14 @@ describe("resolvers -> Mutation -> updateActionItem", () => { const updatedActionItemPayload = await updateActionItemResolver?.( {}, args, - context + context, ); expect(updatedActionItemPayload).toEqual( expect.objectContaining({ assigneeId: testUser?._id, actionItemCategoryId: testCategory?._id, - }) + }), ); }); @@ -239,7 +239,7 @@ describe("resolvers -> Mutation -> updateActionItem", () => { }, { new: true, - } + }, ); await User.updateOne( @@ -248,7 +248,7 @@ describe("resolvers -> Mutation -> updateActionItem", () => { }, { $push: { joinedOrganizations: testOrganization?._id }, - } + }, ); try { @@ -279,7 +279,7 @@ describe("resolvers -> Mutation -> updateActionItem", () => { }, { new: true, - } + }, ); const args: MutationUpdateActionItemArgs = { @@ -296,14 +296,14 @@ describe("resolvers -> Mutation -> updateActionItem", () => { const updatedActionItemPayload = await updateActionItemResolver?.( {}, args, - context + context, ); expect(updatedActionItemPayload).toEqual( expect.objectContaining({ actionItemCategoryId: testCategory?._id, assigneeId: testUser?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/updateActionItemCategory.spec.ts b/tests/resolvers/Mutation/updateActionItemCategory.spec.ts index e2718e69cc..dd90f40c1b 100644 --- a/tests/resolvers/Mutation/updateActionItemCategory.spec.ts +++ b/tests/resolvers/Mutation/updateActionItemCategory.spec.ts @@ -30,7 +30,7 @@ beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); randomUser = await createTestUser(); @@ -80,7 +80,7 @@ describe("resolvers -> Mutation -> updateActionItemCategoryResolver", () => { await updateActionItemCategoryResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.MESSAGE + ACTION_ITEM_CATEGORY_NOT_FOUND_ERROR.MESSAGE, ); } }); @@ -121,7 +121,7 @@ describe("resolvers -> Mutation -> updateActionItemCategoryResolver", () => { const updatedCategory = await updateActionItemCategoryResolver?.( {}, args, - context + context, ); expect(updatedCategory).toEqual( @@ -129,7 +129,7 @@ describe("resolvers -> Mutation -> updateActionItemCategoryResolver", () => { organizationId: testOrganization?._id, name: "updatedDefault", isDisabled: true, - }) + }), ); }); @@ -143,7 +143,7 @@ describe("resolvers -> Mutation -> updateActionItemCategoryResolver", () => { }, { new: true, - } + }, ); const args: MutationUpdateActionItemCategoryArgs = { @@ -161,7 +161,7 @@ describe("resolvers -> Mutation -> updateActionItemCategoryResolver", () => { const updatedCategory = await updateActionItemCategoryResolver?.( {}, args, - context + context, ); expect(updatedCategory).toEqual( @@ -169,7 +169,7 @@ describe("resolvers -> Mutation -> updateActionItemCategoryResolver", () => { organizationId: testOrganization?._id, name: "updatedDefault", isDisabled: false, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/updateAdvertisement.spec.ts b/tests/resolvers/Mutation/updateAdvertisement.spec.ts index a0a2f6948f..327a15ee63 100644 --- a/tests/resolvers/Mutation/updateAdvertisement.spec.ts +++ b/tests/resolvers/Mutation/updateAdvertisement.spec.ts @@ -62,7 +62,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { await updateAdvertisementResolverNotFoundError?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -91,7 +91,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { await updateAdvertisementResolverNotFoundError?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); } @@ -122,10 +122,10 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { await updateAdvertisementResolverNotFoundError?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE + ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ADVERTISEMENT_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -156,7 +156,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { const updateAdvertisementPayload = await updateAdvertisementResolver?.( {}, args, - context + context, ); const { advertisement } = updateAdvertisementPayload || {}; @@ -214,7 +214,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(END_DATE_VALIDATION_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${END_DATE_VALIDATION_ERROR.MESSAGE}` + `Translated ${END_DATE_VALIDATION_ERROR.MESSAGE}`, ); } }); @@ -242,7 +242,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(START_DATE_VALIDATION_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${START_DATE_VALIDATION_ERROR.MESSAGE}` + `Translated ${START_DATE_VALIDATION_ERROR.MESSAGE}`, ); } }); @@ -270,7 +270,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(INPUT_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${INPUT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${INPUT_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -298,7 +298,7 @@ describe("resolvers -> Mutation -> updateAdvertisement", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(FIELD_NON_EMPTY_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${FIELD_NON_EMPTY_ERROR.MESSAGE}` + `Translated ${FIELD_NON_EMPTY_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Mutation/updateAgendaCategory.spec.ts b/tests/resolvers/Mutation/updateAgendaCategory.spec.ts index 31977581f9..641ee0e9ee 100644 --- a/tests/resolvers/Mutation/updateAgendaCategory.spec.ts +++ b/tests/resolvers/Mutation/updateAgendaCategory.spec.ts @@ -26,7 +26,7 @@ beforeAll(async () => { MONGOOSE_INSTANCE = await connect(); const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); randomUser = await createTestUser(); @@ -50,7 +50,7 @@ beforeAll(async () => { $push: { adminFor: testOrganization?._id, }, - } + }, ); testAgendaCategory = await AgendaCategoryModel.create({ name: "Sample Agenda Category", @@ -102,7 +102,7 @@ describe("resolvers -> Mutation -> updateAgendaCategory", () => { await updateAgendaCategoryResolver?.({}, args, context); } catch (error: unknown) { expect((error as Error).message).toEqual( - AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE, ); } }); @@ -124,7 +124,7 @@ describe("resolvers -> Mutation -> updateAgendaCategory", () => { await updateAgendaCategoryResolver?.({}, args, context); } catch (error: unknown) { expect((error as Error).message).toEqual( - USER_NOT_AUTHORIZED_ERROR.MESSAGE + USER_NOT_AUTHORIZED_ERROR.MESSAGE, ); } }); @@ -145,14 +145,14 @@ describe("resolvers -> Mutation -> updateAgendaCategory", () => { const updatedAgendaCategoryPayload = await updateAgendaCategoryResolver?.( {}, args, - context + context, ); expect(updatedAgendaCategoryPayload).toEqual( expect.objectContaining({ name: "Updated Name", description: "Updated Description", - }) + }), ); }); // it(`updates the agenda category and returns it for the admin`, async () => { @@ -191,7 +191,7 @@ describe("resolvers -> Mutation -> updateAgendaCategory", () => { }, { new: true, - } + }, ); const context = { userId: superAdminTestUser?._id, @@ -207,14 +207,14 @@ describe("resolvers -> Mutation -> updateAgendaCategory", () => { const updatedAgendaCategoryPayload = await updateAgendaCategoryResolver?.( {}, args, - context + context, ); expect(updatedAgendaCategoryPayload).toEqual( expect.objectContaining({ name: "Updated Name", description: "Updated Description", - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/updateEvent.spec.ts b/tests/resolvers/Mutation/updateEvent.spec.ts index 1575968a10..bcd86796a2 100644 --- a/tests/resolvers/Mutation/updateEvent.spec.ts +++ b/tests/resolvers/Mutation/updateEvent.spec.ts @@ -55,7 +55,7 @@ beforeAll(async () => { createdEvents: [testEvent._id], registeredEvents: [testEvent._id], }, - } + }, ); }); @@ -92,7 +92,7 @@ describe("resolvers -> Mutation -> updateEvent", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -120,7 +120,7 @@ describe("resolvers -> Mutation -> updateEvent", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -149,7 +149,7 @@ describe("resolvers -> Mutation -> updateEvent", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -166,7 +166,7 @@ describe("resolvers -> Mutation -> updateEvent", () => { }, { new: true, - } + }, ).lean(); if (updatedEvent !== null) { @@ -181,7 +181,7 @@ describe("resolvers -> Mutation -> updateEvent", () => { $push: { eventAdmin: testEvent?._id, }, - } + }, ); const args: MutationUpdateEventArgs = { @@ -226,7 +226,7 @@ describe("Check for validation conditions", () => { it(`throws String Length Validation error if title is greater than 256 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateEventArgs = { @@ -261,14 +261,14 @@ describe("Check for validation conditions", () => { await updateEventResolverError?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ); } }); it(`throws String Length Validation error if description is greater than 500 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateEventArgs = { @@ -303,14 +303,14 @@ describe("Check for validation conditions", () => { await updateEventResolverError?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in description`, ); } }); it(`throws String Length Validation error if location is greater than 50 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateEventArgs = { @@ -344,14 +344,14 @@ describe("Check for validation conditions", () => { await updateEventResolverError?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 50 characters in location`, ); } }); it(`throws Date Validation error if start date is greater than end date`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateEventArgs = { diff --git a/tests/resolvers/Mutation/updateEventVolunteer.spec.ts b/tests/resolvers/Mutation/updateEventVolunteer.spec.ts index 151cc64693..08728f709d 100644 --- a/tests/resolvers/Mutation/updateEventVolunteer.spec.ts +++ b/tests/resolvers/Mutation/updateEventVolunteer.spec.ts @@ -68,7 +68,7 @@ describe("resolvers -> Mutation -> updateEventVolunteer", () => { } catch (error: unknown) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -96,10 +96,10 @@ describe("resolvers -> Mutation -> updateEventVolunteer", () => { await updateEventVolunteerResolver?.({}, args, context); } catch (error: unknown) { expect(spy).toHaveBeenLastCalledWith( - EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE + EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE, ); expect((error as Error).message).toEqual( - `Translated ${EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_VOLUNTEER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -127,10 +127,10 @@ describe("resolvers -> Mutation -> updateEventVolunteer", () => { await updateEventVolunteerResolver?.({}, args, context); } catch (error: unknown) { expect(spy).toHaveBeenLastCalledWith( - EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE + EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE, ); expect((error as Error).message).toEqual( - `Translated ${EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE}` + `Translated ${EVENT_VOLUNTEER_INVITE_USER_MISTMATCH.MESSAGE}`, ); } }); @@ -155,7 +155,7 @@ describe("resolvers -> Mutation -> updateEventVolunteer", () => { const updatedEventVolunteer = await updateEventVolunteerResolver?.( {}, args, - context + context, ); expect(updatedEventVolunteer).toEqual( @@ -164,7 +164,7 @@ describe("resolvers -> Mutation -> updateEventVolunteer", () => { response: EventVolunteerResponse.YES, eventId: testEvent?._id, isInvited: true, - }) + }), ); }); @@ -185,7 +185,7 @@ describe("resolvers -> Mutation -> updateEventVolunteer", () => { const updatedEventVolunteer = await updateEventVolunteerResolver?.( {}, args, - context + context, ); expect(updatedEventVolunteer).toEqual( @@ -194,7 +194,7 @@ describe("resolvers -> Mutation -> updateEventVolunteer", () => { response: testEventVolunteer?.response, eventId: testEventVolunteer?.eventId, isInvited: testEventVolunteer?.isInvited, - }) + }), ); }); }); diff --git a/tests/resolvers/Mutation/updateLanguage.spec.ts b/tests/resolvers/Mutation/updateLanguage.spec.ts index a781c88eee..1bc6b5b25a 100644 --- a/tests/resolvers/Mutation/updateLanguage.spec.ts +++ b/tests/resolvers/Mutation/updateLanguage.spec.ts @@ -51,7 +51,7 @@ describe("resolvers -> Mutation -> updateLanguage", () => { const updateLanguagePayload = await updateLanguageResolver?.( {}, args, - context + context, ); const testUpdateLanguagePayload = await User.findOne({ diff --git a/tests/resolvers/Mutation/updateOrganization.spec.ts b/tests/resolvers/Mutation/updateOrganization.spec.ts index c81b3260ed..dd1e08bcf6 100644 --- a/tests/resolvers/Mutation/updateOrganization.spec.ts +++ b/tests/resolvers/Mutation/updateOrganization.spec.ts @@ -80,7 +80,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(ORGANIZATION_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -110,7 +110,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -124,7 +124,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { $set: { admins: [testUser?._id], }, - } + }, ); await User.updateOne( @@ -135,7 +135,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { $set: { adminFor: [testOrganization?._id], }, - } + }, ); const args: MutationUpdateOrganizationArgs = { @@ -159,7 +159,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { const updateOrganizationPayload = await updateOrganizationResolver?.( {}, args, - context + context, ); const testUpdateOrganizationPayload = await Organization.findOne({ @@ -178,7 +178,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { $set: { admins: [testUser?._id], }, - } + }, ); await User.updateOne( @@ -189,7 +189,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { $set: { adminFor: [testOrganization?._id], }, - } + }, ); const args: MutationUpdateOrganizationArgs = { @@ -205,7 +205,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { }; vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); const context = { @@ -215,7 +215,7 @@ describe("resolvers -> Mutation -> updateOrganization", () => { const updateOrganizationPayload = await updateOrganizationResolver?.( {}, args, - context + context, ); const testUpdateOrganizationPayload = await Organization.findOne({ diff --git a/tests/resolvers/Mutation/updatePluginStatus.spec.ts b/tests/resolvers/Mutation/updatePluginStatus.spec.ts index a530a1690c..3a09fdd0fb 100644 --- a/tests/resolvers/Mutation/updatePluginStatus.spec.ts +++ b/tests/resolvers/Mutation/updatePluginStatus.spec.ts @@ -58,7 +58,7 @@ describe("resolvers -> Mutation -> updatePluginStatus", () => { orgId: Types.ObjectId().toString(), }; - const context = async () => { + const context = async (): Promise => { pubsub; }; @@ -92,7 +92,7 @@ describe("resolvers -> Mutation -> updatePluginStatus", () => { const updatePluginStatusPayload = await updatePluginStatus?.( {}, args, - context + context, ); const testUpdatePluginStatusPayload = await Plugin.findOne({ @@ -121,7 +121,7 @@ describe("resolvers -> Mutation -> updatePluginStatus", () => { const updatePluginStatusPayload = await updatePluginStatus?.( {}, args, - context + context, ); const testUpdatePluginStatusPayload = await Plugin.findOne({ diff --git a/tests/resolvers/Mutation/updatePost.spec.ts b/tests/resolvers/Mutation/updatePost.spec.ts index 828f1d1ad8..11307fa19a 100644 --- a/tests/resolvers/Mutation/updatePost.spec.ts +++ b/tests/resolvers/Mutation/updatePost.spec.ts @@ -32,7 +32,7 @@ beforeEach(async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); }); afterEach(async () => { @@ -69,7 +69,7 @@ describe("resolvers -> Mutation -> updatePost", () => { await Post.updateOne( { _id: testPost?._id }, - { $set: { creatorId: Types.ObjectId().toString() } } + { $set: { creatorId: Types.ObjectId().toString() } }, ); await updatePostResolver?.({}, args, context); @@ -147,7 +147,7 @@ describe("resolvers -> Mutation -> updatePost", () => { it(`throws String Length Validation error if title is greater than 256 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationUpdatePostArgs = { @@ -172,14 +172,14 @@ describe("resolvers -> Mutation -> updatePost", () => { await updatePostResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 256 characters in title`, ); } }); it(`throws String Length Validation error if text is greater than 500 characters`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationUpdatePostArgs = { @@ -203,7 +203,7 @@ describe("resolvers -> Mutation -> updatePost", () => { await updatePostResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information` + `${LENGTH_VALIDATION_ERROR.MESSAGE} 500 characters in information`, ); } }); @@ -211,7 +211,7 @@ describe("resolvers -> Mutation -> updatePost", () => { it("throws error if title is provided and post is not pinned", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationUpdatePostArgs = { @@ -233,7 +233,7 @@ describe("resolvers -> Mutation -> updatePost", () => { await updatePostResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Post needs to be pinned inorder to add a title` + `Post needs to be pinned inorder to add a title`, ); } }); @@ -241,7 +241,7 @@ describe("resolvers -> Mutation -> updatePost", () => { it(`throws error if title is not provided and post is pinned`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementationOnce( - (message) => message + (message) => message, ); try { const args: MutationUpdatePostArgs = { diff --git a/tests/resolvers/Mutation/updateUserPassword.spec.ts b/tests/resolvers/Mutation/updateUserPassword.spec.ts index 4cf36b17d3..09a1db0ba2 100644 --- a/tests/resolvers/Mutation/updateUserPassword.spec.ts +++ b/tests/resolvers/Mutation/updateUserPassword.spec.ts @@ -84,7 +84,7 @@ describe("resolvers -> Mutation -> updateUserPassword", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -93,7 +93,7 @@ describe("resolvers -> Mutation -> updateUserPassword", () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { @@ -122,7 +122,7 @@ describe("resolvers -> Mutation -> updateUserPassword", () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { @@ -152,7 +152,7 @@ describe("resolvers -> Mutation -> updateUserPassword", () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { @@ -194,7 +194,7 @@ describe("resolvers -> Mutation -> updateUserPassword", () => { const updateUserPasswordPayload = await updateUserPasswordResolver?.( {}, args, - context + context, ); expect(updateUserPasswordPayload).not.toBeNull(); diff --git a/tests/resolvers/Mutation/updateUserProfile.spec.ts b/tests/resolvers/Mutation/updateUserProfile.spec.ts index e9018cd605..846026af4a 100644 --- a/tests/resolvers/Mutation/updateUserProfile.spec.ts +++ b/tests/resolvers/Mutation/updateUserProfile.spec.ts @@ -110,7 +110,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -138,7 +138,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -169,7 +169,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(EMAIL_ALREADY_EXISTS_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${EMAIL_ALREADY_EXISTS_ERROR.MESSAGE}` + `Translated ${EMAIL_ALREADY_EXISTS_ERROR.MESSAGE}`, ); } }); @@ -199,7 +199,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(EMAIL_ALREADY_EXISTS_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${EMAIL_ALREADY_EXISTS_ERROR.MESSAGE}` + `Translated ${EMAIL_ALREADY_EXISTS_ERROR.MESSAGE}`, ); } }); @@ -218,7 +218,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { const updateUserProfilePayload = await updateUserProfileResolver?.( {}, args, - context + context, ); expect(updateUserProfilePayload).toEqual({ @@ -243,7 +243,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { const updateUserProfilePayload = await updateUserProfileResolver?.( {}, args, - context + context, ); expect(updateUserProfilePayload).toEqual({ @@ -271,7 +271,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { const updateUserProfilePayload = await updateUserProfileResolver?.( {}, args, - context + context, ); const testUserobj = await User.findById({ _id: testUser.id }); @@ -301,7 +301,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { const updateUserProfilePayload = await updateUserProfileResolver?.( {}, args, - context + context, ); const testUserobj = await User.findById({ _id: testUser.id }); @@ -333,7 +333,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { const updateUserProfilePayload = await updateUserProfileResolver?.( {}, args, - context + context, ); expect(updateUserProfilePayload).toEqual({ @@ -358,7 +358,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { }; vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); const context = { @@ -369,7 +369,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { const updateUserProfilePayload = await updateUserProfileResolver?.( {}, args, - context + context, ); expect(updateUserProfilePayload).toEqual({ @@ -389,7 +389,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { }; vi.spyOn(uploadEncodedImage, "uploadEncodedImage").mockImplementation( - async (encodedImageURL: string) => encodedImageURL + async (encodedImageURL: string) => encodedImageURL, ); const context = { @@ -400,7 +400,7 @@ describe("resolvers -> Mutation -> updateUserProfile", () => { const updateUserProfilePayload = await updateUserProfileResolver?.( {}, args, - context + context, ); expect(updateUserProfilePayload).toEqual({ diff --git a/tests/resolvers/Mutation/updateUserRoleInOrganization.spec.ts b/tests/resolvers/Mutation/updateUserRoleInOrganization.spec.ts index deef8e6e90..d285d09c3c 100644 --- a/tests/resolvers/Mutation/updateUserRoleInOrganization.spec.ts +++ b/tests/resolvers/Mutation/updateUserRoleInOrganization.spec.ts @@ -105,7 +105,7 @@ beforeAll(async () => { adminFor: [testOrganization?._id], joinedOrganizations: [testOrganization?._id], }, - } + }, ); await User.updateOne( { @@ -116,7 +116,7 @@ beforeAll(async () => { adminFor: [testOrganization?._id], joinedOrganizations: [testOrganization?._id], }, - } + }, ); await User.updateOne( { @@ -126,7 +126,7 @@ beforeAll(async () => { $set: { joinedOrganizations: [testOrganization?._id], }, - } + }, ); }); @@ -142,7 +142,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when organization does not exists`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -167,7 +167,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when user whose role to be changed does not exists`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -192,7 +192,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when user whose role to be changed is not a member of the organization`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -217,7 +217,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when logged in user does not exists`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -242,7 +242,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when USER is trying to change role of an admin`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -267,7 +267,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when ADMIN of another org is not allowed to change role`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -292,7 +292,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when logged in ADMIN member user is not allowed to change the user type to SUPERADMIN`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -317,7 +317,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when logged in ADMIN member user is trying to change the role of the itself`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -342,7 +342,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when logged in ADMIN member user is trying to change the role of the org creator`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); try { const args: MutationUpdateUserRoleInOrganizationArgs = { @@ -367,7 +367,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when SUPERUSER is changing the role of a USER member to ADMIN`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const args: MutationUpdateUserRoleInOrganizationArgs = { organizationId: testOrganization?._id, @@ -392,10 +392,10 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { }).lean(); const updatedOrganizationCheck = updatedOrganization?.admins.some( - (member) => member.equals(testMemberUser?._id) + (member) => member.equals(testMemberUser?._id), ); const updatedUserCheck = updatedUser?.adminFor.some((organization) => - organization.equals(testOrganization?._id) + organization.equals(testOrganization?._id), ); expect(updatedOrganizationCheck).toBe(true); expect(updatedUserCheck).toBe(true); @@ -403,7 +403,7 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { it(`Check when SUPERUSER is changing the role of a ADMIN member to USER`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const args: MutationUpdateUserRoleInOrganizationArgs = { organizationId: testOrganization?._id, @@ -428,10 +428,10 @@ describe("resolvers -> Mutation -> updateUserRoleInOrganization", () => { }).lean(); const updatedOrgCheck = updatedOrg?.admins.some((member) => - member.equals(testAdminUser?._id) + member.equals(testAdminUser?._id), ); const updatedUserCheck = updatedUser?.adminFor.some((organization) => - organization.equals(testOrganization?._id) + organization.equals(testOrganization?._id), ); expect(updatedOrgCheck).toBe(false); diff --git a/tests/resolvers/Mutation/updateUserTag.spec.ts b/tests/resolvers/Mutation/updateUserTag.spec.ts index 9b6d946bcf..a756a330ca 100644 --- a/tests/resolvers/Mutation/updateUserTag.spec.ts +++ b/tests/resolvers/Mutation/updateUserTag.spec.ts @@ -73,7 +73,7 @@ describe("resolvers -> Mutation -> updateUserTag", () => { await updateUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -135,10 +135,10 @@ describe("resolvers -> Mutation -> updateUserTag", () => { await updateUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - `${USER_NOT_AUTHORIZED_ERROR.MESSAGE}` + `${USER_NOT_AUTHORIZED_ERROR.MESSAGE}`, ); } }); @@ -169,7 +169,7 @@ describe("resolvers -> Mutation -> updateUserTag", () => { await updateUserTagResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${NO_CHANGE_IN_TAG_NAME.MESSAGE}` + `Translated ${NO_CHANGE_IN_TAG_NAME.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(`${NO_CHANGE_IN_TAG_NAME.MESSAGE}`); } diff --git a/tests/resolvers/Mutation/updateUserType.spec.ts b/tests/resolvers/Mutation/updateUserType.spec.ts index 9de06f751d..645ebbc57a 100644 --- a/tests/resolvers/Mutation/updateUserType.spec.ts +++ b/tests/resolvers/Mutation/updateUserType.spec.ts @@ -67,7 +67,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -97,7 +97,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); } }); @@ -118,7 +118,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { }, { new: true, - } + }, ); const args: MutationUpdateUserTypeArgs = { @@ -139,7 +139,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -168,7 +168,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(SUPERADMIN_CANT_CHANGE_OWN_ROLE.MESSAGE); expect(error.message).toEqual( - `Translated ${SUPERADMIN_CANT_CHANGE_OWN_ROLE.MESSAGE}` + `Translated ${SUPERADMIN_CANT_CHANGE_OWN_ROLE.MESSAGE}`, ); } }); @@ -176,7 +176,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { it(`updates user.userType of user with _id === args.data.id to args.data.userType`, async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => `Translated ${message}` + (message) => `Translated ${message}`, ); await User.updateOne( @@ -188,7 +188,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { }, { new: true, - } + }, ); const args: MutationUpdateUserTypeArgs = { @@ -208,7 +208,7 @@ describe("resolvers -> Mutation -> updateUserType", () => { const updateUserTypePayload = await updateUserTypeResolver?.( {}, args, - context + context, ); expect(updateUserTypePayload).toEqual(true); diff --git a/tests/resolvers/Organization/actionItemCategories.spec.ts b/tests/resolvers/Organization/actionItemCategories.spec.ts index ac51d984f8..051f6ae67c 100644 --- a/tests/resolvers/Organization/actionItemCategories.spec.ts +++ b/tests/resolvers/Organization/actionItemCategories.spec.ts @@ -26,7 +26,7 @@ describe("resolvers -> Organization -> actionItemCategories", () => { const actionCategoriesPayload = await actionItemCategoriesResolver?.( parent, {}, - {} + {}, ); const categories = await ActionItemCategory.find({ diff --git a/tests/resolvers/Organization/agendaCategories.spec.ts b/tests/resolvers/Organization/agendaCategories.spec.ts index fd83f286ce..2d990c39ba 100644 --- a/tests/resolvers/Organization/agendaCategories.spec.ts +++ b/tests/resolvers/Organization/agendaCategories.spec.ts @@ -61,7 +61,7 @@ describe("resolvers -> Organization -> agendaCategories", () => { const agendaCategoriesPayload = await agendaCategoriesResolver?.( parent, {}, - {} + {}, ); const categories = await AgendaCategoryModel.find({ diff --git a/tests/resolvers/Organization/creator.spec.ts b/tests/resolvers/Organization/creator.spec.ts index 7914a80581..e503e73d58 100644 --- a/tests/resolvers/Organization/creator.spec.ts +++ b/tests/resolvers/Organization/creator.spec.ts @@ -59,7 +59,7 @@ describe("resolvers -> Organization -> creatorId", () => { }, { new: true, - } + }, ); const parent = testOrganization?.toObject(); @@ -73,7 +73,7 @@ describe("resolvers -> Organization -> creatorId", () => { } catch (error: any) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -90,7 +90,7 @@ describe("resolvers -> Organization -> creatorId", () => { }, { new: true, - } + }, ); const parent = testOrganization?.toObject(); diff --git a/tests/resolvers/Organization/image.spec.ts b/tests/resolvers/Organization/image.spec.ts index 145061fdda..81124c80dc 100644 --- a/tests/resolvers/Organization/image.spec.ts +++ b/tests/resolvers/Organization/image.spec.ts @@ -50,7 +50,7 @@ describe("resolvers -> Organization -> image", () => { }, { new: true, - } + }, ); const parent = testOrganization?.toObject(); @@ -82,7 +82,7 @@ describe("resolvers -> Organization -> image", () => { }, { new: true, - } + }, ); const parent = testOrganization?.toObject(); diff --git a/tests/resolvers/Organization/membershipRequests.spec.ts b/tests/resolvers/Organization/membershipRequests.spec.ts index cf2a2f912b..2e79e473a6 100644 --- a/tests/resolvers/Organization/membershipRequests.spec.ts +++ b/tests/resolvers/Organization/membershipRequests.spec.ts @@ -36,7 +36,7 @@ beforeAll(async () => { }, { new: true, - } + }, ); testOrganization = await Organization.findOneAndUpdate( @@ -50,7 +50,7 @@ beforeAll(async () => { }, { new: true, - } + }, ); }); @@ -66,7 +66,7 @@ describe("resolvers -> Organization -> membershipRequests", () => { const membershipRequestsPayload = await membershipRequestsResolver?.( parent, {}, - {} + {}, ); const membershipRequests = await MembershipRequest.find({ diff --git a/tests/resolvers/Organization/pinnedPosts.spec.ts b/tests/resolvers/Organization/pinnedPosts.spec.ts index 77109d2f82..1ffe70a1cc 100644 --- a/tests/resolvers/Organization/pinnedPosts.spec.ts +++ b/tests/resolvers/Organization/pinnedPosts.spec.ts @@ -27,7 +27,7 @@ beforeAll(async () => { $push: { pinnedPosts: testPost?.id, }, - } + }, ); }); diff --git a/tests/resolvers/Post/comments.spec.ts b/tests/resolvers/Post/comments.spec.ts index 74573a6158..671e922376 100644 --- a/tests/resolvers/Post/comments.spec.ts +++ b/tests/resolvers/Post/comments.spec.ts @@ -29,7 +29,7 @@ beforeAll(async () => { $inc: { commentCount: 1, }, - } + }, ); }); @@ -44,7 +44,7 @@ describe("resolvers -> Post -> comments", () => { const commentsPayload = await commentsResolver?.( parent!.toObject(), {}, - {} + {}, ); const comments = await Comment.find({ @@ -59,7 +59,7 @@ describe("resolvers -> Post -> comments", () => { const commentsPayload = await commentsResolver?.( parent!.toObject(), {}, - {} + {}, ); const comments = await Comment.find({ diff --git a/tests/resolvers/Query/actionItem.spec.ts b/tests/resolvers/Query/actionItem.spec.ts index 88dbbc4d42..efd65f9b3f 100644 --- a/tests/resolvers/Query/actionItem.spec.ts +++ b/tests/resolvers/Query/actionItem.spec.ts @@ -45,7 +45,7 @@ describe("resolvers -> Query -> actionItem", () => { expect(actionItemPayload).toEqual( expect.objectContaining({ _id: testActionItem?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Query/actionItemCategoriesByOrganization.spec.ts b/tests/resolvers/Query/actionItemCategoriesByOrganization.spec.ts index 1889c27e85..c23f673473 100644 --- a/tests/resolvers/Query/actionItemCategoriesByOrganization.spec.ts +++ b/tests/resolvers/Query/actionItemCategoriesByOrganization.spec.ts @@ -34,7 +34,7 @@ describe("resolvers -> Query -> actionItemCategoriesByOrganization", () => { }).lean(); expect(categoriesByOrganizationPayload).toEqual( - categoriesByOrganizationInfo + categoriesByOrganizationInfo, ); }); }); diff --git a/tests/resolvers/Query/actionItemCategory.spec.ts b/tests/resolvers/Query/actionItemCategory.spec.ts index dbccdfd506..94a4342e12 100644 --- a/tests/resolvers/Query/actionItemCategory.spec.ts +++ b/tests/resolvers/Query/actionItemCategory.spec.ts @@ -43,13 +43,13 @@ describe("resolvers -> Query -> actionItemCategory", () => { const actionItemCategoryPayload = await actionItemCategoryResolver?.( {}, args, - {} + {}, ); expect(actionItemCategoryPayload).toEqual( expect.objectContaining({ _id: testCategory?._id, - }) + }), ); }); }); diff --git a/tests/resolvers/Query/actionItemsByEvent.spec.ts b/tests/resolvers/Query/actionItemsByEvent.spec.ts index 34f161eee7..022b3688d1 100644 --- a/tests/resolvers/Query/actionItemsByEvent.spec.ts +++ b/tests/resolvers/Query/actionItemsByEvent.spec.ts @@ -29,7 +29,7 @@ describe("resolvers -> Query -> actionItemsByEvent", () => { const actionItemsByEventPayload = await actionItemsByEventsResolver?.( {}, args, - {} + {}, ); const actionItemsByEventInfo = await ActionItem.find({ diff --git a/tests/resolvers/Query/actionItemsByOrganization.spec.ts b/tests/resolvers/Query/actionItemsByOrganization.spec.ts index b4883a793a..70531bf113 100644 --- a/tests/resolvers/Query/actionItemsByOrganization.spec.ts +++ b/tests/resolvers/Query/actionItemsByOrganization.spec.ts @@ -33,7 +33,7 @@ describe("resolvers -> Query -> actionItemsByOrganization", () => { organizationId: args.organizationId, }); const actionItemCategoriesIds = actionItemCategories.map( - (category) => category._id + (category) => category._id, ); const actionItemsByOrganizationInfo = await ActionItem.find({ @@ -41,7 +41,7 @@ describe("resolvers -> Query -> actionItemsByOrganization", () => { }).lean(); expect(actionItemsByOrganizationPayload).toEqual( - actionItemsByOrganizationInfo + actionItemsByOrganizationInfo, ); }); }); diff --git a/tests/resolvers/Query/agendaCategory.spec.ts b/tests/resolvers/Query/agendaCategory.spec.ts index de4fb7e424..eaeef7d9a0 100644 --- a/tests/resolvers/Query/agendaCategory.spec.ts +++ b/tests/resolvers/Query/agendaCategory.spec.ts @@ -72,7 +72,7 @@ describe("resolvers -> Query -> agendaCategory", () => { throw new Error("Test failed. Expected NotFoundError but got no error."); } catch (error: unknown) { expect((error as Error).message).toEqual( - AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE + AGENDA_CATEGORY_NOT_FOUND_ERROR.MESSAGE, ); } }); diff --git a/tests/resolvers/Query/checkAuth.spec.ts b/tests/resolvers/Query/checkAuth.spec.ts index 1f44d09f28..4fb8562f23 100644 --- a/tests/resolvers/Query/checkAuth.spec.ts +++ b/tests/resolvers/Query/checkAuth.spec.ts @@ -53,7 +53,7 @@ describe("resolvers -> Query -> checkAuth", () => { }, { image: `path`, - } + }, ); testUser = await User.findOne({ diff --git a/tests/resolvers/Query/customDataByOrganization.spec.ts b/tests/resolvers/Query/customDataByOrganization.spec.ts index c24e76ba2e..9dac8d8dd4 100644 --- a/tests/resolvers/Query/customDataByOrganization.spec.ts +++ b/tests/resolvers/Query/customDataByOrganization.spec.ts @@ -33,7 +33,7 @@ describe("resolvers => Query => customDataByOrganization", () => { dataName: "testDataName", dataValue: "testDataValue", }, - { userId: testUser?._id } + { userId: testUser?._id }, ); const args = { diff --git a/tests/resolvers/Query/customFieldsByOrganization.spec.ts b/tests/resolvers/Query/customFieldsByOrganization.spec.ts index 6d017a05ff..1e068aea70 100644 --- a/tests/resolvers/Query/customFieldsByOrganization.spec.ts +++ b/tests/resolvers/Query/customFieldsByOrganization.spec.ts @@ -35,7 +35,7 @@ describe("resolvers => Query => customFieldsByOrganization", () => { name: "dataName", type: "dataType", }, - { userId: testUser?._id } + { userId: testUser?._id }, ); const args = { @@ -65,7 +65,7 @@ describe("resolvers => Query => customFieldsByOrganization", () => { name: "dataName", type: "dataType", }, - { userId: testUser?._id } + { userId: testUser?._id }, ); const args = { @@ -79,10 +79,10 @@ describe("resolvers => Query => customFieldsByOrganization", () => { await customFieldsByOrganization?.({}, args, context); } catch (error: any) { expect(spy).toHaveBeenLastCalledWith( - ORGANIZATION_NOT_FOUND_ERROR.MESSAGE + ORGANIZATION_NOT_FOUND_ERROR.MESSAGE, ); expect(error.message).toEqual( - `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${ORGANIZATION_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/resolvers/Query/directChatsByUserID.spec.ts b/tests/resolvers/Query/directChatsByUserID.spec.ts index d3e6722cf9..75bce891ac 100644 --- a/tests/resolvers/Query/directChatsByUserID.spec.ts +++ b/tests/resolvers/Query/directChatsByUserID.spec.ts @@ -46,7 +46,7 @@ describe("resolvers -> Query -> directChatsByUserID", () => { const directChatsByUserIdPayload = await directChatsByUserIDResolver?.( {}, args, - {} + {}, ); const directChatsByUserId = await DirectChat.find({ diff --git a/tests/resolvers/Query/directChatsMessagesByChatID.spec.ts b/tests/resolvers/Query/directChatsMessagesByChatID.spec.ts index 96bb19d4ce..70f952cc63 100644 --- a/tests/resolvers/Query/directChatsMessagesByChatID.spec.ts +++ b/tests/resolvers/Query/directChatsMessagesByChatID.spec.ts @@ -30,19 +30,19 @@ beforeAll(async () => { const testDirectChat1 = await createTestDirectChatwithUsers( testUser1?._id, testOrganization?._id, - [testUser1?._id, testUser2?._id] + [testUser1?._id, testUser2?._id], ); const testDirectChat2 = await createTestDirectChatwithUsers( testUser2?._id, testOrganization?._id, - [testUser2?._id] + [testUser2?._id], ); testDirectChats = [testDirectChat1, testDirectChat2]; await createDirectChatMessage( testUser1?._id, testUser2?._id, - testDirectChats[0]?._id + testDirectChats[0]?._id, ); }); @@ -90,7 +90,7 @@ describe("resolvers -> Query -> directChatsMessagesByChatID", () => { }).lean(); expect(directChatsMessagesByChatIdPayload).toEqual( - directChatMessagesByChatId + directChatMessagesByChatId, ); }); }); diff --git a/tests/resolvers/Query/eventVolunteersByEvent.spec.ts b/tests/resolvers/Query/eventVolunteersByEvent.spec.ts index 2b7a3593f1..7c02d96f0e 100644 --- a/tests/resolvers/Query/eventVolunteersByEvent.spec.ts +++ b/tests/resolvers/Query/eventVolunteersByEvent.spec.ts @@ -26,7 +26,7 @@ describe("resolvers -> Mutation -> eventVolunteersByEvent", () => { { id: testEvent?._id, }, - {} + {}, ); const volunteers = await EventVolunteer.find({ diff --git a/tests/resolvers/Query/eventsByOrganization.spec.ts b/tests/resolvers/Query/eventsByOrganization.spec.ts index cf5032cc5e..d2cbe87077 100644 --- a/tests/resolvers/Query/eventsByOrganization.spec.ts +++ b/tests/resolvers/Query/eventsByOrganization.spec.ts @@ -22,13 +22,13 @@ beforeAll(async () => { testUser?._id, testOrganization?._id, true, - "ONCE" + "ONCE", ); const testEvent2 = await createEventWithRegistrant( testUser?._id, testOrganization?._id, true, - "ONCE" + "ONCE", ); }); @@ -53,7 +53,7 @@ describe("resolvers -> Query -> eventsByOrganization", () => { const eventsByOrganizationPayload = await eventsByOrganization?.( {}, args, - {} + {}, ); const eventsByOrganizationInfo = await Event.find({ diff --git a/tests/resolvers/Query/eventsByOrganizationConnection.spec.ts b/tests/resolvers/Query/eventsByOrganizationConnection.spec.ts index 5e450709bc..627857b5d5 100644 --- a/tests/resolvers/Query/eventsByOrganizationConnection.spec.ts +++ b/tests/resolvers/Query/eventsByOrganizationConnection.spec.ts @@ -20,19 +20,19 @@ beforeAll(async () => { testUser?._id, testOrganization?._id, true, - "ONCE" + "ONCE", ); const testEvent2 = await createEventWithRegistrant( testUser?._id, testOrganization?._id, false, - "DAILY" + "DAILY", ); const testEvent3 = await createEventWithRegistrant( testUser?._id, testOrganization?._id, false, - "DAILY" + "DAILY", ); testEvents = [testEvent1, testEvent2, testEvent3]; }); diff --git a/tests/resolvers/Query/getDonationById.spec.ts b/tests/resolvers/Query/getDonationById.spec.ts index 137591112d..605894ef28 100644 --- a/tests/resolvers/Query/getDonationById.spec.ts +++ b/tests/resolvers/Query/getDonationById.spec.ts @@ -29,7 +29,7 @@ describe("resolvers -> Mutation -> getDonationById", () => { const getDonationByIdPayload = await getDonationByIdResolver?.( {}, args, - {} + {}, ); expect(getDonationByIdPayload).toEqual(testDonation?.toObject()); @@ -42,7 +42,7 @@ describe("resolvers -> Mutation -> getDonationById", () => { const getDonationByIdPayload = await getDonationByIdResolver?.( {}, args, - {} + {}, ); expect(getDonationByIdPayload).toEqual({}); diff --git a/tests/resolvers/Query/getDonationByOrgId.spec.ts b/tests/resolvers/Query/getDonationByOrgId.spec.ts index be14a8f939..9f17ed583a 100644 --- a/tests/resolvers/Query/getDonationByOrgId.spec.ts +++ b/tests/resolvers/Query/getDonationByOrgId.spec.ts @@ -30,7 +30,7 @@ describe("resolvers -> Mutation -> getDonationByOrgId", () => { const getDonationByOrgIdPayload = await getDonationByOrgIdResolver?.( {}, args, - {} + {}, ); const donationsByOrganization = await Donation.find({ diff --git a/tests/resolvers/Query/getDonationByOrgIdConnection.spec.ts b/tests/resolvers/Query/getDonationByOrgIdConnection.spec.ts index 6052214bbc..f109b9178f 100644 --- a/tests/resolvers/Query/getDonationByOrgIdConnection.spec.ts +++ b/tests/resolvers/Query/getDonationByOrgIdConnection.spec.ts @@ -44,7 +44,7 @@ describe("resolvers -> Query -> getDonationByOrgIdConnection", () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -66,7 +66,7 @@ describe("resolvers -> Query -> getDonationByOrgIdConnection", () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -88,7 +88,7 @@ describe("resolvers -> Query -> getDonationByOrgIdConnection", () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -110,7 +110,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -132,7 +132,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -154,7 +154,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -176,7 +176,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -198,7 +198,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -220,7 +220,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -244,7 +244,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); @@ -270,7 +270,7 @@ args.where === { id_not_in: testDonations[2]._id }`, async () => { }).lean(); expect(getDonationByOrgIdConnectionPayload).toEqual( - donationsByOrganization + donationsByOrganization, ); }); }); diff --git a/tests/resolvers/Query/getlanguage.spec.ts b/tests/resolvers/Query/getlanguage.spec.ts index 1c207c5f91..c0430e0a73 100644 --- a/tests/resolvers/Query/getlanguage.spec.ts +++ b/tests/resolvers/Query/getlanguage.spec.ts @@ -81,7 +81,7 @@ describe("resolvers -> Query -> getLanguage", () => { translation: "value2", verified: false, }), - ]) + ]), ); }); }); diff --git a/tests/resolvers/Query/hasSubmittedFeedback.spec.ts b/tests/resolvers/Query/hasSubmittedFeedback.spec.ts index 10e903074e..d20134c556 100644 --- a/tests/resolvers/Query/hasSubmittedFeedback.spec.ts +++ b/tests/resolvers/Query/hasSubmittedFeedback.spec.ts @@ -52,7 +52,7 @@ describe("resolvers -> Query -> hasSubmittedFeedback", () => { await hasSubmittedFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); } @@ -79,7 +79,7 @@ describe("resolvers -> Query -> hasSubmittedFeedback", () => { await hasSubmittedFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${EVENT_NOT_FOUND_ERROR.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(EVENT_NOT_FOUND_ERROR.MESSAGE); } @@ -106,10 +106,10 @@ describe("resolvers -> Query -> hasSubmittedFeedback", () => { await hasSubmittedFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}` + `Translated ${USER_NOT_REGISTERED_FOR_EVENT.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith( - USER_NOT_REGISTERED_FOR_EVENT.MESSAGE + USER_NOT_REGISTERED_FOR_EVENT.MESSAGE, ); } }); @@ -141,7 +141,7 @@ describe("resolvers -> Query -> hasSubmittedFeedback", () => { await hasSubmittedFeedbackResolver?.({}, args, context); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_CHECKED_IN.MESSAGE}` + `Translated ${USER_NOT_CHECKED_IN.MESSAGE}`, ); expect(spy).toHaveBeenLastCalledWith(USER_NOT_CHECKED_IN.MESSAGE); } diff --git a/tests/resolvers/Query/organizationIsSample.spec.ts b/tests/resolvers/Query/organizationIsSample.spec.ts index e831ca0004..4ea802caa4 100644 --- a/tests/resolvers/Query/organizationIsSample.spec.ts +++ b/tests/resolvers/Query/organizationIsSample.spec.ts @@ -20,7 +20,7 @@ describe("determine whether organization is a sample or not", async () => { it("isSampleOrganization should return true if organizationId exists in SampleData collection", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const _id = faker.database.mongodbObjectId(); @@ -68,7 +68,7 @@ describe("determine whether organization is a sample or not", async () => { it("isSampleOrganization should return false if organizationId does not exist in SampleData collection", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const _id = faker.database.mongodbObjectId(); @@ -108,7 +108,7 @@ describe("ensure organization exists in organization collection", async () => { it("should throw error when organization doesn't exist in the 'Organization' collection", async () => { const { requestContext } = await import("../../../src/libraries"); vi.spyOn(requestContext, "translate").mockImplementation( - (message) => message + (message) => message, ); const randomId = faker.database.mongodbObjectId(); diff --git a/tests/resolvers/Query/organizationsConnection.spec.ts b/tests/resolvers/Query/organizationsConnection.spec.ts index a849779b05..fd82e219d1 100644 --- a/tests/resolvers/Query/organizationsConnection.spec.ts +++ b/tests/resolvers/Query/organizationsConnection.spec.ts @@ -74,7 +74,7 @@ beforeAll(async () => { testOrganizations[2]._id, ], }, - } + }, ); }); diff --git a/tests/resolvers/Query/organizationsMemberConnection.spec.ts b/tests/resolvers/Query/organizationsMemberConnection.spec.ts index 75aed8a275..e74d3536d8 100644 --- a/tests/resolvers/Query/organizationsMemberConnection.spec.ts +++ b/tests/resolvers/Query/organizationsMemberConnection.spec.ts @@ -65,7 +65,7 @@ beforeAll(async () => { adminFor: testOrganization._id, joinedOrganizations: testOrganization._id, }, - } + }, ); await User.updateOne( @@ -77,7 +77,7 @@ beforeAll(async () => { adminFor: testOrganization._id, joinedOrganizations: testOrganization._id, }, - } + }, ); await User.updateOne( @@ -89,7 +89,7 @@ beforeAll(async () => { adminFor: [testOrganization._id], joinedOrganizations: [testOrganization._id], }, - } + }, ); }); @@ -797,7 +797,7 @@ describe("resolvers -> Query -> organizationsMemberConnection", () => { await organizationsMemberConnectionResolver?.({}, args, {}); } catch (error: any) { expect(error).toEqual( - "Missing Skip parameter. Set it to either 0 or some other value" + "Missing Skip parameter. Set it to either 0 or some other value", ); } }); @@ -873,7 +873,7 @@ describe("resolvers -> Query -> organizationsMemberConnection", () => { $set: { image: `image/image.png`, }, - } + }, ); const where = { joinedOrganizations: { @@ -937,7 +937,7 @@ describe("resolvers -> Query -> organizationsMemberConnection", () => { $set: { image: `image/image.png`, }, - } + }, ); const where = { joinedOrganizations: { diff --git a/tests/resolvers/Query/postsByOrganization.spec.ts b/tests/resolvers/Query/postsByOrganization.spec.ts index 9e01cf9f78..a0cac7c2a9 100644 --- a/tests/resolvers/Query/postsByOrganization.spec.ts +++ b/tests/resolvers/Query/postsByOrganization.spec.ts @@ -45,7 +45,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -82,7 +82,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -118,7 +118,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -154,7 +154,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -190,7 +190,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ organization: testOrganization?._id, @@ -226,7 +226,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ organization: testOrganization?._id, @@ -261,7 +261,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -297,7 +297,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -333,7 +333,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -369,7 +369,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -406,7 +406,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -442,7 +442,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -479,7 +479,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -515,7 +515,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -551,7 +551,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -587,7 +587,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ organization: testOrganization?._id, @@ -622,7 +622,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ @@ -650,7 +650,7 @@ describe("resolvers -> Query -> posts", () => { $set: { imageUrl: undefined, }, - } + }, ); const sort = { @@ -669,7 +669,7 @@ describe("resolvers -> Query -> posts", () => { const postsByOrganizationPayload = await postsByOrganizationResolver?.( {}, args, - context + context, ); const postsByOrganization = await Post.find({ diff --git a/tests/resolvers/Query/postsByOrganizationConnection.spec.ts b/tests/resolvers/Query/postsByOrganizationConnection.spec.ts index 30bf0ff05e..90f6f563fd 100644 --- a/tests/resolvers/Query/postsByOrganizationConnection.spec.ts +++ b/tests/resolvers/Query/postsByOrganizationConnection.spec.ts @@ -251,7 +251,7 @@ describe("resolvers -> Query -> postsByOrganizationConnection", () => { $set: { imageUrl: undefined, }, - } + }, ); const where = { diff --git a/tests/resolvers/Query/user.spec.ts b/tests/resolvers/Query/user.spec.ts index bade5dfd91..b3e3baefe0 100644 --- a/tests/resolvers/Query/user.spec.ts +++ b/tests/resolvers/Query/user.spec.ts @@ -68,7 +68,7 @@ describe("resolvers -> Query -> user", () => { $set: { image: `images/newImage.png`, }, - } + }, ); const args: QueryUserArgs = { diff --git a/tests/resolvers/Query/users.spec.ts b/tests/resolvers/Query/users.spec.ts index 9cc103f1ca..3e92f52f52 100644 --- a/tests/resolvers/Query/users.spec.ts +++ b/tests/resolvers/Query/users.spec.ts @@ -48,7 +48,7 @@ describe("resolvers -> Query -> users", () => { } catch (error: any) { expect(spy).toBeCalledWith(UNAUTHENTICATED_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${UNAUTHENTICATED_ERROR.MESSAGE}` + `Translated ${UNAUTHENTICATED_ERROR.MESSAGE}`, ); } @@ -165,7 +165,7 @@ describe("resolvers -> Query -> users", () => { registeredEvents: testEvent._id, eventAdmin: testEvent._id, }, - } + }, ); await User.updateOne( @@ -177,7 +177,7 @@ describe("resolvers -> Query -> users", () => { joinedOrganizations: testOrganization._id, organizationsBlockedBy: testOrganization._id, }, - } + }, ); await Organization.updateOne( @@ -188,7 +188,7 @@ describe("resolvers -> Query -> users", () => { $push: { blockedUsers: testUsers[1]._id, }, - } + }, ); }); @@ -960,7 +960,7 @@ describe("resolvers -> Query -> users", () => { $set: { image: "images/image.png", }, - } + }, ); const args: QueryUsersArgs = { diff --git a/tests/resolvers/Query/usersConnection.spec.ts b/tests/resolvers/Query/usersConnection.spec.ts index 240c4e3c9a..f003599078 100644 --- a/tests/resolvers/Query/usersConnection.spec.ts +++ b/tests/resolvers/Query/usersConnection.spec.ts @@ -23,7 +23,7 @@ beforeAll(async () => { testUsers[0]?._id, testOrganization?._id, true, - "ONCE" + "ONCE", ); }); @@ -41,7 +41,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find() .limit(0) @@ -91,7 +91,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -153,7 +153,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -215,7 +215,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -277,7 +277,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -339,7 +339,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -389,7 +389,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -426,7 +426,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -463,7 +463,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -500,7 +500,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -537,7 +537,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) @@ -571,7 +571,7 @@ describe("resolvers -> Query -> usersConnection", () => { const usersConnectionPayload = await usersConnectionResolver?.( {}, args, - {} + {}, ); const users = await User.find(where) diff --git a/tests/resolvers/Subscription/messageSentToDirectChat.spec.ts b/tests/resolvers/Subscription/messageSentToDirectChat.spec.ts index 9c7c037ec2..1c9999cf78 100644 --- a/tests/resolvers/Subscription/messageSentToDirectChat.spec.ts +++ b/tests/resolvers/Subscription/messageSentToDirectChat.spec.ts @@ -50,7 +50,7 @@ describe("src -> resolvers -> Subscription -> messageSentToDirectChat", () => { const x = messageSentToDirectChatPayload?.subscribe( _parent, _args, - context + context, ); expect(x).not.toBe(null); expect(await filterFunction(payload, context)).toBe(true); @@ -89,7 +89,7 @@ describe("src -> resolvers -> Subscription -> messageSentToDirectChat", () => { const x = messageSentToDirectChatPayload?.subscribe( _parent, _args, - context + context, ); expect(x).not.toBe(null); expect(await filterFunction(payload, context)).toBe(false); diff --git a/tests/resolvers/UserFamily/creator.spec.ts b/tests/resolvers/UserFamily/creator.spec.ts index c9cb6f349d..d9a1510459 100644 --- a/tests/resolvers/UserFamily/creator.spec.ts +++ b/tests/resolvers/UserFamily/creator.spec.ts @@ -60,7 +60,7 @@ describe("resolvers -> UserFamily -> creator", () => { }, { new: true, - } + }, ); const parent = testUserFamily?.toObject(); @@ -74,7 +74,7 @@ describe("resolvers -> UserFamily -> creator", () => { } catch (error) { expect(spy).toHaveBeenCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect((error as Error).message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); @@ -91,7 +91,7 @@ describe("resolvers -> UserFamily -> creator", () => { }, { new: true, - } + }, ); const parent = testUserFamily?.toObject(); diff --git a/tests/resolvers/UserTag/childTags.spec.ts b/tests/resolvers/UserTag/childTags.spec.ts index 1525fdf211..4011100738 100644 --- a/tests/resolvers/UserTag/childTags.spec.ts +++ b/tests/resolvers/UserTag/childTags.spec.ts @@ -80,16 +80,16 @@ describe("resolvers -> Tag -> childTags", () => { const payload = (await childTagsResolver?.( parent, args, - {} + {}, )) as UserTagsConnectionResult; expect(payload.errors.length).toEqual(0); expect(payload.data).not.toBeNull(); expect(payload.data!.pageInfo.startCursor).toEqual( - testChildTag1!._id.toString() + testChildTag1!._id.toString(), ); expect(payload.data!.pageInfo.endCursor).toEqual( - testChildTag2!._id.toString() + testChildTag2!._id.toString(), ); expect(payload.data!.edges[0].node).toEqual(testChildTag1); }); diff --git a/tests/resolvers/UserTag/usersAssignedTo.spec.ts b/tests/resolvers/UserTag/usersAssignedTo.spec.ts index 3b67a8d72a..1403b0c753 100644 --- a/tests/resolvers/UserTag/usersAssignedTo.spec.ts +++ b/tests/resolvers/UserTag/usersAssignedTo.spec.ts @@ -79,7 +79,7 @@ describe("resolvers -> Tag -> usersAssignedTo", () => { const payload = (await usersAssignedToResolver?.( parent, args, - {} + {}, )) as UsersConnectionResult; expect(payload.errors.length).toEqual(0); @@ -90,10 +90,10 @@ describe("resolvers -> Tag -> usersAssignedTo", () => { }); expect(payload.data!.pageInfo.startCursor).toEqual( - userTagObject!._id.toString() + userTagObject!._id.toString(), ); expect(payload.data!.pageInfo.endCursor).toEqual( - userTagObject!._id.toString() + userTagObject!._id.toString(), ); expect(payload.data!.edges[0].node._id).toEqual(testUser && testUser._id); }); diff --git a/tests/resolvers/middleware/currentUserExists.spec.ts b/tests/resolvers/middleware/currentUserExists.spec.ts index dd178664bf..c20465ec00 100644 --- a/tests/resolvers/middleware/currentUserExists.spec.ts +++ b/tests/resolvers/middleware/currentUserExists.spec.ts @@ -53,7 +53,7 @@ describe("resolvers -> Middleware -> currentUserExists", () => { } catch (error: any) { expect(spy).toHaveBeenLastCalledWith(USER_NOT_FOUND_ERROR.MESSAGE); expect(error.message).toEqual( - `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}` + `Translated ${USER_NOT_FOUND_ERROR.MESSAGE}`, ); } }); diff --git a/tests/utilities/adminCheck.spec.ts b/tests/utilities/adminCheck.spec.ts index 674d72042d..f5e8030844 100644 --- a/tests/utilities/adminCheck.spec.ts +++ b/tests/utilities/adminCheck.spec.ts @@ -48,11 +48,11 @@ describe("utilities -> adminCheck", () => { const { adminCheck } = await import("../../src/utilities"); await adminCheck( testUser?._id, - testOrganization ?? ({} as InterfaceOrganization) + testOrganization ?? ({} as InterfaceOrganization), ); } catch (error: any) { expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); @@ -69,7 +69,7 @@ describe("utilities -> adminCheck", () => { { new: true, upsert: true, - } + }, ); const { adminCheck } = await import("../../src/utilities"); @@ -77,8 +77,8 @@ describe("utilities -> adminCheck", () => { await expect( adminCheck( updatedUser?._id, - testOrganization ?? ({} as InterfaceOrganization) - ) + testOrganization ?? ({} as InterfaceOrganization), + ), ).resolves.not.toThrowError(); }); @@ -93,7 +93,7 @@ describe("utilities -> adminCheck", () => { { new: true, upsert: true, - } + }, ); const updatedOrganization = await Organization.findOneAndUpdate( @@ -108,7 +108,7 @@ describe("utilities -> adminCheck", () => { { new: true, upsert: true, - } + }, ); const { adminCheck } = await import("../../src/utilities"); @@ -116,8 +116,8 @@ describe("utilities -> adminCheck", () => { await expect( adminCheck( updatedUser?._id, - updatedOrganization ?? ({} as InterfaceOrganization) - ) + updatedOrganization ?? ({} as InterfaceOrganization), + ), ).resolves.not.toThrowError(); }); it("throws error if user is not found with the specific Id", async () => { @@ -131,12 +131,12 @@ describe("utilities -> adminCheck", () => { const { adminCheck } = await import("../../src/utilities"); await adminCheck( new mongoose.Types.ObjectId(), - testOrganization ?? ({} as InterfaceOrganization) + testOrganization ?? ({} as InterfaceOrganization), ); } catch (error: unknown) { if (!(error instanceof ApplicationError)) return; expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); diff --git a/tests/utilities/auth.spec.ts b/tests/utilities/auth.spec.ts index 8c6484844b..4d5512c927 100644 --- a/tests/utilities/auth.spec.ts +++ b/tests/utilities/auth.spec.ts @@ -34,7 +34,7 @@ afterAll(async () => { describe("createAccessToken", () => { it("should create a JWT token with the correct payload", async () => { const token = createAccessToken( - user ? user.toObject() : ({} as InterfaceUser) + user ? user.toObject() : ({} as InterfaceUser), ); expect(token).toBeDefined(); @@ -43,16 +43,16 @@ describe("createAccessToken", () => { expect(decodedToken).not.toBeNull(); expect((decodedToken as InterfaceJwtTokenPayload).tokenVersion).toBe( - user?.tokenVersion + user?.tokenVersion, ); expect((decodedToken as InterfaceJwtTokenPayload).userId).toBe( - user && user._id ? user._id.toString() : undefined + user && user._id ? user._id.toString() : undefined, ); expect((decodedToken as InterfaceJwtTokenPayload).firstName).toBe( - user?.firstName + user?.firstName, ); expect((decodedToken as InterfaceJwtTokenPayload).lastName).toBe( - user?.lastName + user?.lastName, ); expect((decodedToken as InterfaceJwtTokenPayload).email).toBe(user?.email); }); @@ -61,7 +61,7 @@ describe("createAccessToken", () => { describe("createRefreshToken", () => { it("should create a JWT token with the correct payload", () => { const token = createRefreshToken( - user ? user.toObject() : ({} as InterfaceUser) + user ? user.toObject() : ({} as InterfaceUser), ); expect(token).toBeDefined(); @@ -69,16 +69,16 @@ describe("createRefreshToken", () => { const decodedToken = jwt.decode(token); expect((decodedToken as InterfaceJwtTokenPayload).tokenVersion).toBe( - user?.tokenVersion + user?.tokenVersion, ); expect((decodedToken as InterfaceJwtTokenPayload).userId).toBe( - user && user._id ? user._id.toString() : undefined + user && user._id ? user._id.toString() : undefined, ); expect((decodedToken as InterfaceJwtTokenPayload).firstName).toBe( - user?.firstName + user?.firstName, ); expect((decodedToken as InterfaceJwtTokenPayload).lastName).toBe( - user?.lastName + user?.lastName, ); expect((decodedToken as InterfaceJwtTokenPayload).email).toBe(user?.email); }); diff --git a/tests/utilities/createSampleOrganizationUtil.spec.ts b/tests/utilities/createSampleOrganizationUtil.spec.ts index 54d614e23e..eed8450e05 100644 --- a/tests/utilities/createSampleOrganizationUtil.spec.ts +++ b/tests/utilities/createSampleOrganizationUtil.spec.ts @@ -87,7 +87,7 @@ describe("generateUserData function", () => { expect(event.startTime).toEqual(expect.any(Date)); expect(event.endTime).toEqual(expect.any(Date)); expect(event.recurrance).toEqual( - expect.stringMatching(/^(ONCE|DAILY|WEEKLY|MONTHLY|YEARLY)$/) + expect.stringMatching(/^(ONCE|DAILY|WEEKLY|MONTHLY|YEARLY)$/), ); expect(event.isPublic).toEqual(expect.any(Boolean)); expect(event.isRegisterable).toEqual(expect.any(Boolean)); @@ -130,7 +130,7 @@ describe("generatePostData function", () => { const pluginPromises = await generateRandomPlugins( numberOfPlugins, - users.map((user) => user._id.toString()) + users.map((user) => user._id.toString()), ); expect(Array.isArray(pluginPromises)).toBe(true); diff --git a/tests/utilities/deleteDuplicatedImage.spec.ts b/tests/utilities/deleteDuplicatedImage.spec.ts index 5afd061440..ed54af7669 100644 --- a/tests/utilities/deleteDuplicatedImage.spec.ts +++ b/tests/utilities/deleteDuplicatedImage.spec.ts @@ -19,20 +19,20 @@ describe("utilities -> deleteDuplicatedImage", () => { it("should delete duplicated image", () => { vi.spyOn(fs, "unlink").mockImplementationOnce( - (_imagePath: any, callback: any) => callback(null) + (_imagePath: any, callback: any) => callback(null), ); const logSpy = vi.spyOn(logger, "info"); deleteDuplicatedImage(testImagePath); expect(fs.unlink).toBeCalledWith(testImagePath, expect.any(Function)); expect(logSpy).toBeCalledWith( - "File was deleted as it already exists in the db!" + "File was deleted as it already exists in the db!", ); }); it("should throw error", () => { const error = new Error("There was an error deleting the file."); vi.spyOn(fs, "unlink").mockImplementationOnce( - (_imagePath: any, callback: any) => callback(error) + (_imagePath: any, callback: any) => callback(error), ); const logSpy = vi.spyOn(logger, "info"); expect(() => deleteDuplicatedImage(testImagePath)).toThrowError(error); diff --git a/tests/utilities/deleteImage.spec.ts b/tests/utilities/deleteImage.spec.ts index 196b44dc38..7bc62946c4 100644 --- a/tests/utilities/deleteImage.spec.ts +++ b/tests/utilities/deleteImage.spec.ts @@ -51,7 +51,7 @@ describe("utilities -> deleteImage.ts", () => { it("should delete Image when numberOfUser <=1", async () => { vi.spyOn(fs, "unlink").mockImplementationOnce( - (_imagePath: any, callback: any) => callback(null) + (_imagePath: any, callback: any) => callback(null), ); const reuploadUtilities = await import( "../../src/utilities/reuploadDuplicateCheck" @@ -60,7 +60,7 @@ describe("utilities -> deleteImage.ts", () => { vi.spyOn(reuploadUtilities, "reuploadDuplicateCheck").mockImplementation( async () => { return false; - } + }, ); const { logger } = await import("../../src/libraries"); @@ -74,10 +74,10 @@ describe("utilities -> deleteImage.ts", () => { expect(fs.unlink).toBeCalledWith( testImageToBeDeleted, - expect.any(Function) + expect.any(Function), ); expect(logSpy).toBeCalledWith( - "Image is only used once and therefore can be deleted" + "Image is only used once and therefore can be deleted", ); expect(logSpy).toBeCalledWith("File deleted!"); expect(testHashObj?.toObject()).toEqual({ @@ -98,7 +98,7 @@ describe("utilities -> deleteImage.ts", () => { }, { new: true, - } + }, ); const reuploadUtilities = await import( @@ -108,7 +108,7 @@ describe("utilities -> deleteImage.ts", () => { vi.spyOn(reuploadUtilities, "reuploadDuplicateCheck").mockImplementation( async () => { return false; - } + }, ); const { logger } = await import("../../src/libraries"); @@ -141,12 +141,12 @@ describe("utilities -> deleteImage.ts", () => { }, { new: true, - } + }, ); const error = new Error("There was an error deleting the file."); vi.spyOn(fs, "unlink").mockImplementationOnce( - (_imagePath: any, callback: any) => callback(error) + (_imagePath: any, callback: any) => callback(error), ); const reuploadUtilities = await import( @@ -156,7 +156,7 @@ describe("utilities -> deleteImage.ts", () => { vi.spyOn(reuploadUtilities, "reuploadDuplicateCheck").mockImplementation( async () => { return false; - } + }, ); const { logger } = await import("../../src/libraries"); @@ -169,7 +169,7 @@ describe("utilities -> deleteImage.ts", () => { expect(fs.unlink).toBeCalledWith( testImageToBeDeleted, - expect.any(Function) + expect.any(Function), ); expect(logSpy).not.toBeCalled(); } catch (error: unknown) { diff --git a/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts b/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts index 479542a1d1..ee8d3df7a1 100644 --- a/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts +++ b/tests/utilities/encodedImageStorage/uploadEncodedImage.spec.ts @@ -48,7 +48,7 @@ describe("src -> utilities -> encodedImageStorage -> uploadEncodedImage", () => await uploadEncodedImage(img, null); } catch (error: unknown) { expect((error as Error).message).toEqual( - `Translated ${INVALID_FILE_TYPE.MESSAGE}` + `Translated ${INVALID_FILE_TYPE.MESSAGE}`, ); expect(spy).toBeCalledWith(INVALID_FILE_TYPE.MESSAGE); diff --git a/tests/utilities/graphqlConnectionFactory.spec.ts b/tests/utilities/graphqlConnectionFactory.spec.ts index ae220e91f3..53572c6b62 100644 --- a/tests/utilities/graphqlConnectionFactory.spec.ts +++ b/tests/utilities/graphqlConnectionFactory.spec.ts @@ -168,7 +168,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> F fetchedObjects.slice(0, getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ @@ -196,7 +196,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> F fetchedObjects.slice(0, getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ @@ -225,7 +225,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> F fetchedObjects.slice(1, getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ @@ -254,7 +254,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> F fetchedObjects.slice(1, 1 + getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ @@ -309,7 +309,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> B reversedFetchedObjects.slice(0, getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ @@ -337,7 +337,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> B reversedFetchedObjects.slice(0, getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ @@ -366,7 +366,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> B reversedFetchedObjects.slice(1, getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ @@ -395,7 +395,7 @@ describe("utilities -> graphqlConnectionFactory -> generateConnectionObject -> B reversedFetchedObjects.slice(1, 1 + getLimit(args.limit)), (x) => ({ _id: x._id, - }) + }), ); expect(payload).toMatchObject({ diff --git a/tests/utilities/imageAlreadyInDbCheck.spec.ts b/tests/utilities/imageAlreadyInDbCheck.spec.ts index 440b8076b2..7effc340a7 100644 --- a/tests/utilities/imageAlreadyInDbCheck.spec.ts +++ b/tests/utilities/imageAlreadyInDbCheck.spec.ts @@ -106,7 +106,7 @@ describe("utilities -> imageAlreadyInDbCheck", () => { const fileName = await imageAlreadyInDbCheck( testOldImagePath, - testNewImagePath + testNewImagePath, ); expect(fileName).toEqual(testOldImagePath); @@ -153,7 +153,7 @@ describe("utilities -> imageAlreadyInDbCheck", () => { const fileName = await imageAlreadyInDbCheck( testOldImagePath, - testNewImagePath + testNewImagePath, ); const existingImageHash = await ImageHash.findOne({ diff --git a/tests/utilities/mailer.spec.ts b/tests/utilities/mailer.spec.ts index 29c200b163..9eb0372236 100644 --- a/tests/utilities/mailer.spec.ts +++ b/tests/utilities/mailer.spec.ts @@ -44,7 +44,7 @@ describe("utilities -> mailer", () => { .mockImplementationOnce(() => { const mockSendMail = ( _mailOptions: Mail.Options, - callBackFn: (_err: Error | null, _info: object) => void + callBackFn: (_err: Error | null, _info: object) => void, ): any => { return callBackFn(null, mockInfo); }; @@ -64,7 +64,7 @@ describe("utilities -> mailer", () => { .mockImplementationOnce(() => { const mockSendMail = ( _mailOptions: Mail.Options, - callBackFn: (_err: Error | null, _info: object | null) => void + callBackFn: (_err: Error | null, _info: object | null) => void, ): any => { return callBackFn(new Error("rejects Promise"), null); }; diff --git a/tests/utilities/reuploadDuplicateCheck.spec.ts b/tests/utilities/reuploadDuplicateCheck.spec.ts index 52cdd37470..4330de27dd 100644 --- a/tests/utilities/reuploadDuplicateCheck.spec.ts +++ b/tests/utilities/reuploadDuplicateCheck.spec.ts @@ -69,7 +69,7 @@ describe("utilities -> reuploadDuplicateCheck", () => { const reuploadDuplicateCheckPayload = await reuploadDuplicateCheck( testNewImagePathCopy, - testNewImagePath + testNewImagePath, ); expect(reuploadDuplicateCheckPayload).toBe(true); @@ -82,7 +82,7 @@ describe("utilities -> reuploadDuplicateCheck", () => { const reuploadDuplicateCheckPayload = await reuploadDuplicateCheck( null, - testNewImagePath + testNewImagePath, ); expect(reuploadDuplicateCheckPayload).toBe(false); diff --git a/tests/utilities/superAdminCheck.spec.ts b/tests/utilities/superAdminCheck.spec.ts index 780237efbd..acca9a028e 100644 --- a/tests/utilities/superAdminCheck.spec.ts +++ b/tests/utilities/superAdminCheck.spec.ts @@ -45,7 +45,7 @@ describe("utilities -> superAdminCheck", () => { } catch (error: unknown) { if (!(error instanceof Error)) return; expect(error.message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE}`, ); expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_SUPERADMIN.MESSAGE); } diff --git a/tests/utilities/uploadImage.spec.ts b/tests/utilities/uploadImage.spec.ts index 7562ba6464..21c1a67838 100644 --- a/tests/utilities/uploadImage.spec.ts +++ b/tests/utilities/uploadImage.spec.ts @@ -62,8 +62,8 @@ try { .createReadStream( path.join( __dirname, - "../../public/markdown/images/talawa-logo-lite-200x200.png" - ) + "../../public/markdown/images/talawa-logo-lite-200x200.png", + ), ) .on("error", (error) => { console.log(error); @@ -79,7 +79,7 @@ try { async (oldImagePath: string | null, newImagePath: string) => { console.log(oldImagePath, newImagePath); return ""; - } + }, ); const { uploadImage } = await import("../../src/utilities/uploadImage"); const uploadImagePayload = await uploadImage(pngImage, null); @@ -94,21 +94,21 @@ try { }, { new: true, - } + }, ).lean(); expect(mockedImageAlreadyInDb).toHaveBeenCalledWith( null, - testUserObj?.image + testUserObj?.image, ); expect(uploadImagePayload?.newImagePath).toEqual(testUserObj?.image); fs.unlink( path.join( __dirname, - "../../".concat(uploadImagePayload.newImagePath) + "../../".concat(uploadImagePayload.newImagePath), ), (err) => { if (err) throw err; - } + }, ); } catch (error) { console.log(error); @@ -123,8 +123,8 @@ try { .createReadStream( path.join( __dirname, - "../../public/markdown/images/talawa-logo-lite-200x200.png" - ) + "../../public/markdown/images/talawa-logo-lite-200x200.png", + ), ) .on("error", (err) => { console.log(err); @@ -140,7 +140,7 @@ try { async (oldImagePath: string | null, newImagePath: string) => { console.log(oldImagePath, newImagePath); return newImagePath; - } + }, ); const { uploadImage } = await import("../../src/utilities/uploadImage"); const testUserBeforeObj = await User.findById({ @@ -167,25 +167,25 @@ try { }, { new: true, - } + }, ).lean(); expect(mockedDeleteImage).toBeCalledWith( oldImagePath, - testUserObj?.image + testUserObj?.image, ); expect(mockedImageAlreadyInDb).toHaveBeenCalledWith( oldImagePath, - testUserObj?.image + testUserObj?.image, ); expect(uploadImagePayload?.newImagePath).toEqual(testUserObj?.image); fs.unlink( path.join( __dirname, - "../../".concat(uploadImagePayload.newImagePath) + "../../".concat(uploadImagePayload.newImagePath), ), (err) => { if (err) throw err; - } + }, ); } catch (error) { console.log(error); diff --git a/tests/utilities/userFamilyAdminCheck.spec.ts b/tests/utilities/userFamilyAdminCheck.spec.ts index fa7d3c45a8..9205f3b33b 100644 --- a/tests/utilities/userFamilyAdminCheck.spec.ts +++ b/tests/utilities/userFamilyAdminCheck.spec.ts @@ -54,11 +54,11 @@ describe("utilities -> userFamilyAdminCheck", () => { ); await adminCheck( testUser?._id, - testUserFamily ?? ({} as InterfaceUserFamily) + testUserFamily ?? ({} as InterfaceUserFamily), ); } catch (error) { expect((error as Error).message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); @@ -75,7 +75,7 @@ describe("utilities -> userFamilyAdminCheck", () => { { new: true, upsert: true, - } + }, ); const { adminCheck } = await import( @@ -85,8 +85,8 @@ describe("utilities -> userFamilyAdminCheck", () => { await expect( adminCheck( updatedUser?._id, - testUserFamily ?? ({} as InterfaceUserFamily) - ) + testUserFamily ?? ({} as InterfaceUserFamily), + ), ).resolves.not.toThrowError(); }); @@ -101,7 +101,7 @@ describe("utilities -> userFamilyAdminCheck", () => { { new: true, upsert: true, - } + }, ); const updatedUserFamily = await UserFamily.findOneAndUpdate( @@ -116,7 +116,7 @@ describe("utilities -> userFamilyAdminCheck", () => { { new: true, upsert: true, - } + }, ); const { adminCheck } = await import( @@ -126,8 +126,8 @@ describe("utilities -> userFamilyAdminCheck", () => { await expect( adminCheck( updatedUser?._id, - updatedUserFamily ?? ({} as InterfaceUserFamily) - ) + updatedUserFamily ?? ({} as InterfaceUserFamily), + ), ).resolves.not.toThrowError(); }); it("throws error if user is not found with the specific Id", async () => { @@ -143,11 +143,11 @@ describe("utilities -> userFamilyAdminCheck", () => { ); await adminCheck( new mongoose.Types.ObjectId(), - testUserFamily ?? ({} as InterfaceUserFamily) + testUserFamily ?? ({} as InterfaceUserFamily), ); } catch (error) { expect((error as Error).message).toEqual( - `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}` + `Translated ${USER_NOT_AUTHORIZED_ADMIN.MESSAGE}`, ); } expect(spy).toBeCalledWith(USER_NOT_AUTHORIZED_ADMIN.MESSAGE); From b6f710e99374c8b4763f25d2fe836a9ff508f26f Mon Sep 17 00:00:00 2001 From: Chiranjeev Kumar Date: Sat, 17 Feb 2024 05:28:45 +0530 Subject: [PATCH 086/109] Created new data sample (#1786) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * created new data sample * added exact pincodes * linting fix * lint fix in tests/resolvers/Query/actionItemsByOrganization.spec.ts * converting const to var to make the size of image variable and resolved conflict * upgraded prettier to 3.2.5 * unauthorized files changes removed --------- Co-authored-by: chiranjeev kundu <“chiranjeevkundu2000@gmail.com”> --- sample_data/events.json | 5336 +++++++++++++++++++++++++++- sample_data/organizations.json | 90 +- sample_data/posts.json | 272 ++ sample_data/users.json | 232 ++ schema.graphql | 226 +- src/types/generatedGraphQLTypes.ts | 2 +- 6 files changed, 5921 insertions(+), 237 deletions(-) diff --git a/sample_data/events.json b/sample_data/events.json index 16c73e4456..d460b566ad 100644 --- a/sample_data/events.json +++ b/sample_data/events.json @@ -1,34 +1,5336 @@ [ { + "_comment": "Registration not required", + "_id": "65915090c06a8200409b77d6", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659156622caa9d8d6908754b", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659156682caa9d8d6908754c", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Yoga class for seniors", + "description": "Join our soothing Yoga Class for Seniors, a gentle journey promoting flexibility, balance, and mindfulness, tailored to enhance well-being in a serene environment.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T10:00:00.000Z", + "endTime": "2024-01-01T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "6591567b2caa9d8d6908754d", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659156852caa9d8d6908754e", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Book of the Week Club", + "description": "Embrace literary exploration with our 'Book of the Week Club.' Join fellow readers in lively discussions, discovering captivating stories and expanding horizons every week.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T14:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659157cb2caa9d8d6908754f", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659158082caa9d8d69087550", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659158292caa9d8d69087551", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659158942caa9d8d69087552", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659159cf2caa9d8d69087553", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659158082caa9d8d69087554", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659158292caa9d8d69087555", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659158292caa9d8d69087556", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Advanced", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T10:00:00.000Z", + "endTime": "2024-01-03T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool back", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659158942caa9d8d69087557", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916a6e2caa9d8d69087559", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916a732caa9d8d6908755a", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916a8a2caa9d8d6908755b", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Kids karate", + "description": "Empower young minds with Kids Karate. Our program blends discipline, fitness, and fun, fostering confidence and instilling valuable life skills through martial arts training.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T18:00:00.000Z", + "endTime": "2024-01-04T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916a8a2caa9d8d6908755c", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Begineers", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T16:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916a982caa9d8d6908755d", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916b2d2caa9d8d6908755e", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916b382caa9d8d6908755f", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916b462caa9d8d69087560", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Neighborhood Watch Meeting", + "description": "Join our Neighborhood Watch Meeting for a safer community. Collaborate on security strategies, share concerns, and strengthen bonds to ensure a secure and vigilant neighborhood.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T18:00:00.000Z", + "endTime": "2024-01-05T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916b4f2caa9d8d69087561", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916ca92caa9d8d69087562", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "So Bad They’re Good Movie Night", + "description": "Indulge in hilariously entertaining cinema at our 'So Bad They're Good Movie Night.' Join the laughter as we screen delightfully cheesy films for a night of ironic enjoyment.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T19:00:00.000Z", + "endTime": "2024-01-06T21:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Main Theatre", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916cfa2caa9d8d69087563", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "65916f152caa9d8d69087564", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087565", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087566", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Yoga class for seniors", + "description": "Join our soothing Yoga Class for Seniors, a gentle journey promoting flexibility, balance, and mindfulness, tailored to enhance well-being in a serene environment.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T10:00:00.000Z", + "endTime": "2024-01-01T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087567", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087568", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Book of the Week Club", + "description": "Embrace literary exploration with our 'Book of the Week Club.' Join fellow readers in lively discussions, discovering captivating stories and expanding horizons every week.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T14:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087569", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172ae2caa9d8d6908756a", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172ae2caa9d8d6908756b", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172ae2caa9d8d6908756c", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172ae2caa9d8d6908756d", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172ae2caa9d8d6908756e", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172db2caa9d8d6908756f", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087570", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Advanced", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T10:00:00.000Z", + "endTime": "2024-01-03T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool back", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087571", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087572", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087573", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087574", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Kids karate", + "description": "Empower young minds with Kids Karate. Our program blends discipline, fitness, and fun, fostering confidence and instilling valuable life skills through martial arts training.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T18:00:00.000Z", + "endTime": "2024-01-04T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087575", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Begineers", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T16:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087576", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087577", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087578", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d69087579", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Neighborhood Watch Meeting", + "description": "Join our Neighborhood Watch Meeting for a safer community. Collaborate on security strategies, share concerns, and strengthen bonds to ensure a secure and vigilant neighborhood.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T18:00:00.000Z", + "endTime": "2024-01-05T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d6908757a", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d6908757b", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "So Bad They’re Good Movie Night", + "description": "Indulge in hilariously entertaining cinema at our 'So Bad They're Good Movie Night.' Join the laughter as we screen delightfully cheesy films for a night of ironic enjoyment.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T19:00:00.000Z", + "endTime": "2024-01-06T21:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Main Theatre", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d6908757c", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["65378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d6908757d", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d6908757e", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172e82caa9d8d6908757f", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Yoga class for seniors", + "description": "Join our soothing Yoga Class for Seniors, a gentle journey promoting flexibility, balance, and mindfulness, tailored to enhance well-being in a serene environment.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T10:00:00.000Z", + "endTime": "2024-01-01T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087580", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087581", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Book of the Week Club", + "description": "Embrace literary exploration with our 'Book of the Week Club.' Join fellow readers in lively discussions, discovering captivating stories and expanding horizons every week.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T14:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087582", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087583", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087584", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087585", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087586", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087587", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087588", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087589", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Advanced", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T10:00:00.000Z", + "endTime": "2024-01-03T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool back", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908758a", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908758b", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908758c", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908758d", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Kids karate", + "description": "Empower young minds with Kids Karate. Our program blends discipline, fitness, and fun, fostering confidence and instilling valuable life skills through martial arts training.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T18:00:00.000Z", + "endTime": "2024-01-04T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908758e", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Begineers", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T16:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908758f", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087590", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087591", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087592", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Neighborhood Watch Meeting", + "description": "Join our Neighborhood Watch Meeting for a safer community. Collaborate on security strategies, share concerns, and strengthen bonds to ensure a secure and vigilant neighborhood.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T18:00:00.000Z", + "endTime": "2024-01-05T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087593", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087594", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "So Bad They’re Good Movie Night", + "description": "Indulge in hilariously entertaining cinema at our 'So Bad They're Good Movie Night.' Join the laughter as we screen delightfully cheesy films for a night of ironic enjoyment.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T19:00:00.000Z", + "endTime": "2024-01-06T21:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Main Theatre", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087595", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["66378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087596", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087597", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087598", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Yoga class for seniors", + "description": "Join our soothing Yoga Class for Seniors, a gentle journey promoting flexibility, balance, and mindfulness, tailored to enhance well-being in a serene environment.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T10:00:00.000Z", + "endTime": "2024-01-01T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d69087599", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T06:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908759a", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Book of the Week Club", + "description": "Embrace literary exploration with our 'Book of the Week Club.' Join fellow readers in lively discussions, discovering captivating stories and expanding horizons every week.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T14:00:00.000Z", + "endTime": "2024-01-01T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908759b", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908759c", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908759d", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908759e", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T06:00:00.000Z", + "endTime": "2024-01-02T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d6908759f", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a0", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a1", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a2", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Advanced", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T10:00:00.000Z", + "endTime": "2024-01-03T11:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool back", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a3", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T06:00:00.000Z", + "endTime": "2024-01-03T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a4", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a5", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a6", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Kids karate", + "description": "Empower young minds with Kids Karate. Our program blends discipline, fitness, and fun, fostering confidence and instilling valuable life skills through martial arts training.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T18:00:00.000Z", + "endTime": "2024-01-04T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a7", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Art Class - Begineers", + "description": "Unleash your creativity in our Art Class. Explore diverse mediums, express yourself, and nurture artistic skills in a supportive and inspiring environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T16:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a8", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T06:00:00.000Z", + "endTime": "2024-01-04T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875a9", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Aerobics for everyone", + "description": "Energize your body and spirit with 'Aerobics for Everyone.' Join the vibrant workout, suitable for all fitness levels, fostering health and joy in a dynamic community.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio A", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875aa", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Early Morning Pilates", + "description": "Revitalize your morning with Early Morning Pilates—an invigorating blend of mindful movements, core strengthening, and tranquil surroundings for a balanced start to your day.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T07:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Studio B", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ab", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Neighborhood Watch Meeting", + "description": "Join our Neighborhood Watch Meeting for a safer community. Collaborate on security strategies, share concerns, and strengthen bonds to ensure a secure and vigilant neighborhood.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T18:00:00.000Z", + "endTime": "2024-01-05T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ac", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Lap Swimming", + "description": "Dive into fitness with Lap Swimming—a refreshing aquatic workout promoting endurance, strength, and relaxation in the invigorating embrace of the pool.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T06:00:00.000Z", + "endTime": "2024-01-05T15:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ad", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "So Bad They’re Good Movie Night", + "description": "Indulge in hilariously entertaining cinema at our 'So Bad They're Good Movie Night.' Join the laughter as we screen delightfully cheesy films for a night of ironic enjoyment.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T19:00:00.000Z", + "endTime": "2024-01-06T21:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Main Theatre", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ae", + "recurring": true, + "recurrance": "WEEKLY", + "admins": ["67378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": false, + "location": "Atlantic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_comment": "Registration required", "_id": "6437907585008f171cf2994c", "recurring": true, - "recurrance": "ONCE", - "admins": ["64378abd85008f171cf2990d"], - "tasks": [], + "recurrance": "WEEKLY", + "admins": ["64378abd85008f171cf2990d"], + "tasks": [], + "status": "ACTIVE", + "title": "Children Day Celebration", + "description": "There would be a children day celebration at the town hall. The refreshments would be distributed, and several speakers are invited to deliver a impactful session.", + "startDate": "2023-04-13T00:00:00.000Z", + "endDate": "2023-05-13T00:00:00.000Z", + "startTime": null, + "endTime": null, + "allDay": true, + "isPublic": true, + "isRegisterable": true, + "location": "Port Antonio", + "creatorId": "64378abd85008f171cf2990d", + "createdAt": "2023-04-13T05:17:41.327Z", + "updatedAt": "2023-04-13T05:17:41.327Z", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "64378abd85008f171cf2990d", + "user": "64378abd85008f171cf2990d", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875af", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T15:00:00.000Z", + "endTime": "2024-01-01T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b0", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Finance Committee Meeting", + "description": "Participate in our Finance Committee Meeting for strategic financial planning. Join the discussion on budgets, investments, and fiscal matters to contribute to the financial health of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T17:00:00.000Z", + "endTime": "2024-01-01T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b1", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Risk Committee Meeting", + "description": "Engage in our Risk Committee Meeting to assess and mitigate potential risks. Collaborate on proactive strategies and ensure the resilience and stability of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T18:00:00.000Z", + "endTime": "2024-01-01T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b2", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T15:00:00.000Z", + "endTime": "2024-01-02T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b3", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Conference Planning Committee", + "description": "Be a key player in our Conference Planning Committee. Join the collaboration to organize, innovate, and ensure the success of upcoming conferences for a seamless and impactful event.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T17:00:00.000Z", + "endTime": "2024-01-02T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b4", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Organization Strategy Workshop", + "description": "Participate in our Organization Strategy Workshop. Explore vision, goals, and collaborative planning to strengthen our collective impact and drive success in a dynamic and forward-thinking session.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b5", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T15:00:00.000Z", + "endTime": "2024-01-03T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b6", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Families With Addiction", + "description": "Support and connect with Families With Addiction. Our group provides a compassionate space for sharing experiences, resources, and encouragement on the challenging journey of navigating addiction within the family.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T17:00:00.000Z", + "endTime": "2024-01-03T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b7", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Investment Strategy Committee", + "description": "Contribute to financial success by joining our Investment Strategy Committee. Collaborate on smart investment decisions, risk management, and market analysis to enhance the overall financial health of our organization.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b8", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875b9", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Programming for Everyone", + "description": "Dive into the world of coding with 'Programming for Everyone.' Explore diverse languages and concepts, fostering inclusivity and skill development in a supportive learning environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Computer Lab", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ba", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "University Preparation Tips", + "description": "Unlock academic success with University Preparation Tips. Navigate the college application process, refine study skills, and embrace personal growth for a smooth transition to university life.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T17:00:00.000Z", + "endTime": "2024-01-04T20:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875bb", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Career Counseling", + "description": "Discover your path with Career Counseling. Personalized guidance, skills assessment, and goal-setting to empower informed career decisions and navigate a fulfilling professional journey.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T15:00:00.000Z", + "endTime": "2024-01-05T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875bc", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Saturday Serenade Concert", + "description": "Experience musical enchantment at our Saturday Serenade Concert. Join us for an evening of captivating performances, creating a harmonious blend of melodies to elevate your weekend.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T17:00:00.000Z", + "endTime": "2024-01-06T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Garden Patio", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875bd", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Soccer Lessons", + "description": "Score skills and fun with Youth Soccer Lessons! Our program focuses on fundamentals, teamwork, and a love for the game, creating a dynamic and inclusive environment for young enthusiasts.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T09:00:00.000Z", + "endTime": "2024-01-06T10:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Sports Field", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875be", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "64378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Atlantic Conference Room", + "creatorId": "64378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6437904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875bf", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T15:00:00.000Z", + "endTime": "2024-01-01T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c0", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Finance Committee Meeting", + "description": "Participate in our Finance Committee Meeting for strategic financial planning. Join the discussion on budgets, investments, and fiscal matters to contribute to the financial health of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T17:00:00.000Z", + "endTime": "2024-01-01T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c1", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Risk Committee Meeting", + "description": "Engage in our Risk Committee Meeting to assess and mitigate potential risks. Collaborate on proactive strategies and ensure the resilience and stability of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T18:00:00.000Z", + "endTime": "2024-01-01T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c2", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T15:00:00.000Z", + "endTime": "2024-01-02T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c3", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Conference Planning Committee", + "description": "Be a key player in our Conference Planning Committee. Join the collaboration to organize, innovate, and ensure the success of upcoming conferences for a seamless and impactful event.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T17:00:00.000Z", + "endTime": "2024-01-02T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c4", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Organization Strategy Workshop", + "description": "Participate in our Organization Strategy Workshop. Explore vision, goals, and collaborative planning to strengthen our collective impact and drive success in a dynamic and forward-thinking session.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c5", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T15:00:00.000Z", + "endTime": "2024-01-03T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c6", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Families With Addiction", + "description": "Support and connect with Families With Addiction. Our group provides a compassionate space for sharing experiences, resources, and encouragement on the challenging journey of navigating addiction within the family.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T17:00:00.000Z", + "endTime": "2024-01-03T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c7", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Investment Strategy Committee", + "description": "Contribute to financial success by joining our Investment Strategy Committee. Collaborate on smart investment decisions, risk management, and market analysis to enhance the overall financial health of our organization.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c8", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875c9", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Programming for Everyone", + "description": "Dive into the world of coding with 'Programming for Everyone.' Explore diverse languages and concepts, fostering inclusivity and skill development in a supportive learning environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Computer Lab", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ca", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "University Preparation Tips", + "description": "Unlock academic success with University Preparation Tips. Navigate the college application process, refine study skills, and embrace personal growth for a smooth transition to university life.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T17:00:00.000Z", + "endTime": "2024-01-04T20:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875cb", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Career Counseling", + "description": "Discover your path with Career Counseling. Personalized guidance, skills assessment, and goal-setting to empower informed career decisions and navigate a fulfilling professional journey.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T15:00:00.000Z", + "endTime": "2024-01-05T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875cc", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Saturday Serenade Concert", + "description": "Experience musical enchantment at our Saturday Serenade Concert. Join us for an evening of captivating performances, creating a harmonious blend of melodies to elevate your weekend.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T17:00:00.000Z", + "endTime": "2024-01-06T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Garden Patio", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875cd", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Soccer Lessons", + "description": "Score skills and fun with Youth Soccer Lessons! Our program focuses on fundamentals, teamwork, and a love for the game, creating a dynamic and inclusive environment for young enthusiasts.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T09:00:00.000Z", + "endTime": "2024-01-06T10:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Sports Field", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ce", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "65378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Atlantic Conference Room", + "creatorId": "65378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6537904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875cf", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T15:00:00.000Z", + "endTime": "2024-01-01T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d0", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Finance Committee Meeting", + "description": "Participate in our Finance Committee Meeting for strategic financial planning. Join the discussion on budgets, investments, and fiscal matters to contribute to the financial health of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T17:00:00.000Z", + "endTime": "2024-01-01T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d1", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Risk Committee Meeting", + "description": "Engage in our Risk Committee Meeting to assess and mitigate potential risks. Collaborate on proactive strategies and ensure the resilience and stability of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T18:00:00.000Z", + "endTime": "2024-01-01T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d2", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T15:00:00.000Z", + "endTime": "2024-01-02T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d3", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Conference Planning Committee", + "description": "Be a key player in our Conference Planning Committee. Join the collaboration to organize, innovate, and ensure the success of upcoming conferences for a seamless and impactful event.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T17:00:00.000Z", + "endTime": "2024-01-02T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d4", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Organization Strategy Workshop", + "description": "Participate in our Organization Strategy Workshop. Explore vision, goals, and collaborative planning to strengthen our collective impact and drive success in a dynamic and forward-thinking session.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d5", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T15:00:00.000Z", + "endTime": "2024-01-03T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d6", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Families With Addiction", + "description": "Support and connect with Families With Addiction. Our group provides a compassionate space for sharing experiences, resources, and encouragement on the challenging journey of navigating addiction within the family.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T17:00:00.000Z", + "endTime": "2024-01-03T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d7", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Investment Strategy Committee", + "description": "Contribute to financial success by joining our Investment Strategy Committee. Collaborate on smart investment decisions, risk management, and market analysis to enhance the overall financial health of our organization.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d8", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875d9", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Programming for Everyone", + "description": "Dive into the world of coding with 'Programming for Everyone.' Explore diverse languages and concepts, fostering inclusivity and skill development in a supportive learning environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Computer Lab", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875da", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "University Preparation Tips", + "description": "Unlock academic success with University Preparation Tips. Navigate the college application process, refine study skills, and embrace personal growth for a smooth transition to university life.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T17:00:00.000Z", + "endTime": "2024-01-04T20:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875db", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Career Counseling", + "description": "Discover your path with Career Counseling. Personalized guidance, skills assessment, and goal-setting to empower informed career decisions and navigate a fulfilling professional journey.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T15:00:00.000Z", + "endTime": "2024-01-05T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875dc", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Saturday Serenade Concert", + "description": "Experience musical enchantment at our Saturday Serenade Concert. Join us for an evening of captivating performances, creating a harmonious blend of melodies to elevate your weekend.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T17:00:00.000Z", + "endTime": "2024-01-06T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Garden Patio", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875dd", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Soccer Lessons", + "description": "Score skills and fun with Youth Soccer Lessons! Our program focuses on fundamentals, teamwork, and a love for the game, creating a dynamic and inclusive environment for young enthusiasts.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T09:00:00.000Z", + "endTime": "2024-01-06T10:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Sports Field", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875de", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "66378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Atlantic Conference Room", + "creatorId": "66378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6637904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875df", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T15:00:00.000Z", + "endTime": "2024-01-01T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e0", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Finance Committee Meeting", + "description": "Participate in our Finance Committee Meeting for strategic financial planning. Join the discussion on budgets, investments, and fiscal matters to contribute to the financial health of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T17:00:00.000Z", + "endTime": "2024-01-01T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e1", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Risk Committee Meeting", + "description": "Engage in our Risk Committee Meeting to assess and mitigate potential risks. Collaborate on proactive strategies and ensure the resilience and stability of our organization.", + "startDate": "2024-01-01T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-01T18:00:00.000Z", + "endTime": "2024-01-01T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e2", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T15:00:00.000Z", + "endTime": "2024-01-02T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e3", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Conference Planning Committee", + "description": "Be a key player in our Conference Planning Committee. Join the collaboration to organize, innovate, and ensure the success of upcoming conferences for a seamless and impactful event.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T17:00:00.000Z", + "endTime": "2024-01-02T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e4", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Organization Strategy Workshop", + "description": "Participate in our Organization Strategy Workshop. Explore vision, goals, and collaborative planning to strengthen our collective impact and drive success in a dynamic and forward-thinking session.", + "startDate": "2024-01-02T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-02T18:00:00.000Z", + "endTime": "2024-01-02T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e5", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", "status": "ACTIVE", - "title": "Children Day Celebration", - "description": "There would be a children day celebration at the town hall. The refreshments would be distributed, and several speakers are invited to deliver a impactful session.", - "startDate": "2023-04-13T00:00:00.000Z", - "endDate": "2023-04-13T00:00:00.000Z", - "startTime": null, - "endTime": null, - "allDay": true, + "title": "Youth Swimming Lessons", + "description": "Dive into skill development with Youth Swimming Lessons! Our program offers a safe and fun environment, teaching essential swimming techniques and water safety to young enthusiasts.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T15:00:00.000Z", + "endTime": "2024-01-03T17:00:00.000Z", + "allDay": false, "isPublic": true, "isRegisterable": true, - "location": "Port Antonio", - "creatorId": "64378abd85008f171cf2990d", - "createdAt": "2023-04-13T05:17:41.327Z", - "updatedAt": "2023-04-13T05:17:41.327Z", + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", "registrants": [ { "status": "ACTIVE", "_id": "6437907585008f171cf2994d", - "userId": "64378abd85008f171cf2990d", - "user": "64378abd85008f171cf2990d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", "createdAt": "2023-04-13T05:17:41.327Z" } ], - "organization": "6437904485008f171cf29924", + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e6", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Families With Addiction", + "description": "Support and connect with Families With Addiction. Our group provides a compassionate space for sharing experiences, resources, and encouragement on the challenging journey of navigating addiction within the family.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T17:00:00.000Z", + "endTime": "2024-01-03T18:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658930fd2caa9d8d6908745c", + "user": "658930fd2caa9d8d6908745c", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589386a2caa9d8d69087484", + "user": "6589386a2caa9d8d69087484", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589387e2caa9d8d69087485", + "user": "6589387e2caa9d8d69087485", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589388b2caa9d8d69087486", + "user": "6589388b2caa9d8d69087486", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e7", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Investment Strategy Committee", + "description": "Contribute to financial success by joining our Investment Strategy Committee. Collaborate on smart investment decisions, risk management, and market analysis to enhance the overall financial health of our organization.", + "startDate": "2024-01-03T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-03T18:00:00.000Z", + "endTime": "2024-01-03T19:30:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e8", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Adult Swimming Lessons", + "description": "Dive into confidence with Adult Swimming Lessons. Our program provides a supportive environment for all skill levels, fostering water proficiency and a safe, enjoyable swimming experience.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pool", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875e9", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Programming for Everyone", + "description": "Dive into the world of coding with 'Programming for Everyone.' Explore diverse languages and concepts, fostering inclusivity and skill development in a supportive learning environment.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T15:00:00.000Z", + "endTime": "2024-01-04T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Computer Lab", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ea", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "University Preparation Tips", + "description": "Unlock academic success with University Preparation Tips. Navigate the college application process, refine study skills, and embrace personal growth for a smooth transition to university life.", + "startDate": "2024-01-04T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-04T17:00:00.000Z", + "endTime": "2024-01-04T20:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Arctic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875eb", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Career Counseling", + "description": "Discover your path with Career Counseling. Personalized guidance, skills assessment, and goal-setting to empower informed career decisions and navigate a fulfilling professional journey.", + "startDate": "2024-01-05T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-05T15:00:00.000Z", + "endTime": "2024-01-05T17:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Pacific Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ec", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Saturday Serenade Concert", + "description": "Experience musical enchantment at our Saturday Serenade Concert. Join us for an evening of captivating performances, creating a harmonious blend of melodies to elevate your weekend.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T17:00:00.000Z", + "endTime": "2024-01-06T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Garden Patio", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ed", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Youth Soccer Lessons", + "description": "Score skills and fun with Youth Soccer Lessons! Our program focuses on fundamentals, teamwork, and a love for the game, creating a dynamic and inclusive environment for young enthusiasts.", + "startDate": "2024-01-06T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-06T09:00:00.000Z", + "endTime": "2024-01-06T10:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Sports Field", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", + "__v": 0 + }, + { + "_id": "659172742caa9d8d690875ee", + "recurring": true, + "recurrance": "WEEKLY", + "admins": "67378abd85008f171cf2990d", + "status": "ACTIVE", + "title": "Travel Club", + "description": "Embark on exciting journeys with our Travel Club. Explore diverse destinations, share experiences, and build lasting connections in a community passionate about wanderlust.", + "startDate": "2024-01-07T00:00:00.000Z", + "endDate": "2024-12-31T00:00:00.000Z", + "startTime": "2024-01-07T18:00:00.000Z", + "endTime": "2024-01-07T19:00:00.000Z", + "allDay": false, + "isPublic": true, + "isRegisterable": true, + "location": "Atlantic Conference Room", + "creatorId": "67378abd85008f171cf2990d", + "registrants": [ + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "6589389d2caa9d8d69087487", + "user": "6589389d2caa9d8d69087487", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938a62caa9d8d69087488", + "user": "658938a62caa9d8d69087488", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938b02caa9d8d69087489", + "user": "658938b02caa9d8d69087489", + "createdAt": "2023-04-13T05:17:41.327Z" + }, + { + "status": "ACTIVE", + "_id": "6437907585008f171cf2994d", + "userId": "658938ba2caa9d8d6908748a", + "user": "658938ba2caa9d8d6908748a", + "createdAt": "2023-04-13T05:17:41.327Z" + } + ], + "organization": "6737904485008f171cf29924", "__v": 0 } ] diff --git a/sample_data/organizations.json b/sample_data/organizations.json index f57ceab8bb..a368c046d1 100644 --- a/sample_data/organizations.json +++ b/sample_data/organizations.json @@ -2,24 +2,34 @@ { "_id": "6437904485008f171cf29924", "status": "ACTIVE", - "members": ["64378abd85008f171cf2990d"], + "members": [ + "64378abd85008f171cf2990d", + "658930fd2caa9d8d6908745c", + "6589386a2caa9d8d69087484", + "6589387e2caa9d8d69087485", + "6589388b2caa9d8d69087486", + "6589389d2caa9d8d69087487", + "658938a62caa9d8d69087488", + "658938b02caa9d8d69087489", + "658938ba2caa9d8d6908748a" + ], "admins": ["64378abd85008f171cf2990d"], "groupChats": [], "posts": [], "pinnedPosts": [], "membershipRequests": [], "blockedUsers": [], - "name": "The Unity Foundation", + "name": "Unity Foundation", "description": "A foundation aimed at uniting the world and making it a better place for all.", "address": { - "city": "Delhi", - "countryCode": "IN", + "city": "Bronx", + "countryCode": "US", "dependentLocality": "Some Dependent Locality", "line1": "123 Random Street", "line2": "Apartment 456", - "postalCode": "110001", + "postalCode": "10451", "sortingCode": "ABC-123", - "state": "Delhi" + "state": "NYC" }, "userRegistrationRequired": false, "visibleInSearch": true, @@ -35,7 +45,15 @@ "65378abd85008f171cf2990d", "67378abd85008f171cf2991d", "67378abd85008f171cf2992d", - "67378abd85008f171cf2993d" + "67378abd85008f171cf2993d", + "658930fd2caa9d8d6908745c", + "6589386a2caa9d8d69087484", + "6589387e2caa9d8d69087485", + "6589388b2caa9d8d69087486", + "6589389d2caa9d8d69087487", + "658938a62caa9d8d69087488", + "658938b02caa9d8d69087489", + "658938ba2caa9d8d6908748a" ], "admins": ["65378abd85008f171cf2990d"], "groupChats": [], @@ -43,17 +61,17 @@ "pinnedPosts": [], "membershipRequests": [], "blockedUsers": [], - "name": "Angel Foundation", + "name": "Unity Foundation", "description": "We are aimed at improving the education spaces for the under privileged girl child.", "address": { - "city": "Kolkata", - "countryCode": "IN", + "city": "Queens", + "countryCode": "US", "dependentLocality": "Some Dependent Locality", - "line1": "line1", - "line2": "line2", - "postalCode": "711205", - "sortingCode": "ABC-124", - "state": "West Bengal" + "line1": "123 Coffee Street", + "line2": "Apartment 501", + "postalCode": "11427", + "sortingCode": "ABC-133", + "state": "NYC" }, "userRegistrationRequired": false, "visibleInSearch": true, @@ -65,24 +83,34 @@ { "_id": "6637904485008f171cf29924", "status": "ACTIVE", - "members": ["66378abd85008f171cf2990d"], + "members": [ + "66378abd85008f171cf2990d", + "658930fd2caa9d8d6908745c", + "6589386a2caa9d8d69087484", + "6589387e2caa9d8d69087485", + "6589388b2caa9d8d69087486", + "6589389d2caa9d8d69087487", + "658938a62caa9d8d69087488", + "658938b02caa9d8d69087489", + "658938ba2caa9d8d6908748a" + ], "admins": ["66378abd85008f171cf2990d"], "groupChats": [], "posts": [], "pinnedPosts": [], "membershipRequests": [], "blockedUsers": [], - "name": "Hope Foundation", + "name": "Unity Foundation", "description": "A place where money and power doesn't matter. Free legal aid to everyone.", "address": { - "city": "Mountain View", + "city": "Staten Island", "countryCode": "US", "dependentLocality": "Some Dependent Locality", - "line1": "123 Main Street", - "line2": "Apt 456", - "postalCode": "94040", - "sortingCode": "XYZ-789", - "state": "CA" + "line1": "123 church Street", + "line2": "Apartment 499", + "postalCode": "10301", + "sortingCode": "ABC-122", + "state": "NYC" }, "userRegistrationRequired": false, "visibleInSearch": true, @@ -94,14 +122,24 @@ { "_id": "6737904485008f171cf29924", "status": "ACTIVE", - "members": ["67378abd85008f171cf2990d"], + "members": [ + "67378abd85008f171cf2990d", + "658930fd2caa9d8d6908745c", + "6589386a2caa9d8d69087484", + "6589387e2caa9d8d69087485", + "6589388b2caa9d8d69087486", + "6589389d2caa9d8d69087487", + "658938a62caa9d8d69087488", + "658938b02caa9d8d69087489", + "658938ba2caa9d8d6908748a" + ], "admins": ["67378abd85008f171cf2990d"], "groupChats": [], "posts": [], "pinnedPosts": [], "membershipRequests": [], "blockedUsers": [], - "name": "Dignity Foundation", + "name": "Unity Foundation", "description": "A foundation aimed at improving the lives of old age citizens.", "address": { "city": "Brooklyn", @@ -109,7 +147,7 @@ "dependentLocality": "Sample Dependent Locality", "line1": "123 Main Street", "line2": "Apt 456", - "postalCode": "11234", + "postalCode": "10004", "sortingCode": "ABC-789", "state": "NY" }, diff --git a/sample_data/posts.json b/sample_data/posts.json index 1164ef3716..d2cec657a4 100644 --- a/sample_data/posts.json +++ b/sample_data/posts.json @@ -15,5 +15,277 @@ "createdAt": "2023-04-13T05:17:14.396Z", "updatedAt": "2023-04-13T05:17:14.396Z", "__v": 0 + }, + { + "_id": "6589bb6d2caa9d8d69087505", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Daring climb up majestic peaks, crisp mountain air, breathtaking vistas—adventure awaits with every step, an adrenaline-filled journey.", + "title": "Thrilling Mountain Expedition", + "creatorId": "658930fd2caa9d8d6908745c", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd3c2caa9d8d69087507", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Tranquil seas, sun's descent paints hues of serenity. A moment of pure bliss, waves whispering a peaceful lullaby.", + "title": "Sunset Serenity by the Sea", + "creatorId": "658930fd2caa9d8d6908745c", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd492caa9d8d69087508", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Deep into lush rainforest, vibrant flora, exotic creatures create a magical ambiance—nature's enchantment revealed in every step.", + "title": "Enchanting Rainforest Discovery", + "creatorId": "6589386a2caa9d8d69087484", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd5f2caa9d8d69087509", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Crafting coffee as art, each cup tells a unique story through carefully selected beans, brewing techniques—a sip of creativity.", + "title": "Artistic Coffee Moments", + "creatorId": "6589386a2caa9d8d69087484", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd6a2caa9d8d6908750a", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Roaming city streets, lights come alive, capturing vibrant urban energy—each corner holds a story, a cityscape adventure unfolds.", + "title": "Urban Exploration: City Lights", + "creatorId": "6589387e2caa9d8d69087485", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd742caa9d8d6908750b", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Solace by a lakeside, soothing sounds of nature, gentle lapping water—tranquility found in the embrace of serene waters.\n", + "title": "Tranquil Lakeside Retreat", + "creatorId": "6589387e2caa9d8d69087485", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd7f2caa9d8d6908750c", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Soaring above clouds in a hot air balloon, world seen from a breathtaking perspective—sky-high adventure, a journey to remember.", + "title": "Aerial Adventures: Hot Air Balloon Ride", + "creatorId": "6589388b2caa9d8d69087486", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd892caa9d8d6908750d", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Navigating dusty shelves, discovering hidden gems in quaint bookstores—a haven for literary enthusiasts, where stories come alive.", + "title": "Literary Escapade in Old Bookstores", + "creatorId": "6589388b2caa9d8d69087486", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd912caa9d8d6908750e", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Exploring seaside towns, indulging in fresh seafood—each dish a delectable journey through local coastal flavors, a culinary escapade.", + "title": "Coastal Culinary Delights", + "creatorId": "6589389d2caa9d8d69087487", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bd9b2caa9d8d6908750f", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Camping beneath desert sky, towering sand dunes, celestial display of stars—starry nights in a desert oasis, a magical experience.", + "title": "Desert Oasis: Sand Dunes and Starry Nights", + "creatorId": "6589389d2caa9d8d69087487", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bda42caa9d8d69087510", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Roaming vibrant neighborhoods adorned with captivating street art—each mural tells a unique story, an urban canvas filled with creativity.", + "title": "Street Art Extravaganza", + "creatorId": "658938a62caa9d8d69087488", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bdae2caa9d8d69087511", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Unwinding in a cozy mountain cabin, surrounded by snow-capped peaks and the crisp scent of pine—mountain retreat, pure relaxation.", + "title": "Mountain Cabin Getaway", + "creatorId": "658938a62caa9d8d69087488", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bdb72caa9d8d69087512", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Exploring mesmerizing underwater world, encountering coral reefs, fascinating marine life—deep-sea diving, a journey into underwater wonders.", + "title": "Deep Sea Diving: Underwater Wonders", + "creatorId": "658938b02caa9d8d69087489", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bdc42caa9d8d69087513", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Walking through ancient ruins, a journey through time—weathered remnants of civilizations, archaeological wonders, history unfolding.", + "title": "Historical Treasures: Ancient Ruins", + "creatorId": "658938b02caa9d8d69087489", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bdce2caa9d8d69087514", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Sampling diverse global cuisines, a gastronomic adventure transcending borders—tantalizing taste buds, a journey of culinary fusion.", + "title": "Culinary Fusion: Global Flavors", + "creatorId": "658938ba2caa9d8d6908748a", + "organization": "6437904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 + }, + { + "_id": "6589bdd92caa9d8d69087515", + "status": "ACTIVE", + "likedBy": [], + "comments": [], + "likeCount": 0, + "commentCount": 0, + "pinned": false, + "text": "Gliding gracefully on frozen lakes, surrounded by enchanting winter landscape—ice skating extravaganza, a dance in a winter wonderland.", + "title": "Winter Wonderland: Ice Skating Extravaganza", + "creatorId": "658938ba2caa9d8d6908748a", + "organization": "6537904485008f171cf29924", + "imageUrl": null, + "createdAt": "2023-04-13T05:17:14.396Z", + "updatedAt": "2023-04-13T05:17:14.396Z", + "__v": 0 } ] diff --git a/sample_data/users.json b/sample_data/users.json index d3fa89a564..8e79ee9f71 100644 --- a/sample_data/users.json +++ b/sample_data/users.json @@ -166,5 +166,237 @@ "image": null, "createdAt": "2023-04-13T04:53:17.742Z", "__v": 0 + }, + { + "_id": "658930fd2caa9d8d6908745c", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Teresa", + "lastName": "Bradley", + "email": "testuser4@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 + }, + { + "_id": "6589386a2caa9d8d69087484", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Bruce", + "lastName": "Garza", + "email": "testuser5@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 + }, + { + "_id": "6589387e2caa9d8d69087485", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Burton", + "lastName": "Sanders", + "email": "testuser6@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 + }, + { + "_id": "6589388b2caa9d8d69087486", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Jeramy", + "lastName": "Garcia", + "email": "testuser7@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 + }, + { + "_id": "6589389d2caa9d8d69087487", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Deanne", + "lastName": "Marks", + "email": "testuser8@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 + }, + { + "_id": "658938a62caa9d8d69087488", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Romeo", + "lastName": "Holland", + "email": "testuser9@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 + }, + { + "_id": "658938b02caa9d8d69087489", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Carla", + "lastName": "Nguyen", + "email": "testuser10@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 + }, + { + "_id": "658938ba2caa9d8d6908748a", + "tokenVersion": 0, + "appLanguageCode": "en", + "createdOrganizations": [], + "createdEvents": [], + "userType": "USER", + "joinedOrganizations": [ + "6537904485008f171cf29924", + "6637904485008f171cf29924", + "6737904485008f171cf29924", + "6437904485008f171cf29924" + ], + "registeredEvents": [], + "eventAdmin": [], + "adminFor": [], + "membershipRequests": [], + "organizationsBlockedBy": [], + "status": "ACTIVE", + "pluginCreationAllowed": true, + "adminApproved": false, + "firstName": "Peggy", + "lastName": "Bowers", + "email": "testuser11@example.com", + "password": "$2a$12$bSYpay6TRMpTOaAmYPFXku4avwmqfFBtmgg39TabxmtFEiz4plFtW", + "image": null, + "createdAt": "2023-04-13T04:53:17.742Z", + "__v": 0 } ] diff --git a/schema.graphql b/schema.graphql index 827cf80bb9..0eb8d44bd4 100644 --- a/schema.graphql +++ b/schema.graphql @@ -562,17 +562,9 @@ type Mutation { addEventAttendee(data: EventAttendeeInput!): User! addFeedback(data: FeedbackInput!): Feedback! addLanguageTranslation(data: LanguageInput!): Language! - addOrganizationCustomField( - name: String! - organizationId: ID! - type: String! - ): OrganizationCustomField! + addOrganizationCustomField(name: String!, organizationId: ID!, type: String!): OrganizationCustomField! addOrganizationImage(file: String!, organizationId: String!): Organization! - addUserCustomData( - dataName: String! - dataValue: Any! - organizationId: ID! - ): UserCustomData! + addUserCustomData(dataName: String!, dataValue: Any!, organizationId: ID!): UserCustomData! addUserImage(file: String!): User! addUserToGroupChat(chatId: ID!, userId: ID!): GroupChat! addUserToUserFamily(familyId: ID!, userId: ID!): UserFamily! @@ -583,46 +575,21 @@ type Mutation { blockUser(organizationId: ID!, userId: ID!): User! cancelMembershipRequest(membershipRequestId: ID!): MembershipRequest! checkIn(data: CheckInInput!): CheckIn! - createActionItem( - actionItemCategoryId: ID! - data: CreateActionItemInput! - ): ActionItem! - createActionItemCategory( - name: String! - organizationId: ID! - ): ActionItemCategory! + createActionItem(actionItemCategoryId: ID!, data: CreateActionItemInput!): ActionItem! + createActionItemCategory(name: String!, organizationId: ID!): ActionItemCategory! createAdmin(data: UserAndOrganizationInput!): User! - createAdvertisement( - endDate: Date! - link: String! - name: String! - orgId: ID! - startDate: Date! - type: String! - ): Advertisement! + createAdvertisement(endDate: Date!, link: String!, name: String!, orgId: ID!, startDate: Date!, type: String!): Advertisement! createAgendaCategory(input: CreateAgendaCategoryInput!): AgendaCategory! createComment(data: CommentInput!, postId: ID!): Comment createDirectChat(data: createChatInput!): DirectChat! - createDonation( - amount: Float! - nameOfOrg: String! - nameOfUser: String! - orgId: ID! - payPalId: ID! - userId: ID! - ): Donation! - createEvent(data: EventInput): Event! + createDonation(amount: Float!, nameOfOrg: String!, nameOfUser: String!, orgId: ID!, payPalId: ID!, userId: ID!): Donation! + createEvent(data: EventInput!, recurrenceRuleData: RecurrenceRuleInput): Event! createEventVolunteer(data: EventVolunteerInput!): EventVolunteer! createGroupChat(data: createGroupChatInput!): GroupChat! createMember(input: UserAndOrganizationInput!): Organization! createMessageChat(data: MessageChatInput!): MessageChat! createOrganization(data: OrganizationInput, file: String): Organization! - createPlugin( - pluginCreatedBy: String! - pluginDesc: String! - pluginName: String! - uninstalledOrgs: [ID!] - ): Plugin! + createPlugin(pluginCreatedBy: String!, pluginDesc: String!, pluginName: String!, uninstalledOrgs: [ID!]): Plugin! createPost(data: PostInput!, file: String): Post createSampleOrganization: Boolean! createUserFamily(data: createUserFamilyInput!): UserFamily! @@ -654,10 +621,7 @@ type Mutation { removeGroupChat(chatId: ID!): GroupChat! removeMember(data: UserAndOrganizationInput!): Organization! removeOrganization(id: ID!): User! - removeOrganizationCustomField( - customFieldId: ID! - organizationId: ID! - ): OrganizationCustomField! + removeOrganizationCustomField(customFieldId: ID!, organizationId: ID!): OrganizationCustomField! removeOrganizationImage(organizationId: String!): Organization! removePost(id: ID!): Post removeSampleOrganization: Boolean! @@ -670,14 +634,8 @@ type Mutation { revokeRefreshTokenForUser: Boolean! saveFcmToken(token: String): Boolean! sendMembershipRequest(organizationId: ID!): MembershipRequest! - sendMessageToDirectChat( - chatId: ID! - messageContent: String! - ): DirectChatMessage! - sendMessageToGroupChat( - chatId: ID! - messageContent: String! - ): GroupChatMessage! + sendMessageToDirectChat(chatId: ID!, messageContent: String!): DirectChatMessage! + sendMessageToGroupChat(chatId: ID!, messageContent: String!): GroupChatMessage! signUp(data: UserInput!, file: String): AuthData! togglePostPin(id: ID!, title: String): Post! unassignUserTag(input: ToggleUserTagAssignInput!): User @@ -686,37 +644,18 @@ type Mutation { unlikePost(id: ID!): Post unregisterForEventByUser(id: ID!): Event! updateActionItem(data: UpdateActionItemInput!, id: ID!): ActionItem - updateActionItemCategory( - data: UpdateActionItemCategoryInput! - id: ID! - ): ActionItemCategory - updateAdvertisement( - input: UpdateAdvertisementInput! - ): UpdateAdvertisementPayload - updateAgendaCategory( - id: ID! - input: UpdateAgendaCategoryInput! - ): AgendaCategory + updateActionItemCategory(data: UpdateActionItemCategoryInput!, id: ID!): ActionItemCategory + updateAdvertisement(input: UpdateAdvertisementInput!): UpdateAdvertisementPayload + updateAgendaCategory(id: ID!, input: UpdateAgendaCategoryInput!): AgendaCategory updateEvent(data: UpdateEventInput, id: ID!): Event! - updateEventVolunteer( - data: UpdateEventVolunteerInput - id: ID! - ): EventVolunteer! + updateEventVolunteer(data: UpdateEventVolunteerInput, id: ID!): EventVolunteer! updateLanguage(languageCode: String!): User! - updateOrganization( - data: UpdateOrganizationInput - file: String - id: ID! - ): Organization! + updateOrganization(data: UpdateOrganizationInput, file: String, id: ID!): Organization! updatePluginStatus(id: ID!, orgId: ID!): Plugin! updatePost(data: PostUpdateInput, id: ID!): Post! updateUserPassword(data: UpdateUserPasswordInput!): User! updateUserProfile(data: UpdateUserInput, file: String): User! - updateUserRoleInOrganization( - organizationId: ID! - role: String! - userId: ID! - ): Organization! + updateUserRoleInOrganization(organizationId: ID!, role: String!, userId: ID!): Organization! updateUserTag(input: UpdateUserTagInput!): UserTag updateUserType(data: UpdateUserTypeInput!): Boolean! } @@ -744,12 +683,7 @@ type Organization { pinnedPosts: [Post] updatedAt: DateTime! userRegistrationRequired: Boolean! - userTags( - after: String - before: String - first: PositiveInt - last: PositiveInt - ): UserTagsConnection + userTags(after: String, before: String, first: PositiveInt, last: PositiveInt): UserTagsConnection visibleInSearch: Boolean! } @@ -828,20 +762,14 @@ type OtpData { otpToken: String! } -""" -Information about pagination in a connection. -""" +"""Information about pagination in a connection.""" type PageInfo { currPageNo: Int - """ - When paginating forwards, are there more items? - """ + """When paginating forwards, are there more items?""" hasNextPage: Boolean! - """ - When paginating backwards, are there more items? - """ + """When paginating backwards, are there more items?""" hasPreviousPage: Boolean! nextPageNo: Int prevPageNo: Int @@ -902,20 +830,14 @@ type Post { videoUrl: URL } -""" -A connection to a list of items. -""" +"""A connection to a list of items.""" type PostConnection { aggregate: AggregatePost! - """ - A list of edges. - """ + """A list of edges.""" edges: [Post]! - """ - Information to aid in pagination. - """ + """Information to aid in pagination.""" pageInfo: PageInfo! } @@ -992,21 +914,11 @@ type Query { event(id: ID!): Event eventVolunteersByEvent(id: ID!): [EventVolunteer] eventsByOrganization(id: ID, orderBy: EventOrderByInput): [Event] - eventsByOrganizationConnection( - first: Int - orderBy: EventOrderByInput - skip: Int - where: EventWhereInput - ): [Event!]! + eventsByOrganizationConnection(first: Int, orderBy: EventOrderByInput, skip: Int, where: EventWhereInput): [Event!]! getAdvertisements: [Advertisement] getDonationById(id: ID!): Donation! getDonationByOrgId(orgId: ID!): [Donation] - getDonationByOrgIdConnection( - first: Int - orgId: ID! - skip: Int - where: DonationWhereInput - ): [Donation!]! + getDonationByOrgIdConnection(first: Int, orgId: ID!, skip: Int, where: DonationWhereInput): [Donation!]! getPlugins: [Plugin] getlanguage(lang_code: String!): [Translation] hasSubmittedFeedback(eventId: ID!, userId: ID!): Boolean @@ -1015,47 +927,18 @@ type Query { me: User! myLanguage: String organizations(id: ID, orderBy: OrganizationOrderByInput): [Organization] - organizationsConnection( - first: Int - orderBy: OrganizationOrderByInput - skip: Int - where: OrganizationWhereInput - ): [Organization]! - organizationsMemberConnection( - first: Int - orderBy: UserOrderByInput - orgId: ID! - skip: Int - where: UserWhereInput - ): UserConnection! + organizationsConnection(first: Int, orderBy: OrganizationOrderByInput, skip: Int, where: OrganizationWhereInput): [Organization]! + organizationsMemberConnection(first: Int, orderBy: UserOrderByInput, orgId: ID!, skip: Int, where: UserWhereInput): UserConnection! plugin(orgId: ID!): [Plugin] post(id: ID!): Post postsByOrganization(id: ID!, orderBy: PostOrderByInput): [Post] - postsByOrganizationConnection( - first: Int - id: ID! - orderBy: PostOrderByInput - skip: Int - where: PostWhereInput - ): PostConnection + postsByOrganizationConnection(first: Int, id: ID!, orderBy: PostOrderByInput, skip: Int, where: PostWhereInput): PostConnection registeredEventsByUser(id: ID, orderBy: EventOrderByInput): [Event] registrantsByEvent(id: ID!): [User] user(id: ID!): User! userLanguage(userId: ID!): String - users( - adminApproved: Boolean - first: Int - orderBy: UserOrderByInput - skip: Int - userType: String - where: UserWhereInput - ): [User] - usersConnection( - first: Int - orderBy: UserOrderByInput - skip: Int - where: UserWhereInput - ): [User]! + users(adminApproved: Boolean, first: Int, orderBy: UserOrderByInput, skip: Int, userType: String, where: UserWhereInput): [User] + usersConnection(first: Int, orderBy: UserOrderByInput, skip: Int, where: UserWhereInput): [User]! } input RecaptchaVerification { @@ -1238,13 +1121,7 @@ type User { phone: UserPhone pluginCreationAllowed: Boolean! registeredEvents: [Event] - tagsAssignedWith( - after: String - before: String - first: PositiveInt - last: PositiveInt - organizationId: ID - ): UserTagsConnection + tagsAssignedWith(after: String, before: String, first: PositiveInt, last: PositiveInt, organizationId: ID): UserTagsConnection tokenVersion: Int! updatedAt: DateTime! userType: UserType! @@ -1345,43 +1222,6 @@ type UserTagsConnectionResult { errors: [ConnectionError!]! } -type UserToReturn { - _id: ID! - address: Address - adminApproved: Boolean - adminFor: [Organization] - appLanguageCode: String! - birthDate: Date - createdAt: DateTime! - createdEvents: [Event] - createdOrganizations: [Organization] - educationGrade: EducationGrade - email: EmailAddress! - employmentStatus: EmploymentStatus - eventAdmin: [Event] - firstName: String! - gender: Gender - image: String - joinedOrganizations: [Organization] - lastName: String! - maritalStatus: MaritalStatus - membershipRequests: [MembershipRequest] - organizationsBlockedBy: [Organization] - phone: UserPhone - pluginCreationAllowed: Boolean! - registeredEvents: [Event] - tagsAssignedWith( - after: String - before: String - first: PositiveInt - last: PositiveInt - organizationId: ID - ): UserTagsConnection - tokenVersion: Int! - updatedAt: DateTime! - userType: UserType! -} - enum UserType { ADMIN NON_USER @@ -1464,4 +1304,4 @@ input createGroupChatInput { input createUserFamilyInput { title: String! userIds: [ID!]! -} +} \ No newline at end of file diff --git a/src/types/generatedGraphQLTypes.ts b/src/types/generatedGraphQLTypes.ts index 4491e72ed2..c2c8621a48 100644 --- a/src/types/generatedGraphQLTypes.ts +++ b/src/types/generatedGraphQLTypes.ts @@ -2921,7 +2921,7 @@ export type MutationResolvers, ParentType, ContextType, RequireFields>; createDirectChat?: Resolver>; createDonation?: Resolver>; - createEvent?: Resolver>; + createEvent?: Resolver>; createEventVolunteer?: Resolver>; createGroupChat?: Resolver>; createMember?: Resolver>; From 7c8cc6996a65f14ed94aababf8f0eb0114d65b20 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:36:35 -0800 Subject: [PATCH 087/109] Update .gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40e9b62fb1..d7dceeb1da 100644 --- a/.gitignore +++ b/.gitignore @@ -43,8 +43,6 @@ serviceAccountKey.json cert.pem key.pem csr.pem -# Added FNM configuration files -.node-version # MacOS From 65c6ba1cf180e2113155cb2f385679b9c0dc5185 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:37:24 -0800 Subject: [PATCH 088/109] Create .node-version --- .node-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .node-version diff --git a/.node-version b/.node-version new file mode 100644 index 0000000000..790e1105f2 --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +v20.10.0 From 96ce72dc222ad8b9ca395519615b5ec20cf9e497 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:44:30 -0800 Subject: [PATCH 089/109] Update authorized-changes-detection.yml --- .github/workflows/authorized-changes-detection.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/authorized-changes-detection.yml b/.github/workflows/authorized-changes-detection.yml index 4d7398643a..ad5afa14d3 100644 --- a/.github/workflows/authorized-changes-detection.yml +++ b/.github/workflows/authorized-changes-detection.yml @@ -17,6 +17,7 @@ on: - '.husky/**' - 'scripts/**' - '.env.sample' + - '.node-version' - 'tsconfig.json' - '.gitignore' - '.eslintrc.json' From 63e0e66c4206ab03762bec95ed1044f3b33e7c41 Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:55:56 -0800 Subject: [PATCH 090/109] Update INSTALLATION.md --- INSTALLATION.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index f5422eb4a0..c2f0ed5284 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -78,6 +78,11 @@ You will need to have copies of your code on your local system. Here's how to do Best way to install and manage `node.js` is making use of node version managers. Two most popular node version managers right now are [fnm](https://github.com/Schniz/fnm) and [nvm](https://github.com/nvm-sh/nvm). We'd recommend `fnm` because it's written in `rust` and is much faster than `nvm`. Install whichever one you want and follow their guide to set up `node.js` on your system ensure the installation of Node.js version 20 LTS. +_**NOTE**_ + +1. The repository has a `.node-version` file to help ensure you use the supported version of `node.js`. Do not edit this file. +1. We strongly recommend that you configure your node version manager of choice to automatically read `.node-version` files + ## Install npm npm is a package manager for Node.js and is installed with Node.js. npm is used to install, share, and distribute code as well as to manage dependencies in your projects. To check if you have npm installed you can run this command in your terminal: @@ -521,9 +526,10 @@ SMTP_SSL_TLS=true For more information on setting up a smtp server, here's a [useful article](https://sendgrid.com/blog/what-is-an-smtp-server/) -### Setting up Logger configurations _(optional)_ +### Setting up Logger configurations -You can set up and customize logs by configuring the following parameters +1. This is an optional setting +1. You can set up and customize logs by configuring the following parameters #### Setting up COLORIZE_LOGS in .env file From 44f0ba554edd0fd748fcad7d1873f7a3b36a445d Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sat, 17 Feb 2024 21:28:31 +0530 Subject: [PATCH 091/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d7f3c69d79..63d0369e9b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -142,7 +142,7 @@ jobs: git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs echo -e "🚀${Green} Hurrah! doc updated${NoColor}" env: - ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} + ACCESS_TOKEN: ${{secrets.GH_TOKEN}} - name: Create Documentation Artifact uses: actions/upload-artifact@v2 From 374cad3afe1a138ced92af03ca7d79c604aeb2f4 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sat, 17 Feb 2024 21:41:37 +0530 Subject: [PATCH 092/109] Update push.yml --- .github/workflows/push.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 63d0369e9b..b2c9529442 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -150,23 +150,23 @@ jobs: name: documentation-api path: talawa-api-docs - # Copy-docs-to-talawa-docs: - # runs-on: ubuntu-latest - # if: github.ref == 'refs/heads/automated-docs' - # # needs: Generate-Documentation - # steps: - # - uses: actions/checkout@v3 - # - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 - # env: - # API_TOKEN_GITHUB: ${{secrets.TALAWA_DOCS_SYNC}} - # with: - # source_file: 'talawa-api-docs/' - # destination_repo: 'PalisadoesFoundation/talawa-docs' - # destination_branch: 'develop' - # destination_folder: 'docs/' - # user_email: '${{env.email}}' - # user_name: '${{github.actor}}' - # commit_message: 'Talawa API docs updated' + Copy-docs-to-talawa-docs: + runs-on: ubuntu-latest + if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Update documentation') + # needs: Generate-Documentation + steps: + - uses: actions/checkout@v3 + - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 + env: + API_TOKEN_GITHUB: ${{secrets.TALAWA_DOCS_SYNC}} + with: + source_file: 'talawa-api-docs/' + destination_repo: 'PalisadoesFoundation/talawa-docs' + destination_branch: 'develop' + destination_folder: 'docs/' + user_email: '${{env.email}}' + user_name: '${{github.actor}}' + commit_message: 'Talawa API docs updated' # You can find the deployment instructions in the scripts/cloud-api-demo/README.md file Deploy-Workflow: From 9addbe133f0eb3513c3c3b23dba4988c41fb5fe2 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sat, 17 Feb 2024 22:01:39 +0530 Subject: [PATCH 093/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b2c9529442..79d41f8870 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -142,7 +142,7 @@ jobs: git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs echo -e "🚀${Green} Hurrah! doc updated${NoColor}" env: - ACCESS_TOKEN: ${{secrets.GH_TOKEN}} + ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} - name: Create Documentation Artifact uses: actions/upload-artifact@v2 From b15e46f7881492bc2d000866c1260ab9b62db5c0 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sat, 17 Feb 2024 22:16:24 +0530 Subject: [PATCH 094/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 79d41f8870..b2c9529442 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -142,7 +142,7 @@ jobs: git push -f https://$GH_TOKEN@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs echo -e "🚀${Green} Hurrah! doc updated${NoColor}" env: - ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} + ACCESS_TOKEN: ${{secrets.GH_TOKEN}} - name: Create Documentation Artifact uses: actions/upload-artifact@v2 From 61e76c61d347de581874072b9f32ec5df22fc30d Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sat, 17 Feb 2024 23:24:29 +0530 Subject: [PATCH 095/109] Update push.yml --- .github/workflows/push.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index b2c9529442..a761ea6170 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -149,6 +149,22 @@ jobs: with: name: documentation-api path: talawa-api-docs + + Empty-Commit: + name: Create Empty Commit + runs-on: ubuntu-latest + needs: Generate-Documentation + if: github.ref == 'refs/heads/develop' + steps: + - name: Checkout repository + uses: actions/checkout@v3 + + - name: Empty Commit + run: | + git config --global user.name "${{ github.actor }}" + git config --global user.email "${{ github.actor }}@users.noreply.github.com" + git commit --allow-empty -m "Empty commit" + git push origin develop:automated-docs Copy-docs-to-talawa-docs: runs-on: ubuntu-latest From 87faa372b6e28ea1a4c4c8bdbe9c71fd0eb673b0 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sat, 17 Feb 2024 23:52:49 +0530 Subject: [PATCH 096/109] Update push.yml --- .github/workflows/push.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a761ea6170..70f1aa911d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -158,13 +158,12 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Empty Commit run: | git config --global user.name "${{ github.actor }}" git config --global user.email "${{ github.actor }}@users.noreply.github.com" git commit --allow-empty -m "Empty commit" - git push origin develop:automated-docs + git push origin develop:automated-docs --force Copy-docs-to-talawa-docs: runs-on: ubuntu-latest From e06803fc34f99a8bb5e7b549fd8e7281322b5499 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 00:15:18 +0530 Subject: [PATCH 097/109] Update push.yml --- .github/workflows/push.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 70f1aa911d..61427a7a7d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -167,13 +167,12 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Update documentation') - # needs: Generate-Documentation + if: github.ref == 'refs/heads/automated-docs' steps: - uses: actions/checkout@v3 - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 env: - API_TOKEN_GITHUB: ${{secrets.TALAWA_DOCS_SYNC}} + API_TOKEN_GITHUB: ${{secrets.TALAWA_DOCS_SYNC}} with: source_file: 'talawa-api-docs/' destination_repo: 'PalisadoesFoundation/talawa-docs' From e87e3a6a371c97d303c43a00e8ec103a0f70b32d Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 00:35:41 +0530 Subject: [PATCH 098/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 61427a7a7d..731b723ab3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -167,7 +167,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' + if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, "Empty commit") steps: - uses: actions/checkout@v3 - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 From c697086d1bfe995dfe06c5470b9d05a47b27741e Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 00:58:56 +0530 Subject: [PATCH 099/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 731b723ab3..d3cb64a596 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -167,7 +167,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, "Empty commit") + if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Empty commit') steps: - uses: actions/checkout@v3 - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 From e7b372d572e4945049f4045734a6c0f7c43da103 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 01:21:52 +0530 Subject: [PATCH 100/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d3cb64a596..411effff93 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -167,7 +167,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Empty commit') + # if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Empty commit') steps: - uses: actions/checkout@v3 - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 From 99dcf77d21847d6b5dc577a4d7e6c5f712463845 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 01:41:28 +0530 Subject: [PATCH 101/109] Update push.yml --- .github/workflows/push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 411effff93..97880e4975 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -158,6 +158,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + persist-credentials: false - name: Empty Commit run: | git config --global user.name "${{ github.actor }}" From d3225865af27d08dbac3dc2e6ed5418f776490b2 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 01:42:23 +0530 Subject: [PATCH 102/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 97880e4975..fa99fb31e5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -169,7 +169,7 @@ jobs: Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - # if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Empty commit') + if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Empty commit') steps: - uses: actions/checkout@v3 - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 From 36a81891ba5490d85fb97d10df1313fa69ac110a Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 01:54:35 +0530 Subject: [PATCH 103/109] Update push.yml --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index fa99fb31e5..ac0d43f895 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -163,7 +163,7 @@ jobs: - name: Empty Commit run: | git config --global user.name "${{ github.actor }}" - git config --global user.email "${{ github.actor }}@users.noreply.github.com" + git config --global user.email "${{ github.actor }}" git commit --allow-empty -m "Empty commit" git push origin develop:automated-docs --force From 3d6d861ec8cafa391fc79ecdc288deaf15b6dff6 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 02:08:02 +0530 Subject: [PATCH 104/109] Update push.yml --- .github/workflows/push.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ac0d43f895..4572f5e1b6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -101,7 +101,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - + with: + persist-credentials: false - name: Generate Documentation of HTML pages run: | npm install --global typedoc @@ -150,26 +151,26 @@ jobs: name: documentation-api path: talawa-api-docs - Empty-Commit: - name: Create Empty Commit - runs-on: ubuntu-latest - needs: Generate-Documentation - if: github.ref == 'refs/heads/develop' - steps: - - name: Checkout repository - uses: actions/checkout@v3 - with: - persist-credentials: false - - name: Empty Commit - run: | - git config --global user.name "${{ github.actor }}" - git config --global user.email "${{ github.actor }}" - git commit --allow-empty -m "Empty commit" - git push origin develop:automated-docs --force + # Empty-Commit: + # name: Create Empty Commit + # runs-on: ubuntu-latest + # needs: Generate-Documentation + # if: github.ref == 'refs/heads/develop' + # steps: + # - name: Checkout repository + # uses: actions/checkout@v3 + # with: + # persist-credentials: false + # - name: Empty Commit + # run: | + # git config --global user.name "${{ github.actor }}" + # git config --global user.email "${{ github.actor }}" + # git commit --allow-empty -m "Empty commit" + # git push origin develop:automated-docs --force Copy-docs-to-talawa-docs: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Empty commit') + if: github.ref == 'refs/heads/automated-docs' && contains(github.event.head_commit.message, 'Update documentation') steps: - uses: actions/checkout@v3 - uses: dmnemec/copy_file_to_another_repo_action@v1.1.1 From 2099ea9d6aeef13cc79525d168639ddebdcf4ba6 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 02:18:40 +0530 Subject: [PATCH 105/109] Update push.yml --- .github/workflows/push.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4572f5e1b6..0234b7854b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -101,8 +101,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - with: - persist-credentials: false + # with: + # persist-credentials: false - name: Generate Documentation of HTML pages run: | npm install --global typedoc @@ -151,22 +151,22 @@ jobs: name: documentation-api path: talawa-api-docs - # Empty-Commit: - # name: Create Empty Commit - # runs-on: ubuntu-latest - # needs: Generate-Documentation - # if: github.ref == 'refs/heads/develop' - # steps: - # - name: Checkout repository - # uses: actions/checkout@v3 - # with: - # persist-credentials: false - # - name: Empty Commit - # run: | - # git config --global user.name "${{ github.actor }}" - # git config --global user.email "${{ github.actor }}" - # git commit --allow-empty -m "Empty commit" - # git push origin develop:automated-docs --force + Empty-Commit: + name: Create Empty Commit + runs-on: ubuntu-latest + needs: Generate-Documentation + if: github.ref == 'refs/heads/develop' + steps: + - name: Checkout repository + uses: actions/checkout@v3 + with: + persist-credentials: false + - name: Empty Commit + run: | + git config --global user.name "tasneemkoushar" + git config --global user.email "imatasneemkoushar@gmail.com" + git commit --allow-empty -m "Empty commit" + git push origin develop:automated-docs --force Copy-docs-to-talawa-docs: runs-on: ubuntu-latest From db3cbf78a6da4a66b7e3a03beae762d536a1667c Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 02:45:49 +0530 Subject: [PATCH 106/109] Update push.yml --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0234b7854b..3f9fe184f0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -161,6 +161,7 @@ jobs: uses: actions/checkout@v3 with: persist-credentials: false + token: ${{ secrets.TOKN_EMPTY_COMMIT }} - name: Empty Commit run: | git config --global user.name "tasneemkoushar" From c284261cc63d9acf1e26f32e8644e32eb67311f1 Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 03:12:44 +0530 Subject: [PATCH 107/109] Update push.yml --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3f9fe184f0..61af6839b8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -161,13 +161,13 @@ jobs: uses: actions/checkout@v3 with: persist-credentials: false - token: ${{ secrets.TOKN_EMPTY_COMMIT }} + # token: ${{ secrets.TOKN_EMPTY_COMMIT }} - name: Empty Commit run: | git config --global user.name "tasneemkoushar" git config --global user.email "imatasneemkoushar@gmail.com" git commit --allow-empty -m "Empty commit" - git push origin develop:automated-docs --force + git push -f https://$TOKN_EMPTY_COMMIT@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs Copy-docs-to-talawa-docs: runs-on: ubuntu-latest From 9c7d232867bc87964d5325ad7db14b07ca15808b Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 03:28:00 +0530 Subject: [PATCH 108/109] Update push.yml --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 61af6839b8..8da672a852 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -166,6 +166,7 @@ jobs: run: | git config --global user.name "tasneemkoushar" git config --global user.email "imatasneemkoushar@gmail.com" + git config --global url.https://${{ secrets.TOKN_EMPTY_COMMIT }}@github.com/.insteadOf https://github.com/ git commit --allow-empty -m "Empty commit" git push -f https://$TOKN_EMPTY_COMMIT@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs From 7bec1b91e4d66ff335de0c793c2ce4f9b3d1e90f Mon Sep 17 00:00:00 2001 From: TASNEEM KOUSHAR Date: Sun, 18 Feb 2024 03:39:59 +0530 Subject: [PATCH 109/109] Update push.yml --- .github/workflows/push.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8da672a852..0c93ce5339 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -151,24 +151,24 @@ jobs: name: documentation-api path: talawa-api-docs - Empty-Commit: - name: Create Empty Commit - runs-on: ubuntu-latest - needs: Generate-Documentation - if: github.ref == 'refs/heads/develop' - steps: - - name: Checkout repository - uses: actions/checkout@v3 - with: - persist-credentials: false - # token: ${{ secrets.TOKN_EMPTY_COMMIT }} - - name: Empty Commit - run: | - git config --global user.name "tasneemkoushar" - git config --global user.email "imatasneemkoushar@gmail.com" - git config --global url.https://${{ secrets.TOKN_EMPTY_COMMIT }}@github.com/.insteadOf https://github.com/ - git commit --allow-empty -m "Empty commit" - git push -f https://$TOKN_EMPTY_COMMIT@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs + # Empty-Commit: + # name: Create Empty Commit + # runs-on: ubuntu-latest + # needs: Generate-Documentation + # if: github.ref == 'refs/heads/develop' + # steps: + # - name: Checkout repository + # uses: actions/checkout@v3 + # # with: + # # persist-credentials: false + # # token: ${{ secrets.TOKN_EMPTY_COMMIT }} + # - name: Empty Commit + # run: | + # git config --global user.name "tasneemkoushar" + # git config --global user.email "imatasneemkoushar@gmail.com" + # git config --global url.https://${{ secrets.TOKN_EMPTY_COMMIT }}@github.com/.insteadOf https://github.com/ + # git commit --allow-empty -m "Empty commit" + # git push -f https://$TOKN_EMPTY_COMMIT@github.com/PalisadoesFoundation/talawa-api.git HEAD:automated-docs Copy-docs-to-talawa-docs: runs-on: ubuntu-latest