private fun generateEdgeGraphQLType(nodeName: String, transformer: SchemaTransformationContext): GraphQLOutputType

Generates the edge type for the edges field of the connection. The generated type has a node field, which returns the Node associated with the edge, and the cursor field, which allows getting nodes after / before the edge

Return

the generated type for the edges

Parameters

nodeName

the name of the Node