--- title: ConversationEdge - Partner API description: An edge in a connection. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/partner/latest/objects/ConversationEdge' md: 'https://shopify.dev/docs/api/partner/latest/objects/ConversationEdge.md' --- # Conversation​Edge object An edge in a connection. ## Fields * cursor [String!](https://shopify.dev/docs/api/partner/latest/scalars/String) non-null A cursor for use in pagination. * node [Conversation!](https://shopify.dev/docs/api/partner/latest/objects/Conversation) non-null The item at the end of the edge. *** ## Map ### Connections with this object * <->[ConversationConnection.edges](https://shopify.dev/docs/api/partner/latest/connections/ConversationConnection#returns-edges)