Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to configure the introspection query sent to recover the schema #402

Merged

Conversation

leszekhanusz
Copy link
Collaborator

See #399

new introspection_args argument to Client to specify the arguments passed to the get_introspection_query of graphql-core.
new --schema-download argument to the gql-cli script for this functionality

@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (6df7cf9) 100.00% compared to head (6a66a7f) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #402   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines         2365      2386   +21     
=========================================
+ Hits          2365      2386   +21     
Impacted Files Coverage Δ
gql/cli.py 100.00% <100.00%> (ø)
gql/client.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@leszekhanusz leszekhanusz merged commit baa323c into graphql-python:master Mar 30, 2023
@leszekhanusz leszekhanusz deleted the full_introspection_schema branch March 30, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant