In the checkout step I am getting the following error
{
"loading": false,
"networkStatus": 8,
"errors": [
{
"message": "Variable "$cartId" got invalid value {"cartId":""}; String cannot represent a non string value: {"cartId":""}",
"locations": [
{
"line": 1,
"column": 36
}
]
}
]
}
from getAvailablePaymentMethods
Please, I would appreciate it if you could help me understand.