react-admin
react-admin copied to clipboard
GraphQL-simple: Update building metaArgs
Only the filter variable is required by the graphql server, to calculate the total count. Additional variables add no value, however if left out of the schema, an error is produced as the client attempts to pass variables for page and perPage.