-
Notifications
You must be signed in to change notification settings - Fork 357
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ExpediaGroup/graphql-kotlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ExpediaGroup/graphql-kotlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 14 files changed
- 4 contributors
Commits on Feb 4, 2025
-
fix: remove additional supplier invoke on APQ after caching entries (#…
Configuration menu - View commit details
-
Copy full SHA for fa6b12d - Browse repository at this point
Copy the full SHA fa6b12dView commit details
Commits on Mar 12, 2025
-
Add support for generated @deprecated arguments from @GraphQLDeprecat…
…ed (#2075) ### 📝 Description This PR enables support for using the `@GraphQLDeprecated` annotation on arguments, allowing the generated GraphQL schema to include the `@deprecated` directive. #### Changes: - Updated `generateArgument.kt ` to mark argument as deprecated if the DeprecationReason is present. - Added tests to validate the correct behavior when marking arguments as deprecated. #### Why? The GraphQL spec now officially supports applying `@deprecated` on arguments, enabling better API evolution without breaking existing clients. This change aligns the library with the latest spec, giving developers a built-in way to signal argument deprecations. - [GraphQL Spec - Deprecated Arguments](https://spec.graphql.org/October2021/#sec--deprecated) ](https://spec.graphql.org/draft/#sec--deprecated) ### 🔗 Related Issues #1361
Configuration menu - View commit details
-
Copy full SHA for ce8124a - Browse repository at this point
Copy the full SHA ce8124aView commit details
Commits on Mar 18, 2025
-
feat: update fastjson2 (#2076)
benchmarks GraphQLRequest deserialization jackson vs fastjson2  GraphQLResponse serialization Jackson vs fastjson2  --------- Co-authored-by: Samuel Vazquez <samvazquez@expediagroup.com>
Configuration menu - View commit details
-
Copy full SHA for 6d24045 - Browse repository at this point
Copy the full SHA 6d24045View commit details
There are no files selected for viewing