pull down to refresh
Oh, I think it's broken because GraphQL also validates that the fields you want to resolve actually exist.
So it needs to be response { id } in your body instead of id.
Same with @hn.
pull down to refresh
Oh, I think it's broken because GraphQL also validates that the fields you want to resolve actually exist.
So it needs to be response { id } in your body instead of id.
Same with @hn.
Yea, here is my code in question. I suspect the mutation is invalid and therefore rejected by the API layer.