panzupa
12/15/2017, 7:56 AMCustomer.name
where name
is a string. But how to implement orderBy
on connection? Let's say Customer
has connection to the Address
type which has a city: String
field. Now I want to sort Customers by city name. How to do that in GraphQL / GraphCool?agartha
12/15/2017, 8:10 AMpanzupa
12/15/2017, 8:10 AMpanzupa
12/15/2017, 8:11 AM@connection(key: 'FriendsList_friends', filters:['orderBy', ...])
that allows you to explicitly specify which variables should be used to generate the storage key.panzupa
12/15/2017, 8:11 AMagartha
12/15/2017, 8:13 AM