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