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