learning-graphql icon indicating copy to clipboard operation
learning-graphql copied to clipboard

The code samples for Learning GraphQL by Eve Porcello and Alex Banks, published by O'Reilly Media

Results 13 learning-graphql issues
Sort by recently updated
recently updated
newest added

I read Japanese edition and found a mistake that is not related to a main topic The below code is written in a book ```ts inPhotos: (parent: any) => tags...

The following links are not working: 1. Union Types: https://graphqlbin.com/v2/ANgjtr 2. Interfaces: https://www.graphqlbin.com/v2/yoyPfz The below error is : ``` { "error": "Failed to fetch schema. Please check your connection" }...

The way to send `access_token` as a query parameter has been deprecated and changed to using the `Authorization` header. See also: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/ Notes: - I haven't read chapter 7 yet,...

Hello, i've got an error to my code and i don't fix it: GraphQLError [Object]: Syntax Error: Cannot parse the unexpected character "/". Can yotu help me to found an...

`Cannnot read property 'me' of undefined` because `data` is `undefined` until finish loading. ![スクリーンショット 2021-07-04 10 57 27](https://user-images.githubusercontent.com/50798936/124370939-87c6a300-dcb7-11eb-9ebb-2e23fc09ae45.png)

https://github.com/MoonHighway/learning-graphql/blob/master/chapter-03/README.md#chapter-examples Union types sample and Interfaces sample are 404. Related https://github.com/MoonHighway/learning-graphql/issues/24

The authentication URL does not work anymore once you've got your Token. It is no more : https://api.github.com/user?access_token=[token] But : https://api.github.com/user with the token in the 'Authorization' header. The problem...

Hello, thank you very much for the amazing book :) This PR purpose is to update the below link. * Union Types * Interfaces Also, `Through Types` link is changed....

I'm having this error in my code in the AuthorizedUser.js file: 'githubAuthMutation' is not defined no-undef.

I suggest use optional chaining for nullable value because occurred error.