def submit
      service.post(relationships_path_for_node(opts[:node_id]), rel_properties).on_error do |response|
        case response.status
        when (400..499)
          raise ClientError.new(response, response.body)