Last active
March 9, 2020 20:29
-
-
Save abishekrsrikaanth/573341b24448db12da5d1f307f05f2f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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