## Raise a GraphQL field error in case of a datasource invocation error #if($ctx.error) $utils.error($ctx.error.message, $ctx.error.type) #end $utils.toJson({"specialties":$utils.rds.toJsonObject($ctx.result)[0]})