Working on vendors favorite JSON form - issues with additional fields + rehydrating data
This commit is contained in:
@@ -42,7 +42,7 @@ const errorLink = onError(
|
||||
// });
|
||||
// console.log("forward", forward);
|
||||
// console.log("operation", operation);
|
||||
return forward(operation).subscribe();
|
||||
return forward(operation);
|
||||
|
||||
// return new Observable(observer => {
|
||||
// const subscriber = {
|
||||
|
||||
@@ -39,7 +39,6 @@ export const QUERY_ALL_VENDORS = gql`
|
||||
vendors {
|
||||
name
|
||||
id
|
||||
favorite
|
||||
street1
|
||||
cost_center
|
||||
city
|
||||
|
||||
Reference in New Issue
Block a user