GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

Added support of Subscription in MetadataParser

Open marcinjagielnicki opened this issue 2 years ago • 4 comments

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Documented? no
Fixed tickets
License MIT

Before this change Root Type: Subscription wasn't correcly recognised during metadata parsing while using PHP Annotations/Attributes

marcinjagielnicki avatar Oct 13 '23 20:10 marcinjagielnicki

Hi @marcinjagielnicki ! Just a question to better understand your use case. How would you implement the realtime subscriptions?

Vincz avatar Nov 07 '23 13:11 Vincz

Hey @Vincz, I'm already working on a bundle that I can consider as working. It's using mercure protocole as a async communcation channel. In next weeks my bundle will be ready to be published as public composer package :)

marcinjagielnicki avatar Nov 07 '23 23:11 marcinjagielnicki

@marcinjagielnicki Ho, really nice. Can't wait to see this! Could definitively use it on a bunch of my projects. About your PR, is it everything you need to make your bundle work with this one?

Vincz avatar Nov 08 '23 07:11 Vincz

@Vincz at this moment yes, if I will need any other changes I will make separated PR

marcinjagielnicki avatar Nov 08 '23 11:11 marcinjagielnicki