OBJECT
ConversationalPromptConnection
link GraphQL Schema definition
- type ConversationalPromptConnection implements Connection {
- # Count of prompts in this page.
- Int! :
- # relay-compatible connection edge
- ConversationalPromptEdge!] : [
- PageInfo! :
- # List of conversational prompts within a session for the user
- ConversationalPrompt!] : [
- # Optional total count of prompts
- Int :
- }