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