You are here

public function ConnectionQueryHelperInterface::getReverseSortDirection in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/social_graphql/src/GraphQL/ConnectionQueryHelperInterface.php \Drupal\social_graphql\GraphQL\ConnectionQueryHelperInterface::getReverseSortDirection()

Get the sort direction for reversed searches.

Return value

string Either 'ASC' or 'DESC'.

File

modules/custom/social_graphql/src/GraphQL/ConnectionQueryHelperInterface.php, line 76

Class

ConnectionQueryHelperInterface
Provides an interface for a connection query helper.

Namespace

Drupal\social_graphql\GraphQL

Code

public function getReverseSortDirection() : string;