Jógvan Olsen

Results 10 issues of Jógvan Olsen

**Describe the bug** I would expect to get spelling mistake information on my GraphQL variables **To Reproduce** Link to Repo with Reproduction or Steps to Reproduce: 1. Create a query/mutation...

feature

When I get this error: `Missing field 'type' while computing key fields`. I would love to get some more information about where exactly this issue is. Some helpful information could...

:bug: debugging

Implement [DataLoader](https://github.com/facebook/dataloader) style. I've been thinking about a structure like this: ```kotlin ... data class Tree(val id: String, val parentId: String?) ... type { // String - defines the key...

It should be possible to use suspendable unionproperty resolvers also. _With a few more lines of code, this should be possible to fix alongside #38_

Defining variables that either have an array or required array, didn't get parsed correctly. This fixes both `$ids: [Int]` and `$ids: [Int!]!`

Would be great with suspendable property resolvers. Something like #37. But something that actually works. _I haven't gotten a full overview of how everything in this project works yet, so...

- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? It will add support for...

💡 Feature Request
Inactive

```kotlin class OtherArks: Arkenv() { val customConfig: String? by argument("--custom") } class Arks: Arkenv("My App") { val other = module(OtherArks()) val port: Int by argument("--port") { defaultValue = { 8080...

bug

I'm thinking we should remove our whole dependency to [gitlab.com](https://gitlab.com/apurebase/arkenv) by removing our `.gitlab-ci.yml` and when finished with that we would update the https://apurebase.gitlab.io/arkenv/ website to just forward all requests...

enhancement
documentation