Skip to content

🐛 Fix authentication token retrieval in GraphQL service#26

Merged
Friedinger merged 1 commit into
mainfrom
fix/GraphQL-authentication
Sep 6, 2025
Merged

🐛 Fix authentication token retrieval in GraphQL service#26
Friedinger merged 1 commit into
mainfrom
fix/GraphQL-authentication

Conversation

@java3east

Copy link
Copy Markdown
Contributor

Description:
This PR fixes an issue in the GraphQLService class where authentication was not correctly applied, causing GitHub GraphQL requests to fail. With this fix, the service now properly includes the authentication token in requests, ensuring that all GraphQL queries and mutations are executed successfully.

Changes:

Corrected the authentication handling in GraphQLService.
Verified that GitHub GraphQL queries now return expected results.

Impact:

GitHub GraphQL requests are now correctly authenticated.
Downstream features depending on GraphQL queries should function as expected.

@java3east java3east requested review from a team and Friedinger and removed request for a team September 6, 2025 17:13
@Friedinger Friedinger merged commit 9cba82c into main Sep 6, 2025
1 check passed
@Friedinger Friedinger deleted the fix/GraphQL-authentication branch September 6, 2025 21:03
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

Successfully merging this pull request may close these issues.

2 participants