https://github.com/patrick91/gatsby-typing-example
https://github.com/patrick91/gatsby-typing-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick91/gatsby-typing-example
- Owner: patrick91
- Created: 2019-08-29T09:00:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:40:42.000Z (over 3 years ago)
- Last Synced: 2025-04-03T05:22:59.935Z (about 1 year ago)
- Language: TypeScript
- Size: 3.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick test of Gatsby with graphql codegen
Generated types are included, but if you want to generate them again, run:
yarn start
# in another terminal
yarn graphql-codegen
## Issue
The issue I'm facing is that typings for Gatsby Image are using `undefined`
while GraphQL uses `null` as return value for fields that didn't return anything
(like for no results or errors).
