FuzzyDate
Date object that allows for incomplete date values (fuzzy)
type FuzzyDate {
  year: Int
  month: Int
  day: Int
}
Fields
FuzzyDate.year ● Int scalar
Numeric Year (2017)
FuzzyDate.month ● Int scalar
Numeric Month (3)
FuzzyDate.day ● Int scalar
Numeric Day (24)
Member Of
Character object ● Media object ● MediaList object ● Staff object