OBJECT

LicenseRequirementEdge

An edge in a connection.

link GraphQL Schema definition

  • type LicenseRequirementEdge {
  • # The item at the end of the edge.
  • node: LicenseRequirement
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }