We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3db89d commit 6541b55Copy full SHA for 6541b55
apollo-execution-processor/src/main/kotlin/com/apollographql/execution/processor/definitions.kt
@@ -575,7 +575,7 @@ private class TypeDefinitionContext(
575
val name = this.graphqlNameOrNull() ?: targetName
576
577
if (this.hasDefault) {
578
- logger.error("Default arguments are not supported, use '@GraphQLDefault' instead.", this)
+ logger.error("Default parameter values are not supported, annotate your parameter with '@GraphQLDefault' instead.", this)
579
return null
580
}
581
val defaultValue = defaultValue()
0 commit comments