Skip to content

Custom GitHub Action for linting GraphQL

Notifications You must be signed in to change notification settings

Updater/action-graphql-linter

Repository files navigation

GraphQL Linter Action

This action lints the GraphQL Schemas sent in the input.

Inputs

graphql-schemas

Required GraphQL Schemas to lint.

Example usage

uses: actions/[email protected]
with:
  graphql-schemas: 'app/graphql.schema'
uses: actions/[email protected]
with:
  graphql-schemas: 'graphql1.schema,graphql2.schema'

About

Custom GitHub Action for linting GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published