OBJECT

DateInterval

link GraphQL Schema definition

1type DateInterval {
2value: Int!
3
4type: DateIntervalType!
5
6}