GraphQL API in multi tenant setup? #11599
Unanswered
Josef-Reichardt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use the GraphQL API in a Payload CMS with multi tenant setup (
@payloadcms/plugin-multi-tenant
)?At the moment I have a strange behaviour.
returns
But
with params
{ "page": 0 }
returnsBut
pnpm why graphql
doesn't show different graphql versions:Because I already used the GraphQL API in the past without the
@payloadcms/plugin-multi-tenant
, I assume that this is the relevant difference between my two projects.I have also not found any information about using the GraphQL API in combination with the multi tenant plugin, so I wanted to ask if it is supported. Or maybe someone has any other hint for me if I'm doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions