cosmo
cosmo copied to clipboard
Introspection query - inspect directive type returns null
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
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.