Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8337c8bb
Commit
8337c8bb
authored
Mar 09, 2022
by
Brian Williams
Committed by
Ethan Urie
Mar 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add deprecation notice to NetworkPolicyConnection
Changelog: deprecated EE: true
parent
b1088a03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
doc/api/graphql/reference/index.md
doc/api/graphql/reference/index.md
+4
-0
ee/app/graphql/ee/types/project_type.rb
ee/app/graphql/ee/types/project_type.rb
+1
-0
No files found.
doc/api/graphql/reference/index.md
View file @
8337c8bb
...
...
@@ -14416,6 +14416,10 @@ four standard [pagination arguments](#connection-pagination-arguments):
Network Policies of the project.
WARNING:
**Deprecated** in 14.8.
Network policies are deprecated and will be removed in GitLab 15.0.
Returns [`NetworkPolicyConnection`](#networkpolicyconnection).
This field returns a [connection](#connections). It accepts the
ee/app/graphql/ee/types/project_type.rb
View file @
8337c8bb
...
...
@@ -199,6 +199,7 @@ module EE
field
:network_policies
,
::
Types
::
NetworkPolicyType
.
connection_type
,
null:
true
,
deprecated:
{
reason:
'Network policies are deprecated and will be removed in GitLab 15.0'
,
milestone:
'14.8'
},
description:
'Network Policies of the project'
,
resolver:
::
Resolvers
::
NetworkPolicyResolver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment