Class EventQueryExtension
java.lang.Object
org.opencastproject.graphql.event.EventQueryExtension
-
Method Summary
Modifier and TypeMethodDescriptionstatic GqlEventListallEvents(Integer limit, Integer offset, String query, EventOrderByInput orderBy, EventFilterByInput filterBy, graphql.schema.DataFetchingEnvironment environment) static GqlEvent
-
Method Details
-
allEvents
public static GqlEventList allEvents(Integer limit, Integer offset, String query, EventOrderByInput orderBy, EventFilterByInput filterBy, graphql.schema.DataFetchingEnvironment environment) -
eventById
-