Merged in feature/IO-2604-vendor-tagging (pull request #2428)
IO-2604 Add vendor tags to search select & vendor edit screen. Approved-by: Dave Richer
This commit is contained in:
@@ -19,6 +19,7 @@ export const QUERY_VENDOR_BY_ID = gql`
|
||||
active
|
||||
phone
|
||||
dmsid
|
||||
tags
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -54,6 +55,7 @@ export const QUERY_ALL_VENDORS = gql`
|
||||
city
|
||||
phone
|
||||
active
|
||||
tags
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -89,6 +91,7 @@ export const QUERY_ALL_VENDORS_FOR_ORDER = gql`
|
||||
email
|
||||
active
|
||||
phone
|
||||
tags
|
||||
}
|
||||
jobs(where: { id: { _eq: $jobId } }) {
|
||||
v_make_desc
|
||||
@@ -105,6 +108,7 @@ export const SEARCH_VENDOR_AUTOCOMPLETE = gql`
|
||||
cost_center
|
||||
active
|
||||
favorite
|
||||
tags
|
||||
}
|
||||
}
|
||||
`;
|
||||
@@ -124,6 +128,7 @@ export const SEARCH_VENDOR_AUTOCOMPLETE_WITH_ADDR = gql`
|
||||
email
|
||||
state
|
||||
active
|
||||
tags
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user