AgriWebb API
GraphQL/Enums

TagChangeOperation

No description

enum TagChangeOperation {
  ADD
  REMOVE
  REPLACE
}

Values

TagChangeOperation.ADD

A tag was added to the animal

TagChangeOperation.REMOVE

A tag was removed from the animal

TagChangeOperation.REPLACE

A tag was replaced on the animal

Member Of

TagChangeRecord

object