Agata Naomichi
Agata Naomichi
Using cl-project via roswell script in SBCL and CLISP, an type mismatch error occurs. While `cl-project:make-project` requires a pathname value as the first argument, in the script, the first argument...
## Why Fix #6. Currently, it still doesn't work well...
**Is your feature request related to a problem? Please describe.** In the context of using Ktor, there is a problem with the current implementation of Route.graphQLPostRoute() in graphql-kotlin. When this...
**Library Version** 7.1.4 **Describe the bug** `GraphQLContext.plus(map: Map)` has a signature that suggests it can accept null values, but passing null actually throws an AssertException. https://github.com/ExpediaGroup/graphql-kotlin/blob/d038e2e4aa8229e53e24c9046aa16c0c1a2378a6/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/extensions/GraphQLContextExtensions.kt#L65-L66 **To Reproduce** ```kotlin GraphQLContext.newContext().build().plus(mapOf("X"...
`DataFetchingEnvironment.getContext()` has been deprecated since July 2021, but it still appears frequently in the documentation without any special notice. (For example, https://www.graphql-java.com/documentation/concerns, https://www.graphql-java.com/documentation/data-fetching#the-interesting-parts-of-the-datafetchingenvironment, etc.) Conversely, the new `DataFetchingEnvironment.getGraphQLContext()` does not...