Skip to content

Update documentatie en changelog #82

Update documentatie en changelog

Update documentatie en changelog #82

Workflow file for this run

name: GraphQL Inspector
on: [push]
jobs:
test:
name: Check Schema
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- uses: kamilkisiela/graphql-inspector@master
with:
schema: 'master:gql-specificatie/Indicatieregister.graphql'
rules: suppressRemovalOfDeprecatedField
fail-on-breaking: true