Skip to content

add subscribepayload to hooks and change context and schema arguments #25

add subscribepayload to hooks and change context and schema arguments

add subscribepayload to hooks and change context and schema arguments #25

Workflow file for this run

name: Check
on:
push:
branches:
- master
pull_request:
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: the-guild-org/shared-config/setup@v1
with:
node-version-file: .node-version
- name: Check
run: yarn check:format
types:
name: Types with graphql@${{matrix.graphql}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
graphql: [15, 16]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: the-guild-org/shared-config/setup@v1
with:
node-version-file: .node-version
- name: Install
run: yarn add --dev graphql@${{matrix.graphql}}
- name: Info
run: yarn info graphql
- name: Check
run: yarn check:types