datocms / gatsby-source-datocms

Official GatsbyJS source plugin to pull content from DatoCMS
MIT License
140 stars 51 forks source link

Fix webhook schema #114

Closed matjack1 closed 4 years ago

matjack1 commented 4 years ago

Calling a new loadSchemaWithinEnvironment function ( https://github.com/datocms/js-datocms-client/pull/72 ) so that on webhooks, e.g. when we receive only one record, we don't delete every other record.

We still need to support the environment change in this source plugin.