Skip to content

Target collection params in query #57

@michaelprichardson

Description

@michaelprichardson

Would it be possible to use the parameters from the source collection in the target collection? I was thinking of being able to use the parameters in the source to the target collection.

source: {
    collection: 'master/{someId}/detail',
  },
  targets: [
    {
      collection: 'details/{someId}/more_detail',
      foreignKey: 'masterId',
    },
  ],

Very basic example but the idea to use the someId in the target collection query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions