aor-graphql
aor-graphql copied to clipboard
Introspection resolver does not return any resources
It seems like this line of code is causing the introspection resolver to always return an an empty array for resources.
Should this check be an || operator instead of an && operator?
The returned operation names for the GET_LIST and GET_ONE fetch types are never going to be the same so it doesn't make sense for these 2 conditions to be both true at the same time.