-
Notifications
You must be signed in to change notification settings - Fork 24
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
Added alias support for queries and mutations #26
Commits on Sep 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1d9696f - Browse repository at this point
Copy the full SHA 1d9696fView commit details
Commits on Oct 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6e2779d - Browse repository at this point
Copy the full SHA 6e2779dView commit details
Commits on Oct 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 747ca09 - Browse repository at this point
Copy the full SHA 747ca09View commit details
Commits on Mar 24, 2017
-
Fix escaped string array (VerachadW#6)
* Update Spek version * Fix print wrong escaped character, Fix VerachadW#4 * Rewrite the GraphQLPrintSpek for preetty print test * Bump hotfix version * Update build status link
Verachad Wongsawangtham authoredMar 24, 2017 Configuration menu - View commit details
-
Copy full SHA for ff19228 - Browse repository at this point
Copy the full SHA ff19228View commit details
Commits on Mar 26, 2017
-
Migrate kotlin v1.1.1 (VerachadW#7)
* bump to kotlin v1.1.1 * Add type alias for more readable code * Change the package name to me.lazmaid.kraph * Fix build failed dur to hamkrest error * Update spek version * Update ENV for release * Update README
Verachad Wongsawangtham authoredMar 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 5a1f319 - Browse repository at this point
Copy the full SHA 5a1f319View commit details
Commits on May 21, 2017
-
Refactor arguments (VerachadW#9)
* WIP * Split the print logic into sealed class * Update UTs * Add exception message * Refactor
Configuration menu - View commit details
-
Copy full SHA for 4ef145f - Browse repository at this point
Copy the full SHA 4ef145fView commit details
Commits on Jun 21, 2017
-
Add Test Coverage (VerachadW#11)
* Add Test Coverage * Update spek version * Fix test result path * Add codecov YAML * Add onlyIf * Update config * Fix travis command * Add coverage badge
Configuration menu - View commit details
-
Copy full SHA for 4e6dfd2 - Browse repository at this point
Copy the full SHA 4e6dfd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4655ded - Browse repository at this point
Copy the full SHA 4655dedView commit details -
Configuration menu - View commit details
-
Copy full SHA for caae3c8 - Browse repository at this point
Copy the full SHA caae3c8View commit details
Commits on Aug 6, 2017
-
Support boolean type in Argument (VerachadW#15)
* Add support for boolean type * Add Tests
Configuration menu - View commit details
-
Copy full SHA for d48a480 - Browse repository at this point
Copy the full SHA d48a480View commit details
Commits on Aug 23, 2017
-
Fix typo in README (VerachadW#16)
missing "h" in the example call to `println(query.toGrapQueryString())`
Configuration menu - View commit details
-
Copy full SHA for 9e7d3d5 - Browse repository at this point
Copy the full SHA 9e7d3d5View commit details
Commits on Oct 26, 2017
-
Added basic fragment support (VerachadW#17)
* improve readme * Allow using field with a block in place of field object * Update readme to include new changes * Cheap implementation of fragment that doesn't use actual GraphQL Fragments * Add fragment docs to readme * Fix tests * Change function to 'defineFragment'
Configuration menu - View commit details
-
Copy full SHA for 539559f - Browse repository at this point
Copy the full SHA 539559fView commit details -
Update Kotlin and library dependcies (VerachadW#18)
* Update .gitignore * Update dependecies * Add secondary constructor for DataEntry.NonDecimalNUmber * Add Test for DataEntry classes * Fix failed UTs
Configuration menu - View commit details
-
Copy full SHA for 58374f6 - Browse repository at this point
Copy the full SHA 58374f6View commit details
Commits on Oct 28, 2017
-
Added partial request printing functions (VerachadW#19)
* improve readme * Allow using field with a block in place of field object * Update readme to include new changes * Cheap implementation of fragment that doesn't use actual GraphQL Fragments * Add fragment docs to readme * Fix tests * Add separate methods to print the different parts of the request separately * Use spaces instead of newlines for request format * Rewrite printing operations to optionally escape quotes * update readme a bit * Change function to 'defineFragment' * Use an enum to choose print format and write tests to cover all formats * Add note about variables
Configuration menu - View commit details
-
Copy full SHA for 99c00f3 - Browse repository at this point
Copy the full SHA 99c00f3View commit details
Commits on Oct 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a3e7284 - Browse repository at this point
Copy the full SHA a3e7284View commit details
Commits on Jun 13, 2018
-
add support for variables (VerachadW#23)
* add support for variables * add support for variables
Configuration menu - View commit details
-
Copy full SHA for 4d64d7d - Browse repository at this point
Copy the full SHA 4d64d7dView commit details
Commits on Nov 2, 2018
-
Added alias support for queries and mutations
Pavel Sukhoterin committedNov 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 5041882 - Browse repository at this point
Copy the full SHA 5041882View commit details
Commits on Nov 8, 2018
-
Checked errors from CI Build and added an example for usage
Pavel Sukhoterin committedNov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 6db82ba - Browse repository at this point
Copy the full SHA 6db82baView commit details -
Resolve error with arguments in RequestSpek.kt
Pavel Sukhoterin committedNov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 7e428d7 - Browse repository at this point
Copy the full SHA 7e428d7View commit details -
Resolve error in BuilderSpek.kt
Pavel Sukhoterin committedNov 8, 2018 Configuration menu - View commit details
-
Copy full SHA for e4010c2 - Browse repository at this point
Copy the full SHA e4010c2View commit details
Commits on Nov 17, 2018
-
Merge branch 'develop' of https://github.com/VerachadW/kraph into ali…
…as_support # Conflicts: # build.gradle Replace /n on """ in the BuilderSpek.kt
Pavel Sukhoterin committedNov 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 3fdcbed - Browse repository at this point
Copy the full SHA 3fdcbedView commit details -
Replace /n on """ in the BuilderSpek.kt
Pavel Sukhoterin committedNov 17, 2018 Configuration menu - View commit details
-
Copy full SHA for a4caca6 - Browse repository at this point
Copy the full SHA a4caca6View commit details -
Change equalTo to requestString
Pavel Sukhoterin committedNov 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 5ca53d6 - Browse repository at this point
Copy the full SHA 5ca53d6View commit details -
Change other test mutation with alias
Pavel Sukhoterin committedNov 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 8d37382 - Browse repository at this point
Copy the full SHA 8d37382View commit details
Commits on Nov 22, 2018
-
Added documentation about alias for field and fieldObject
Pavel Sukhoterin committedNov 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 0d3a9ee - Browse repository at this point
Copy the full SHA 0d3a9eeView commit details -
Merge remote-tracking branch 'library/develop' into alias_support
# Conflicts: # README.md # core/src/main/kotlin/me/lazmaid/kraph/Kraph.kt # core/src/main/kotlin/me/lazmaid/kraph/lang/DataEntry.kt # core/src/main/kotlin/me/lazmaid/kraph/lang/Field.kt # core/src/main/kotlin/me/lazmaid/kraph/lang/GraphQLNode.kt # core/src/main/kotlin/me/lazmaid/kraph/lang/relay/Node.kt # core/src/main/kotlin/me/lazmaid/kraph/lang/relay/RelayMutation.kt # core/src/test/kotlin/me/lazmaid/kraph/test/BuilderSpek.kt # core/src/test/kotlin/me/lazmaid/kraph/test/DataEntrySpek.kt # core/src/test/kotlin/me/lazmaid/kraph/test/GraphQLPrintSpek.kt # core/src/test/kotlin/me/lazmaid/kraph/test/RequestSpek.kt
Pavel Sukhoterin committedNov 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 29a0f0f - Browse repository at this point
Copy the full SHA 29a0f0fView commit details
Commits on Nov 25, 2018
-
Pavel Sukhoterin committed
Nov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 65bc4b9 - Browse repository at this point
Copy the full SHA 65bc4b9View commit details -
Pavel Sukhoterin committed
Nov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 0d286ce - Browse repository at this point
Copy the full SHA 0d286ceView commit details