Add embryo to products
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import orders from './order';
|
||||
import orders from './orders-resolver';
|
||||
import products from './products-resolver';
|
||||
import { DateTimeScalar } from './datetime-type';
|
||||
|
||||
const resolvers = {
|
||||
Query: { ...orders },
|
||||
Query: { ...orders, ...products },
|
||||
DateTime: DateTimeScalar,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user