Tags: rharriso/graphql-kotlin
Tags
fix: abstract classes as input are invalid (ExpediaGroup#223) * fix: abstract classes as input are invalid * update unit tests for detekt
fix: abstract classes should generate interface (ExpediaGroup#221) Fixes: ExpediaGroup#220
feat: subscriptions (ExpediaGroup#215) * feat: subscriptions * rename extension method
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]>
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]>
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
Remove the dependency on object instances so the schema can be genera… …ted as a standalone without datafetchers (ExpediaGroup#198)
docs: update example app information in README (ExpediaGroup#193)
PreviousNext