How to get unseen, nearby documents from a Amplify - AppSync - ElasticSearch - DynamoDB Stack?
问题 Problem: Use Amplify.js from AWS. A Tinder similar app. Here you can find jobs close by. These may only be seen once. We should save what the user likes and dislikes. What I've already managed: I have the scheme: type Query { nearbyJobs(location: LocationInput!, km: Int): ModelJobConnection } type User @model { id: ID! name: String interacts: [Jobinteract] @connection(name: "interactsuser") createdAt: String updatedAt: String } type Job @model @searchable { id: ID! name: String location: