Skip to main content

Flake8 and pylama plugin that checks gql GraphQL calls.

Project description

Build Status

A flake8 and Pylama plugin that checks the all the static gql calls given a GraphQL schema.

It will not check anything else about the gql calls. Merely that the GraphQL syntax is correct and it validates against the provided schema.

Warnings

This package adds 3 new flake8 warnings

  • GQL100: The gql query is doesn’t match GraphQL syntax

  • GQL101: The gql query have valid syntax but doesn’t validate against provided schema

Configuration

You will want to set the gql-introspection-schema option to a file with the json introspection of the schema.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gql-checker-0.1.tar.gz (10.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page