graphql-python / graphene

GraphQL framework for Python

Home Page:http://graphene-python.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow configuring schema.introspect

erikwrede opened this issue · comments

Schema.introspect should implement some mechanism to modify the introspection query settings (see graphql.utilities.get_introspection_query).
A use case for this is the recently implemented deprecated argument and input fields support (#1472). These are by default excluded from the introspection query.