Appearance
Metadata about a dataset snapshot
graphql
type Dataset {
id: Int!
totalProducts: Int!
totalStores: Int!
totalInventories: Int!
totalProductInventoryCount: Int!
totalProductInventoryVolumeInMilliliters: Float!
totalProductInventoryPriceInCents: Float!
productsCsvPath: String!
storesCsvPath: String!
inventoriesCsvPath: String!
productsCsvSize: Int!
storesCsvSize: Int!
inventoriesCsvSize: Int!
createdAt: DateTime!
updatedAt: DateTime!
}