You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple collections in mongoDb named "UserData_%some id%". All collections have the same scheme.
In "clean" gql+mongoose I can provide collection name by credentials data from resolver.
Is there any way to setup collection name for query in wrapResolve (or any other way)?
The text was updated successfully, but these errors were encountered:
I have multiple collections in mongoDb named "UserData_%some id%". All collections have the same scheme.
In "clean" gql+mongoose I can provide collection name by credentials data from resolver.
Is there any way to setup collection name for query in wrapResolve (or any other way)?
The text was updated successfully, but these errors were encountered: