diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-26 15:17:18 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-26 15:17:18 +0000 |
| commit | 34283a71d9ac31eb4da0b59d0b25fc2be014bc9c (patch) | |
| tree | 4a780bf8d9c57c3b8ce34fc81152d8a87f71d594 /app/graphql | |
| parent | 9edf852c3a851d84b85bc94f7a3b41d5ef04dd32 (diff) | |
| download | gitlab-ce-34283a71d9ac31eb4da0b59d0b25fc2be014bc9c.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql')
| -rw-r--r-- | app/graphql/types/release_asset_link_type.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/graphql/types/release_asset_link_type.rb b/app/graphql/types/release_asset_link_type.rb index b2bc52c7745..c1669f67666 100644 --- a/app/graphql/types/release_asset_link_type.rb +++ b/app/graphql/types/release_asset_link_type.rb @@ -9,12 +9,6 @@ module Types present_using Releases::LinkPresenter - field :external, GraphQL::Types::Boolean, - null: true, - method: :external?, - description: 'Indicates the link points to an external resource.', - deprecated: { reason: 'No longer used', milestone: '15.9' } - field :id, GraphQL::Types::ID, null: false, description: 'ID of the link.' field :link_type, |
