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 just spent the better part of an hour scratching my head on why just one column (a rating from 0 to 5) was consistently being ignored by graphql. Changing the few fields with a 0 value to 1 (or any other int) solved the problem. Maybe this occurs because of Gatsbyjs's auto schema creation? If so (or otherwise) how could this be worked around?
The text was updated successfully, but these errors were encountered:
I just spent the better part of an hour scratching my head on why just one column (a rating from 0 to 5) was consistently being ignored by graphql. Changing the few fields with a 0 value to 1 (or any other int) solved the problem. Maybe this occurs because of Gatsbyjs's auto schema creation? If so (or otherwise) how could this be worked around?
The text was updated successfully, but these errors were encountered: