Vincent

Results 130 comments of Vincent

The generation is made by https://github.com/murtukov/php-code-generator.git It should be handled there. @mousetail can you re-open the issue here describing the need to have multilines string?

We should also update the folder and the namespace and deprecate the old one. @mcg-web I have never done something like that. Is there a way to deprecate the old...

One way to to it would be to subclass new namespace with the old one. For example: ```php

Another way would be with composer autoload. Would something like this could work in the `composer.json` ? ```json "autoload": { "psr-4": { "Overblog\\GraphQLBundle\\Annotation\\": "Attribute" } } ```

Ping @nveenjain, @IvanGoncharov Hey guys! Any update about this feature? Having the comments in the AST would be awesome to parse/dump. It seems this PR was almost finish, no?

Hey @qnixdev! Looks like a cache problem to me. Did you check the generated `Input`?

Hi @qnixdev Any news about this? Have you been able to fix it?

Excellent @joesaunderson! You are on the right track! Do you think it would be possible to also be able to manage the validation mode on the object itself (if it's...

Hi guys. In this case, the argument should be ignored from arguments generation in the `MetadataParser` and it should be populated automatically by the `ArgumentsTransformer`. Any of you want to...

Hi @AlexOstrovsky! I'll try to look into it by the end of the week.