mll-lab / laravel-graphql-playground

This project is deprecated in favor of https://github.com/mll-lab/laravel-graphiql.
MIT License
267 stars 25 forks source link

Add functionality to provide the subscription endpoint. #47

Closed ssi-anik closed 3 years ago

ssi-anik commented 3 years ago

Graphql playground supports providing the subscription url. Please update this package like it's done for the endpoint.

https://github.com/mll-lab/laravel-graphql-playground/blob/b14caee7de995deeb60b2bd6f602fdd1020eccb7/views/index.blade.php#L26-L28

spawnia commented 3 years ago

That should be pretty easy to implement, do you care enough to add a PR?

ssi-anik commented 3 years ago

Okay. will send a PR by today

spawnia commented 3 years ago

Released in https://github.com/mll-lab/laravel-graphql-playground/releases/tag/v2.5.0