Bumbleparrot Solutions
Bumbleparrot Solutions
Is there a way I can help get this fixed?
@proxpero , can you hook us up and get the latest version on CoaCoaPods?
Actually, i think the solution to this is to create an extension to the GraphQLRequest. I don't think there is an "Easy" generic solution. This approach is specific to the...
Bonus, doing it this way above automatically updates the "updatedAt" timestamp.
Thanks @palpatim for explaining those considerations. I think we are good for now and can get by via the extension approach. Thanks for keeping it open as a future request!...
After some really really careful debugging. I got it to work by doing the following: Update the code to my GraphQLRequest extension to the following: ` static func getAddressByUniqueCode(uniqueCode uniqueCode:...
@drochetti , Hello! Do you happen to know if this is the right way to query on GSI's created through the schema.graphql and AWS Amplify CLI?
Thank you @drochetti, that is helpful. I think the GraphQL schema should generate code for all queries annotated by @connection and @key. We can use the attributes of @key and...
Checking in on this. Is the only way to get the metadata from an S3 item still to use the AWSS3 object's AWSS3.headObject(request) method? So when I download an item...
Has anyone run into this issue?