WIP
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user