Skip to content

docs: Add graphql-http #1071

docs: Add graphql-http

docs: Add graphql-http #1071

Workflow file for this run

name: CI
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.15.0"
- run: yarn install
# Verify it compiles
- run: yarn build
# Doesn't pass ATM
# - run: yarn tsc --noEmit