<@&844001800214020128> I wanna report a bug: Using...
# help
l
@User I wanna report a bug: Using pg_graphql and Apollo studio, there is no way to make
Update<db>Collection{}
worq. Always get this error msg:
Copy code
json
{
  "data": null,
  "errors": [
    {
      "message": "missing FROM-clause entry for table \"f\""
    }
  ]
}
This is my mutation and variables:
Copy code
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
    }
  }
}
n
Hello @Lika3llobo! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
You really should report bugs in Github. https://github.com/supabase/pg_graphql/issues or the main supabase repository.
n
FloWolf (2022-04-09)
g
https://github.com/supabase/pg_graphql/issues/156 might be related as it has your error message in it.
l
Thanks man 🙂 Yes, was thinking about creating an issue.
s
Please don't @ Team. The official channel to communicate issues is what @garyaustin has suggested.
l
Sure, won't happen again 👍🏽