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
Open remote schema's permissions and add an arbitrary role like ROLE_TEST for example.
Click edit permission for that role.
The UI display the following input type, which doesn't have default values for its field
Select the previously created mutation then click "Save Permision"
The following error occurred.
When I inspect the request payload which contains the definition of the remote schema, I realized that it also didn't have default values for TestInput's field, which are null in this case.