Skip to main content

Obtain GraphQL API Schema even if the introspection is not enabled

Project description

Clairvoyance

Obtain GraphQL API schema even if the introspection is disabled.

PyPI PyPI - Python Version PyPI - Downloads GitHub

Introduction

Some GraphQL APIs have disabled introspection. For example, Apollo Server disables introspection automatically if the NODE_ENV environment variable is set to production.

Clairvoyance helps to obtain GraphQL API schema even if the introspection is disabled. It produces schema in JSON format suitable for other tools like GraphQL Voyager, InQL or graphql-path-enum.

Contributors

Thanks to the contributors for their work.

Getting Started

pip

pip install clairvoyance
clairvoyance https://rickandmortyapi.com/graphql -o schema.json
# should take about 2 minutes

docker

docker run --rm nikitastupin/clairvoyance --help

Advanced Usage

Which wordlist should I use?

There are at least two approaches:

  • Use general English words (e.g. google-10000-english).
  • Create target specific wordlist by extracting all valid GraphQL names from application HTTP traffic, from mobile application static files, etc. Regex for GraphQL name is [_A-Za-z][_0-9A-Za-z]*.

Environment variables

LOG_FMT=`%(asctime)s \t%(levelname)s\t| %(message)s` # A string format for logging.
LOG_DATEFMT=`%Y-%m-%d %H:%M:%S` # A string format for logging date.
LOG_LEVEL=`INFO` # A string level for logging.

Support

Due to time constraints @nikitastupin won't be able to answer all the issues for some time but he'll do his best to review & merge PRs

In case of question or issue with clairvoyance please refer to wiki or issues. If this doesn't solve your problem feel free to open a new issue.

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. For more information about tests, internal project structure and so on refer to Development wiki page.

Documentation

You may find more details on how the tool works in the second half of the GraphQL APIs from bug hunter's perspective by Nikita Stupin talk.

Project details


Download files

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

Source Distribution

clairvoyance-2.5.1.tar.gz (55.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clairvoyance-2.5.1-py3-none-any.whl (57.7 kB view details)

Uploaded Python 3

File details

Details for the file clairvoyance-2.5.1.tar.gz.

File metadata

  • Download URL: clairvoyance-2.5.1.tar.gz
  • Upload date:
  • Size: 55.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for clairvoyance-2.5.1.tar.gz
Algorithm Hash digest
SHA256 fba0d91a55686c209feefed1162b9bd2242af63335779bf798666e92a6697613
MD5 8b0d516ed1886a653d6cb95c86f4d3d5
BLAKE2b-256 160c60ee4949d83f04aa6d9bd6ebb6ca5039447315f0a1b90e7f4e35c09dfb8d

See more details on using hashes here.

File details

Details for the file clairvoyance-2.5.1-py3-none-any.whl.

File metadata

  • Download URL: clairvoyance-2.5.1-py3-none-any.whl
  • Upload date:
  • Size: 57.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.2

File hashes

Hashes for clairvoyance-2.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 efd26127355610120681898ced790b1d9109a7ff702cdbf57e010f5d7405da82
MD5 48a67e3d0509ef64875bfae2dc538688
BLAKE2b-256 35fcbc78ba5ef3a8b824451169160a7d8b810e6d84871c0f61d62733ac082986

See more details on using hashes here.

Supported by

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