Greetings everyone! I’m creating this mutation in Postman to test file upload
mutation {
add_file_to_column (item_id: 'Madalena Vidal', column_id: 'arquivos', $file: File!) {
id
}
}
The answer with the error is this one
{
"errors": [
{
"message": "Parse error on \\"'\\" (error) at [2, 30]",
"locations": [
{
"line": 2,
"column": 30
}
]
}
],
"account_id": 6337608
}
your guidance will be highly esteemed by me. Strong hug
