Skip to content

Nested includes #37

@FernandoYu

Description

@FernandoYu

Hi, I've been trying to make a query with nested includes that looks like this:

// https://example.com/api/contacts?include=conversations.messages
const response = await contactSet.includeCollection(r => r.conversations.messages).findAll();

But I'm getting this error:

Property 'messages' does not exist on type 'PropertyInfoProxyRoot<EntityCollection<Conversation>>'

Is there any way that I can get that query?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions