Lika3llobo
04/09/2022, 7:54 PMUpdate<db>Collection{}
worq. Always get this error msg:
json
{
"data": null,
"errors": [
{
"message": "missing FROM-clause entry for table \"f\""
}
]
}
This is my mutation and variables:
json
mutation UpdateCommentCollection($set: CommentUpdateInput!, $filter: CommentFilter) {
updateCommentCollection(set: $set, filter: $filter) {
records {
id
created_at
text
user_id
nft_id
}
}
}
{
"set": {"text": "Bad one!"},
"filter": {
"id": {
"eq": 3
}
}
}
Needle
04/09/2022, 7:54 PM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/09/2022, 7:56 PMNeedle
04/09/2022, 7:56 PMgaryaustin
04/09/2022, 8:00 PMLika3llobo
04/09/2022, 8:22 PMsilentworks
04/09/2022, 8:31 PMLika3llobo
04/09/2022, 8:51 PM