OBJECT

PcapPlayerFileDetails

Pcap player file details

link GraphQL Schema definition

  • type PcapPlayerFileDetails {
  • # ID
  • id: ID!
  • # File name
  • name: String!
  • # Upload time
  • uploadedAt: Time!
  • # The username of the uploading user
  • uploadedBy: String!
  • # The last time the cap was played
  • lastPlayed: Time
  • # The username of the user who played the cap last
  • playedBy: String
  • # File size in bytes
  • size: Float!
  • }