You are here

public function ConnectionInterface::edges in Open Social 10.0.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/social_graphql/src/GraphQL/ConnectionInterface.php \Drupal\social_graphql\GraphQL\ConnectionInterface::edges()
  2. 10.1.x modules/custom/social_graphql/src/GraphQL/ConnectionInterface.php \Drupal\social_graphql\GraphQL\ConnectionInterface::edges()
  3. 10.2.x modules/custom/social_graphql/src/GraphQL/ConnectionInterface.php \Drupal\social_graphql\GraphQL\ConnectionInterface::edges()

Get the edges from the connection.

Return value

\GraphQL\Executor\Promise\Adapter\SyncPromise A promise that resolves to an array of EntityEdge instances.

File

modules/custom/social_graphql/src/GraphQL/ConnectionInterface.php, line 47

Class

ConnectionInterface
Provides the interface for connections.

Namespace

Drupal\social_graphql\GraphQL

Code

public function edges() : SyncPromise;