Chris Frank

Results 3 comments of Chris Frank

@sirupsen I'll have some time over the next week to work on this. How far down the rabbit hole do you think we should go? I'm tempted to add at...

No, you're right. It should follow the existing format, which more closely mimics the node syntax anyway. ```ruby @base = Airrecord.base("api_key", "app_key") #=> @base.table("Tea") #=> Coffee = Airrecord.table("api_key", "some_other_app_key", "Coffee")...

I ran into this issue today when trying to write a mutation that allows clearing a nullable field. Here's an inline example that reproduces the problem. If a PR would...