--- title: HasEvents - GraphQL Admin description: Represents an object that has a list of events. api_version: 2026-01 api_name: admin type: interface api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/interfaces/HasEvents' md: 'https://shopify.dev/docs/api/admin-graphql/latest/interfaces/HasEvents.md' --- # Has​Events interface Represents an object that has a list of events. ## Fields * events *** ## Types implemented in * Article * Blog * Collection * Comment * Company * CompanyLocation * Customer * DiscountAutomaticBxgy * DiscountAutomaticNode * DiscountCodeNode * DiscountNode * DraftOrder * InventoryTransfer * Order * Page * PriceRule * Product * ProductVariant *** ##### Variables ```json { "events": { "first": "", "after": "", "last": "", "before": "", "reverse": "", "sortKey": "", "query": "" } } ``` ##### Schema ```graphql interface HasEvents { events: EventConnection! } ```