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
7d7991d6
Commit
7d7991d6
authored
Mar 08, 2021
by
Luke Duncalfe
Committed by
Mike Jang
Mar 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add to what constitutes a breaking change to the GraphQL API
parent
d8a891a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
doc/development/api_graphql_styleguide.md
doc/development/api_graphql_styleguide.md
+3
-0
No files found.
doc/development/api_graphql_styleguide.md
View file @
7d7991d6
...
...
@@ -86,6 +86,9 @@ Breaking changes are:
-
Removing or renaming a field, argument, enum value or mutation.
-
Changing the type of a field, argument or enum value.
-
Raising the
[
complexity
](
#max-complexity
)
of a field or complexity multipliers in a resolver.
-
Changing a field from being _not_ nullable (
`null: false`
) to nullable (
`null: true`
), as
discussed in
[
Nullable fields
](
#nullable-fields
)
.
-
Changing an argument from being optional (
`required: false`
) to being required (
`required: true`
).
-
Changing the
[
max page size
](
#page-size-limit
)
of a connection.
-
Lowering the global limits for query complexity and depth.
-
Anything else that can result in queries hitting a limit that previously was allowed.
...
...
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