Currently the graphql schema is very rudimentary and does not allow for anything other than search results to be returned (Can't return total # of results, cursors to next page, etc.). It was initially designed this way due to issues with the apollo-client cache, but it should be looked into further and fixed.
Currently the graphql schema is very rudimentary and does not allow for anything other than search results to be returned (Can't return total # of results, cursors to next page, etc.). It was initially designed this way due to issues with the apollo-client cache, but it should be looked into further and fixed.