curl--location--request POST 'http://localhost:3000/graphql' \
--header'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRldjEiLCJ1c2VySWQiOjQsInVzZXJfYXNzaWdubWVudCI6ImFkbWluIiwiaWF0IjoxNzI3MzYxMDk0LCJleHAiOjE3MjczNjQ2OTR9.Zckr61S0kHq7ZogL6aI7FTeF45rSMqZM74YQ1_MAqoA'
Responses
🟢200Success
application/json
Body
Example
{"errors":[{"message":"duplicate key value violates unique constraint \"UQ_a000cca60bcf04454e727699490\"","locations":[{"line":2,"column":3}],"path":["register"],"extensions":{"code":"INTERNAL_SERVER_ERROR","stacktrace":["QueryFailedError: duplicate key value violates unique constraint \"UQ_a000cca60bcf04454e727699490\""," at PostgresQueryRunner.query (/home/siddharth/drive/Intern_2024_Logic_Legends/src/driver/postgres/PostgresQueryRunner.ts:331:19)"," at processTicksAndRejections (node:internal/process/task_queues:105:5)"," at InsertQueryBuilder.execute (/home/siddharth/drive/Intern_2024_Logic_Legends/src/query-builder/InsertQueryBuilder.ts:163:33)"," at SubjectExecutor.executeInsertOperations (/home/siddharth/drive/Intern_2024_Logic_Legends/src/persistence/SubjectExecutor.ts:435:42)"," at SubjectExecutor.execute (/home/siddharth/drive/Intern_2024_Logic_Legends/src/persistence/SubjectExecutor.ts:137:9)"," at EntityPersistExecutor.execute (/home/siddharth/drive/Intern_2024_Logic_Legends/src/persistence/EntityPersistExecutor.ts:182:21)"," at UsersService.createUser (/home/siddharth/drive/Intern_2024_Logic_Legends/src/modules/users/users.service.ts:41:23)"," at AuthService.register (/home/siddharth/drive/Intern_2024_Logic_Legends/src/modules/auth/auth.service.ts:23:23)"," at target (/home/siddharth/drive/Intern_2024_Logic_Legends/node_modules/@nestjs/core/helpers/external-context-creator.js:74:28)"," at Object.register (/home/siddharth/drive/Intern_2024_Logic_Legends/node_modules/@nestjs/core/helpers/external-proxy.js:9:24)"]}}],"data":null}