Skip to content

Tags: rharriso/graphql-kotlin

Tags

0.3.2

Toggle 0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: abstract classes as input are invalid (ExpediaGroup#223)

* fix: abstract classes as input are invalid

* update unit tests for detekt

0.3.1

Toggle 0.3.1's commit message
fix: abstract classes should generate interface (ExpediaGroup#221)

Fixes: ExpediaGroup#220

0.3.0

Toggle 0.3.0's commit message
feat: subscriptions (ExpediaGroup#215)

* feat: subscriptions

* rename extension method

0.2.13

Toggle 0.2.13's commit message
build: 0.2.13-SNAPSHOT (Travis Build 721) (ExpediaGroup#208)

0.2.12

Toggle 0.2.12's commit message
Function builder ignores parameters annotated with GraphQLIgnore (Exp…

…ediaGroup#207)

0.2.11

Toggle 0.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow for abstract properties and functions (ExpediaGroup#205)

* fix: allow for abstract properties and functions

* Update src/test/kotlin/com/expedia/graphql/generator/extensions/KClassExtensionsTest.kt

Co-Authored-By: smyrick <[email protected]>

untagged-d71cea9a82400b42eea3

Toggle untagged-d71cea9a82400b42eea3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow for abstract properties and functions (ExpediaGroup#205)

* fix: allow for abstract properties and functions

* Update src/test/kotlin/com/expedia/graphql/generator/extensions/KClassExtensionsTest.kt

Co-Authored-By: smyrick <[email protected]>

0.2.10

Toggle 0.2.10's commit message
feat: do not cache list types (ExpediaGroup#202)

* feat: do not cache list types

To simplify logic and make the cache simplier, we will not cache any list type. This means that the TypeCache is truely just caching fully qualified types. Lists will still be generated but they will not hit the cache to get their graphql type until they request a class.

This will also help if we want to support adding Sets to the types as it not just becomes one location we have to update for all the valid list types

* fix: delete unused extension method

0.2.9

Toggle 0.2.9's commit message
Remove the dependency on object instances so the schema can be genera…

…ted as a standalone without datafetchers (ExpediaGroup#198)

0.2.8

Toggle 0.2.8's commit message
docs: update example app information in README (ExpediaGroup#193)