Search before asking
What happened
When editing a GitHub connection that enableGraphql = true via the config UI, and saving the changes (such as updating the token). Even though the config UI does not send any of enableGraphql value via the payload, the PATCH API response returns enableGraphql as false. Resulting in the inability to sync GitHub workflow/deployments data which is only available via GitHub Graphql plugin.


What do you expect to happen
The enableGraphql value should remain its original value (true) after editing and saving the connection. It should not automatically change to false.
How to reproduce
- Select any GitHub connection with
enableGraphql = true (verify via inspect GET connections API).
- Edit the connection (e.g., change the token).
- Save the changes.
- Observe that the PATCH API response returns
enableGraphql as false.
Anything else
No additional information
Version
v1.0.1
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
When editing a GitHub connection that
enableGraphql = truevia the config UI, and saving the changes (such as updating the token). Even though the config UI does not send any ofenableGraphqlvalue via the payload, the PATCH API response returnsenableGraphqlasfalse. Resulting in the inability to sync GitHub workflow/deployments data which is only available via GitHub Graphql plugin.What do you expect to happen
The
enableGraphqlvalue should remain its original value (true) after editing and saving the connection. It should not automatically change tofalse.How to reproduce
enableGraphql = true(verify via inspect GET connections API).enableGraphql asfalse.Anything else
No additional information
Version
v1.0.1
Are you willing to submit PR?
Code of Conduct