Skip to content

Subscription support

Pre-release
Pre-release
Compare
Choose a tag to compare
@mrspartak mrspartak released this 18 May 21:10
· 136 commits to master since this release

Use them as easy as:

let unsub = om.subscribe({
    user: {
        where: {
            is_live: {
                _eq: true
            }
        }
    }
}, ([err, data]) => {
    //so data will come in the same format as the query
})