aor-graphql icon indicating copy to clipboard operation
aor-graphql copied to clipboard

Introspection resolver does not return any resources

Open mbchoa opened this issue 8 years ago • 0 comments

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.

mbchoa avatar Mar 16 '18 23:03 mbchoa