This commit is contained in:
Niklas Fondberg
2021-04-19 10:14:54 +02:00
parent b8ff97ce6a
commit e33d21e320
5 changed files with 24 additions and 8 deletions
+2
View File
@@ -3,6 +3,7 @@ import { gql } from 'apollo-server';
const typeDefs = gql`
scalar DateTime
scalar Date
scalar JSON
type Query {
orders(filter: FilterInput): [Order]
@@ -200,6 +201,7 @@ const typeDefs = gql`
group: ProductGroup!
inserted: DateTime!
updated: DateTime
price(market: Int, width: Int, height: Int, sku: String): JSON
}
type Designer {