Category
No description
type Category {
date: String
category_type: [CategoryType]
total: Int
}
Fields
Category.date ● String scalar
Category.category_type ● [CategoryType] list object
Category.total ● Int scalar
Member Of
PageMultiValues object


