Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize Payload on CONNECTION_INIT #217

Open
abn opened this issue Feb 25, 2022 · 0 comments
Open

Customize Payload on CONNECTION_INIT #217

abn opened this issue Feb 25, 2022 · 0 comments

Comments

@abn
Copy link
Owner

abn commented Feb 25, 2022

Originally raised in #166 by @serializingme

Another issue I had was the need to have some extra data on the CONNECTION_INIT payload. I modified the connection_init_request in client\subscription.py:138 to add extra content to the returned dictionary:

return {
    "type": GraphQLSubscriptionEventType.CONNECTION_INIT.value,
    "payload": {**extra_data, "headers": {**self.request.headers}},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant