public function ConnectionInterface::edges in Open Social 10.2.x
Same name and namespace in other branches
- 10.3.x modules/custom/social_graphql/src/GraphQL/ConnectionInterface.php \Drupal\social_graphql\GraphQL\ConnectionInterface::edges()
- 10.0.x modules/custom/social_graphql/src/GraphQL/ConnectionInterface.php \Drupal\social_graphql\GraphQL\ConnectionInterface::edges()
- 10.1.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\GraphQLCode
public function edges() : SyncPromise;