You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update router with refactors
* Update article type with refactors
* Update article resolver with latest public fields
* Hotfix: Update findByID case
* Fix: Refactor variables in router index
* refactor(article mode): update content structure
* chore(media model): add store and id field
* chore(user model): add store field for picture
* chore: add store field in issue model
* fix: add ref value in role model
* chore: add new role for PIC
* chore: add store enum field
* refactor: extract image type
* chore: update admin roles
* fix: update index name for user aggregation
* refactor: change getTag to getTagByID per convention
* fix: replace ids with searchTerm
* fix: map id field in aggregation
* wip: use getLatestSquiggle resolver
* wip: use single id query in article type
* wip: update content type for markdown
* chore: remove completed TODO
* chore: map id in article aggregations
* refactor: update function names
* fix: use conditional chaining to prevent null errors
* chore: add tag.list.public permission
* feat: add admin flag for tag autocomplete
* fix: convert 2d to 1d array in permissions
* fix: add missing return to squiggles
* chore: update squiggle content structure
* fix: incorrect function call in article resolver
* fix: use getListOfArticles in issue type
* fix: ids in article dataloader does not match
* refactor: switch out mongodb find with dataloader
* fix: convert IDs to string before checking equality
* chore: allow createdAt, updatedAt, __typename fields in article resolver
* fix: update type fields to prevent name clashes
* fix: compensate for field name clashes
* fix: update type fields to prevent name clashes
0 commit comments