Skip to content

SubentryInput

Payload for a sub-entry

Fields

category · String · The category of the sub-entry
description · String · The description of the sub-entry
id · ID · The ID of the sub-entry
metric_stat · String · The statistic of the sub-entry
type · String · The type of the sub-entry

Used By

Definition

"""
Payload for a sub-entry
"""
input SubentryInput {
"""
The category of the sub-entry
"""
category: String
"""
The description of the sub-entry
"""
description: String
"""
The ID of the sub-entry
"""
id: ID
"""
The statistic of the sub-entry
"""
metric_stat: String
"""
The type of the sub-entry
"""
type: String
}