Class CDPProfileEdge
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPProfileEdge
-
public class CDPProfileEdge extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPProfileEdge(Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
cursor(graphql.schema.DataFetchingEnvironment environment)
CDPProfileInterface
node(graphql.schema.DataFetchingEnvironment environment)
-
-
-
Constructor Detail
-
CDPProfileEdge
public CDPProfileEdge(Profile profile)
-
-
Method Detail
-
cursor
public String cursor(graphql.schema.DataFetchingEnvironment environment)
-
node
public CDPProfileInterface node(graphql.schema.DataFetchingEnvironment environment)
-
-