return waterline.nodes.needByIdentifier(self.nodeId)
            .then(function (node) {
                switchNode = node;
                return switchNode.relations;
            })