Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add graphql implementation for handling organization membership read/write operations #2728

Closed

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions drizzle_migrations/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
"idx": 0,
"version": "7",
"when": 1731944868624,
"tag": "20241118154748_bizarre_steve_rogers",
"when": 1732836833021,
"tag": "20241128233353_cloudy_azazel",
"breakpoints": true
}
]
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@
},
"dependencies": {
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^12.0.1",
"@fastify/helmet": "^13.0.0",
"@fastify/jwt": "^9.0.1",
"@fastify/rate-limit": "^10.2.1",
"@fastify/type-provider-typebox": "^5.0.1",
"@node-rs/argon2": "^2.0.0",
"@pothos/core": "^4.3.0",
"@sinclair/typebox": "^0.34.3",
"@pothos/plugin-relay": "^4.3.0",
"@sinclair/typebox": "^0.34.9",
"ajv-formats": "^3.0.1",
"close-with-grace": "^2.1.0",
"drizzle-orm": "^0.36.3",
"drizzle-orm": "^0.36.4",
"drizzle-zod": "^0.5.1",
"env-schema": "^6.0.0",
"fastify": "^5.1.0",
"fastify-plugin": "^5.0.1",
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"graphql-scalars": "^1.24.0",
"mercurius": "^15.1.0",
"postgres": "^3.4.5",
"uuidv7": "^1.0.2",
Expand All @@ -30,19 +31,19 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@faker-js/faker": "^9.2.0",
"@swc/cli": "0.5.0",
"@swc/core": "^1.9.2",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.5",
"@swc/cli": "0.5.1",
"@swc/core": "^1.9.3",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"drizzle-kit": "^0.28.1",
"gql.tada": "^1.8.10",
"lefthook": "^1.8.4",
"mercurius-integration-testing": "^9.0.0",
"pino-pretty": "^13.0.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5"
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.6"
},
"engines": {
"node": "22.11.0"
Expand Down
Loading
Loading