GraphQL/Enums
RecordType
No description
enum RecordType {
animalTreatment
feed
locationChanged
pregnancyScan
score
weigh
}
Values
RecordType
.animalTreatment
RecordType
.feed
RecordType
.locationChanged
RecordType
.pregnancyScan
RecordType
.score
RecordType
.weigh
Member Of
object
● FeedRecord
object
● LocationChangedRecord
object
● PregnancyScanRecord
object
● Record
interface
● RecordTypeFilter
input
● ScoreRecord
object
● WeighRecord
object