- All Implemented Interfaces:
graphql.schema.DataFetcher<CDPList>
public class GetListDataFetcher
extends Object
implements graphql.schema.DataFetcher<CDPList>
-
Constructor Summary
Constructors
-
Method Summary
get(graphql.schema.DataFetchingEnvironment environment)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetListDataFetcher
public GetListDataFetcher(String listId)
-
Method Details
-
get
public CDPList get(graphql.schema.DataFetchingEnvironment environment)
throws Exception
- Specified by:
get in interface graphql.schema.DataFetcher<CDPList>
- Throws:
Exception