Troy Nichols

Results 3 issues of Troy Nichols

When trying to parse a mutation like this ```graphql mutation SaveUser { saveUser(id: 12345, name: "new...name") { id } } ``` `GraphQL::Client#parse` raises `GraphQL::Client::ValidationError: uninitialized constant name` It seems to...

@Skarlso Hello, thank you for this great gem! I *think* this is a bug. I took a crack at fixing this, but wasn't able to figure out exactly where I...