Skip to content

Conversation

@erikgaas
Copy link
Contributor

Adds a new graphql module with:

  • GhGql class - lazy-loaded GraphQL client with schema introspection
  • list_queries() - list available query types
  • query_args(name) - show arguments for a query
  • type_fields(name) - list fields on a type
  • gh_query(query, vars) - execute queries

Schema is lazy-loaded (not at import time) so importing won't block.

Example cells use #| eval: false to skip during CI since they require a token.

@jph00 jph00 merged commit dacc5c4 into main Jan 15, 2026
@jph00 jph00 added the enhancement New feature or request label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants