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
Implemented graphql-java-kickstart#8. Both @deprecated(reason: String), or an empty @deprecated, directive can be used within the schema definition and the messages will now be available when a client introspects the schema for deprecated values. The README.md has also been updated to reflect the new addition.
val enumValue = type.enumConstants.find { it.toString() == enumName } ?:throwSchemaError("Expected value for name '$enumName' in enum '${type.simpleName}' but found none!")
0 commit comments