Rob Lee
Rob Lee
@smnbbrv did you find a solution for this?
@smnbbrv ah yes, I can confirm this process works with traefik as well. Thanks for the quick response!! Cheers!
I created a fork of this and provided a package on npm of this fork to support sass-loader v8: [@nodeworks/antd-scss-theme-plugin](https://github.com/nodeworks/antd-scss-theme-plugin)
@sangaline yes i can definitely help out there if needed. let me know where i can help!
Is there a way to pass in that map now? If I try to pass in a map as a filter it errors out.
So if I were to do something like this: ``` sum(filters: _PurchaseOrderFilter): Float @cypher(passThrough: true, statement: "MATCH (p:PurchaseOrder {$filters}) WITH RETURN sum(toFloat(p.amount))") ``` I get: ``` Exception while fetching data...
Oh I see. Ok got it. Would a better approach perhaps be to use the neo4j-graphql-js package instead and create custom directives that are injected with the Neo4j JS driver...
@paescuj I think there definitely are a couple of options. I know for my sake right now the workaround is to use the SEARCH method, however that get's a little...
Looks like eslint-plugin depends on the scss-lint-plugin repo code. Not sure why but this is also an issue for me. I have to disable both SCSS lint and ESLint to...