Rudi Boshoff

Results 2 issues of Rudi Boshoff

Hi there, **ENV**: We are currently using your gem on our Rails api which passes data through to an Apollo Angular app. We originally had a pure rails solution but...

Currently learning GraphQL and noticed an inconsistency in between: ```graphql type Query { hero: Character droid(id: ID!): Droid } ``` and ``` query { hero { name } droid(id: "2000")...