Uses of Class
org.apache.unomi.graphql.types.output.CDPEventEdge
-
Packages that use CDPEventEdge Package Description org.apache.unomi.graphql.types.output -
-
Uses of CDPEventEdge in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return types with arguments of type CDPEventEdge Modifier and Type Method Description List<CDPEventEdge>
CDPEventConnection. getEdges()
Constructor parameters in org.apache.unomi.graphql.types.output with type arguments of type CDPEventEdge Constructor Description CDPEventConnection(Long totalCount, List<CDPEventEdge> edges, CDPPageInfo pageInfo)
-