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