Open jack0wsky opened 4 years ago
System: OS: macOS 10.15.4 Binaries: Node: 12.14.0 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.4 - /usr/local/bin/npm Browsers: Chrome: 81.0.4044.122 Firefox: 75.0 Safari: 13.1 npmPackages: @apollo/client: ^3.0.0-beta.44 => 3.0.0-beta.44 @apollo/react-hooks: ^3.1.5 => 3.1.5 apollo-boost: ^0.4.7 => 0.4.7 gatsby-theme-apollo: ^3.0.2 => 3.0.2 react-apollo: ^3.1.5 => 3.1.5
Intended outcome: Get all data from GraphCMS
Actual outcome: I'm building app in Gatsby with Apollo. GraphQL throws error which I specified in title. In localhost:8000/__graphql this "xxx" query is visible and working but in useQuery and Query from Apollo, data displays as
undefined
Here is my config
How to reproduce the issue:
Version