Open tamhv opened 2 years ago
Backward compatibility with client when using PageGraphqlPagination
Issue:
//client query { users { totalCount results { id } } }
Output:
//old version { totalCount: 1, users: { id: 123 } } //new version (0.5.2) { totalCount: 1, users: null }
Backward compatibility with client when using PageGraphqlPagination
Issue:
Output: