This project attempts to make Gatsby's starter blog type-safe. In addition, styled components are used in favor of inline jsx styles.
onCreateNode
type-safeCurrently, the type graphql type definition file has everything as nullable, so a lot of nested non-null assertions are used when accessing data from queries.