OBJECT
LicenseHistoryEdge
An edge in a connection.
link GraphQL Schema definition
- type LicenseHistoryEdge {
- # The item at the end of the edge.
- : LicenseHistory
- # A cursor for use in pagination.
- : Cursor!
- }
OBJECT
An edge in a connection.
- type LicenseHistoryEdge {
- # The item at the end of the edge.
- : LicenseHistory
- # A cursor for use in pagination.
- : Cursor!
- }