How to do different operations besides equals with Spring GraphQL, Spring Data, and QueryDSL
I’m trying to understand how Spring GraphQL handles more complex QueryDSL queries internally but I am struggling to find good documentation or examples of use cases such as doing range queries or like style searches. Does anyone have any example that shows how deep Spring GraphQL can go with QueryDSL?