export default class IndividualFromListTransformer extends ResourceTransformer {

  constructor(templatedUrlFactory, relationshipName, uriParams) {
    super();
    this.templatedUrlFactory = templatedUrlFactory;