FormEdge
An edge in a connection.
type FormEdge {
node: Form
cursor: Cursor!
}
Fields
FormEdge.node ● Form object
The item at the end of the edge.
FormEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
FormConnection object