Class CurrentUserDataFetcher
java.lang.Object
org.opencastproject.graphql.datafetcher.user.CurrentUserDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<GqlCurrentUser>,ContextDataFetcher<GqlCurrentUser>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(OpencastContext context, graphql.schema.DataFetchingEnvironment environment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.graphql.datafetcher.ContextDataFetcher
get
-
Constructor Details
-
CurrentUserDataFetcher
public CurrentUserDataFetcher()
-
-
Method Details
-
get
public GqlCurrentUser get(OpencastContext context, graphql.schema.DataFetchingEnvironment environment) - Specified by:
getin interfaceContextDataFetcher<GqlCurrentUser>
-