FerryCalendarEdge
An edge in a connection.
type FerryCalendarEdge {
cursor: String!
node: FerryCalendarPayload
}
Fields
FerryCalendarEdge.cursor
● String!
non-null scalar
A cursor for use in pagination.
FerryCalendarEdge.node
● FerryCalendarPayload
object
The item at the end of the edge.
Member Of
FerryCalendarConnection
object