Skip to content

Instantly share code, notes, and snippets.

@abishekrsrikaanth
Last active March 9, 2020 20:29
Show Gist options
  • Select an option

  • Save abishekrsrikaanth/573341b24448db12da5d1f307f05f2f0 to your computer and use it in GitHub Desktop.

Select an option

Save abishekrsrikaanth/573341b24448db12da5d1f307f05f2f0 to your computer and use it in GitHub Desktop.
const { data } = await Nova.request().post('/nova-vendor/tool_name_goes_here/get-grouped-data', {
model: this.model,
group_by: this.groupBy,
select_columns: this.selectColumns,
resource_id: this.resource_id,
using_where: this.usingWhere
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment