Hi,
I'm using multi tenant (https://supertokens.com/docs/emailpassword/common-customizations/multi-tenancy/one-login-per-sub-domain) for my project all works fine with rest API.
But when try to authenticate graphql getting this error (SessionError: INVALID_CLAIMS) https://prnt.sc/dh0UyykbG85_
Please help me on this how to resolve this issue, I have config following setup when created tenant
let resp = await Multitenancy.createOrUpdateTenant(tenant.slug, {
emailPasswordEnabled: true,
thirdPartyEnabled: true,
passwordlessEnabled: true,
});