Cleanup of code
This commit is contained in:
@@ -8,6 +8,9 @@ const typeDefs = gql`
|
||||
type Query {
|
||||
orders(filter: FilterInput!): OrderResult
|
||||
order(id: ID!): Order
|
||||
"""
|
||||
Will be replaced with a ProductsResult type similar to OrdersResult but we need to change in the similar-images code then
|
||||
"""
|
||||
products(limit: Int, visible: Boolean, browsable: Boolean): [Product]
|
||||
product(id: Int!): Product
|
||||
categories: [Category]
|
||||
|
||||
Reference in New Issue
Block a user