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