Address embryo
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import orders from './orders-resolver';
|
||||
import orders, { ContactInformation } from './orders-resolver';
|
||||
import products from './products-resolver';
|
||||
import { DateTimeScalar } from './datetime-type';
|
||||
|
||||
const resolvers = {
|
||||
Query: { ...orders, ...products },
|
||||
DateTime: DateTimeScalar,
|
||||
ContactInformation,
|
||||
};
|
||||
|
||||
export default resolvers;
|
||||
|
||||
Reference in New Issue
Block a user