omnivore/packages/api/test
Jackson Harper 5af4899415 Use null instead of undefined when unarchiving links
This fixes unarchiving content by re-saving it via the Save*
API methods.

Setting to undefined is not the same as null in this case, and
will result in archived_at being non-null and the link then
being excluded from the GetArticles query.
2022-02-21 11:26:22 -08:00
..
gql Expect a 400 error for failed GQL directives 2022-02-16 09:33:33 -08:00
resolvers Use null instead of undefined when unarchiving links 2022-02-21 11:26:22 -08:00
routers add tests for create article 2022-02-16 16:14:14 +08:00
services Open source omnivore 2022-02-11 09:24:33 -08:00
utils Open source omnivore 2022-02-11 09:24:33 -08:00
babel-register.js Open source omnivore 2022-02-11 09:24:33 -08:00
db.ts add tests for create article 2022-02-16 16:14:14 +08:00
global-setup.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
global-teardown.ts fix a bug of using article as table name in the reminders query (#34) 2022-02-14 13:59:04 +08:00
util.ts createApp is no longer async, linting 2022-02-16 09:33:33 -08:00