-
Notifications
You must be signed in to change notification settings - Fork 825
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
How to combine key with custom resolvers with amplify or appsync graphql queries? #3888
Comments
Hello @subhendukundu if you are referring to how to do a geo search this is currently being tracked as a feature request, There are a few workaround implementations discussed in this thread as well aws-amplify/amplify-category-api#444 |
Well yes I am aware of that. I am following https://medium.com/@tobinc/aws-amplify-graphql-with-geo-point-and-custom-resources-free-elasticsearch-provider-d1742fbc4ceb for enabling the geo search for now which is working great. Sorry if my question didn't make much sense but let me put it this way. If I had to use these workarounds and also add few more @key with it, will that be possible? |
Are you trying to see if adding |
Thank you so much for explaining that. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Please open a new issue if you are still encountering problems. |
I'm having the same doubt. I have and entity and was trying to use @key instead of @connection (due to #1656). But now I have a non-scalar in my entity and the filters are not generated automatically for that non-scalar "Location". Is there any example where this is implemented in such way? The documentation is really bad at the moment |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Which Category is your question related to?
GraphQl query
Amplify CLI Version
4.17.2
I am using amplify graphql APIs. I have added a few
@key
for my search and sort of the events data. Then I have added a customQuery
to search nearby events by lat and long. Now if had to search the nearby events bycreatorId
orstatus
withlocation
with a limit, how do I do it?I am stuck with this for a while now. Do I have to write custom resolvers? Is there a way to do this without custom resolvers?
Thank you in advance
The text was updated successfully, but these errors were encountered: