Commit Graph

13 Commits

Author SHA1 Message Date
Gustavo Trott
8fde225ade
refactor (graphql-middleware): Use RWMutex to improve performance (#18281)
* Migrate Mutex to RWMutex to increase performance
2023-07-06 09:34:48 -03:00
Gustavo Trott
f7663bc62d Fix to handle concurrency and throw error on invalid gql format 2023-05-25 17:08:04 -03:00
Gustavo Trott
b1cd7fca1d Improvement to handle with concurrence 2023-05-25 10:15:02 -03:00
Gustavo Trott
fd3845515d graphql-middleware support enable json-patch per subscription 2023-05-24 19:31:31 -03:00
Gustavo Trott
4c4e5c0852 Introduces json-patch to graphql-middleware 2023-05-10 19:08:24 -03:00
Tiago Jacobs
4644700dd9
fix: add nil check on hasura connection (#17757) 2023-04-27 18:30:36 -03:00
Gustavo Trott
2d4b85f245
Update .gitignore 2023-04-27 13:44:45 -03:00
Gustavo Trott
3d9f7f07b3 Script to install bbb-graphql-middleware 2023-04-27 13:38:44 -03:00
Gustavo Trott
512f1022a8
Delete LICENSE 2023-04-27 09:23:49 -03:00
Tiago Daniel Jacobs
61ccd2966e refactor: rename wsConnection to browserConnection 2023-04-26 22:45:19 -03:00
Tiago Daniel Jacobs
4a32e0a1d4 fix: ensure we don't parse unnecessary redis messages 2023-04-26 22:38:16 -03:00
Tiago Daniel Jacobs
fa5337c463 fix: wait before closing channels 2023-04-26 22:26:55 -03:00
Tiago Daniel Jacobs
1b9903b924 feat: graphql middleware 2023-04-26 22:03:40 -03:00