Running
{
__schema{
types{
name
kind
}
}
}
gives
{
"errors": [
{
"message": "GraphQL introspection is not allowed, but the query contained __schema or __type",
"category": "graphql",
"locations": [
{
"line": 31,
"column": 3
}
]
}
]
}
I am using GraphiQL on windows to a Magento graphql server. I also get the same result if i run graphql get-schema on command line using graphql-cli. How do I allow Graphql introspection?