php-graphql-oqm
                                
                                 php-graphql-oqm copied to clipboard
                                
                                    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.
Related to https://github.com/mghoneimy/php-graphql-oqm/issues/6
Not sure if the select methods for fields belonging to the interface class should be repeated in the possible types. Example of a parent class generated from an INTERFACE object...
I have a fairly large API and as such a lot of PHP files are generated by the OQM code generator. Most of the field in my schema have no...
- PHP 8.1 - Enum - PHP Generator https://github.com/nette/php-generator - Caching -
Hello, I was wondering what to do with the generated InputObject Classes ( use then in a mutation ?) when i noticed some "InputObject" classes seems to not be generated....
I'm trying to use php-graphql-oqm against Waveapp GraphQL. https://developer.waveapps.com/hc/en-us/articles/360018937431-API-Playground It's free to register. I'm getting an error from php vendor/bin/generate_schema_objects: Inline argument of type String is not allowed. Provide data...
As some API's have rate limits (ex: 80 request in 60 seconds) . A rate limiter implementation can be very useful
Thank you very much for this awesome tool. I encountered an (admittedly, rather odd) edge-case for which I would open a PR if you consider it worth it (and tell...
Hi there. I'm curious if adding support for generating mutation objects from the schema is on the roadmap. I've been toying around and have a really quick and dirty branch,...