Anoopsingh Bayes
Anoopsingh Bayes
ok.I think i was not clear enough ,actually this is for a multi-tenant situation , so there would be one database for all the user under the same tenant.Thus when...
This looks great ,i'll try this and let you know. My implementation is very naive something like this ```javascript function getNewResolver(context, resolverName) { const conn=mongoose.createConnection(context.tenant.connStr) const newCustomerModel=conn.model('Customer', CustomerSchema); const newCustomerModelCT...
@nodkz i am getting the following error while using multiple DB's if i have a pagination resolver but if i remove it the error goes ```Schema must contain unique named...
I believe this is because the whole ui-select container is append to body on open,where as the jQuery select 2 implementation appends the dropdown menu ,i.e the ui-select-choices container to...
i have done this with some custom functions (transformers etc) my use case was allowing variable consumers to change alpha for a variable i feel this will be temporary requirement...
> Can you share more about how you did this? Maybe a PR if we feel it would solve the issue? i will put a minimal example here soon
@lukasoppermann here is a minimal [gist](https://gist.github.com/anoopsinghbayes/c1b9003dc0700cd119f345fb997d23ed) to showcase this use case
> Do you not add a `type: color` and this is why it is not processed by style dictionary afterwards? Can you explain what does this mean? i see type:color...