mutation AddEntry ($input: CreateEntryInput!) { addEntry(input: $input) { id } }