Verify Permissions
diskutil verifyPermissions /
Repair Permissions
diskutil repairPermissions /
| // Lightweight GraphQL generic client | |
| const GraphQLClient = require('graphql-request').GraphQLClient; | |
| const crypto = require('crypto'); | |
| const path = require('path'); | |
| const api = require('./api_constants'); | |
| //GraphQL query string to get all inventory, filtering by a specific dealer | |
| const vehicles = ` | |
| { | |
| allDealerships(filter:{ name:"Wheel Kinetics"}) { |