Preview

CraftEventConnection is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CraftEventConnection

Container for a list of Craft CMS events

This page contains

    Fields

    nodes: [CraftEvent!]! PREVIEW

    All matching event entries returned from Craft CMS

    totalCount: Int!

    Total number of entries in nodes

    Queries for CraftEventConnection

    craftEvents PREVIEW

    Retrieve upcoming events from Craft CMS. startDateFrom filters events where startDate >= value (YYYY-MM-DD). Defaults to today when omitted. Returns all matching events; callers apply display limits.