From d14219486e0f3b6e642eaeff0862dea169e5d260 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 2 Oct 2019 03:06:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/graphql/types/issue_type.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/graphql/types/issue_type.rb') diff --git a/app/graphql/types/issue_type.rb b/app/graphql/types/issue_type.rb index 432f3e1255f..4965601fe65 100644 --- a/app/graphql/types/issue_type.rb +++ b/app/graphql/types/issue_type.rb @@ -49,7 +49,6 @@ module Types field :web_url, GraphQL::STRING_TYPE, null: false # rubocop:disable Graphql/Descriptions field :relative_position, GraphQL::INT_TYPE, null: true # rubocop:disable Graphql/Descriptions - field :epic, ::Types::EpicType, null: true, description: 'The epic to which issue belongs' field :participants, Types::UserType.connection_type, null: true, complexity: 5, description: 'List of participants for the issue' field :time_estimate, GraphQL::INT_TYPE, null: false, description: 'The time estimate on the issue' field :total_time_spent, GraphQL::INT_TYPE, null: false, description: 'Total time reported as spent on the issue' -- cgit v1.2.1