This module provide new field type for any content entity which can render a views with the fields of entity injected as arguments.

For example, if you need to get first the value of your field to send it in your second request as arguments of views; you can use this module to do only onerequest.

In addition you filter by a field of a parent current entity, for example if your entity is an paragraph you can filter with the field parent value.

This features has been designed for GraphQL API, also not working if you are not decoupled.