Sean Tate
Results
2
issues of
Sean Tate
https://github.com/spreedly/gala/blob/797316fae8a41a6e91c351b89fcd505b22f787e0/lib/gala/payment_token.rb#L81 What is the purpose of removing the first 2 bytes here?
Have an object defined like this: ``` var StatusMutation struct { StatusCheck struct { ID graphql.ID `graphql:"id"` ... StatusHistory []struct { Status string `graphql:"status"` } `graphql:"statusHistory" } `graphql:"statusCheck(input: $input)"` }...