Michael Bromley 3 роки тому
батько
коміт
1b25ee05a4

+ 1 - 1
packages/core/src/service/helpers/list-query-builder/list-query-builder.ts

@@ -92,7 +92,7 @@ export type ExtendedListQueryOptions<T extends VendureEntity> = {
  * ```GraphQL
  * ```GraphQL
  * type BlogPost implements Node {
  * type BlogPost implements Node {
  *   id: ID!
  *   id: ID!
- *   published: DataTime!
+ *   published: DateTime!
  *   title: String!
  *   title: String!
  *   body: String!
  *   body: String!
  * }
  * }