mghoneimy/php-graphql-client

Add support for selection set fields aliases and arguments in QueryBuilder

mghoneimy opened this issue · 0 comments

QueryBuilder does not provide the ability to select fields with alias names nor to provide argument lists for selected fields.
We need to add support for both, which will make the package more powerful and empower future features in https://github.com/mghoneimy/php-graphql-oqm package.