Commit 183e984
feat: Add GraphQL service for searching and filtering concepts (#808)
* build: bitmani redis version 7.0.12 no longer exists
* docs: add AGENTS.md
* docs: update gitignore to ignore local scripts
* feat: add graphql service with the main core feature to search and filter concepts�
* feat: improve mappings source name resolution
* feat: add authorization requirement do access graphql resolvers with a custom dedicated view
* chore: change query name to just concepts to be more broadly applicable�
* fix: handling Django CSRF authorization needs for graphql�
* feat(graphql): expose concept names
* docs: add description to schema for better graphql playground comprehension
* feat: add descriptions and datatype to graphql fields
* feat: add more granularity to graphql concepts query�
* chore: revert docker-compose.yml changes
* chore: revert docker-compose.yml changes
* chore: removing agentic rules md from this PR to focus on just graphql feature as requested
* feat: add DRF/OIDC auth handling to GraphQL and fix CSRF middleware
---------
Co-authored-by: Sunny Aggarwal <[email protected]>1 parent 69b89db commit 183e984
File tree
14 files changed
+1377
-3
lines changed- core
- graphql
- tests
- mappings
14 files changed
+1377
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments