Skip to content

Commit

Permalink
Upgrade Grackle (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr authored May 20, 2024
1 parent 0e3eaab commit 63d3e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions benchmarks/src/main/scala/caliban/Schemas.scala
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ object Grackle extends GenericMapping[IO] {
import grackle.syntax._
import semiauto._

override def parserConfig: GraphQLParser.Config = super.parserConfig.copy(maxSelectionWidth = 100000)

val schema =
schema"""
type Query {
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,8 @@ lazy val benchmarks = project
libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "4.1.0",
"org.sangria-graphql" %% "sangria-circe" % "1.3.2",
"org.typelevel" %% "grackle-core" % "0.17.0",
"org.typelevel" %% "grackle-generic" % "0.17.0",
"org.typelevel" %% "grackle-core" % "0.19.1",
"org.typelevel" %% "grackle-generic" % "0.19.1",
"io.github.valdemargr" %% "gql-server" % "0.3.5",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % jsoniterVersion,
"io.circe" %% "circe-parser" % circeVersion,
Expand Down

0 comments on commit 63d3e1d

Please sign in to comment.