Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

introspection-enabled doen't work #247

Closed
alexcibotari opened this issue May 10, 2019 · 4 comments
Closed

introspection-enabled doen't work #247

alexcibotari opened this issue May 10, 2019 · 4 comments
Labels
Milestone

Comments

@alexcibotari
Copy link

Hello,

Steps :

  1. Disable introspection
graphql:
  tools:
    introspection-enabled: false
  1. execute "IntrospectionQuery"

Result : Introspection Result
Expected Result : Empty response

@oliemansm oliemansm added the bug label Jun 19, 2019
@oliemansm
Copy link
Member

In graphql-java-tools 5.6.1 the config has been changed to use the CodeRegistry instead of the deprecated way of graphql-java. Can you verify that solves it?

@oliemansm oliemansm added this to the 5.9.1 milestone Jun 19, 2019
@oliemansm
Copy link
Member

Just tested this and it works as expected against graphql-java-tools 5.6.1

@KylinDC
Copy link

KylinDC commented Oct 21, 2020

Can you show more detail how to use CodeRegistry to config graqhql introspection?

@harshitvijayvargia
Copy link

Can someone guide me on how to disable the introspection via CodeRegistry ? I am using graphql java tools version 6.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants