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

Generates the connection type for a specific Node type As specified by the connection specification, has a nodes, edges, totalCount and pageInfo field

Return

the generated connection GraphQLOutputType

Parameters

nodeName

the name of the Node