Skip to content
Snippets Groups Projects

Issue #3447229: SortKey by term weight for taxonomies - Apply supplied patch

Merged Al Munnings requested to merge issue/graphql_compose-3447229:3447229-sortkey-by-term into 2.2.x
Files
3
@@ -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