OBJECT
IocFeedEntryEdge
Description
Wrapper around the IocFeedEntry object. This wrapper is used for pagination.
link GraphQL Schema definition
- type IocFeedEntryEdge {
- # String used to identify this edge.
- String! :
- # The actual IocFeedEntry object wrapped by this edge.
- IocFeedEntry! :
- }