yshrsmz / kgql

GraphQL Document wrapper generator for Kotlin Multiplatform Project and Android
Apache License 2.0
57 stars 2 forks source link

Issue/7 implicit null #23

Open yshrsmz opened 5 years ago

yshrsmz commented 5 years ago

resolve #7

yshrsmz commented 5 years ago

this way we can achieve "implicit null" of root fields of variables. To become able to specify "implicit null" anywhere, we need to check whole schema and generate every entity

yshrsmz commented 5 years ago

introspection query is moved to wiki

yshrsmz commented 5 years ago

blocked by https://github.com/Kotlin/kotlinx.serialization/issues/451