birkir / gatsby-source-prismic-graphql

Gatsby source plugin for Prismic GraphQL
MIT License
137 stars 75 forks source link

[gatsby-image] Bad schema typing for gatsby-images ? #199

Open ohlr opened 4 years ago

ohlr commented 4 years ago

I have exactly the same issue like this

Auto type generation results in ImageSharpFluid-Type for gatsby-images which is incompatible with FluidObject.

Type 'ImageSharpFluid' is not assignable to type 'FluidObject | FluidObject[] | undefined'.

Is there something that is need to be done on this side?

"gatsby": "^2.21.9",
"gatsby-image": "^2.4.0",
"gatsby-plugin-graphql-codegen": "^2.6.1",
"gatsby-plugin-typescript": "^2.3.5",
"gatsby-source-prismic-graphql": "^3.5.0",