function EmbeddedRelationshipTransformer(relationshipName) {
    _classCallCheck(this, EmbeddedRelationshipTransformer);

    _get(Object.getPrototypeOf(EmbeddedRelationshipTransformer.prototype), "constructor", this).call(this);
    this.relationshipName = relationshipName;