Skip to content

GropiusUserEdge ​

An edge in a connection.

graphql
type GropiusUserEdge {
  cursor: String!
  node: GropiusUser!
}

Fields ​

GropiusUserEdge.cursor ● String! non-null scalar ​

A cursor used in pagination.

GropiusUserEdge.node ● GropiusUser! non-null object ​

The item at the end of the edge.

Member Of ​

GropiusUserConnection object

Released under the MIT License.