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