There are 2 issues in your query:
- You don’t need to add the id of the new Change_log, as it will be automatically created.
- Id’s are
uid's, which means that in the GraphQL it should be passed as string, because they have different format. Ex. Instead of0, the correct pattern would be"0x0"