Added owners detail fields and owner jobs list.
This commit is contained in:
@@ -2,7 +2,7 @@ import { gql } from "apollo-boost";
|
||||
|
||||
export const QUERY_VEHICLE_BY_ID = gql`
|
||||
query QUERY_VEHICLE_BY_ID($id: uuid!) {
|
||||
vehicles(where: { id: { _eq: $id } }) {
|
||||
vehicles_by_pk(id: $id) {
|
||||
created_at
|
||||
db_v_code
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user