feat: aveiro stuff

This commit is contained in:
Rafael Taranto 2023-08-24 17:10:15 +01:00
parent 82bef35754
commit 733cd670d7
3 changed files with 6 additions and 4 deletions

View file

@ -174,6 +174,7 @@ type PhysicalCassette {
type PhysicalStacker {
name: String!
number: Int!
denomination: Int!
count: Int!
}