fix: generelise deprecation

This commit is contained in:
José Oliveira 2021-02-23 19:07:11 +00:00 committed by Josh Harvey
parent db13106a2f
commit a4c0bab814
4 changed files with 6 additions and 3 deletions

View file

@ -135,6 +135,7 @@ const typeDefs = gql`
display: String!
class: String!
cryptos: [String]
deprecated: Boolean
}
type MachineLog {