INTERFACE
RepositoryEdge
link GraphQL Schema definition
- interface RepositoryEdge {
- # Optional cursor to refer to this node
- String :
- # Node element available through this edge
- Repository! :
- }
INTERFACE
- interface RepositoryEdge {
- # Optional cursor to refer to this node
- String :
- # Node element available through this edge
- Repository! :
- }