mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #213] [MERGED] fix: change incorrect default GraphQL request name #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/213
Author: @plohan
Created: 5/23/2025
Status: ✅ Merged
Merged: 5/23/2025
Merged by: @gschier
Base:
master← Head:fix/default-graphql-request-name📝 Commits (1)
014ef10fix: change incorrect default GraphQL request name📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
src-web/lib/resolvedModelName.ts(+3 -1)📄 Description
Default GraphQL request name is
HTTP Requestwhich seem incorrect. This pull request change it fromHTTP RequesttoGraphQL Request.previous:

updated:
edited:
GraphQLRequest ->GraphQL Request🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.