Skip to content

Commit

Permalink
feat: add support for contentful backgorund parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Jan 15, 2021
1 parent 9b10c00 commit 9597efb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/gatsby-source-contentful/src/extend-node-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,9 @@ exports.extendNodeType = ({ type, store, reporter }) => {
type: GraphQLInt,
defaultValue: 50,
},
background: {
type: GraphQLString,
},
})
}

Expand Down

0 comments on commit 9597efb

Please sign in to comment.