9f979917e3
refs https://github.com/TryGhost/Arch/issues/46 - This module with be a placeholder for "filter expansions" we use across the codebase. For now it will only contain the expansions for the "post" resource, but any new or refactored expansions should land here too.
353 B
353 B
Nql Filter Expansions
NQL Filter Expansions for entities/models/resources
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests