OBJECT

VertexConnection

The connection wrapper around the Vertex type.

link GraphQL Schema definition

  • type VertexConnection {
  • # A list of the entities provided by this connection.
  • entities: [Vertex]!
  • }