Class EventDataFetcher

java.lang.Object
org.opencastproject.graphql.datafetcher.event.EventDataFetcher
All Implemented Interfaces:
graphql.schema.DataFetcher<GqlEvent>, ContextDataFetcher<GqlEvent>

public class EventDataFetcher extends Object implements ContextDataFetcher<GqlEvent>
The EventDataFetcher class implements the ContextDataFetcher interface with GqlEvent as the generic type. This class is used to fetch event data in a GraphQL context.

If the requested event is not found, a null value is returned.