-
```
Sometimes, when we build/rebuild, stuff gets recompiled that doesn't need to
be. This ultimately cascades down to rebuilding the client, which is hugely
expensive. Not sure where the problem i…
-
I would like to suggest making one BaseAPIView at least for CRUD models
For example you can see it in CurrencyAPIView
If there are many models, there will be a lot of code duplication
Why not do it…
-
Do you plan to have GraphQL support?
-
Thanks for the work, I apreciate it.
I am attempting to use nLedger in a bit unconventional way. I need to incorporate it into a portfolio tracking system for complex derivatives trades.
The ent…
-
Hi everyone!
We met following issue when amount of mutations in our schema reached value 246.
kobby generates dto similar to following
```kotlin
data class MutationDto(
val mutation1: Strin…
-
```
Each plugin should be able to supply its own query page tru an extension
point.
```
Original issue reported on code.google.com by `wim.jong...@gmail.com` on 20 May 2010 at 8:01
-
## Problem
Typescript actively uses duck typing, which allows us to significantly reduce the amount of code in comparison with other languages, since we do not need to write many adapters and inter…
-
Currently I can't see that response models are supported, its an important part of the API definition especially if a SDK will be created from it.
It seems sensible to create a new attribute to be a…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
-
### Bug report
I have a method, that returns a matching property depending on the given class-string.
If the given class-string is a known property, it returns this nullable property. Otherwise, …