UpdateLogInput

Autogenerated input type of UpdateLog

GraphQL Schema definition

  • input UpdateLogInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # 本文。プレーンテキスト。
  • body: String
  • # 視聴媒体。
  • channel: Channel
  • # 更新するログのオブジェクトID。
  • logId: ID!
  • # 評価。
  • rating: Rating
  • # ネタバレフラグ。
  • spoiler: Boolean
  • }

Require by