OBJECT

EnumVolume

Volume autocomplete object

link GraphQL Schema definition

  • type EnumVolume {
  • # ID of the record
  • id: ID!
  • # value of the record
  • value: String!
  • # number of the usages
  • usages: Int!
  • }