1 2 3 4 5
mutation UpdateSecretInfo($id: uuid!, $set: userSecret_set_input!) { update_userSecret_by_pk(pk_columns: { id: $id }, _set: $set) { id } }