Add embryo to products
This commit is contained in:
@@ -6,6 +6,7 @@ const typeDefs = gql`
|
||||
type Query {
|
||||
orders: [Order]
|
||||
order(id: ID!): Order
|
||||
products: [Product]
|
||||
}
|
||||
|
||||
type Order {
|
||||
@@ -56,6 +57,11 @@ const typeDefs = gql`
|
||||
market: String
|
||||
locale: String
|
||||
}
|
||||
|
||||
type Product {
|
||||
id: ID!
|
||||
artNo: String!
|
||||
}
|
||||
`;
|
||||
|
||||
export { typeDefs };
|
||||
|
||||
Reference in New Issue
Block a user