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
A recent fix addressed self-analysis with default values. It seems that queries are no longer working. I'm receiving the following error:
{
"errors": [
{
"message": "Argument \"restart\" got invalid value 0.\nExpected type \"Boolean\", found 0.",
"path": []
}
]
}
The error occurs when I don't pass anything into the field that has a default value. However, when I provide data for this field, everything works fine.
Query example:
With an error
A recent fix addressed self-analysis with default values. It seems that queries are no longer working. I'm receiving the following error:
The error occurs when I don't pass anything into the field that has a default value. However, when I provide data for this field, everything works fine.
Query example:
With an error
Without error
The text was updated successfully, but these errors were encountered: