You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug GraphQLContext.plus(map: Map<*, Any?>) has a signature that suggests it can accept null values, but passing null actually throws an AssertException.
Library Version
7.1.4
Describe the bug
GraphQLContext.plus(map: Map<*, Any?>)
has a signature that suggests it can accept null values, but passing null actually throws an AssertException.graphql-kotlin/generator/graphql-kotlin-schema-generator/src/main/kotlin/com/expediagroup/graphql/generator/extensions/GraphQLContextExtensions.kt
Lines 65 to 66 in d038e2e
To Reproduce
will throw
graphql.AssertException: Object required to be not null
.Expected behavior
One of the following should be addressed:
The text was updated successfully, but these errors were encountered: