Skip to main content

aiConversationSuggestions

No description

aiConversationSuggestions(
after: String
before: String
filter: SuggestionFilterInput!
first: Int
last: Int
): AiSuggestionConnection

Arguments

aiConversationSuggestions.after ● String scalar common

Returns the elements in the list that come after the specified cursor.

aiConversationSuggestions.before ● String scalar common

Returns the elements in the list that come before the specified cursor.

aiConversationSuggestions.filter ● SuggestionFilterInput! non-null input common

The fields by which to filter the results.

aiConversationSuggestions.first ● Int scalar common

Returns the first n elements from the list.

aiConversationSuggestions.last ● Int scalar common

Returns the last n elements from the list.

Type

AiSuggestionConnection object common

The connection type for AiSuggestion.