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