QuoteEdge
An edge that contains a node of type Quote and a cursor.
type QuoteEdge {
node: Quote!
cursor: String!
}
Fields
QuoteEdge.node ● Quote! non-null object
The Quote node.
QuoteEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
QuoteConnection object