ggql

command module
v0.0.0-...-daab22b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2020 License: MIT Imports: 1 Imported by: 0

README

GraphQL Deep Explorer

Docker Image CI

This Github Action is responsible to tracking, version and compare different versions of your GraphQL schema in a release timeline through GraphQL introspection analysis.

From the features we can enumerate:

  • Automatic artifact launch.
  • Easy GraphQL schema fetch with introspection.
  • Integration with your actual Github Workflow.
  • Free schema versioning through sqlite3 storage.

Standalone

It is possible to use the system in a standalone mode, using the binary.

Direct endpoint

Generating the dump via a GraphQL endpoint:

$ ./gql scrape --url https://www.example.com/graphql 

Existent dump

Some libraries like Graphene can dump the schema, so it can be used in the CI without the necessity of running the service.

$ python manage.py graphql_schema
$ ./gql scrape --file schema.json 

Scraping schema - GH Action

knabben/gql-pull

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
ent
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL