private fun generateOrderPartGraphQLType(nodeName: String, orders: Map<String, OrderPart<*>>, transformer: SchemaTransformationContext): GraphQLInputType

Generates the enum which defines all possible order fields

Parameters

nodeName

the name of the Node

orders

the possible OrderParts for the Node type with the enum name as key