OBJECT

WebresourceEntityEdge

A Relay edge containing a WebresourceEntity and its cursor.

link GraphQL Schema definition

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