mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3135] [bug]: When trying to get graphql schema documentation by connecting it failed. #1033
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1033
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @appl4e on GitHub (Jun 13, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3135
Originally assigned to: @anwarulislam on GitHub.
Is there an existing issue for this?
Current behavior
When I try to connect with our graphql api endpoint to fetch the schema documentation then it fails to fetch the schema.
By inspecting, I found that it is not sending the Authorization token I used.
But, when I am clicking on run then it sends a request with my query and gives a successful response. In this case, the bearer token is sent.
In both cases, Authorization Token is set.
Steps to reproduce
Environment
Production
Version
Cloud
@anwarulislam commented on GitHub (Jun 13, 2023):
Thanks for noticing it, brother.
looking into the issue.
@NKCSS commented on GitHub (Jun 21, 2023):
Yeah, I have the same issue; the ability to add authentication to the schema/documentation connection would solve this. The thing is, there is no place to input it really, as the auth settings are per request below it, so you'd need a more global setting for the connection.
@liyasthomas commented on GitHub (Jun 27, 2023):
Resolved in #3136, hence closing.