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