Skip to content

staticf0x/gql-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GQL prompt

This little project servers as a quick introspection tool into a GQL schema.

Usage

poetry run python3 main.py my_schema.graphql

Inside the prompt, you can write:

  • .types to list all types in the schema
  • .queries to list all queries
  • .mutations to list all mutations
  • Any type/query/mutation name to display its fields, args, returns values
  • _ to print the return type of a method you previously displayed

About

Quick introspection tool into a GQL schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages