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
- WebresourceEntity :
- # A cursor for use in pagination
- String! :
- }