-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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! |
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: