PostMultiValues
No description
type PostMultiValues {
name: String
period: String
title: String
description: String
total: Int
category: [CategoryType]
}
Fields
PostMultiValues.name ● String scalar
PostMultiValues.period ● String scalar
PostMultiValues.title ● String scalar
PostMultiValues.description ● String scalar
PostMultiValues.total ● Int scalar
PostMultiValues.category ● [CategoryType] list object
Member Of
PostInsights object


