cosmo icon indicating copy to clipboard operation
cosmo copied to clipboard

Introspection query - inspect directive type returns null

Open lghinet opened this issue 9 months ago • 1 comments

router version

0.222.0

What happened?

Introspection query

query IntrospectionQuery {
  __type(name: "__Directive") {
    fields
    {
      name
    }
  }
}

or

query IntrospectionQuery {
    __type(name: "__Schema") {
        fields {
            name
        }
    }
}

return

{
  "data": {
    "__type": null
  }
}

instead of returning data

related to #1835

lghinet avatar Jun 16 '25 11:06 lghinet

WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible. The roadmap is driven by our customers and we have to prioritize issues that are important to them. You can influence the priority by becoming a customer. Please contact us here.

github-actions[bot] avatar Jun 16 '25 11:06 github-actions[bot]