DeleteLogInput

Autogenerated input type of DeleteLog

GraphQL Schema definition

  • input DeleteLogInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # 削除するログのオブジェクトID。
  • logId: ID!
  • }

Require by