Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
graphql_compose
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
graphql_compose
Merge requests
!81
Issue
#3447229
: SortKey by term weight for taxonomies - Apply supplied patch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3447229
: SortKey by term weight for taxonomies - Apply supplied patch
issue/graphql_compose-3447229:3447229-sortkey-by-term
into
2.2.x
Overview
0
Commits
3
Pipelines
4
Changes
3
Merged
Al Munnings
requested to merge
issue/graphql_compose-3447229:3447229-sortkey-by-term
into
2.2.x
11 months ago
Overview
0
Commits
3
Pipelines
4
Changes
3
Expand
Closes
#3447229
0
0
Merge request reports
Compare
2.2.x
version 2
3efb6dc7
11 months ago
version 1
5e69c0f0
11 months ago
2.2.x (base)
and
latest version
latest version
8ca28b17
3 commits,
11 months ago
version 2
3efb6dc7
2 commits,
11 months ago
version 1
5e69c0f0
1 commit,
11 months ago
3 files
+
161
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
modules/graphql_compose_edges/src/Plugin/GraphQLCompose/SchemaType/ConnectionSortKeys.php
+
4
−
0
Options
@@ -46,6 +46,10 @@ class ConnectionSortKeys extends GraphQLComposeSchemaTypeBase {
'value'
=>
'PROMOTED'
,
'description'
=>
(
string
)
$this
->
t
(
'Sort by promoted status.'
),
],
'WEIGHT'
=>
[
'value'
=>
'WEIGHT'
,
'description'
=>
(
string
)
$this
->
t
(
'Sort by term weight.'
),
],
],
]);
Loading