craftcms / gatsby-source-craft

Gatsby source plugin for Craft CMS.
MIT License
54 stars 13 forks source link

Unknown argument "status" on field "asset" of type "Query" #35

Closed moacode closed 3 years ago

moacode commented 3 years ago

Description

I upgraded to v1.02 and received the following error upon build (Gatsby Cloud & locally):

Screen Shot 2021-05-26 at 8 54 39 PM

Steps to reproduce

  1. Update to version v1.02
  2. npm run build

Additional info

I can provide Craft project config/composer.json/database if required.

andris-sevcenko commented 3 years ago

Appreciate this, Josh!

I'll get this fixed asap.

moacode commented 3 years ago

Cheers mate, appreciate the quick response!

On Wed, 26 May 2021 at 9:52 PM, Andris Sevcenko @.***> wrote:

Appreciate this, Josh!

I'll get this fixed asap.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/craftcms/gatsby-source-craft/issues/35#issuecomment-848633650, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKCPK7EYYER3G7XU2JYKX3TPTAD7ANCNFSM45RQXM5Q .

andris-sevcenko commented 3 years ago

Just pushed a fix to Craft CMS itself to address this, as the status argument should not have been missing there.

brandonkelly commented 3 years ago

Craft 3.6.16 is out now with that fix.