-
-
Notifications
You must be signed in to change notification settings - Fork 114
165 introspection query #298
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
Merged
kobylynskyi
merged 92 commits into
kobylynskyi:165-introspection-query
from
jxnu-liguobin:165-introspection-query
Aug 22, 2020
Merged
165 introspection query #298
kobylynskyi
merged 92 commits into
kobylynskyi:165-introspection-query
from
jxnu-liguobin:165-introspection-query
Aug 22, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
merge from master
from master
from master
# Conflicts: # plugins/sbt/graphql-java-codegen-sbt-plugin/project/Dependencies.scala # plugins/sbt/graphql-java-codegen-sbt-plugin/src/main/scala/io/github/dreamylost/graphql/codegen/GraphQLCodegenPlugin.scala
Update migration guide for SBT plugin (#290)
add suffix after the default value of the base type(long) (#292)
…n into 165-introspection-query
kobylynskyi
approved these changes
Aug 22, 2020
Owner
kobylynskyi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
kobylynskyi
added a commit
that referenced
this pull request
Aug 24, 2020
) * Support code generation based on introspection query response #165 * 165 introspection query (#298) * add sbt plugin * rm log to file * update * update readme * update readme * update readme * update client example * update client example * update log * update client example * add scalaiform * add scalaiform and publish * support schemaFinderConfig and parentInterfacesConfig * update readme license, convert GraphQLCodegen to Def * update readme * Create scala.yml * update scala ci * update scala ci * rm scala ci * rm scala ci * use publishLocal * ci support ivy cache * ci support ivy cache * fix support ivy cache * change example project level * change example project level * fix path for ci * fix workflows * move generate code to src_managed_graphql * change generate code location to src_managed_graphql * add sbt-test for plugin * fix workflows * fix workflows * change generate code location to src_managed_graphql * add watch resource, refactor plugins * add developer for publish * add key apiAsyncReturnType and apiAsyncReturnListType, refactor code, update sbt-test with two options * add resolvers * add resolvers for ci * add resolvers for ci * add resolvers for ci * Remove redundant dependencies * fix support ivy local * Update github.yml * fix support ivy local * update ci * fix compile failed when generate code not found in classpath. test in the standard way * Update github.yml * 1. update default option code 2. update client example 3. update version to 2.3.0 * update version to 2.3.0 * Merge branch 'master' of github.com:jxnu-liguobin/graphql-java-codegen * pre release 2.4.0 * next dev 2.4.1-SNAPSHOT fix example support with v2.4.0 add typename * add use case with proxy * add comment * add Support code * update README * add scope on conf key * add release plugin * add release plugin * Setting version to 2.4.2 * Setting version to 2.4.3-SNAPSHOT * add release plugin (not release) * upgrade sbt version, update example Deprecated api * refactor sbt plugin * refactor sbt plugin * ♻️ Changes for upcoming release 3.0.0 (#276) * Setting version to 3.0.0 * fix conflict, release3.0.0 * append migration * append migration * fix default value, cannot assign a int value to Long(boxing type) * fix default value, cannot assign a int value to Long(boxing type) * use new file * use conversion instead of reflect * throw exception msg * add option graphqlQueryIntrospectionResultPath * Fixes parsing schema and introspection result #296 Co-authored-by: 梦境迷离 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.