php-graphql-oqm
php-graphql-oqm copied to clipboard
A PHP library which generates query object classes from API schema declaration and uses these objects to interact with GraphQL servers in a simple and intuitive way.
Found a small problems with underscore. The endpoint is providing the "_foobar" and "foobar" names of objects. The the generated code creates 2 selectFoobar() functions, hence its an error. Not...
I use this package with my private graphql endpoint, it generates more than 130 files. But the package generates the "TournamentQueryObject" class with some functions without params. For example, the...
Deeply nested list fails with "Uncaught RuntimeException: Reached the limit of nesting in type info"
I had an issue with a schema that had a element of this type: ```json { "data": { "__type": { "name": "BsvhuMetadataFields", "kind": "OBJECT", "fields": [ { "name": "sealed", "description":...
Resolves issue #36 In this PR, the approach was to pass depth for `type / OfType` level as an object / builder. Not much impact on existing code, but it...
Resolves issue #36 In this PR, the approach was to pass depth for `type / OfType` level in each method and class that needed it. It is flexible, but impacts...