field:time_estimate,GraphQL::INT_TYPE,null: false,description: 'The time estimate for the merge request'
field:total_time_spent,GraphQL::INT_TYPE,null: false,description: 'Total time reported as spent on the merge request'
field:reference,GraphQL::STRING_TYPE,null: false,method: :to_reference,description: 'Internal merge request reference. Returned in shortened format by default'do
argument:full,GraphQL::BOOLEAN_TYPE,required: false,default_value: false,description: 'Boolean option specifying whether the reference should be returned in full'