whats the best way to allow for different types fo...
# orm-help
t
whats the best way to allow for different types for a field?
Copy code
type Concert @model {
  id: ID! @isUnique
  performer: Artist # I would also like to allow for Band here
}