OBJECT
OutreachRequestEdge
An edge in a connection.
link GraphQL Schema definition
- type OutreachRequestEdge {
- # The item at the end of the edge.
- : OutreachRequest
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type OutreachRequestEdge {
- # The item at the end of the edge.
- : OutreachRequest
- # A cursor for use in pagination.
- : Cursor!
- }