You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using both graphql & graphcdn endpoints and we have use-case where we want few queries to go via graphcdn and rest of them via normal graphql endpoint.
It would be great if we can update the end-point dynamically before the query runs. This is the configuration we have right now :
I'm trying to update aws_appsync_graphqlEndpoint on the fly. Currently am re-configuring aws with the graphcdn endpoint for the queries i want to get cached which does not sounds like a feasible solution.
Describe the solution you'd like
Give ability to update aws_appsync_graphqlEndpoint on the fly. Something like API.updateEndPoint()
Describe alternatives you've considered
Currently am re-configuring aws with the graphcdn endpoint for the queries i want to get cached which does not sounds like a feasible solution.
Additional context
No response
Is this something that you'd be interested in working on?
👋 I may be able to implement this feature request
⚠️ This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
@VivekNeel am i correctly understand that amplify can't work with multiple GraphQL-endpoints (including non-AWS)?
i see method endpoint in amplify API, but don't see examples used it. maybe it used for non-GraphQL APIs
Is this related to a new or existing framework?
React, React Native
Is this related to a new or existing API?
GraphQL API
Is this related to another service?
No response
Describe the feature you'd like to request
We are using both graphql & graphcdn endpoints and we have use-case where we want few queries to go via graphcdn and rest of them via normal graphql endpoint.
It would be great if we can update the end-point dynamically before the query runs. This is the configuration we have right now :
I'm trying to update
aws_appsync_graphqlEndpoint
on the fly. Currently am re-configuring aws with the graphcdn endpoint for the queries i want to get cached which does not sounds like a feasible solution.Describe the solution you'd like
Give ability to update
aws_appsync_graphqlEndpoint
on the fly. Something like API.updateEndPoint()Describe alternatives you've considered
Currently am re-configuring aws with the graphcdn endpoint for the queries i want to get cached which does not sounds like a feasible solution.
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: