Skip to content

Commit

Permalink
fix: Not requiring avatar_url to be present (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRogers0 committed Aug 26, 2021
1 parent 0a58929 commit b7741b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ exports.createSchemaCustomization = ({ actions, reporter }) => {
type Contributor {
login: String!
avatar_url: String!
avatar_url: String
url: String!
commits: Int
}
Expand Down

0 comments on commit b7741b6

Please sign in to comment.