Questions tagged [gatsby-source-apiserver]

3 questions
3
votes
1 answer

How to fix Invariant Violation errors when running Gatsby build/develop

I am using node v16.0.0, Gatsby v3.6.1 and Yarn v1.22.10 as the dependency manager with plugins: gatsby-source-apiserver v2.1.8. gatsby-plugin-image v1.4.0. I have used the following function on file gatsby-node.js to create nodes in GraphQL with…
Ander
  • 5,093
  • 7
  • 41
  • 70
2
votes
0 answers

How to use Gatsby plugin image on incremental builds

I am using Gatsby 3.6.1, with Gatsby plugin image. I am fetching images using gatsby-source-apiserver, with the following structure: [ { "pk": 1, "url": "https://location_of_the_image1", }, { "pk": 2, "url":…
Ander
  • 5,093
  • 7
  • 41
  • 70
1
vote
0 answers

Cannot Connect to third Party GraphQL API in Gatsby using the gatsby-source-graphql package

I tried making graphQL request resources with the following credentials and I got these errors below. Here are some of the details of the GraphQL info below. The GraphQL Endpoint is set…
Udemezue John
  • 128
  • 2
  • 12