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

feature: Ability to customize WebSocketGraphQLClient connection init message payload #1408

Open
gadams00 opened this issue Feb 1, 2023 · 0 comments
Labels
enhancement New feature or request stale

Comments

@gadams00
Copy link

gadams00 commented Feb 1, 2023

Graphql-java-kickstart supports creating a graphql server with a custom authentication interceptor that can inspect the connection message payload for authentication tokens. The DGS WebSocketGraphQLClient has the connection message defined in a companion object with null payload and no possibility to customize, making it incompatible with graphql-java-kickstart servers that use this feature. It would be helpful if it were possible to optionally customize the connect message payload.

@gadams00 gadams00 added the enhancement New feature or request label Feb 1, 2023
@github-actions github-actions bot added the stale label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant