Commit 703efe58 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'nmezzopera-fix-documentation-typo' into 'master'

Fix typo in graphql documentation for packages

See merge request gitlab-org/gitlab!68038
parents bfe01817 a2bf11cc
...@@ -10,7 +10,7 @@ module Types ...@@ -10,7 +10,7 @@ module Types
authorize :read_package authorize :read_package
field :id, ::Types::GlobalIDType[::Packages::Nuget::DependencyLinkMetadatum], null: false, description: 'ID of the metadatum.' field :id, ::Types::GlobalIDType[::Packages::Nuget::DependencyLinkMetadatum], null: false, description: 'ID of the metadatum.'
field :target_framework, GraphQL::Types::String, null: false, description: 'Target framework of the depdency link package.' field :target_framework, GraphQL::Types::String, null: false, description: 'Target framework of the dependency link package.'
end end
end end
end end
......
...@@ -11395,7 +11395,7 @@ Nuget dependency link metadata. ...@@ -11395,7 +11395,7 @@ Nuget dependency link metadata.
| Name | Type | Description | | Name | Type | Description |
| ---- | ---- | ----------- | | ---- | ---- | ----------- |
| <a id="nugetdependencylinkmetadataid"></a>`id` | [`PackagesNugetDependencyLinkMetadatumID!`](#packagesnugetdependencylinkmetadatumid) | ID of the metadatum. | | <a id="nugetdependencylinkmetadataid"></a>`id` | [`PackagesNugetDependencyLinkMetadatumID!`](#packagesnugetdependencylinkmetadatumid) | ID of the metadatum. |
| <a id="nugetdependencylinkmetadatatargetframework"></a>`targetFramework` | [`String!`](#string) | Target framework of the depdency link package. | | <a id="nugetdependencylinkmetadatatargetframework"></a>`targetFramework` | [`String!`](#string) | Target framework of the dependency link package. |
### `NugetMetadata` ### `NugetMetadata`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment