OBJECT
RequestLogEdge
An edge wraps a node and a cursor. Edges are returned by Connection types as a standard way to paginate through connection values.
link GraphQL Schema definition
- type RequestLogEdge {
- # The node value for the edge.
- RequestLog! :
- # An opaque cursor pointing to an object in a connection.
- #
- # Used by the 'after' and 'before' pagination arguments.
- String! :
- }