Vojtech Polivka

Results 33 comments of Vojtech Polivka

No updates yet. We welcome contributions though.

Thanks for reporting this. This will be likely fixed in the next version when we support GraphQL Java 15.

@jamesmartinpp We may need to do a significant rewrite to fix all the issues around directives. In general, we need to defer more work to `graphql-java` so that it's easier...

Are you using `graphql-spring-boot`? If not, how are you passing the schema into the the `SchemaParser` builder?

It seems that default values in input objects are currently not supported.

I think we need to provide a configurable option to handle nullable input argument mapping. Users could provide their own mapping of omitted/null/value to the correct types. It should also...

Yes, `Optional` is handled as a special case here: https://github.com/graphql-java-kickstart/graphql-java-tools/blob/e4690db3475889b1b32ad674d3ace48e5192875a/src/main/kotlin/graphql/kickstart/tools/TypeClassMatcher.kt#L53 The challenge for adding support for Arrow's `Option` will be to do it without adding dependency on Arrow which we...

Please do not open duplicate issues. https://github.com/graphql-java-kickstart/graphql-java-tools/issues/227

`Byte` is not a GraphQL built-in type. How do you define it?