Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue/7 implicit null #23

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Issue/7 implicit null #23

wants to merge 12 commits into from

Conversation

yshrsmz
Copy link
Owner

@yshrsmz yshrsmz commented Apr 25, 2019

resolve #7

  • Rename VariablesWrapperGenerator2
  • Extract Serializer generator to dedicated class
  • Update README
  • Update changelog
  • test for kgql-compiler
  • test for kgql-gradle-plugin
  • test for kgql-core
  • move introspection query to dedicated file(or remove)

@yshrsmz
Copy link
Owner Author

yshrsmz commented Apr 25, 2019

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
Copy link
Owner Author

yshrsmz commented May 7, 2019

introspection query is moved to wiki

@yshrsmz
Copy link
Owner Author

yshrsmz commented May 7, 2019

blocked by Kotlin/kotlinx.serialization#451

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

handle default value of operation
1 participant