Stefano
Stefano
I can say the same here. Right now my company is looking at docusaurus but the way css are managed is not nice. You can't go with tailwind and align...
> I don't know if anyone has the same problem, but for me the tailwind installation had lead to the whole site being ugly. After a lot of searching I...
The rule perfectly adheres to the spec. My idea is to extend it in order to make it able to check if pagination arguments are wrapped into input types. Regarding...
I am interested into this too. - Groups allows to apply the same visualisation properties to a _group_ of nodes. - Cluster allows to join nodes in a specific way....
> Should we add `.graphqls` as an extra extension for schema files containing only type system definitions or extensions? Makes sense. `.htm` and `.html` are there as well.
I now about `eval` unfortunately. I will take your suggestion later and give them a go. I though I could remove eval and change approach; although I ended in a...
The problem is effectively sorted, it used to exports modules and not we have a closure. The side issue, not related to this, is that because I use a `require`...
That's an interesting point, but not sure how it could be done. From the top of my mind, if you query the gateway, it won't let you know about subgraph...
Logically, you have books and authors to be cross-linked, but physically, you have a field that points to a type. In a bigger schema with many types, fields and obviously...
I am not disagreeing with the principle, but the tool represents your physical schema/solution, not your business (would say domain) model. I have 1000+ types around, it's true that's messy...