This repository was archived by the owner on Mar 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Upstream source request configuration #205
Comments
hello, may I take this one? Seems like a relatively easy issue for onboarding to a project. |
Sure! Thank you! :) please let me know if we can help! |
@dotansimha like that? "sources": [
{
"type": "graphql",
"id": "my-source",
"method": "POST",
"headers": [
{ "Authorization": "string" },
{ "Content-Type": "string" },
{ "X-Custom-Header": "string" }
],
"config": {
"endpoint": "https://my-source.com/graphql"
}
}
], |
Yes, exactly as you have described! |
This was referenced May 7, 2024
Closed
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We can add configuration for the source level, not just
endpoint
.Some ideas:
And in the future:
The text was updated successfully, but these errors were encountered: