README
Small utility to lint markdown files with gql queries
Usage npx lint-gql-in-markdown -f "resources/**/*.md" -s "resources/schma.gql"
Lint your markdown files against graphql schema
<script type="module">
import lintGqlInMarkdown from 'https://cdn.skypack.dev/lint-gql-in-markdown';
</script>
Usage npx lint-gql-in-markdown -f "resources/**/*.md" -s "resources/schma.gql"