ActiveCreatureHours
A structured representation of the hours during which a creature can be caught,
as a range. If the start
is greater than the end
of this range, it means the
range extends past the end of the day, wrapping back around through some number
of hours following the beginning of the day.
Fields
end (
Int!
)
The end of the time range, from 0
to 23
.
start (
Int!
)
The start of the time range, from 0
to 23
.