Open johnykifle opened 2 years ago
Many thanks for raising this bug report @johnykifle. :bug: We will now attempt to reproduce the bug based on the steps you have provided.
Please ensure that you've provided the necessary information for a minimal reproduction, including but not limited to:
If you have a support agreement with Neo4j, please link this GitHub issue to a new or existing Zendesk ticket.
Thanks again! :pray:
If we ever add support for this, should also work for enums as in #5126.
Describe the bug On a multi-tenant app one user can be able to get data from multiple tenants, if they have access to them. [f.eg] having a user who has access to 2 tenants, the jwt looks like .
Type definitions
schema.graphql
When the JWT has array of object as input to auth directive , the value never get resolved in the schema.
graphql.js
Error
Expected behavior if the value of allow is replaced to hard coded values like f.eg
it works fine.
System (please complete the following information):