Added third party payer support IO-546
This commit is contained in:
@@ -92,3 +92,21 @@ export const SEARCH_VENDOR_AUTOCOMPLETE = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const SEARCH_VENDOR_AUTOCOMPLETE_WITH_ADDR = gql`
|
||||
query SEARCH_VENDOR_AUTOCOMPLETE_WITH_ADDR {
|
||||
vendors(order_by: { name: asc }) {
|
||||
name
|
||||
discount
|
||||
id
|
||||
cost_center
|
||||
street1
|
||||
street2
|
||||
zip
|
||||
country
|
||||
city
|
||||
email
|
||||
state
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user