Class GraphQLBuiltEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.craftercms.engine.event.SiteEvent
org.craftercms.engine.event.GraphQLBuiltEvent
All Implemented Interfaces:
Serializable

public class GraphQLBuiltEvent extends SiteEvent
Event published when a site's GraphQL schema build has completed.
Author:
avasquez
See Also:
  • Constructor Details

    • GraphQLBuiltEvent

      public GraphQLBuiltEvent(SiteContext siteContext)
      Create a new event.
      Parameters:
      siteContext - the site's context