Munib Rahman

Results 13 comments of Munib Rahman

@i-am-chris Do you mind sharing some code? Thanks

I think its safe to assume this project has been abandoned, which means I'm off to use apollo-client now.

Ok, so this is very annoying. I designed an entire API base on the pretence that if an argument's value is optional, it simply would be discarded from being passed...

@lawmicha the first one. I will do that promptly. Thanks Opened [issue](https://github.com/awslabs/aws-mobile-appsync-sdk-ios/issues/302).

Thanks for the resource! Is there any eta for when Data API might be supported via cloudformation?

For now, one can basically go around this bug by including this at the beginning of the appsync lambda resolver. ``` #foreach ($arg in $ctx.arguments.entrySet()) #if( $util.isNull($arg.value)) $util.qr($ctx.arguments.remove($arg.key)) #end #end...

@allisoninouye If you just starting out with Appsync and you are having issues. I assure you, this is just the beginning. If you plan on taking your idea/product to production....

It's been ages since I worked with appsync, so if you think this is a solution, i'd be happy to close this issue :)

Wait, I am confused, which action did you use that resulted in the project working properly? Thanks Edit: Got it to work and I used `pod 'LiquidFloatingActionButton', :git => 'https://github.com/alexsanderkhitev/LiquidFloatingActionButton.git'`...

Facing same issue, could be related to switching github accounts? I was using account A before but now I am using account B.