INPUT_OBJECT

DateIntervalInput

link GraphQL Schema definition

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