INPUT_OBJECT
input DurationInput {# The hours part of the durationhours: Int# The minutes part of the durationminutes: Int# The seconds part of the durationseconds: Int# The typename of the duration__typename: String}