Skip to content

Subscription - server side filtering #4017

@aneaga

Description

@aneaga

I have reviewed:

Also pulled the full Github repo looking for examples but have found none.

Would much appreciate a full example of configuring and using server-side filtering with a subscription on most simple model type, in my case defined as

 Event: a
    .model({
        familyId: a.id().required(),
        generatedByMemberId: a.id(),
        generatedBy: a.belongsTo('FamilyMember', 'generatedByMemberId'),
        type: a.ref('EventType').required(),
        metadata: a.string().required(),
        family: a.belongsTo('Family', 'familyId'),
    })

In my case, I need filtering by familyId.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiIssues related to the API categoryfeature-requestRequest a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions