INPUT_OBJECT

SubentryInput

Payload for a sub-entry

link GraphQL Schema definition

  • 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
  • }