dgs-framework
dgs-framework copied to clipboard
GraphQL for Java with Spring Boot made easy.
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.+ to 2.17.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
## Describe the Feature Request When using the new Kotlin [Query projections](https://netflix.github.io/dgs/advanced/kotlin-codegen/#query-projections), it is currently impossible to use custom scalar configuration when constructing the query. Using custom scalars is available...
Bumps org.jmailen.kotlinter from 3.11.1 to 4.3.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. Release notes Sourced from actions/checkout's releases. v4.1.4 What's Changed Disable extensions.worktreeConfig when disabling sparse-checkout by @jww3 in actions/checkout#1692 Add dependabot config by @cory-miller in...
## Expected behavior When using MDC values, even if it is just the `traceId` and/or `spanId` - the defaults from Spring Boot -, they should be logged if `ObservationRegistry` is...
Hello, lets say we have value class ```kotlin @JvmInline value class ValueClass(val value: String) ``` we use DGS codegen to generate input and outputs for our server side and we...
Hi, in version 8.6.0, [GraphQLJavaErrorInstrumentation](https://github.com/Netflix/dgs-framework/blob/master/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/internal/GraphQLJavaErrorInstrumentation.kt) was introduced which maps exceptions to `TypedGraphqlError`. However in the case of `DataFetchingException` when the error builder is used, the `path` parameter [is not mapped](https://github.com/Netflix/dgs-framework/blob/c3e01f779109e47ce9f27924728d7a644b01fb80/graphql-dgs/src/main/kotlin/com/netflix/graphql/dgs/internal/GraphQLJavaErrorInstrumentation.kt#L53)...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot...
Pull Request type ---- - [ ] Bugfix - [x ] Feature - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [...
## Expected behavior `TypedGraphQLError` is used consistently across all error surfaces. ## Actual behavior When using custom scalar, coercing exceptions (e.g CoercingParseLiteralException) don't use the `TypedGraphQLError` and provide very bare-bones...