gatsby-source-datocms icon indicating copy to clipboard operation
gatsby-source-datocms copied to clipboard

Official GatsbyJS source plugin to pull content from DatoCMS

Results 27 gatsby-source-datocms issues
Sort by recently updated
recently updated
newest added

Hi there, I'm recently started working with Gatsby's GraphQL Typegen and types are being generated as expected. However typescript is givieng null error onrequired fields. For example... ``` Type 'string...

It appears that localeFallbacks don't work as expected in newer versions of gatsby-source-datocms our defined localeFallbacks ``` localeFallbacks: { 'en-DE': ['en'], 'en-FR': ['en'], 'en-BE': ['en'], 'en-NL': ['en'], 'en-GB': ['en'], 'en-US':...

Both of the graphql + typescript plugins for Gatsby `gatsby-plugin-graphql-config` and `gatsby-plugin-graphql-codegen` declare that Required fields in DatoCMS are typed as `Maybe` or `null | undefined`. This means that typescript...

Since v3.0.9 the plugin creates a lot of notices and warnings when running "develop". It looks like these messages are displayed for each datocms record which makes the terminal output...

The generated Manifest ID incudes characters (.) that is incompatible with using the plugin with an Azure Develops pipeline

This is a Feature Request in the form of a PR: I've tweaked this plugin in two spots to allow simple string fields to be `Nodes` in Gatsby, so they...

I'm currently looking into attack vectors for our systems and noticed that all enityIds are prefixed with `DatoCms`. https://github.com/datocms/gatsby-source-datocms/blob/6d6bd50ebf349c1f76684a8f5dbf3375a2cac28f/src/hooks/sourceNodes/index.js#L87 I think this could be an easy change, allowing me to...

Hi there, I need for a project to get the base64 code of an image I upload on DatoCMS. In the Graphql schema base64 is only for blurred image placeholder....

One of our projects is no longer building. We receive the following error: ``` shell success open and validate gatsby-configs, load plugins - 3.911s success onPreInit - 0.010s success delete...

I'm getting the following error: ``` "gatsby-source-datocms" threw an error while running the sourceNodes lifecycle: invalid json response body at https://site-api.datocms.com/docs/site-api-hyperschema.json reason: Unexpected end of JSON input ``` **Configuration:** Node...