Skip to content

fix: support client expressions that query 1:1 relationships #229

fix: support client expressions that query 1:1 relationships

fix: support client expressions that query 1:1 relationships #229

Workflow file for this run

name: Unit test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm i
- run: npm test