-
Greetings! Can't figure out, what's wrong. HotChocolate schema with NodaTime looks fine at Nitro 26.0.3, but can't generate client code by StrawberryShake 15.0.3. It fails with message 'An item with the same key has already been added. Key: LocalTime'. I have registration of NodaTime at HotChocolate like services
.AddGraphQLServer()
.AddQueryType<Query>()
.AddType<HotChocolate.Types.NodaTime.LocalTime>(); At client side has extension at directive @serializationType(name: String!) on SCALAR
directive @runtimeType(name: String!, valueType: Boolean) on SCALAR
extend scalar LocalTime
@runtimeType(name: "NodaTime.LocalTime", valueType: true)
@serializationType(name: "System.String") |
Beta Was this translation helpful? Give feedback.
Answered by
Arsync
Mar 20, 2025
Replies: 1 comment
-
Fixed by #8058 in 15.1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Arsync
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed by #8058 in 15.1.0