Replies: 3 comments
-
Hi, can you share more details:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry I posted on wrong discussion look like, Intended to post on nhost discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a auth.session.accessToken.customClaims and provide a valid path like
key = 'Vendor-Id'
value = 'org.organization_id'
Where graphQL Query can resolve value on defined user and organization member but
X-Hasura-Vendor-Id
is not reflecting on graphql and throwing an error{
"errors": [
{
"message": "missing session variable: "x-hasura-vendor-id"",
"extensions": {
"path": "$",
"code": "not-found"
}
}
]
}
Anything I am missing
Beta Was this translation helpful? Give feedback.
All reactions