Skip to content

ViewEdge ​

An edge in a connection.

graphql
type ViewEdge {
  cursor: String!
  node: View!
}

Fields ​

ViewEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

ViewEdge.node ● View! non-null object ​

The item at the end of the edge.

Member Of ​

ViewConnection object

Released under the MIT License.