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