BoardEdge
BoardList Edge definition
type BoardEdge {
  node: Board
  cursor: String!
}
Fields
BoardEdge.node ● Board object
BoardEdge.cursor ● String! non-null scalar
Member Of
BoardConnection  object