WebsiteEdge
A Relay edge containing a Website and its cursor.
type WebsiteEdge {
node: Website
cursor: String!
}
Fields
WebsiteEdge.node ● Website object
The item at the end of the edge
WebsiteEdge.cursor ● String! non-null scalar
A cursor for use in pagination
Member Of
WebsiteConnection object