Chris Frank

Results 4 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...

Thanks very much for checking in, @mrSidSat. This fell off my radar and I'd be grateful to see someone else pick it up. Does that sound okay to you @isaacwhite...