CreateLogInput

Autogenerated input type of CreateLog

GraphQL Schema definition

  • input CreateLogInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # 本文。プレーンテキスト。
  • body: String
  • # 視聴媒体。
  • channel: Channel!
  • # 対象エピソードのオブジェクトID。
  • episodeId: ID!
  • # 評価。
  • rating: Rating!
  • # ネタバレフラグ。
  • spoiler: Boolean!
  • }

Require by