Skip to content

Tags: r-ralph/graphql-kotlin

Tags

4.0.0-alpha.4

Toggle 4.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[client] fix generation of duplicate classes (ExpediaGroup#883)

* [client] fix generation of duplicate classes

We were incorrectly using simple class name for the type lookup as all classes are wrapped in some root type (i.e. `Query.MyClass`) whereas GraphQL type name was just the actual type. We were also incorrectly comparing selection sets as we were not unwrapping selection sets of the children fields.

Fixes: ExpediaGroup#864

* fix caching and correctly compare selection sets of different types

3.6.4

Toggle 3.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[client 3.x.x] fix generation of duplicate classes (ExpediaGroup#884)

Backport of ExpediaGroup#883 to 3.x.x branch

3.6.3

Toggle 3.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[client 3.x.x] fix generation of duplicate classes (ExpediaGroup#884)

Backport of ExpediaGroup#883 to 3.x.x branch

4.0.0-alpha.3

Toggle 4.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue with GraphQLName on properties (ExpediaGroup#870)

* Fix issue with GraphQLName on properties

* Update integration test

Co-authored-by: Shane Myrick <[email protected]>

3.6.2

Toggle 3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[3.x.x][client] Remove duplicate header (ExpediaGroup#867)

* Remove duplicate header

Copy changes over from ExpediaGroup#865 to `3.x.x` branch

* Update GraphQLClient.kt

* Update GraphQLClient.kt

4.0.0-alpha.2

Toggle 4.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove duplicate Accept header: application/json (ExpediaGroup#865)

4.0.0-alpha.1

Toggle 4.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[build] revert Kotlin version to 1.3.72 (ExpediaGroup#858)

We are hitting some library and plugin issues with incompatibilities between Kotlin versions. Downgrading back to 1.3.72 for now, we will revisit update to 1.4 sometime in the future.

4.0.0-alpha.0

Toggle 4.0.0-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[client] update ScalarConverter to accept any objects (ExpediaGroup#819)

* [client] update ScalarConverter to accept any objects

Custom GraphQL scalars can be serialized as any of the other built-in scalars (i.e. int, float, etc). Changed method signatures to accept `Any` when converting to scalar, and produce `Any` when generating JSON value.

* update docs to match change to any

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include java getters for ignore checks (ExpediaGroup#842)

Co-authored-by: Shane Myrick <[email protected]>

3.6.1

Toggle 3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[generator] Nullability additional input checks (ExpediaGroup#829)

* Add additional input test

* Add required list check

* Fix linter

Co-authored-by: Shane Myrick <[email protected]>