OBJECT
ProjectCardEdge
An edge in a connection.
link GraphQL Schema definition
1 type ProjectCardEdge { 2 3 # A cursor for use in pagination. 4 String! : 5 6 # The item at the end of the edge. 7 ProjectCard : 8 9 }
OBJECT
An edge in a connection.
1 type ProjectCardEdge { 2 3 # A cursor for use in pagination. 4 String! : 5 6 # The item at the end of the edge. 7 ProjectCard : 8 9 }