Skip to content

Instantly share code, notes, and snippets.

@gngeorgiev
Last active November 24, 2017 18:53
Show Gist options
  • Save gngeorgiev/5d08acbcba611dc847b9e31b415bfb14 to your computer and use it in GitHub Desktop.
Save gngeorgiev/5d08acbcba611dc847b9e31b415bfb14 to your computer and use it in GitHub Desktop.
sashido-telerik-platform-relations.js
var query = new Everlive.Query();
query.expand({
Post: {
TargetTypeName : 'Post'
}
});
var data = everlive.data('Comment');
data.get(query).then(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment