Christian Holzer

Results 5 issues of Christian Holzer

**Library Version** 7.0.2 **Describe the bug** After upgrading from v6 to v7 the gradle build is failing with error ``` Build file '... /build.gradle.kts' line: 8 An exception occurred applying...

type: bug

**Library Version** Kotlin Version: 1.8.0 (also tested 1.7.20) ``` id("com.expediagroup.graphql") version "6.3.3" ... implementation("com.expediagroup:graphql-kotlin-spring-client:6.3.3") { exclude("com.expediagroup", "graphql-kotlin-client-jackson") } implementation("com.expediagroup:graphql-kotlin-client-serialization:6.3.3") ``` **Describe the bug** After switching from Jackson to kotlinx.serialization the...

type: bug

### Describe the bug We integrated GraphQL Yoga with the Koa server as documented here https://the-guild.dev/graphql/yoga-server/docs/integrations/integration-with-koa and pass the Koa context like this ``` const response = await yoga.handleNodeRequest(ctx.req, ctx)...

kind/docs

When trying to activate the slack integration I get the error message: "The app is not listed in the [Slack app directory](https://slack.com/apps) , which is why it can only be...

It looks like the package @commercetools/sync-actions is missing type definitions which makes it hard to use with TypeScript