LogEdge

An edge in a connection.

GraphQL Schema definition

  • type LogEdge {
  • # The item at the end of the edge.
  • node: Log
  • # A cursor for use in pagination.
  • cursor: String!
  • }

Require by