You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a small bug in the dev server.
When using fragments the following error is returned:
Unknown field SeoFields for select statement on model seo. Available options are listed in green.
Our fragment is called SeoFields fyi.
On AppSync this error does not occur.
Kind regards,
Tom
The text was updated successfully, but these errors were encountered:
I'm also not sure how exactly graphql handles fragments, but what I see happening is that the identifier of the fragment, which should be interpolated at some point I suppose, is fed directly to the prisma client.
One way of fixing this would be interpolating it, but I have a feeling that there's a better solution to be found by using the dev server in another way, because the useLambdaFunction plugin probably prevents yoga from parsing anything, but that's just a wild guess.
Hi,
I've found a small bug in the dev server.
When using fragments the following error is returned:
Unknown field
SeoFields
for select statement on model seo. Available options are listed in green.Our fragment is called SeoFields fyi.
On AppSync this error does not occur.
Kind regards,
Tom
The text was updated successfully, but these errors were encountered: