OBJECT

WeaponMeasurements

link GraphQL Schema definition

  • type WeaponMeasurements {
  • # Firearm gauge size.
  • # Used by: ATF
  • caliberGaugeSize: String
  • # Firearm barrel length.
  • # Used by: ATF
  • barrelLength: Int
  • # Overall length of the firearm, part, or implement of war.
  • # Used by: ATF
  • overallLength: Int
  • }