Skip to content

GraphQL Schema Reference

CreateAttackLogProcedureInput

GraphQL Schema definition

  • input CreateAttackLogProcedureInput {
  • start: DateTime!
  • stop: DateTime!
  • # If this is very long, consider using a short description and include command in
  • # contents
  • command: String!
  • # KNOWN ISSUE - creating multiple AttackLogEntries per procedure will lead to odd
  • # display in UI
  • attackLogEntries: [CreateAttackLogEntryInput!]!
  • }