sort by related column in laravel lighthouse graphql
how can I sort by related column in laravel lighthouse graphql? For example, I have Products that have One Category but I can't SortBy Category. How can I do that? GraphQL getProducts(orderBy: _ @orderBy): [Product!]! @all type Product { id:…