Skip to content

Fixed an issue where GQL definition of having Union self refs past depth limit was failing with RangeError. #9

Fixed an issue where GQL definition of having Union self refs past depth limit was failing with RangeError.

Fixed an issue where GQL definition of having Union self refs past depth limit was failing with RangeError. #9

Workflow file for this run

name: Tests
on:
[pull_request]
jobs:
Unit-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm run test